2023-12-07T15:26:58.466 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-07T15:26:58.466 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/on mon_election/connectivity} --owner scheduled_gabrioux@teuthology --name gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi --verbose --archive /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482132 -- /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482132/orig.config.yaml 2023-12-07T15:26:58.497 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T15:26:58.576 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482132 branch: wip-guits-testing-2023-12-05-0857 description: orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/on mon_election/connectivity} email: gabrioux@redhat.com first_in_suite: false job_id: '7482132' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-guits-testing-2023-12-05-0857 ceph: conf: global: mon election default strategy: 3 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: e6605fb8725c25c4838cef6a39f30df73f1ed149 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 workunit: branch: wip-guits-testing-2023-12-05-0857 sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 owner: scheduled_gabrioux@teuthology priority: 60 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: 6586 sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2023-12-05-0857 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 targets: smithi121.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi144.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= 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: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest false --force - 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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-07_15:07:54 tube: smithi user: gabrioux verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-07T15:26:58.577 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa; will attempt to use it 2023-12-07T15:26:58.577 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks 2023-12-07T15:26:58.578 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-07T15:26:58.579 INFO:teuthology.task.internal:Checking packages... 2023-12-07T15:26:58.605 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e6605fb8725c25c4838cef6a39f30df73f1ed149' 2023-12-07T15:26:58.605 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-07T15:26:58.605 INFO:teuthology.packaging:ref: None 2023-12-07T15:26:58.605 INFO:teuthology.packaging:tag: None 2023-12-07T15:26:58.605 INFO:teuthology.packaging:branch: wip-guits-testing-2023-12-05-0857 2023-12-07T15:26:58.605 INFO:teuthology.packaging:sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:26:58.606 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-guits-testing-2023-12-05-0857 2023-12-07T15:26:58.783 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-13-ge6605fb8-1focal 2023-12-07T15:26:58.783 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-07T15:26:58.789 INFO:teuthology.task.internal:no buildpackages task found 2023-12-07T15:26:58.790 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-07T15:26:58.801 INFO:teuthology.task.internal:Saving configuration 2023-12-07T15:26:58.813 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-07T15:26:58.818 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T15:26:58.845 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi121.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482132', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 15:20:58.988378', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-07T15:26:58.866 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi144.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482132', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 15:20:58.990025', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-07T15:26:58.866 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-07T15:26:58.871 INFO:teuthology.task.internal:roles: ubuntu@smithi121.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2023-12-07T15:26:58.871 INFO:teuthology.task.internal:roles: ubuntu@smithi144.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2023-12-07T15:26:58.871 INFO:teuthology.run_tasks:Running task console_log... 2023-12-07T15:26:58.941 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff32e3270d0>, signals=[15]) 2023-12-07T15:26:58.942 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-07T15:26:58.947 INFO:teuthology.task.internal:Opening connections... 2023-12-07T15:26:58.947 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi121.front.sepia.ceph.com 2023-12-07T15:26:58.949 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:26:58.998 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi144.front.sepia.ceph.com 2023-12-07T15:26:58.998 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:26:59.045 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-07T15:26:59.051 DEBUG:teuthology.orchestra.run.smithi121:> uname -m 2023-12-07T15:26:59.079 INFO:teuthology.orchestra.run.smithi121.stdout:x86_64 2023-12-07T15:26:59.080 DEBUG:teuthology.orchestra.run.smithi121:> cat /etc/os-release 2023-12-07T15:26:59.129 INFO:teuthology.orchestra.run.smithi121.stdout:NAME="Ubuntu" 2023-12-07T15:26:59.129 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-07T15:26:59.130 INFO:teuthology.orchestra.run.smithi121.stdout:ID=ubuntu 2023-12-07T15:26:59.130 INFO:teuthology.orchestra.run.smithi121.stdout:ID_LIKE=debian 2023-12-07T15:26:59.130 INFO:teuthology.orchestra.run.smithi121.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-07T15:26:59.130 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION_ID="20.04" 2023-12-07T15:26:59.130 INFO:teuthology.orchestra.run.smithi121.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-07T15:26:59.130 INFO:teuthology.orchestra.run.smithi121.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-07T15:26:59.130 INFO:teuthology.orchestra.run.smithi121.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-07T15:26:59.130 INFO:teuthology.orchestra.run.smithi121.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-07T15:26:59.130 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION_CODENAME=focal 2023-12-07T15:26:59.130 INFO:teuthology.orchestra.run.smithi121.stdout:UBUNTU_CODENAME=focal 2023-12-07T15:26:59.131 INFO:teuthology.lock.ops:Updating smithi121.front.sepia.ceph.com on lock server 2023-12-07T15:26:59.155 DEBUG:teuthology.orchestra.run.smithi144:> uname -m 2023-12-07T15:26:59.162 INFO:teuthology.orchestra.run.smithi144.stdout:x86_64 2023-12-07T15:26:59.162 DEBUG:teuthology.orchestra.run.smithi144:> cat /etc/os-release 2023-12-07T15:26:59.210 INFO:teuthology.orchestra.run.smithi144.stdout:NAME="Ubuntu" 2023-12-07T15:26:59.210 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-07T15:26:59.210 INFO:teuthology.orchestra.run.smithi144.stdout:ID=ubuntu 2023-12-07T15:26:59.210 INFO:teuthology.orchestra.run.smithi144.stdout:ID_LIKE=debian 2023-12-07T15:26:59.210 INFO:teuthology.orchestra.run.smithi144.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-07T15:26:59.210 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION_ID="20.04" 2023-12-07T15:26:59.210 INFO:teuthology.orchestra.run.smithi144.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-07T15:26:59.210 INFO:teuthology.orchestra.run.smithi144.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-07T15:26:59.210 INFO:teuthology.orchestra.run.smithi144.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-07T15:26:59.211 INFO:teuthology.orchestra.run.smithi144.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-07T15:26:59.211 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION_CODENAME=focal 2023-12-07T15:26:59.211 INFO:teuthology.orchestra.run.smithi144.stdout:UBUNTU_CODENAME=focal 2023-12-07T15:26:59.211 INFO:teuthology.lock.ops:Updating smithi144.front.sepia.ceph.com on lock server 2023-12-07T15:26:59.230 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-07T15:26:59.238 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-07T15:26:59.243 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-07T15:26:59.244 DEBUG:teuthology.orchestra.run.smithi121:> test '!' -e /home/ubuntu/cephtest 2023-12-07T15:26:59.246 DEBUG:teuthology.orchestra.run.smithi144:> test '!' -e /home/ubuntu/cephtest 2023-12-07T15:26:59.251 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-07T15:26:59.257 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-07T15:26:59.257 DEBUG:teuthology.orchestra.run.smithi121:> test -z $(ls -A /var/lib/ceph) 2023-12-07T15:26:59.259 DEBUG:teuthology.orchestra.run.smithi144:> test -z $(ls -A /var/lib/ceph) 2023-12-07T15:26:59.309 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-07T15:26:59.365 INFO:teuthology.run_tasks:Running task kernel... 2023-12-07T15:26:59.381 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-07T15:26:59.381 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-07T15:26:59.382 DEBUG:teuthology.orchestra.run.smithi121:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T15:26:59.382 DEBUG:teuthology.orchestra.run.smithi144:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T15:26:59.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T15:26:59.388 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2023-12-07T15:26:59.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T15:26:59.389 DEBUG:teuthology.orchestra.run.smithi144:> uname -r 2023-12-07T15:26:59.395 INFO:teuthology.orchestra.run.smithi121.stdout:5.4.0-124-generic 2023-12-07T15:26:59.395 INFO:teuthology.task.kernel:Running kernel on smithi121: 5.4.0-124-generic 2023-12-07T15:26:59.395 DEBUG:teuthology.orchestra.run.smithi121:> sudo apt-get clean 2023-12-07T15:26:59.396 INFO:teuthology.orchestra.run.smithi144.stdout:5.4.0-124-generic 2023-12-07T15:26:59.397 INFO:teuthology.task.kernel:Running kernel on smithi144: 5.4.0-124-generic 2023-12-07T15:26:59.397 DEBUG:teuthology.orchestra.run.smithi144:> sudo apt-get clean 2023-12-07T15:26:59.525 DEBUG:teuthology.orchestra.run.smithi144:> sudo apt-get update 2023-12-07T15:26:59.548 DEBUG:teuthology.orchestra.run.smithi121:> sudo apt-get update 2023-12-07T15:26:59.742 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T15:26:59.742 INFO:teuthology.orchestra.run.smithi144.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T15:26:59.748 INFO:teuthology.orchestra.run.smithi144.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-07T15:26:59.748 INFO:teuthology.orchestra.run.smithi144.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-07T15:26:59.754 INFO:teuthology.orchestra.run.smithi121.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-07T15:26:59.754 INFO:teuthology.orchestra.run.smithi121.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-07T15:26:59.808 INFO:teuthology.orchestra.run.smithi121.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-07T15:26:59.808 INFO:teuthology.orchestra.run.smithi144.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-07T15:27:00.119 INFO:teuthology.orchestra.run.smithi144.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-07T15:27:00.129 INFO:teuthology.orchestra.run.smithi121.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-07T15:27:00.244 INFO:teuthology.orchestra.run.smithi121.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-07T15:27:00.255 INFO:teuthology.orchestra.run.smithi121.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-07T15:27:00.261 INFO:teuthology.orchestra.run.smithi121.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-07T15:27:00.262 INFO:teuthology.orchestra.run.smithi121.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-07T15:27:00.262 INFO:teuthology.orchestra.run.smithi121.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-07T15:27:00.264 INFO:teuthology.orchestra.run.smithi144.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-07T15:27:00.274 INFO:teuthology.orchestra.run.smithi144.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-07T15:27:00.280 INFO:teuthology.orchestra.run.smithi144.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-07T15:27:00.280 INFO:teuthology.orchestra.run.smithi144.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-07T15:27:00.281 INFO:teuthology.orchestra.run.smithi121.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-07T15:27:00.284 INFO:teuthology.orchestra.run.smithi121.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T15:27:00.285 INFO:teuthology.orchestra.run.smithi121.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-07T15:27:00.290 INFO:teuthology.orchestra.run.smithi121.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-07T15:27:00.298 INFO:teuthology.orchestra.run.smithi121.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-07T15:27:00.301 INFO:teuthology.orchestra.run.smithi121.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-07T15:27:00.301 INFO:teuthology.orchestra.run.smithi121.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-07T15:27:00.301 INFO:teuthology.orchestra.run.smithi121.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-07T15:27:00.302 INFO:teuthology.orchestra.run.smithi121.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-07T15:27:00.306 INFO:teuthology.orchestra.run.smithi121.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-07T15:27:00.306 INFO:teuthology.orchestra.run.smithi121.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-07T15:27:00.307 INFO:teuthology.orchestra.run.smithi121.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-07T15:27:00.309 INFO:teuthology.orchestra.run.smithi144.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-07T15:27:00.309 INFO:teuthology.orchestra.run.smithi144.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-07T15:27:00.314 INFO:teuthology.orchestra.run.smithi144.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T15:27:00.314 INFO:teuthology.orchestra.run.smithi144.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-07T15:27:00.323 INFO:teuthology.orchestra.run.smithi121.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-07T15:27:00.323 INFO:teuthology.orchestra.run.smithi121.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-07T15:27:00.324 INFO:teuthology.orchestra.run.smithi121.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-07T15:27:00.324 INFO:teuthology.orchestra.run.smithi121.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-07T15:27:00.327 INFO:teuthology.orchestra.run.smithi144.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-07T15:27:00.337 INFO:teuthology.orchestra.run.smithi144.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-07T15:27:00.339 INFO:teuthology.orchestra.run.smithi144.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-07T15:27:00.340 INFO:teuthology.orchestra.run.smithi144.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-07T15:27:00.340 INFO:teuthology.orchestra.run.smithi144.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-07T15:27:00.341 INFO:teuthology.orchestra.run.smithi144.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-07T15:27:00.343 INFO:teuthology.orchestra.run.smithi144.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-07T15:27:00.343 INFO:teuthology.orchestra.run.smithi144.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-07T15:27:00.344 INFO:teuthology.orchestra.run.smithi144.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-07T15:27:00.360 INFO:teuthology.orchestra.run.smithi144.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-07T15:27:00.360 INFO:teuthology.orchestra.run.smithi144.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-07T15:27:00.361 INFO:teuthology.orchestra.run.smithi144.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-07T15:27:00.361 INFO:teuthology.orchestra.run.smithi144.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-07T15:27:00.394 INFO:teuthology.orchestra.run.smithi121.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-07T15:27:00.400 INFO:teuthology.orchestra.run.smithi144.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-07T15:27:00.670 INFO:teuthology.orchestra.run.smithi121.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-07T15:27:00.832 INFO:teuthology.orchestra.run.smithi144.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-07T15:27:00.846 INFO:teuthology.orchestra.run.smithi121.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-07T15:27:00.849 INFO:teuthology.orchestra.run.smithi144.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-07T15:27:00.857 INFO:teuthology.orchestra.run.smithi144.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-07T15:27:00.858 INFO:teuthology.orchestra.run.smithi144.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-07T15:27:00.860 INFO:teuthology.orchestra.run.smithi144.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-07T15:27:00.865 INFO:teuthology.orchestra.run.smithi121.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-07T15:27:00.866 INFO:teuthology.orchestra.run.smithi121.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-07T15:27:00.997 INFO:teuthology.orchestra.run.smithi121.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-07T15:27:00.997 INFO:teuthology.orchestra.run.smithi121.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-07T15:27:00.999 INFO:teuthology.orchestra.run.smithi121.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T15:27:00.999 INFO:teuthology.orchestra.run.smithi121.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-07T15:27:01.004 INFO:teuthology.orchestra.run.smithi144.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-07T15:27:01.005 INFO:teuthology.orchestra.run.smithi121.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-07T15:27:01.006 INFO:teuthology.orchestra.run.smithi144.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T15:27:01.006 INFO:teuthology.orchestra.run.smithi144.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-07T15:27:01.009 INFO:teuthology.orchestra.run.smithi121.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-07T15:27:01.010 INFO:teuthology.orchestra.run.smithi121.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-07T15:27:01.010 INFO:teuthology.orchestra.run.smithi121.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-07T15:27:01.011 INFO:teuthology.orchestra.run.smithi121.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-07T15:27:01.012 INFO:teuthology.orchestra.run.smithi144.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-07T15:27:01.016 INFO:teuthology.orchestra.run.smithi144.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-07T15:27:01.017 INFO:teuthology.orchestra.run.smithi144.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-07T15:27:01.017 INFO:teuthology.orchestra.run.smithi144.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-07T15:27:01.018 INFO:teuthology.orchestra.run.smithi144.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-07T15:27:01.018 INFO:teuthology.orchestra.run.smithi144.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-07T15:27:01.023 INFO:teuthology.orchestra.run.smithi144.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-07T15:27:01.084 INFO:teuthology.orchestra.run.smithi121.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-07T15:27:01.085 INFO:teuthology.orchestra.run.smithi121.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-07T15:27:04.161 INFO:teuthology.orchestra.run.smithi121.stdout:Fetched 18.3 MB in 3s (6,863 kB/s) 2023-12-07T15:27:04.302 INFO:teuthology.orchestra.run.smithi144.stdout:Fetched 18.3 MB in 3s (6,727 kB/s) 2023-12-07T15:27:05.586 INFO:teuthology.orchestra.run.smithi121.stdout:Reading package lists... 2023-12-07T15:27:05.611 DEBUG:teuthology.orchestra.run.smithi121:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-07T15:27:05.680 INFO:teuthology.orchestra.run.smithi121.stdout:Reading package lists... 2023-12-07T15:27:05.776 INFO:teuthology.orchestra.run.smithi144.stdout:Reading package lists... 2023-12-07T15:27:05.800 DEBUG:teuthology.orchestra.run.smithi144:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-07T15:27:05.880 INFO:teuthology.orchestra.run.smithi144.stdout:Reading package lists... 2023-12-07T15:27:05.885 INFO:teuthology.orchestra.run.smithi121.stdout:Building dependency tree... 2023-12-07T15:27:05.885 INFO:teuthology.orchestra.run.smithi121.stdout:Reading state information... 2023-12-07T15:27:06.073 INFO:teuthology.orchestra.run.smithi121.stdout:The following additional packages will be installed: 2023-12-07T15:27:06.074 INFO:teuthology.orchestra.run.smithi121.stdout: linux-generic linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-07T15:27:06.074 INFO:teuthology.orchestra.run.smithi121.stdout: linux-headers-generic linux-image-5.4.0-167-generic 2023-12-07T15:27:06.074 INFO:teuthology.orchestra.run.smithi121.stdout: linux-modules-5.4.0-167-generic linux-modules-extra-5.4.0-167-generic 2023-12-07T15:27:06.074 INFO:teuthology.orchestra.run.smithi121.stdout:Suggested packages: 2023-12-07T15:27:06.075 INFO:teuthology.orchestra.run.smithi121.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-07T15:27:06.075 INFO:teuthology.orchestra.run.smithi121.stdout:Recommended packages: 2023-12-07T15:27:06.075 INFO:teuthology.orchestra.run.smithi121.stdout: thermald 2023-12-07T15:27:06.082 INFO:teuthology.orchestra.run.smithi144.stdout:Building dependency tree... 2023-12-07T15:27:06.083 INFO:teuthology.orchestra.run.smithi144.stdout:Reading state information... 2023-12-07T15:27:06.127 INFO:teuthology.orchestra.run.smithi121.stdout:The following NEW packages will be installed: 2023-12-07T15:27:06.127 INFO:teuthology.orchestra.run.smithi121.stdout: linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-07T15:27:06.127 INFO:teuthology.orchestra.run.smithi121.stdout: linux-image-5.4.0-167-generic linux-modules-5.4.0-167-generic 2023-12-07T15:27:06.127 INFO:teuthology.orchestra.run.smithi121.stdout: linux-modules-extra-5.4.0-167-generic 2023-12-07T15:27:06.129 INFO:teuthology.orchestra.run.smithi121.stdout:The following packages will be upgraded: 2023-12-07T15:27:06.129 INFO:teuthology.orchestra.run.smithi121.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-07T15:27:06.205 INFO:teuthology.orchestra.run.smithi121.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-07T15:27:06.206 INFO:teuthology.orchestra.run.smithi121.stdout:Need to get 77.0 MB of archives. 2023-12-07T15:27:06.206 INFO:teuthology.orchestra.run.smithi121.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-07T15:27:06.206 INFO:teuthology.orchestra.run.smithi121.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-167-generic amd64 5.4.0-167.184 [15.0 MB] 2023-12-07T15:27:06.272 INFO:teuthology.orchestra.run.smithi144.stdout:The following additional packages will be installed: 2023-12-07T15:27:06.272 INFO:teuthology.orchestra.run.smithi144.stdout: linux-generic linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-07T15:27:06.272 INFO:teuthology.orchestra.run.smithi144.stdout: linux-headers-generic linux-image-5.4.0-167-generic 2023-12-07T15:27:06.273 INFO:teuthology.orchestra.run.smithi144.stdout: linux-modules-5.4.0-167-generic linux-modules-extra-5.4.0-167-generic 2023-12-07T15:27:06.274 INFO:teuthology.orchestra.run.smithi144.stdout:Suggested packages: 2023-12-07T15:27:06.274 INFO:teuthology.orchestra.run.smithi144.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-07T15:27:06.274 INFO:teuthology.orchestra.run.smithi144.stdout:Recommended packages: 2023-12-07T15:27:06.274 INFO:teuthology.orchestra.run.smithi144.stdout: thermald 2023-12-07T15:27:06.333 INFO:teuthology.orchestra.run.smithi144.stdout:The following NEW packages will be installed: 2023-12-07T15:27:06.333 INFO:teuthology.orchestra.run.smithi144.stdout: linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-07T15:27:06.333 INFO:teuthology.orchestra.run.smithi144.stdout: linux-image-5.4.0-167-generic linux-modules-5.4.0-167-generic 2023-12-07T15:27:06.334 INFO:teuthology.orchestra.run.smithi144.stdout: linux-modules-extra-5.4.0-167-generic 2023-12-07T15:27:06.334 INFO:teuthology.orchestra.run.smithi144.stdout:The following packages will be upgraded: 2023-12-07T15:27:06.335 INFO:teuthology.orchestra.run.smithi144.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-07T15:27:06.414 INFO:teuthology.orchestra.run.smithi144.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-07T15:27:06.415 INFO:teuthology.orchestra.run.smithi144.stdout:Need to get 77.0 MB of archives. 2023-12-07T15:27:06.415 INFO:teuthology.orchestra.run.smithi144.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-07T15:27:06.415 INFO:teuthology.orchestra.run.smithi144.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-167-generic amd64 5.4.0-167.184 [15.0 MB] 2023-12-07T15:27:06.982 INFO:teuthology.orchestra.run.smithi121.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-167-generic amd64 5.4.0-167.184 [10.5 MB] 2023-12-07T15:27:07.220 INFO:teuthology.orchestra.run.smithi121.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-167-generic amd64 5.4.0-167.184 [39.2 MB] 2023-12-07T15:27:07.252 INFO:teuthology.orchestra.run.smithi144.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-167-generic amd64 5.4.0-167.184 [10.5 MB] 2023-12-07T15:27:07.489 INFO:teuthology.orchestra.run.smithi144.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-167-generic amd64 5.4.0-167.184 [39.2 MB] 2023-12-07T15:27:08.208 INFO:teuthology.orchestra.run.smithi121.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.167.164 [1,900 B] 2023-12-07T15:27:08.208 INFO:teuthology.orchestra.run.smithi121.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.167.164 [2,564 B] 2023-12-07T15:27:08.208 INFO:teuthology.orchestra.run.smithi121.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-167 all 5.4.0-167.184 [11.0 MB] 2023-12-07T15:27:08.368 INFO:teuthology.orchestra.run.smithi121.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-167-generic amd64 5.4.0-167.184 [1,367 kB] 2023-12-07T15:27:08.393 INFO:teuthology.orchestra.run.smithi121.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.167.164 [2,428 B] 2023-12-07T15:27:08.565 INFO:teuthology.orchestra.run.smithi144.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.167.164 [1,900 B] 2023-12-07T15:27:08.565 INFO:teuthology.orchestra.run.smithi144.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.167.164 [2,564 B] 2023-12-07T15:27:08.565 INFO:teuthology.orchestra.run.smithi144.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-167 all 5.4.0-167.184 [11.0 MB] 2023-12-07T15:27:08.703 INFO:teuthology.orchestra.run.smithi144.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-167-generic amd64 5.4.0-167.184 [1,367 kB] 2023-12-07T15:27:08.721 INFO:teuthology.orchestra.run.smithi144.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.167.164 [2,428 B] 2023-12-07T15:27:09.045 INFO:teuthology.orchestra.run.smithi121.stdout:Fetched 77.0 MB in 2s (34.1 MB/s) 2023-12-07T15:27:09.232 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package linux-modules-5.4.0-167-generic. 2023-12-07T15:27:09.470 INFO:teuthology.orchestra.run.smithi144.stdout:Fetched 77.0 MB in 2s (32.4 MB/s) 2023-12-07T15:27:09.684 INFO:teuthology.orchestra.run.smithi144.stdout:Selecting previously unselected package linux-modules-5.4.0-167-generic. 2023-12-07T15:27:10.990 INFO:teuthology.orchestra.run.smithi121.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 ... 104373 files and directories currently installed.) 2023-12-07T15:27:10.995 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../0-linux-modules-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-07T15:27:11.062 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:11.375 INFO:teuthology.orchestra.run.smithi144.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 ... 104373 files and directories currently installed.) 2023-12-07T15:27:11.380 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../0-linux-modules-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-07T15:27:11.465 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:12.929 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package linux-image-5.4.0-167-generic. 2023-12-07T15:27:12.946 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../1-linux-image-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-07T15:27:13.057 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:13.357 INFO:teuthology.orchestra.run.smithi144.stdout:Selecting previously unselected package linux-image-5.4.0-167-generic. 2023-12-07T15:27:13.373 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../1-linux-image-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-07T15:27:13.483 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:14.090 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-167-generic. 2023-12-07T15:27:14.104 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-07T15:27:14.148 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:14.535 INFO:teuthology.orchestra.run.smithi144.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-167-generic. 2023-12-07T15:27:14.549 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-07T15:27:14.593 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:18.875 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../3-linux-generic_5.4.0.167.164_amd64.deb ... 2023-12-07T15:27:19.002 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-07T15:27:19.335 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.167.164_amd64.deb ... 2023-12-07T15:27:19.464 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-image-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-07T15:27:19.800 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package linux-headers-5.4.0-167. 2023-12-07T15:27:19.816 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../5-linux-headers-5.4.0-167_5.4.0-167.184_all.deb ... 2023-12-07T15:27:19.857 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../3-linux-generic_5.4.0.167.164_amd64.deb ... 2023-12-07T15:27:19.858 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-07T15:27:19.981 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-07T15:27:20.357 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.167.164_amd64.deb ... 2023-12-07T15:27:20.485 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-image-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-07T15:27:20.846 INFO:teuthology.orchestra.run.smithi144.stdout:Selecting previously unselected package linux-headers-5.4.0-167. 2023-12-07T15:27:20.861 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../5-linux-headers-5.4.0-167_5.4.0-167.184_all.deb ... 2023-12-07T15:27:20.904 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-07T15:27:25.723 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package linux-headers-5.4.0-167-generic. 2023-12-07T15:27:25.746 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../6-linux-headers-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-07T15:27:25.806 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:26.374 INFO:teuthology.orchestra.run.smithi144.stdout:Selecting previously unselected package linux-headers-5.4.0-167-generic. 2023-12-07T15:27:26.397 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../6-linux-headers-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-07T15:27:26.440 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:28.384 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.167.164_amd64.deb ... 2023-12-07T15:27:28.511 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-headers-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-07T15:27:28.835 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:29.149 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.167.164_amd64.deb ... 2023-12-07T15:27:29.276 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-headers-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-07T15:27:29.638 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:30.033 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-07T15:27:30.159 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:30.285 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:30.857 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-07T15:27:30.983 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:31.110 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:31.437 INFO:teuthology.orchestra.run.smithi121.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-167-generic 2023-12-07T15:27:31.437 INFO:teuthology.orchestra.run.smithi121.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-167-generic 2023-12-07T15:27:31.579 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:32.312 INFO:teuthology.orchestra.run.smithi144.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-167-generic 2023-12-07T15:27:32.312 INFO:teuthology.orchestra.run.smithi144.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-167-generic 2023-12-07T15:27:32.478 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:32.772 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-image-generic (5.4.0.167.164) ... 2023-12-07T15:27:32.873 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-headers-generic (5.4.0.167.164) ... 2023-12-07T15:27:32.974 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-generic (5.4.0.167.164) ... 2023-12-07T15:27:33.109 INFO:teuthology.orchestra.run.smithi121.stdout:Processing triggers for linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:33.165 INFO:teuthology.orchestra.run.smithi121.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-07T15:27:33.165 INFO:teuthology.orchestra.run.smithi121.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-167-generic 2023-12-07T15:27:34.489 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-image-generic (5.4.0.167.164) ... 2023-12-07T15:27:34.615 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-headers-generic (5.4.0.167.164) ... 2023-12-07T15:27:34.757 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-generic (5.4.0.167.164) ... 2023-12-07T15:27:34.884 INFO:teuthology.orchestra.run.smithi144.stdout:Processing triggers for linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-07T15:27:34.951 INFO:teuthology.orchestra.run.smithi144.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-07T15:27:34.951 INFO:teuthology.orchestra.run.smithi144.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-167-generic 2023-12-07T15:27:55.330 INFO:teuthology.orchestra.run.smithi121.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-07T15:27:55.330 INFO:teuthology.orchestra.run.smithi121.stdout:Sourcing file `/etc/default/grub' 2023-12-07T15:27:55.342 INFO:teuthology.orchestra.run.smithi121.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T15:27:55.353 INFO:teuthology.orchestra.run.smithi121.stdout:Generating grub configuration file ... 2023-12-07T15:27:55.656 INFO:teuthology.orchestra.run.smithi121.stdout:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-07T15:27:55.680 INFO:teuthology.orchestra.run.smithi121.stdout:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-07T15:27:56.040 INFO:teuthology.orchestra.run.smithi121.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T15:27:56.052 INFO:teuthology.orchestra.run.smithi121.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T15:27:56.964 INFO:teuthology.orchestra.run.smithi144.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-07T15:27:56.964 INFO:teuthology.orchestra.run.smithi144.stdout:Sourcing file `/etc/default/grub' 2023-12-07T15:27:56.986 INFO:teuthology.orchestra.run.smithi144.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T15:27:57.004 INFO:teuthology.orchestra.run.smithi144.stdout:Generating grub configuration file ... 2023-12-07T15:27:57.357 INFO:teuthology.orchestra.run.smithi144.stdout:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-07T15:27:57.382 INFO:teuthology.orchestra.run.smithi144.stdout:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-07T15:27:57.746 INFO:teuthology.orchestra.run.smithi144.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T15:27:57.760 INFO:teuthology.orchestra.run.smithi144.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T15:27:57.842 INFO:teuthology.orchestra.run.smithi121.stdout:done 2023-12-07T15:27:58.253 DEBUG:teuthology.orchestra.run.smithi121:> dpkg -s linux-image-generic 2023-12-07T15:27:58.292 INFO:teuthology.orchestra.run.smithi121.stdout:Package: linux-image-generic 2023-12-07T15:27:58.292 INFO:teuthology.orchestra.run.smithi121.stdout:Status: install ok installed 2023-12-07T15:27:58.292 INFO:teuthology.orchestra.run.smithi121.stdout:Priority: optional 2023-12-07T15:27:58.292 INFO:teuthology.orchestra.run.smithi121.stdout:Section: kernel 2023-12-07T15:27:58.292 INFO:teuthology.orchestra.run.smithi121.stdout:Installed-Size: 20 2023-12-07T15:27:58.292 INFO:teuthology.orchestra.run.smithi121.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T15:27:58.292 INFO:teuthology.orchestra.run.smithi121.stdout:Architecture: amd64 2023-12-07T15:27:58.292 INFO:teuthology.orchestra.run.smithi121.stdout:Source: linux-meta 2023-12-07T15:27:58.292 INFO:teuthology.orchestra.run.smithi121.stdout:Version: 5.4.0.167.164 2023-12-07T15:27:58.292 INFO:teuthology.orchestra.run.smithi121.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-12-07T15:27:58.292 INFO:teuthology.orchestra.run.smithi121.stdout:Depends: linux-image-5.4.0-167-generic, linux-modules-extra-5.4.0-167-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-07T15:27:58.292 INFO:teuthology.orchestra.run.smithi121.stdout:Recommends: thermald 2023-12-07T15:27:58.292 INFO:teuthology.orchestra.run.smithi121.stdout:Description: Generic Linux kernel image 2023-12-07T15:27:58.293 INFO:teuthology.orchestra.run.smithi121.stdout: This package will always depend on the latest generic kernel image 2023-12-07T15:27:58.293 INFO:teuthology.orchestra.run.smithi121.stdout: available. 2023-12-07T15:27:58.293 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-167-generic 2023-12-07T15:27:58.294 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-07T15:27:58.294 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-07T15:27:58.294 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-12-07T15:27:58.294 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi121.front.sepia.ceph.com, path=None, version=distro) 2023-12-07T15:27:58.294 DEBUG:teuthology.orchestra.run.smithi121:> sudo apt-get clean 2023-12-07T15:27:58.393 DEBUG:teuthology.orchestra.run.smithi121:> sudo apt-get update 2023-12-07T15:27:58.521 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T15:27:58.521 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-07T15:27:58.526 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-07T15:27:58.543 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-07T15:27:59.587 INFO:teuthology.orchestra.run.smithi144.stdout:done 2023-12-07T15:28:00.002 DEBUG:teuthology.orchestra.run.smithi144:> dpkg -s linux-image-generic 2023-12-07T15:28:00.043 INFO:teuthology.orchestra.run.smithi144.stdout:Package: linux-image-generic 2023-12-07T15:28:00.043 INFO:teuthology.orchestra.run.smithi144.stdout:Status: install ok installed 2023-12-07T15:28:00.043 INFO:teuthology.orchestra.run.smithi144.stdout:Priority: optional 2023-12-07T15:28:00.043 INFO:teuthology.orchestra.run.smithi144.stdout:Section: kernel 2023-12-07T15:28:00.043 INFO:teuthology.orchestra.run.smithi144.stdout:Installed-Size: 20 2023-12-07T15:28:00.043 INFO:teuthology.orchestra.run.smithi144.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T15:28:00.043 INFO:teuthology.orchestra.run.smithi144.stdout:Architecture: amd64 2023-12-07T15:28:00.043 INFO:teuthology.orchestra.run.smithi144.stdout:Source: linux-meta 2023-12-07T15:28:00.043 INFO:teuthology.orchestra.run.smithi144.stdout:Version: 5.4.0.167.164 2023-12-07T15:28:00.043 INFO:teuthology.orchestra.run.smithi144.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-12-07T15:28:00.043 INFO:teuthology.orchestra.run.smithi144.stdout:Depends: linux-image-5.4.0-167-generic, linux-modules-extra-5.4.0-167-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-07T15:28:00.043 INFO:teuthology.orchestra.run.smithi144.stdout:Recommends: thermald 2023-12-07T15:28:00.043 INFO:teuthology.orchestra.run.smithi144.stdout:Description: Generic Linux kernel image 2023-12-07T15:28:00.044 INFO:teuthology.orchestra.run.smithi144.stdout: This package will always depend on the latest generic kernel image 2023-12-07T15:28:00.044 INFO:teuthology.orchestra.run.smithi144.stdout: available. 2023-12-07T15:28:00.044 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-167-generic 2023-12-07T15:28:00.044 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-07T15:28:00.044 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-07T15:28:00.044 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-12-07T15:28:00.044 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi144.front.sepia.ceph.com, path=None, version=distro) 2023-12-07T15:28:00.044 DEBUG:teuthology.orchestra.run.smithi144:> sudo apt-get clean 2023-12-07T15:28:00.161 DEBUG:teuthology.orchestra.run.smithi144:> sudo apt-get update 2023-12-07T15:28:00.289 INFO:teuthology.orchestra.run.smithi121.stdout:Reading package lists... 2023-12-07T15:28:00.290 INFO:teuthology.orchestra.run.smithi144.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T15:28:00.290 INFO:teuthology.orchestra.run.smithi144.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-07T15:28:00.296 INFO:teuthology.orchestra.run.smithi144.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-07T15:28:00.314 INFO:teuthology.orchestra.run.smithi144.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-07T15:28:00.315 DEBUG:teuthology.orchestra.run.smithi121:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-07T15:28:00.383 INFO:teuthology.orchestra.run.smithi121.stdout:Reading package lists... 2023-12-07T15:28:00.591 INFO:teuthology.orchestra.run.smithi121.stdout:Building dependency tree... 2023-12-07T15:28:00.591 INFO:teuthology.orchestra.run.smithi121.stdout:Reading state information... 2023-12-07T15:28:00.814 INFO:teuthology.orchestra.run.smithi121.stdout:linux-image-generic is already the newest version (5.4.0.167.164). 2023-12-07T15:28:00.814 INFO:teuthology.orchestra.run.smithi121.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-07T15:28:00.816 DEBUG:teuthology.orchestra.run.smithi121:> dpkg -s linux-image-generic 2023-12-07T15:28:00.838 INFO:teuthology.orchestra.run.smithi121.stdout:Package: linux-image-generic 2023-12-07T15:28:00.839 INFO:teuthology.orchestra.run.smithi121.stdout:Status: install ok installed 2023-12-07T15:28:00.839 INFO:teuthology.orchestra.run.smithi121.stdout:Priority: optional 2023-12-07T15:28:00.839 INFO:teuthology.orchestra.run.smithi121.stdout:Section: kernel 2023-12-07T15:28:00.839 INFO:teuthology.orchestra.run.smithi121.stdout:Installed-Size: 20 2023-12-07T15:28:00.839 INFO:teuthology.orchestra.run.smithi121.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T15:28:00.839 INFO:teuthology.orchestra.run.smithi121.stdout:Architecture: amd64 2023-12-07T15:28:00.839 INFO:teuthology.orchestra.run.smithi121.stdout:Source: linux-meta 2023-12-07T15:28:00.839 INFO:teuthology.orchestra.run.smithi121.stdout:Version: 5.4.0.167.164 2023-12-07T15:28:00.839 INFO:teuthology.orchestra.run.smithi121.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-12-07T15:28:00.839 INFO:teuthology.orchestra.run.smithi121.stdout:Depends: linux-image-5.4.0-167-generic, linux-modules-extra-5.4.0-167-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-07T15:28:00.839 INFO:teuthology.orchestra.run.smithi121.stdout:Recommends: thermald 2023-12-07T15:28:00.839 INFO:teuthology.orchestra.run.smithi121.stdout:Description: Generic Linux kernel image 2023-12-07T15:28:00.840 INFO:teuthology.orchestra.run.smithi121.stdout: This package will always depend on the latest generic kernel image 2023-12-07T15:28:00.840 INFO:teuthology.orchestra.run.smithi121.stdout: available. 2023-12-07T15:28:00.840 DEBUG:teuthology.orchestra.run.smithi121:> mktemp 2023-12-07T15:28:00.845 INFO:teuthology.orchestra.run.smithi121.stdout:/tmp/tmp.lDlSvudfrE 2023-12-07T15:28:00.845 DEBUG:teuthology.orchestra.run.smithi121:> sudo cp /boot/grub/grub.cfg /tmp/tmp.lDlSvudfrE 2023-12-07T15:28:00.903 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 0666 /tmp/tmp.lDlSvudfrE 2023-12-07T15:28:00.942 DEBUG:teuthology.orchestra.remote:smithi121:/tmp/tmp.lDlSvudfrE is 9KB 2023-12-07T15:28:00.956 DEBUG:teuthology.orchestra.run.smithi121:> rm -fr /tmp/tmp.lDlSvudfrE 2023-12-07T15:28:00.962 DEBUG:teuthology.orchestra.run.smithi121:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-07T15:28:01.018 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2023-12-07T15:28:01.018 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-07T15:28:01.019 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-07T15:28:01.043 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-167-generic 2023-12-07T15:28:01.043 DEBUG:teuthology.orchestra.run.smithi121:> sudo update-grub 2023-12-07T15:28:02.051 INFO:teuthology.orchestra.run.smithi144.stdout:Reading package lists... 2023-12-07T15:28:02.075 DEBUG:teuthology.orchestra.run.smithi144:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-07T15:28:02.145 INFO:teuthology.orchestra.run.smithi144.stdout:Reading package lists... 2023-12-07T15:28:02.279 INFO:teuthology.orchestra.run.smithi121.stderr:Sourcing file `/etc/default/grub' 2023-12-07T15:28:02.290 INFO:teuthology.orchestra.run.smithi121.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T15:28:02.301 INFO:teuthology.orchestra.run.smithi121.stderr:Generating grub configuration file ... 2023-12-07T15:28:02.344 INFO:teuthology.orchestra.run.smithi144.stdout:Building dependency tree... 2023-12-07T15:28:02.344 INFO:teuthology.orchestra.run.smithi144.stdout:Reading state information... 2023-12-07T15:28:02.554 INFO:teuthology.orchestra.run.smithi144.stdout:linux-image-generic is already the newest version (5.4.0.167.164). 2023-12-07T15:28:02.554 INFO:teuthology.orchestra.run.smithi144.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-07T15:28:02.556 DEBUG:teuthology.orchestra.run.smithi144:> dpkg -s linux-image-generic 2023-12-07T15:28:02.580 INFO:teuthology.orchestra.run.smithi144.stdout:Package: linux-image-generic 2023-12-07T15:28:02.580 INFO:teuthology.orchestra.run.smithi144.stdout:Status: install ok installed 2023-12-07T15:28:02.580 INFO:teuthology.orchestra.run.smithi144.stdout:Priority: optional 2023-12-07T15:28:02.580 INFO:teuthology.orchestra.run.smithi144.stdout:Section: kernel 2023-12-07T15:28:02.580 INFO:teuthology.orchestra.run.smithi144.stdout:Installed-Size: 20 2023-12-07T15:28:02.580 INFO:teuthology.orchestra.run.smithi144.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T15:28:02.581 INFO:teuthology.orchestra.run.smithi144.stdout:Architecture: amd64 2023-12-07T15:28:02.581 INFO:teuthology.orchestra.run.smithi144.stdout:Source: linux-meta 2023-12-07T15:28:02.581 INFO:teuthology.orchestra.run.smithi144.stdout:Version: 5.4.0.167.164 2023-12-07T15:28:02.581 INFO:teuthology.orchestra.run.smithi144.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-12-07T15:28:02.581 INFO:teuthology.orchestra.run.smithi144.stdout:Depends: linux-image-5.4.0-167-generic, linux-modules-extra-5.4.0-167-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-07T15:28:02.581 INFO:teuthology.orchestra.run.smithi144.stdout:Recommends: thermald 2023-12-07T15:28:02.581 INFO:teuthology.orchestra.run.smithi144.stdout:Description: Generic Linux kernel image 2023-12-07T15:28:02.582 INFO:teuthology.orchestra.run.smithi144.stdout: This package will always depend on the latest generic kernel image 2023-12-07T15:28:02.582 INFO:teuthology.orchestra.run.smithi144.stdout: available. 2023-12-07T15:28:02.582 DEBUG:teuthology.orchestra.run.smithi144:> mktemp 2023-12-07T15:28:02.583 INFO:teuthology.orchestra.run.smithi121.stderr:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-07T15:28:02.591 INFO:teuthology.orchestra.run.smithi121.stderr:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-07T15:28:02.630 INFO:teuthology.orchestra.run.smithi144.stdout:/tmp/tmp.tPBay6foTX 2023-12-07T15:28:02.631 DEBUG:teuthology.orchestra.run.smithi144:> sudo cp /boot/grub/grub.cfg /tmp/tmp.tPBay6foTX 2023-12-07T15:28:02.645 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 0666 /tmp/tmp.tPBay6foTX 2023-12-07T15:28:02.685 DEBUG:teuthology.orchestra.remote:smithi144:/tmp/tmp.tPBay6foTX is 9KB 2023-12-07T15:28:02.698 DEBUG:teuthology.orchestra.run.smithi144:> rm -fr /tmp/tmp.tPBay6foTX 2023-12-07T15:28:02.704 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-07T15:28:02.763 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2023-12-07T15:28:02.763 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-07T15:28:02.763 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-07T15:28:02.803 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-167-generic 2023-12-07T15:28:02.803 DEBUG:teuthology.orchestra.run.smithi144:> sudo update-grub 2023-12-07T15:28:02.945 INFO:teuthology.orchestra.run.smithi121.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T15:28:02.957 INFO:teuthology.orchestra.run.smithi121.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T15:28:03.717 INFO:teuthology.orchestra.run.smithi121.stderr:done 2023-12-07T15:28:03.719 DEBUG:teuthology.orchestra.run.smithi121:> sudo shutdown -r now 2023-12-07T15:28:04.032 INFO:teuthology.orchestra.run.smithi144.stderr:Sourcing file `/etc/default/grub' 2023-12-07T15:28:04.043 INFO:teuthology.orchestra.run.smithi144.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T15:28:04.061 INFO:teuthology.orchestra.run.smithi144.stderr:Generating grub configuration file ... 2023-12-07T15:28:04.351 INFO:teuthology.orchestra.run.smithi144.stderr:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-07T15:28:04.363 INFO:teuthology.orchestra.run.smithi144.stderr:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-07T15:28:04.720 INFO:teuthology.orchestra.run.smithi144.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T15:28:04.732 INFO:teuthology.orchestra.run.smithi144.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T15:28:05.508 INFO:teuthology.orchestra.run.smithi144.stderr:done 2023-12-07T15:28:05.510 DEBUG:teuthology.orchestra.run.smithi144:> sudo shutdown -r now 2023-12-07T15:28:33.746 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-12-07T15:28:33.747 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-07T15:28:33.748 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:28:35.514 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-12-07T15:28:35.514 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2023-12-07T15:28:35.515 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:28:52.070 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2023-12-07T15:28:53.862 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.144 2023-12-07T15:29:01.078 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-07T15:29:01.079 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:29:02.865 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2023-12-07T15:29:02.866 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:29:04.134 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2023-12-07T15:29:05.925 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.144 2023-12-07T15:29:16.143 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-07T15:29:16.144 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:29:18.047 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2023-12-07T15:29:18.047 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:29:34.563 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2023-12-07T15:29:36.610 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.144 2023-12-07T15:29:49.574 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-07T15:29:49.575 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:29:49.782 DEBUG:teuthology.orchestra.run.smithi121:> true 2023-12-07T15:29:50.376 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-07T15:29:50.377 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-167-generic"... 2023-12-07T15:29:50.377 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2023-12-07T15:29:50.424 INFO:teuthology.orchestra.run.smithi121.stdout:5.4.0-167-generic 2023-12-07T15:29:50.425 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-167-generic vs 5.4.0-167-generic 2023-12-07T15:29:50.425 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-07T15:29:50.425 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-07T15:29:51.426 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-07T15:29:51.426 DEBUG:teuthology.orchestra.run.smithi121:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T15:29:51.512 INFO:teuthology.orchestra.run.smithi121.stdout:ttyS1 2023-12-07T15:29:51.537 DEBUG:teuthology.parallel:result is None 2023-12-07T15:29:51.630 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2023-12-07T15:29:51.631 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:29:51.836 DEBUG:teuthology.orchestra.run.smithi144:> true 2023-12-07T15:29:52.349 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi144.front.sepia.ceph.com' 2023-12-07T15:29:52.349 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-167-generic"... 2023-12-07T15:29:52.349 DEBUG:teuthology.orchestra.run.smithi144:> uname -r 2023-12-07T15:29:52.398 INFO:teuthology.orchestra.run.smithi144.stdout:5.4.0-167-generic 2023-12-07T15:29:52.398 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-167-generic vs 5.4.0-167-generic 2023-12-07T15:29:52.398 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-07T15:29:52.398 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-07T15:29:53.399 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-07T15:29:53.399 DEBUG:teuthology.orchestra.run.smithi144:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T15:29:53.499 INFO:teuthology.orchestra.run.smithi144.stdout:ttyS1 2023-12-07T15:29:53.531 DEBUG:teuthology.parallel:result is None 2023-12-07T15:29:53.531 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-07T15:29:53.538 INFO:teuthology.task.internal:Creating test directory... 2023-12-07T15:29:53.538 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T15:29:53.541 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T15:29:53.547 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-07T15:29:53.558 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-07T15:29:53.567 INFO:teuthology.task.internal:Creating archive directory... 2023-12-07T15:29:53.568 DEBUG:teuthology.orchestra.run.smithi121:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T15:29:53.588 DEBUG:teuthology.orchestra.run.smithi144:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T15:29:53.611 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-07T15:29:53.618 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-07T15:29:53.618 DEBUG:teuthology.orchestra.run.smithi121:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-07T15:29:53.621 DEBUG:teuthology.orchestra.run.smithi144:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-07T15:29:53.639 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T15:29:53.642 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T15:29:53.649 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T15:29:53.653 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T15:29:53.655 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-07T15:29:53.663 INFO:teuthology.task.internal:Configuring sudo... 2023-12-07T15:29:53.663 DEBUG:teuthology.orchestra.run.smithi121:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T15:29:53.665 DEBUG:teuthology.orchestra.run.smithi144:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T15:29:53.681 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-07T15:29:53.690 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-07T15:29:53.691 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T15:29:53.720 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T15:29:53.731 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T15:29:53.737 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T15:29:53.742 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2023-12-07T15:29:53.742 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T15:29:53.761 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T15:29:53.768 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T15:29:53.775 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2023-12-07T15:29:53.775 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T15:29:53.839 DEBUG:teuthology.orchestra.run.smithi121:> sudo service rsyslog restart 2023-12-07T15:29:53.841 DEBUG:teuthology.orchestra.run.smithi144:> sudo service rsyslog restart 2023-12-07T15:29:53.892 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-07T15:29:53.899 INFO:teuthology.task.internal:Starting timer... 2023-12-07T15:29:53.899 INFO:teuthology.run_tasks:Running task pcp... 2023-12-07T15:29:54.001 INFO:teuthology.run_tasks:Running task selinux... 2023-12-07T15:29:54.015 DEBUG:teuthology.task.selinux:Excluding smithi121: OS 'ubuntu' does not support SELinux 2023-12-07T15:29:54.015 DEBUG:teuthology.task.selinux:Excluding smithi144: OS 'ubuntu' does not support SELinux 2023-12-07T15:29:54.015 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-07T15:29:54.015 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-07T15:29:54.015 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-07T15:29:54.015 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-07T15:29:54.024 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-07T15:29:54.029 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-07T15:29:54.142 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-07T15:29:54.158 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-07T15:29:54.159 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi121.front.sepia.ceph.com,smithi144.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-07T15:35:54.784 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi121.front.sepia.ceph.com'), Remote(name='ubuntu@smithi144.front.sepia.ceph.com')] 2023-12-07T15:35:54.786 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-07T15:35:54.787 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:35:54.838 DEBUG:teuthology.orchestra.run.smithi121:> true 2023-12-07T15:35:54.956 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-07T15:35:54.956 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2023-12-07T15:35:54.957 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:35:55.008 DEBUG:teuthology.orchestra.run.smithi144:> true 2023-12-07T15:35:55.137 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi144.front.sepia.ceph.com' 2023-12-07T15:35:55.137 INFO:teuthology.run_tasks:Running task clock... 2023-12-07T15:35:55.152 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-07T15:35:55.152 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T15:35:55.152 DEBUG:teuthology.orchestra.run.smithi121:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T15:35:55.155 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T15:35:55.155 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T15:35:55.183 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Dec 15:35:55 ntpd[23596]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-07T15:35:55.183 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Dec 15:35:55 ntpd[23596]: Command line: ntpd -gq 2023-12-07T15:35:55.184 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Dec 15:35:55 ntpd[23596]: proto: precision = 0.083 usec (-23) 2023-12-07T15:35:55.184 INFO:teuthology.orchestra.run.smithi121.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T15:35:55.184 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Dec 15:35:55 ntpd[23596]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T15:35:55.185 INFO:teuthology.orchestra.run.smithi121.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-07T15:35:55.186 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Dec 15:35:55 ntpd[23596]: restrict ::: KOD does nothing without LIMITED. 2023-12-07T15:35:55.186 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Dec 15:35:55 ntpd[23596]: Listen and drop on 0 v6wildcard [::]:123 2023-12-07T15:35:55.186 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Dec 15:35:55 ntpd[23596]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-07T15:35:55.186 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Dec 15:35:55 ntpd[23596]: Listen normally on 2 lo 127.0.0.1:123 2023-12-07T15:35:55.186 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Dec 15:35:55 ntpd[23596]: Listen normally on 3 enp3s0f1 172.21.15.121:123 2023-12-07T15:35:55.186 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Dec 15:35:55 ntpd[23596]: Listen normally on 4 lo [::1]:123 2023-12-07T15:35:55.186 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Dec 15:35:55 ntpd[23596]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cba3%5]:123 2023-12-07T15:35:55.186 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Dec 15:35:55 ntpd[23596]: Listening on routing socket on fd #22 for interface updates 2023-12-07T15:35:55.189 INFO:teuthology.orchestra.run.smithi144.stdout: 7 Dec 15:35:55 ntpd[23550]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-07T15:35:55.189 INFO:teuthology.orchestra.run.smithi144.stdout: 7 Dec 15:35:55 ntpd[23550]: Command line: ntpd -gq 2023-12-07T15:35:55.190 INFO:teuthology.orchestra.run.smithi144.stdout: 7 Dec 15:35:55 ntpd[23550]: proto: precision = 0.070 usec (-24) 2023-12-07T15:35:55.190 INFO:teuthology.orchestra.run.smithi144.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T15:35:55.191 INFO:teuthology.orchestra.run.smithi144.stdout: 7 Dec 15:35:55 ntpd[23550]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T15:35:55.191 INFO:teuthology.orchestra.run.smithi144.stdout: 7 Dec 15:35:55 ntpd[23550]: restrict ::: KOD does nothing without LIMITED. 2023-12-07T15:35:55.191 INFO:teuthology.orchestra.run.smithi144.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-07T15:35:55.193 INFO:teuthology.orchestra.run.smithi144.stdout: 7 Dec 15:35:55 ntpd[23550]: Listen and drop on 0 v6wildcard [::]:123 2023-12-07T15:35:55.193 INFO:teuthology.orchestra.run.smithi144.stdout: 7 Dec 15:35:55 ntpd[23550]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-07T15:35:55.193 INFO:teuthology.orchestra.run.smithi144.stdout: 7 Dec 15:35:55 ntpd[23550]: Listen normally on 2 lo 127.0.0.1:123 2023-12-07T15:35:55.193 INFO:teuthology.orchestra.run.smithi144.stdout: 7 Dec 15:35:55 ntpd[23550]: Listen normally on 3 enp3s0f1 172.21.15.144:123 2023-12-07T15:35:55.193 INFO:teuthology.orchestra.run.smithi144.stdout: 7 Dec 15:35:55 ntpd[23550]: Listen normally on 4 lo [::1]:123 2023-12-07T15:35:55.193 INFO:teuthology.orchestra.run.smithi144.stdout: 7 Dec 15:35:55 ntpd[23550]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f5f%5]:123 2023-12-07T15:35:55.193 INFO:teuthology.orchestra.run.smithi144.stdout: 7 Dec 15:35:55 ntpd[23550]: Listening on routing socket on fd #22 for interface updates 2023-12-07T15:35:56.184 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:56 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:56.184 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:56 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:56.184 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:56 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:56.184 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:56 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:56.184 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:56 ntpd[23596]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:35:56.184 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:56 ntpd[23596]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:35:56.190 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:56 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:56.190 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:56 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:56.190 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:56 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:56.190 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:56 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:56.190 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:56 ntpd[23550]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:35:56.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:56 ntpd[23550]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:35:57.183 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:57 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:57.184 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:57 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:58.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:58.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:58.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:58.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:58.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:58.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:58.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:58.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:58.187 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:35:58.187 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:35:58.187 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:58.187 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:58.187 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:35:58.187 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:35:58.187 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:58.187 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:58.187 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:35:58.187 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:35:58 ntpd[23596]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:35:58.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:58 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:58.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:58 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:58.192 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:58 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:58.192 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:58 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:58.192 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:58 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:58.192 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:58 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:58.192 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:58 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:58.192 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:58 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:58.192 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:58 ntpd[23550]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:35:58.192 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:58 ntpd[23550]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:35:58.192 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:58 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:58.192 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:58 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:58.192 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:58 ntpd[23550]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:35:58.193 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:58 ntpd[23550]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:35:59.190 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:59 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:59.190 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:59 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:59.190 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:59 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:35:59.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:59 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:35:59.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:59 ntpd[23550]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:35:59.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:35:59 ntpd[23550]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:36:00.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:00.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:00.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:00.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:00.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:00.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:00.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:00.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:00.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:36:00.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:36:00.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:00.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:00.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:36:00.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:36:00.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:00.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:00.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:36:00.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:00 ntpd[23596]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:36:00.190 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:00 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:00.190 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:00 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:00.190 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:00 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:00.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:00 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:00.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:00 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:00.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:00 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:00.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:00 ntpd[23550]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:36:00.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:00 ntpd[23550]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:36:00.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:00 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:00.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:00 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:00.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:00 ntpd[23550]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:36:00.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:00 ntpd[23550]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:36:01.190 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:01 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:01.190 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:01 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:01.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:01 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:01.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:01 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:01.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:01 ntpd[23550]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:36:01.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:01 ntpd[23550]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:36:02.184 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:02 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:02.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:02 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:02.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:02 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:02.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:02 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:02.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:02 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:02.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:02 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:02.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:02 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:02.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:02 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:02.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:02 ntpd[23596]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:36:02.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:02 ntpd[23596]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:36:02.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:02 ntpd[23596]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:02.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:02 ntpd[23596]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:02.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:02 ntpd[23596]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:36:02.185 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:02 ntpd[23596]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:36:02.186 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Dec 15:36:02 ntpd[23596]: ntpd: time slew +0.003526 s 2023-12-07T15:36:02.186 INFO:teuthology.orchestra.run.smithi121.stdout:ntpd: time slew +0.003526s 2023-12-07T15:36:02.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:02 ntpd[23596]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-07T15:36:02.186 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Dec 15:36:02 ntpd[23596]: can't open /var/log/ntpstats/loopstats.20231207: Permission denied 2023-12-07T15:36:02.190 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:02 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:02.190 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:02 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:02.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:02 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:02.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:02 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:02.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:02 ntpd[23550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T15:36:02.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:02 ntpd[23550]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T15:36:02.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:02 ntpd[23550]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T15:36:02.191 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:02 ntpd[23550]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T15:36:02.191 INFO:teuthology.orchestra.run.smithi144.stdout: 7 Dec 15:36:02 ntpd[23550]: ntpd: time slew +0.000967 s 2023-12-07T15:36:02.191 INFO:teuthology.orchestra.run.smithi144.stdout:ntpd: time slew +0.000967s 2023-12-07T15:36:02.192 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:02 ntpd[23550]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-07T15:36:02.192 INFO:teuthology.orchestra.run.smithi144.stderr: 7 Dec 15:36:02 ntpd[23550]: can't open /var/log/ntpstats/loopstats.20231207: Permission denied 2023-12-07T15:36:02.256 INFO:teuthology.orchestra.run.smithi121.stdout: remote refid st t when poll reach delay offset jitter 2023-12-07T15:36:02.256 INFO:teuthology.orchestra.run.smithi121.stdout:============================================================================== 2023-12-07T15:36:02.256 INFO:teuthology.orchestra.run.smithi121.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T15:36:02.256 INFO:teuthology.orchestra.run.smithi121.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T15:36:02.256 INFO:teuthology.orchestra.run.smithi121.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T15:36:02.256 INFO:teuthology.orchestra.run.smithi121.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T15:36:02.258 INFO:teuthology.orchestra.run.smithi144.stdout: remote refid st t when poll reach delay offset jitter 2023-12-07T15:36:02.258 INFO:teuthology.orchestra.run.smithi144.stdout:============================================================================== 2023-12-07T15:36:02.258 INFO:teuthology.orchestra.run.smithi144.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T15:36:02.258 INFO:teuthology.orchestra.run.smithi144.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T15:36:02.258 INFO:teuthology.orchestra.run.smithi144.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T15:36:02.258 INFO:teuthology.orchestra.run.smithi144.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T15:36:02.259 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-07T15:36:02.346 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': 3}, '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': 'e6605fb8725c25c4838cef6a39f30df73f1ed149'} 2023-12-07T15:36:02.347 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-07T15:36:02.347 INFO:tasks.cephadm:Cluster fsid is 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:36:02.348 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-07T15:36:02.348 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.121', 'mon.c': '[v2:172.21.15.121:3301,v1:172.21.15.121:6790]', 'mon.b': '172.21.15.144'} 2023-12-07T15:36:02.348 INFO:tasks.cephadm:First mon is mon.a on smithi121 2023-12-07T15:36:02.348 INFO:tasks.cephadm:First mgr is y 2023-12-07T15:36:02.348 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-07T15:36:02.348 DEBUG:teuthology.orchestra.run.smithi121:> sudo hostname $(hostname -s) 2023-12-07T15:36:02.367 DEBUG:teuthology.orchestra.run.smithi144:> sudo hostname $(hostname -s) 2023-12-07T15:36:02.384 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-07T15:36:02.385 DEBUG:teuthology.orchestra.run.smithi121:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-07T15:36:02.639 INFO:teuthology.orchestra.run.smithi121.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 7 15:36 /home/ubuntu/cephtest/cephadm 2023-12-07T15:36:02.639 DEBUG:teuthology.orchestra.run.smithi144:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-07T15:36:02.791 INFO:teuthology.orchestra.run.smithi144.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 7 15:36 /home/ubuntu/cephtest/cephadm 2023-12-07T15:36:02.791 DEBUG:teuthology.orchestra.run.smithi121:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-07T15:36:02.800 DEBUG:teuthology.orchestra.run.smithi144:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-07T15:36:02.818 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-07T15:36:02.819 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-07T15:36:02.843 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-07T15:36:03.103 INFO:teuthology.orchestra.run.smithi121.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-07T15:36:03.122 INFO:teuthology.orchestra.run.smithi144.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-07T15:36:40.923 INFO:teuthology.orchestra.run.smithi144.stdout:{ 2023-12-07T15:36:40.924 INFO:teuthology.orchestra.run.smithi144.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-07T15:36:40.924 INFO:teuthology.orchestra.run.smithi144.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-07T15:36:40.924 INFO:teuthology.orchestra.run.smithi144.stdout: "repo_digests": [ 2023-12-07T15:36:40.924 INFO:teuthology.orchestra.run.smithi144.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-07T15:36:40.924 INFO:teuthology.orchestra.run.smithi144.stdout: ] 2023-12-07T15:36:40.924 INFO:teuthology.orchestra.run.smithi144.stdout:} 2023-12-07T15:36:42.586 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:36:42.586 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-07T15:36:42.586 INFO:teuthology.orchestra.run.smithi121.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-07T15:36:42.587 INFO:teuthology.orchestra.run.smithi121.stdout: "repo_digests": [ 2023-12-07T15:36:42.587 INFO:teuthology.orchestra.run.smithi121.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-07T15:36:42.587 INFO:teuthology.orchestra.run.smithi121.stdout: ] 2023-12-07T15:36:42.587 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:36:42.609 DEBUG:teuthology.orchestra.run.smithi121:> sudo mkdir -p /etc/ceph 2023-12-07T15:36:42.627 DEBUG:teuthology.orchestra.run.smithi144:> sudo mkdir -p /etc/ceph 2023-12-07T15:36:42.644 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 777 /etc/ceph 2023-12-07T15:36:42.658 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 777 /etc/ceph 2023-12-07T15:36:42.700 INFO:tasks.cephadm:Writing seed config... 2023-12-07T15:36:42.702 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-12-07T15:36:42.702 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-07T15:36:42.702 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-07T15:36:42.702 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2023-12-07T15:36:42.702 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-07T15:36:42.702 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-07T15:36:42.702 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-07T15:36:42.702 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-07T15:36:42.703 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-07T15:36:42.703 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2023-12-07T15:36:42.703 DEBUG:teuthology.orchestra.run.smithi121:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-07T15:36:42.710 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 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 = 53d6ee1e-9516-11ee-95a2-87774f69a715 mon election default strategy = 3 [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 2023-12-07T15:36:42.711 DEBUG:teuthology.orchestra.run.smithi121:mon.a> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mon.a.service 2023-12-07T15:36:42.713 DEBUG:teuthology.orchestra.run.smithi121:mgr.y> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.y.service 2023-12-07T15:36:42.759 INFO:tasks.cephadm:Bootstrapping... 2023-12-07T15:36:42.760 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id y --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.121 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-07T15:36:42.919 INFO:teuthology.orchestra.run.smithi121.stderr:-------------------------------------------------------------------------------- 2023-12-07T15:36:42.919 INFO:teuthology.orchestra.run.smithi121.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '53d6ee1e-9516-11ee-95a2-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'y', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.121', '--skip-admin-label'] 2023-12-07T15:36:42.919 INFO:teuthology.orchestra.run.smithi121.stderr:Verifying podman|docker is present... 2023-12-07T15:36:42.919 INFO:teuthology.orchestra.run.smithi121.stderr:Verifying lvm2 is present... 2023-12-07T15:36:42.919 INFO:teuthology.orchestra.run.smithi121.stderr:Verifying time synchronization is in place... 2023-12-07T15:36:42.926 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-07T15:36:42.933 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: inactive 2023-12-07T15:36:42.940 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-07T15:36:42.945 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: inactive 2023-12-07T15:36:42.950 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: masked 2023-12-07T15:36:42.955 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: inactive 2023-12-07T15:36:42.962 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-07T15:36:42.969 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: inactive 2023-12-07T15:36:42.976 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: enabled 2023-12-07T15:36:42.983 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: active 2023-12-07T15:36:42.984 INFO:teuthology.orchestra.run.smithi121.stderr:Unit ntp.service is enabled and running 2023-12-07T15:36:42.984 INFO:teuthology.orchestra.run.smithi121.stderr:Repeating the final host check... 2023-12-07T15:36:42.984 INFO:teuthology.orchestra.run.smithi121.stderr:docker (/usr/bin/docker) is present 2023-12-07T15:36:42.984 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl is present 2023-12-07T15:36:42.984 INFO:teuthology.orchestra.run.smithi121.stderr:lvcreate is present 2023-12-07T15:36:42.989 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-07T15:36:42.995 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: inactive 2023-12-07T15:36:43.001 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-07T15:36:43.007 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: inactive 2023-12-07T15:36:43.013 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: masked 2023-12-07T15:36:43.019 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: inactive 2023-12-07T15:36:43.025 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-07T15:36:43.032 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: inactive 2023-12-07T15:36:43.039 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: enabled 2023-12-07T15:36:43.046 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: active 2023-12-07T15:36:43.047 INFO:teuthology.orchestra.run.smithi121.stderr:Unit ntp.service is enabled and running 2023-12-07T15:36:43.047 INFO:teuthology.orchestra.run.smithi121.stderr:Host looks OK 2023-12-07T15:36:43.047 INFO:teuthology.orchestra.run.smithi121.stderr:Cluster fsid: 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:36:43.047 INFO:teuthology.orchestra.run.smithi121.stderr:Acquiring lock 139808017422656 on /run/cephadm/53d6ee1e-9516-11ee-95a2-87774f69a715.lock 2023-12-07T15:36:43.048 INFO:teuthology.orchestra.run.smithi121.stderr:Lock 139808017422656 acquired on /run/cephadm/53d6ee1e-9516-11ee-95a2-87774f69a715.lock 2023-12-07T15:36:43.048 INFO:teuthology.orchestra.run.smithi121.stderr:Verifying IP 172.21.15.121 port 3300 ... 2023-12-07T15:36:43.048 INFO:teuthology.orchestra.run.smithi121.stderr:Verifying IP 172.21.15.121 port 6789 ... 2023-12-07T15:36:43.048 INFO:teuthology.orchestra.run.smithi121.stderr:Base mon IP is 172.21.15.121, final addrv is [v2:172.21.15.121:3300,v1:172.21.15.121:6789] 2023-12-07T15:36:43.051 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2023-12-07T15:36:43.052 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.121 metric 100 2023-12-07T15:36:43.052 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-07T15:36:43.052 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.121 2023-12-07T15:36:43.052 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.121 metric 100 2023-12-07T15:36:43.056 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-07T15:36:43.056 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-07T15:36:43.056 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1784sec pref medium 2023-12-07T15:36:43.060 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-07T15:36:43.060 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-12-07T15:36:43.060 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-07T15:36:43.060 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-07T15:36:43.060 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe8f:cba3/64 scope link 2023-12-07T15:36:43.060 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-07T15:36:43.061 INFO:teuthology.orchestra.run.smithi121.stderr:Mon IP `172.21.15.121` is in CIDR network `172.21.0.0/20` 2023-12-07T15:36:43.061 INFO:teuthology.orchestra.run.smithi121.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-07T15:36:43.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:36:43.062 INFO:teuthology.orchestra.run.smithi121.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-07T15:36:43.064 INFO:journalctl@ceph.mgr.y.smithi121.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:36:44.860 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2023-12-07T15:36:44.990 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2023-12-07T15:36:44.990 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2023-12-07T15:36:45.023 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2023-12-07T15:36:45.901 INFO:teuthology.orchestra.run.smithi121.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-07T15:36:46.450 INFO:teuthology.orchestra.run.smithi121.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-07T15:36:46.450 INFO:teuthology.orchestra.run.smithi121.stderr:Extracting ceph user uid/gid from container image... 2023-12-07T15:36:47.151 INFO:teuthology.orchestra.run.smithi121.stderr:stat: 167 167 2023-12-07T15:36:47.735 INFO:teuthology.orchestra.run.smithi121.stderr:Creating initial keys... 2023-12-07T15:36:48.458 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-authtool: AQCQ5nFlQzlYGxAAaQZBox713XLcB+8pMO7v8g== 2023-12-07T15:36:49.718 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-authtool: AQCR5nFlFbXaKhAA8Ctt3Pyp3+YJnDMQdPWMgg== 2023-12-07T15:36:51.020 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-authtool: AQCT5nFlxsQ4ARAAVSsNXW3BcOABPWcqc81SfQ== 2023-12-07T15:36:51.533 INFO:teuthology.orchestra.run.smithi121.stderr:Creating initial monmap... 2023-12-07T15:36:52.274 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-07T15:36:52.274 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-07T15:36:52.274 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:36:52.275 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-07T15:36:52.820 INFO:teuthology.orchestra.run.smithi121.stderr:monmaptool for a [v2:172.21.15.121:3300,v1:172.21.15.121:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-07T15:36:52.821 INFO:teuthology.orchestra.run.smithi121.stderr:setting min_mon_release = octopus 2023-12-07T15:36:52.821 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/monmaptool: set fsid to 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:36:52.821 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-07T15:36:52.821 INFO:teuthology.orchestra.run.smithi121.stderr: 2023-12-07T15:36:52.821 INFO:teuthology.orchestra.run.smithi121.stderr:Creating mon... 2023-12-07T15:36:53.554 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.548+0000 7f71914fd880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-07T15:36:53.554 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.548+0000 7f71914fd880 1 imported monmap: 2023-12-07T15:36:53.554 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-07T15:36:53.554 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:36:53.554 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: last_changed 2023-12-07T15:36:52.274341+0000 2023-12-07T15:36:53.555 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: created 2023-12-07T15:36:52.274341+0000 2023-12-07T15:36:53.555 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2023-12-07T15:36:53.555 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-07T15:36:53.555 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon.a 2023-12-07T15:36:53.555 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.555 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.548+0000 7f71914fd880 0 /usr/bin/ceph-mon: set fsid to 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:36:53.556 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.548+0000 7f71914fd880 4 rocksdb: RocksDB version: 6.15.5 2023-12-07T15:36:53.556 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.557 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.548+0000 7f71914fd880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-07T15:36:53.557 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.548+0000 7f71914fd880 4 rocksdb: Compile date Apr 18 2022 2023-12-07T15:36:53.557 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.548+0000 7f71914fd880 4 rocksdb: DB SUMMARY 2023-12-07T15:36:53.557 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.557 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.548+0000 7f71914fd880 4 rocksdb: DB Session ID: JTYAGONP0KUJGFNVG21F 2023-12-07T15:36:53.557 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.557 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2023-12-07T15:36:53.557 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.557 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2023-12-07T15:36:53.582 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.582 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.error_if_exists: 0 2023-12-07T15:36:53.582 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.create_if_missing: 1 2023-12-07T15:36:53.582 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.paranoid_checks: 1 2023-12-07T15:36:53.582 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T15:36:53.582 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.env: 0x560cc69d5860 2023-12-07T15:36:53.582 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.fs: Posix File System 2023-12-07T15:36:53.582 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.info_log: 0x560cc8e4f320 2023-12-07T15:36:53.582 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-07T15:36:53.582 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.statistics: (nil) 2023-12-07T15:36:53.582 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.use_fsync: 0 2023-12-07T15:36:53.582 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_log_file_size: 0 2023-12-07T15:36:53.582 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T15:36:53.582 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T15:36:53.583 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-07T15:36:53.583 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-07T15:36:53.583 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.allow_fallocate: 1 2023-12-07T15:36:53.583 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-07T15:36:53.583 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-07T15:36:53.583 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.use_direct_reads: 0 2023-12-07T15:36:53.583 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T15:36:53.583 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-07T15:36:53.583 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.db_log_dir: 2023-12-07T15:36:53.583 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-07T15:36:53.583 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T15:36:53.583 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T15:36:53.583 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T15:36:53.583 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T15:36:53.583 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T15:36:53.583 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T15:36:53.584 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-07T15:36:53.584 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-07T15:36:53.584 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.write_buffer_manager: 0x560cc90ef950 2023-12-07T15:36:53.584 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T15:36:53.584 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-07T15:36:53.584 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T15:36:53.584 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T15:36:53.584 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-07T15:36:53.584 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T15:36:53.584 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-07T15:36:53.584 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-07T15:36:53.584 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-07T15:36:53.584 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.unordered_write: 0 2023-12-07T15:36:53.584 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T15:36:53.584 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T15:36:53.584 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T15:36:53.585 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T15:36:53.585 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.row_cache: None 2023-12-07T15:36:53.585 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.wal_filter: None 2023-12-07T15:36:53.585 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T15:36:53.585 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-07T15:36:53.585 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.preserve_deletes: 0 2023-12-07T15:36:53.585 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.two_write_queues: 0 2023-12-07T15:36:53.585 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-07T15:36:53.585 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.atomic_flush: 0 2023-12-07T15:36:53.585 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T15:36:53.585 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T15:36:53.585 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T15:36:53.585 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.log_readahead_size: 0 2023-12-07T15:36:53.585 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T15:36:53.585 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-07T15:36:53.585 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T15:36:53.586 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T15:36:53.586 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-07T15:36:53.586 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-07T15:36:53.586 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_background_jobs: 2 2023-12-07T15:36:53.586 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_background_compactions: -1 2023-12-07T15:36:53.586 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_subcompactions: 1 2023-12-07T15:36:53.586 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T15:36:53.586 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T15:36:53.586 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T15:36:53.586 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-07T15:36:53.586 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T15:36:53.586 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T15:36:53.586 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T15:36:53.586 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T15:36:53.586 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_open_files: -1 2023-12-07T15:36:53.587 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-07T15:36:53.587 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T15:36:53.587 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T15:36:53.587 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-07T15:36:53.587 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_background_flushes: -1 2023-12-07T15:36:53.587 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Compression algorithms supported: 2023-12-07T15:36:53.587 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T15:36:53.587 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: kZSTD supported: 0 2023-12-07T15:36:53.587 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: kXpressCompression supported: 0 2023-12-07T15:36:53.587 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-07T15:36:53.587 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: kLZ4Compression supported: 1 2023-12-07T15:36:53.587 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: kBZip2Compression supported: 0 2023-12-07T15:36:53.587 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: kZlibCompression supported: 1 2023-12-07T15:36:53.587 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: kSnappyCompression supported: 1 2023-12-07T15:36:53.587 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T15:36:53.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2023-12-07T15:36:53.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2023-12-07T15:36:53.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-07T15:36:53.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T15:36:53.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.merge_operator: 2023-12-07T15:36:53.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compaction_filter: None 2023-12-07T15:36:53.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-07T15:36:53.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-07T15:36:53.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T15:36:53.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T15:36:53.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560cc8e18d10) 2023-12-07T15:36:53.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-07T15:36:53.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T15:36:53.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T15:36:53.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-07T15:36:53.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-07T15:36:53.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-07T15:36:53.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-07T15:36:53.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-07T15:36:53.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-07T15:36:53.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-07T15:36:53.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-07T15:36:53.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: block_cache: 0x560cc8e80170 2023-12-07T15:36:53.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-07T15:36:53.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-07T15:36:53.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-07T15:36:53.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-07T15:36:53.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-07T15:36:53.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-07T15:36:53.590 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-07T15:36:53.590 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-07T15:36:53.590 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-07T15:36:53.590 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-07T15:36:53.590 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-07T15:36:53.590 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-07T15:36:53.590 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-07T15:36:53.590 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-07T15:36:53.590 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-07T15:36:53.590 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-07T15:36:53.590 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-07T15:36:53.590 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-07T15:36:53.590 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-07T15:36:53.590 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: format_version: 4 2023-12-07T15:36:53.590 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-07T15:36:53.590 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-07T15:36:53.591 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.591 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-07T15:36:53.591 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-07T15:36:53.591 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compression: NoCompression 2023-12-07T15:36:53.591 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-07T15:36:53.591 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-07T15:36:53.591 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T15:36:53.591 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.num_levels: 7 2023-12-07T15:36:53.591 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T15:36:53.591 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T15:36:53.591 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T15:36:53.591 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T15:36:53.591 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T15:36:53.591 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T15:36:53.591 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T15:36:53.592 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:36:53.592 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T15:36:53.592 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T15:36:53.592 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T15:36:53.592 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-07T15:36:53.592 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-07T15:36:53.592 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T15:36:53.592 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:36:53.592 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T15:36:53.592 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-07T15:36:53.592 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T15:36:53.592 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T15:36:53.592 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T15:36:53.592 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-07T15:36:53.592 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T15:36:53.592 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T15:36:53.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T15:36:53.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T15:36:53.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T15:36:53.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T15:36:53.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T15:36:53.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T15:36:53.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T15:36:53.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T15:36:53.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T15:36:53.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T15:36:53.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T15:36:53.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-07T15:36:53.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T15:36:53.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T15:36:53.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-07T15:36:53.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-07T15:36:53.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T15:36:53.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T15:36:53.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T15:36:53.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T15:36:53.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T15:36:53.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T15:36:53.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T15:36:53.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T15:36:53.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T15:36:53.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T15:36:53.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.table_properties_collectors: 2023-12-07T15:36:53.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.inplace_update_support: 0 2023-12-07T15:36:53.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T15:36:53.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T15:36:53.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T15:36:53.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T15:36:53.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.bloom_locality: 0 2023-12-07T15:36:53.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.max_successive_merges: 0 2023-12-07T15:36:53.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T15:36:53.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-07T15:36:53.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-07T15:36:53.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-07T15:36:53.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.ttl: 2592000 2023-12-07T15:36:53.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T15:36:53.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.enable_blob_files: false 2023-12-07T15:36:53.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.min_blob_size: 0 2023-12-07T15:36:53.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-07T15:36:53.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T15:36:53.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T15:36:53.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T15:36:53.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 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 2023-12-07T15:36:53.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.596 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-07T15:36:53.596 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.596 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.552+0000 7f71914fd880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2023-12-07T15:36:53.596 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.596 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.556+0000 7f71914fd880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x560cc8e66700 2023-12-07T15:36:53.596 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.556+0000 7f71914fd880 4 rocksdb: DB pointer 0x560cc8eda000 2023-12-07T15:36:53.596 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.556+0000 7f71830e7700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-07T15:36:53.596 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.556+0000 7f71830e7700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-07T15:36:53.596 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-07T15:36:53.596 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:36:53.596 INFO:teuthology.orchestra.run.smithi121.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 2023-12-07T15:36:53.596 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T15:36:53.596 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:36:53.596 INFO:teuthology.orchestra.run.smithi121.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 2023-12-07T15:36:53.596 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-07T15:36:53.596 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:36:53.597 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.597 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-07T15:36:53.597 INFO:teuthology.orchestra.run.smithi121.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 2023-12-07T15:36:53.597 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:36:53.597 INFO:teuthology.orchestra.run.smithi121.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 2023-12-07T15:36:53.597 INFO:teuthology.orchestra.run.smithi121.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 2023-12-07T15:36:53.597 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.597 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-07T15:36:53.597 INFO:teuthology.orchestra.run.smithi121.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 2023-12-07T15:36:53.597 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:36:53.597 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:36:53.597 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T15:36:53.597 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T15:36:53.597 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T15:36:53.597 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T15:36:53.597 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-07T15:36:53.598 INFO:teuthology.orchestra.run.smithi121.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 2023-12-07T15:36:53.598 INFO:teuthology.orchestra.run.smithi121.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 2023-12-07T15:36:53.598 INFO:teuthology.orchestra.run.smithi121.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 2023-12-07T15:36:53.598 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.598 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-07T15:36:53.598 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.598 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-07T15:36:53.598 INFO:teuthology.orchestra.run.smithi121.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 2023-12-07T15:36:53.598 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:36:53.598 INFO:teuthology.orchestra.run.smithi121.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 2023-12-07T15:36:53.598 INFO:teuthology.orchestra.run.smithi121.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 2023-12-07T15:36:53.598 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.598 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-07T15:36:53.598 INFO:teuthology.orchestra.run.smithi121.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 2023-12-07T15:36:53.598 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:36:53.599 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:36:53.599 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T15:36:53.599 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T15:36:53.599 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T15:36:53.599 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T15:36:53.599 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-07T15:36:53.599 INFO:teuthology.orchestra.run.smithi121.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 2023-12-07T15:36:53.599 INFO:teuthology.orchestra.run.smithi121.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 2023-12-07T15:36:53.599 INFO:teuthology.orchestra.run.smithi121.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 2023-12-07T15:36:53.599 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.599 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-07T15:36:53.599 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: 2023-12-07T15:36:53.599 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.560+0000 7f71914fd880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2023-12-07T15:36:53.599 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.560+0000 7f71914fd880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2023-12-07T15:36:53.599 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph-mon: debug 2023-12-07T15:36:53.560+0000 7f71914fd880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2023-12-07T15:36:54.059 INFO:teuthology.orchestra.run.smithi121.stderr:create mon.a on 2023-12-07T15:36:54.281 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-07T15:36:54.480 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-53d6ee1e-9516-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-53d6ee1e-9516-11ee-95a2-87774f69a715.target. 2023-12-07T15:36:54.480 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-53d6ee1e-9516-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-53d6ee1e-9516-11ee-95a2-87774f69a715.target. 2023-12-07T15:36:54.882 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: Failed to reset failed state of unit ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mon.a.service: Unit ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mon.a.service not loaded. 2023-12-07T15:36:54.890 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: Created symlink /etc/systemd/system/ceph-53d6ee1e-9516-11ee-95a2-87774f69a715.target.wants/ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@.service. 2023-12-07T15:36:55.098 INFO:teuthology.orchestra.run.smithi121.stderr:firewalld does not appear to be present 2023-12-07T15:36:55.099 INFO:teuthology.orchestra.run.smithi121.stderr:Not possible to enable service . firewalld.service is not available 2023-12-07T15:36:55.099 INFO:teuthology.orchestra.run.smithi121.stderr:Waiting for mon to start... 2023-12-07T15:36:55.100 INFO:teuthology.orchestra.run.smithi121.stderr:Waiting for mon... 2023-12-07T15:36:56.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:36:56 smithi121 bash[24591]: cluster 2023-12-07T15:36:56.318278+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T15:36:56.575 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: cluster: 2023-12-07T15:36:56.576 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: id: 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:36:56.576 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-07T15:36:56.576 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 2023-12-07T15:36:56.576 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: services: 2023-12-07T15:36:56.576 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.246963s) 2023-12-07T15:36:56.577 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-07T15:36:56.578 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-07T15:36:56.578 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 2023-12-07T15:36:56.578 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: data: 2023-12-07T15:36:56.578 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-07T15:36:56.578 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-07T15:36:56.578 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-07T15:36:56.578 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: pgs: 2023-12-07T15:36:56.578 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 2023-12-07T15:36:57.149 INFO:teuthology.orchestra.run.smithi121.stderr:mon is available 2023-12-07T15:36:57.149 INFO:teuthology.orchestra.run.smithi121.stderr:Assimilating anything we can from ceph.conf... 2023-12-07T15:36:57.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:36:57 smithi121 bash[24591]: cluster 2023-12-07T15:36:56.328428+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T15:36:57.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:36:57 smithi121 bash[24591]: cluster 2023-12-07T15:36:56.328814+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0]} 2023-12-07T15:36:57.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:36:57 smithi121 bash[24591]: cluster 2023-12-07T15:36:56.333565+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-07T15:36:57.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:36:57 smithi121 bash[24591]: cluster 2023-12-07T15:36:56.338858+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-07T15:36:57.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:36:57 smithi121 bash[24591]: cluster 2023-12-07T15:36:56.339636+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-07T15:36:57.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:36:57 smithi121 bash[24591]: audit 2023-12-07T15:36:56.575293+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.121:0/3090161717' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-07T15:36:58.180 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 2023-12-07T15:36:58.180 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: [global] 2023-12-07T15:36:58.180 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: fsid = 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:36:58.180 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.121:3300,v1:172.21.15.121:6789] 2023-12-07T15:36:58.180 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-07T15:36:58.180 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-07T15:36:58.180 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-07T15:36:58.181 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-07T15:36:58.181 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 2023-12-07T15:36:58.181 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: [mgr] 2023-12-07T15:36:58.181 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = True 2023-12-07T15:36:58.181 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-07T15:36:58.182 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 2023-12-07T15:36:58.182 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: [osd] 2023-12-07T15:36:58.182 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-07T15:36:58.182 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-07T15:36:58.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:36:58 smithi121 bash[24591]: audit 2023-12-07T15:36:58.173799+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.121:0/2147376007' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-07T15:36:58.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:36:58 smithi121 bash[24591]: audit 2023-12-07T15:36:58.178969+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.121:0/2147376007' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-07T15:36:58.748 INFO:teuthology.orchestra.run.smithi121.stderr:Generating new minimal ceph.conf... 2023-12-07T15:37:00.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:36:59 smithi121 bash[24591]: audit 2023-12-07T15:36:59.774878+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.121:0/78956607' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:37:00.293 INFO:teuthology.orchestra.run.smithi121.stderr:Restarting the monitor... 2023-12-07T15:37:00.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:00 smithi121 systemd[1]: Stopping Ceph mon.a for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:37:00.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:00 smithi121 bash[24983]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mon.a 2023-12-07T15:37:00.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:00 smithi121 bash[24591]: debug 2023-12-07T15:37:00.392+0000 7ffad4355700 -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 2023-12-07T15:37:00.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:00 smithi121 bash[24591]: debug 2023-12-07T15:37:00.392+0000 7ffad4355700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-07T15:37:01.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:00 smithi121 bash[24992]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mon-a 2023-12-07T15:37:01.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:00 smithi121 bash[25029]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mon.a 2023-12-07T15:37:01.019 INFO:teuthology.orchestra.run.smithi121.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-07T15:37:01.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:01 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-07T15:37:01.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:01 smithi121 systemd[1]: Stopped Ceph mon.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:37:01.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:01 smithi121 systemd[1]: Started Ceph mon.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:37:02.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.296+0000 7f255ccbf880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-07T15:37:02.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.296+0000 7f255ccbf880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-07T15:37:02.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.296+0000 7f255ccbf880 0 pidfile_write: ignore empty --pid-file 2023-12-07T15:37:02.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 0 load: jerasure load: lrc 2023-12-07T15:37:02.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: RocksDB version: 6.15.5 2023-12-07T15:37:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-07T15:37:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Compile date Apr 18 2022 2023-12-07T15:37:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: DB SUMMARY 2023-12-07T15:37:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: DB Session ID: 8BBCW8IDFXRIWHIW5KRY 2023-12-07T15:37:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: CURRENT file: CURRENT 2023-12-07T15:37:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-07T15:37:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-07T15:37:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-07T15:37:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82129 ; 2023-12-07T15:37:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.error_if_exists: 0 2023-12-07T15:37:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.create_if_missing: 0 2023-12-07T15:37:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.paranoid_checks: 1 2023-12-07T15:37:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T15:37:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.env: 0x561b559f5860 2023-12-07T15:37:02.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.fs: Posix File System 2023-12-07T15:37:02.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.info_log: 0x561b57049e00 2023-12-07T15:37:02.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-07T15:37:02.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.statistics: (nil) 2023-12-07T15:37:02.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.use_fsync: 0 2023-12-07T15:37:02.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_log_file_size: 0 2023-12-07T15:37:02.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T15:37:02.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T15:37:02.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-07T15:37:02.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-07T15:37:02.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.allow_fallocate: 1 2023-12-07T15:37:02.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-07T15:37:02.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-07T15:37:02.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.use_direct_reads: 0 2023-12-07T15:37:02.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T15:37:02.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-07T15:37:02.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.db_log_dir: 2023-12-07T15:37:02.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-07T15:37:02.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T15:37:02.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T15:37:02.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T15:37:02.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T15:37:02.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T15:37:02.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T15:37:02.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-07T15:37:02.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-07T15:37:02.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.write_buffer_manager: 0x561b5713a270 2023-12-07T15:37:02.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T15:37:02.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-07T15:37:02.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T15:37:02.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T15:37:02.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-07T15:37:02.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T15:37:02.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-07T15:37:02.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-07T15:37:02.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-07T15:37:02.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.unordered_write: 0 2023-12-07T15:37:02.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T15:37:02.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T15:37:02.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T15:37:02.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T15:37:02.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.row_cache: None 2023-12-07T15:37:02.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.wal_filter: None 2023-12-07T15:37:02.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T15:37:02.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-07T15:37:02.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.preserve_deletes: 0 2023-12-07T15:37:02.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.two_write_queues: 0 2023-12-07T15:37:02.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-07T15:37:02.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.atomic_flush: 0 2023-12-07T15:37:02.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T15:37:02.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T15:37:02.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T15:37:02.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.log_readahead_size: 0 2023-12-07T15:37:02.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T15:37:02.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-07T15:37:02.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T15:37:02.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T15:37:02.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-07T15:37:02.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-07T15:37:02.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_background_jobs: 2 2023-12-07T15:37:02.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_background_compactions: -1 2023-12-07T15:37:02.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_subcompactions: 1 2023-12-07T15:37:02.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T15:37:02.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T15:37:02.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T15:37:02.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-07T15:37:02.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T15:37:02.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T15:37:02.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T15:37:02.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T15:37:02.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_open_files: -1 2023-12-07T15:37:02.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-07T15:37:02.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T15:37:02.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T15:37:02.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-07T15:37:02.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_background_flushes: -1 2023-12-07T15:37:02.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Compression algorithms supported: 2023-12-07T15:37:02.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T15:37:02.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: kZSTD supported: 0 2023-12-07T15:37:02.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: kXpressCompression supported: 0 2023-12-07T15:37:02.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-07T15:37:02.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: kLZ4Compression supported: 1 2023-12-07T15:37:02.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: kBZip2Compression supported: 0 2023-12-07T15:37:02.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: kZlibCompression supported: 1 2023-12-07T15:37:02.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: kSnappyCompression supported: 1 2023-12-07T15:37:02.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T15:37:02.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2023-12-07T15:37:02.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-07T15:37:02.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T15:37:02.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.merge_operator: 2023-12-07T15:37:02.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compaction_filter: None 2023-12-07T15:37:02.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-07T15:37:02.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-07T15:37:02.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T15:37:02.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T15:37:02.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561b57017d00) 2023-12-07T15:37:02.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: cache_index_and_filter_blocks: 1 2023-12-07T15:37:02.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T15:37:02.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T15:37:02.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: pin_top_level_index_and_filter: 1 2023-12-07T15:37:02.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: index_type: 0 2023-12-07T15:37:02.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: data_block_index_type: 0 2023-12-07T15:37:02.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: index_shortening: 1 2023-12-07T15:37:02.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: data_block_hash_table_util_ratio: 0.750000 2023-12-07T15:37:02.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: hash_index_allow_collision: 1 2023-12-07T15:37:02.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: checksum: 1 2023-12-07T15:37:02.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: no_block_cache: 0 2023-12-07T15:37:02.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: block_cache: 0x561b5707e170 2023-12-07T15:37:02.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: block_cache_name: BinnedLRUCache 2023-12-07T15:37:02.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: block_cache_options: 2023-12-07T15:37:02.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: capacity : 536870912 2023-12-07T15:37:02.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: num_shard_bits : 4 2023-12-07T15:37:02.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: strict_capacity_limit : 0 2023-12-07T15:37:02.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: high_pri_pool_ratio: 0.000 2023-12-07T15:37:02.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: block_cache_compressed: (nil) 2023-12-07T15:37:02.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: persistent_cache: (nil) 2023-12-07T15:37:02.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: block_size: 4096 2023-12-07T15:37:02.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: block_size_deviation: 10 2023-12-07T15:37:02.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: block_restart_interval: 16 2023-12-07T15:37:02.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: index_block_restart_interval: 1 2023-12-07T15:37:02.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: metadata_block_size: 4096 2023-12-07T15:37:02.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: partition_filters: 0 2023-12-07T15:37:02.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: use_delta_encoding: 1 2023-12-07T15:37:02.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-07T15:37:02.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: whole_key_filtering: 1 2023-12-07T15:37:02.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: verify_compression: 0 2023-12-07T15:37:02.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: read_amp_bytes_per_bit: 0 2023-12-07T15:37:02.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: format_version: 4 2023-12-07T15:37:02.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: enable_index_compression: 1 2023-12-07T15:37:02.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: block_align: 0 2023-12-07T15:37:02.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-07T15:37:02.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-07T15:37:02.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compression: NoCompression 2023-12-07T15:37:02.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-07T15:37:02.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-07T15:37:02.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T15:37:02.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.num_levels: 7 2023-12-07T15:37:02.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T15:37:02.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T15:37:02.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T15:37:02.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T15:37:02.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T15:37:02.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T15:37:02.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T15:37:02.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:37:02.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T15:37:02.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T15:37:02.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T15:37:02.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-07T15:37:02.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-07T15:37:02.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T15:37:02.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:37:02.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T15:37:02.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-07T15:37:02.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T15:37:02.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T15:37:02.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T15:37:02.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-07T15:37:02.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T15:37:02.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T15:37:02.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T15:37:02.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T15:37:02.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T15:37:02.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T15:37:02.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T15:37:02.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T15:37:02.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T15:37:02.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T15:37:02.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T15:37:02.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T15:37:02.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T15:37:02.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-07T15:37:02.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T15:37:02.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T15:37:02.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-07T15:37:02.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-07T15:37:02.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T15:37:02.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T15:37:02.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T15:37:02.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T15:37:02.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T15:37:02.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T15:37:02.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T15:37:02.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T15:37:02.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T15:37:02.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T15:37:02.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.table_properties_collectors: 2023-12-07T15:37:02.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.inplace_update_support: 0 2023-12-07T15:37:02.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T15:37:02.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T15:37:02.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T15:37:02.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T15:37:02.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.bloom_locality: 0 2023-12-07T15:37:02.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.max_successive_merges: 0 2023-12-07T15:37:02.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T15:37:02.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-07T15:37:02.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-07T15:37:02.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-07T15:37:02.574 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.ttl: 2592000 2023-12-07T15:37:02.574 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T15:37:02.574 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.enable_blob_files: false 2023-12-07T15:37:02.574 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.min_blob_size: 0 2023-12-07T15:37:02.574 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-07T15:37:02.574 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T15:37:02.574 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T15:37:02.574 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.300+0000 7f255ccbf880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T15:37:02.574 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.304+0000 7f255ccbf880 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 2023-12-07T15:37:02.574 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.304+0000 7f255ccbf880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-07T15:37:02.574 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.304+0000 7f255ccbf880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-07T15:37:02.574 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.304+0000 7f255ccbf880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701963422309038, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-07T15:37:02.574 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.304+0000 7f255ccbf880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-07T15:37:02.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.304+0000 7f255ccbf880 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. 2023-12-07T15:37:02.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.304+0000 7f255ccbf880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701963422310433, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78838, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77101, "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": 9896, "raw_average_key_size": 47, "raw_value_size": 71372, "raw_average_value_size": 341, "num_data_blocks": 10, "num_entries": 209, "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": 1701963422, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "39db1906-8f75-465b-9d4d-3a3d240ec35a", "db_session_id": "8BBCW8IDFXRIWHIW5KRY"}} 2023-12-07T15:37:02.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.304+0000 7f255ccbf880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-07T15:37:02.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.304+0000 7f255ccbf880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701963422311195, "job": 1, "event": "recovery_finished"} 2023-12-07T15:37:02.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.304+0000 7f255ccbf880 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 2023-12-07T15:37:02.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.308+0000 7f255ccbf880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x561b57064a80 2023-12-07T15:37:02.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.308+0000 7f255ccbf880 4 rocksdb: DB pointer 0x561b57074000 2023-12-07T15:37:02.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.308+0000 7f254ca47700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-07T15:37:02.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.308+0000 7f254ca47700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-07T15:37:02.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: ** DB Stats ** 2023-12-07T15:37:02.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:37:02.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-07T15:37:02.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T15:37:02.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:37:02.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-07T15:37:02.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-07T15:37:02.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:37:02.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: ** Compaction Stats [default] ** 2023-12-07T15:37:02.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-07T15:37:02.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:37:02.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: L0 2/0 78.75 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 87.9 0.00 0.00 1 0.001 0 0 2023-12-07T15:37:02.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Sum 2/0 78.75 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 87.9 0.00 0.00 1 0.001 0 0 2023-12-07T15:37:02.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 87.9 0.00 0.00 1 0.001 0 0 2023-12-07T15:37:02.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: ** Compaction Stats [default] ** 2023-12-07T15:37:02.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-07T15:37:02.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:37:02.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 87.9 0.00 0.00 1 0.001 0 0 2023-12-07T15:37:02.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:37:02.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T15:37:02.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T15:37:02.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T15:37:02.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T15:37:02.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: AddFile(Keys): cumulative 0, interval 0 2023-12-07T15:37:02.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Cumulative compaction: 0.00 GB write, 11.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:37:02.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Interval compaction: 0.00 GB write, 11.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:37:02.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-07T15:37:02.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: ** File Read Latency Histogram By Level [default] ** 2023-12-07T15:37:02.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: ** Compaction Stats [default] ** 2023-12-07T15:37:02.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-07T15:37:02.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:37:02.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: L0 2/0 78.75 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 87.9 0.00 0.00 1 0.001 0 0 2023-12-07T15:37:02.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Sum 2/0 78.75 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 87.9 0.00 0.00 1 0.001 0 0 2023-12-07T15:37:02.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-07T15:37:02.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: ** Compaction Stats [default] ** 2023-12-07T15:37:02.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-07T15:37:02.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:37:02.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 87.9 0.00 0.00 1 0.001 0 0 2023-12-07T15:37:02.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:37:02.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T15:37:02.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T15:37:02.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T15:37:02.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T15:37:02.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: AddFile(Keys): cumulative 0, interval 0 2023-12-07T15:37:02.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Cumulative compaction: 0.00 GB write, 11.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:37:02.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:37:02.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-07T15:37:02.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: ** File Read Latency Histogram By Level [default] ** 2023-12-07T15:37:02.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.308+0000 7f255ccbf880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] at bind addrs [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:37:02.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 1 mon.a@-1(???) e1 preinit fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:37:02.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 0 mon.a@-1(???).mds e1 new map 2023-12-07T15:37:02.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 0 mon.a@-1(???).mds e1 print_map 2023-12-07T15:37:02.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: e1 2023-12-07T15:37:02.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T15:37:02.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-07T15:37:02.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: legacy client fscid: -1 2023-12-07T15:37:02.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: 2023-12-07T15:37:02.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: No filesystems configured 2023-12-07T15:37:02.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-07T15:37:02.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T15:37:02.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T15:37:02.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T15:37:02.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-07T15:37:02.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 20 expand_channel_meta expand map: {default=false} 2023-12-07T15:37:02.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 20 expand_channel_meta from 'false' to 'false' 2023-12-07T15:37:02.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 20 expand_channel_meta expanded map: {default=false} 2023-12-07T15:37:02.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 20 expand_channel_meta expand map: {default=info} 2023-12-07T15:37:02.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 20 expand_channel_meta from 'info' to 'info' 2023-12-07T15:37:02.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 20 expand_channel_meta expanded map: {default=info} 2023-12-07T15:37:02.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 20 expand_channel_meta expand map: {default=daemon} 2023-12-07T15:37:02.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 20 expand_channel_meta from 'daemon' to 'daemon' 2023-12-07T15:37:02.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 20 expand_channel_meta expanded map: {default=daemon} 2023-12-07T15:37:02.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 20 expand_channel_meta expand map: {default=debug} 2023-12-07T15:37:02.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 20 expand_channel_meta from 'debug' to 'debug' 2023-12-07T15:37:02.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: debug 2023-12-07T15:37:02.312+0000 7f255ccbf880 20 expand_channel_meta expanded map: {default=debug} 2023-12-07T15:37:02.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: cluster 2023-12-07T15:37:02.322621+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T15:37:02.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: cluster 2023-12-07T15:37:02.322686+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0]} 2023-12-07T15:37:02.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: cluster 2023-12-07T15:37:02.322760+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2023-12-07T15:37:02.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: cluster 2023-12-07T15:37:02.322793+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-07T15:37:02.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:02 smithi121 bash[25067]: cluster 2023-12-07T15:37:02.323217+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-07T15:37:03.176 INFO:teuthology.orchestra.run.smithi121.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-07T15:37:03.176 INFO:teuthology.orchestra.run.smithi121.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-07T15:37:03.176 INFO:teuthology.orchestra.run.smithi121.stderr:Creating mgr... 2023-12-07T15:37:03.177 INFO:teuthology.orchestra.run.smithi121.stderr:Verifying port 9283 ... 2023-12-07T15:37:03.396 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: Failed to reset failed state of unit ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.y.service: Unit ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.y.service not loaded. 2023-12-07T15:37:03.406 INFO:teuthology.orchestra.run.smithi121.stderr:systemctl: Created symlink /etc/systemd/system/ceph-53d6ee1e-9516-11ee-95a2-87774f69a715.target.wants/ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.y.service -> /etc/systemd/system/ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@.service. 2023-12-07T15:37:03.604 INFO:teuthology.orchestra.run.smithi121.stderr:firewalld does not appear to be present 2023-12-07T15:37:03.604 INFO:teuthology.orchestra.run.smithi121.stderr:Not possible to enable service . firewalld.service is not available 2023-12-07T15:37:03.604 INFO:teuthology.orchestra.run.smithi121.stderr:firewalld does not appear to be present 2023-12-07T15:37:03.604 INFO:teuthology.orchestra.run.smithi121.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-07T15:37:03.605 INFO:teuthology.orchestra.run.smithi121.stderr:Waiting for mgr to start... 2023-12-07T15:37:03.605 INFO:teuthology.orchestra.run.smithi121.stderr:Waiting for mgr... 2023-12-07T15:37:04.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:03 smithi121 bash[25067]: audit 2023-12-07T15:37:02.586142+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.121:0/1740079410' entity='client.admin' 2023-12-07T15:37:05.112 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 2023-12-07T15:37:05.112 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: { 2023-12-07T15:37:05.112 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "fsid": "53d6ee1e-9516-11ee-95a2-87774f69a715", 2023-12-07T15:37:05.112 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "health": { 2023-12-07T15:37:05.112 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-07T15:37:05.112 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "checks": {}, 2023-12-07T15:37:05.112 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "mutes": [] 2023-12-07T15:37:05.112 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:05.112 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-07T15:37:05.112 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "quorum": [ 2023-12-07T15:37:05.112 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 0 2023-12-07T15:37:05.112 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: ], 2023-12-07T15:37:05.112 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-07T15:37:05.113 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "a" 2023-12-07T15:37:05.113 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: ], 2023-12-07T15:37:05.113 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-07T15:37:05.113 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "monmap": { 2023-12-07T15:37:05.114 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:37:05.114 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-07T15:37:05.114 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-07T15:37:05.114 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:05.114 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "osdmap": { 2023-12-07T15:37:05.114 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:37:05.114 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-07T15:37:05.114 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-07T15:37:05.115 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-07T15:37:05.115 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-07T15:37:05.118 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-07T15:37:05.118 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-07T15:37:05.118 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:05.118 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "pgmap": { 2023-12-07T15:37:05.119 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-07T15:37:05.119 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-07T15:37:05.119 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-07T15:37:05.119 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-07T15:37:05.119 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-07T15:37:05.119 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-07T15:37:05.119 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-07T15:37:05.119 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-07T15:37:05.119 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:05.119 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "fsmap": { 2023-12-07T15:37:05.119 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:37:05.120 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-07T15:37:05.121 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-07T15:37:05.121 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:05.121 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-07T15:37:05.121 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "available": false, 2023-12-07T15:37:05.121 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-07T15:37:05.121 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "modules": [ 2023-12-07T15:37:05.121 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "iostat", 2023-12-07T15:37:05.121 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "nfs", 2023-12-07T15:37:05.121 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "restful" 2023-12-07T15:37:05.121 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: ], 2023-12-07T15:37:05.121 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "services": {} 2023-12-07T15:37:05.122 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:05.122 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "servicemap": { 2023-12-07T15:37:05.122 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:37:05.122 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "modified": "2023-12-07T15:36:56.331033+0000", 2023-12-07T15:37:05.122 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "services": {} 2023-12-07T15:37:05.122 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:05.122 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-07T15:37:05.122 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: } 2023-12-07T15:37:05.284 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:05 smithi121 bash[25067]: audit 2023-12-07T15:37:05.109303+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.121:0/1681927363' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T15:37:05.285 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:05 smithi121 bash[25383]: debug 2023-12-07T15:37:05.004+0000 7fe2c1fa2000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:37:05.672 INFO:teuthology.orchestra.run.smithi121.stderr:mgr not available, waiting (1/15)... 2023-12-07T15:37:05.979 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:05 smithi121 bash[25383]: debug 2023-12-07T15:37:05.692+0000 7fe2c1fa2000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:37:05.979 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:05 smithi121 bash[25383]: debug 2023-12-07T15:37:05.812+0000 7fe2c1fa2000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:37:06.306 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:05 smithi121 bash[25383]: debug 2023-12-07T15:37:05.972+0000 7fe2c1fa2000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:37:06.603 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:06 smithi121 bash[25383]: debug 2023-12-07T15:37:06.304+0000 7fe2c1fa2000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:37:06.604 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:06 smithi121 bash[25383]: debug 2023-12-07T15:37:06.396+0000 7fe2c1fa2000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:37:07.057 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:06 smithi121 bash[25383]: debug 2023-12-07T15:37:06.600+0000 7fe2c1fa2000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:37:07.702 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:07 smithi121 bash[25383]: debug 2023-12-07T15:37:07.444+0000 7fe2c1fa2000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:37:07.703 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:07 smithi121 bash[25383]: debug 2023-12-07T15:37:07.544+0000 7fe2c1fa2000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:37:08.056 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:07 smithi121 bash[25383]: debug 2023-12-07T15:37:07.748+0000 7fe2c1fa2000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:37:08.411 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:08 smithi121 bash[25383]: debug 2023-12-07T15:37:08.092+0000 7fe2c1fa2000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:37:08.796 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:08 smithi121 bash[25383]: debug 2023-12-07T15:37:08.420+0000 7fe2c1fa2000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:37:08.800 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 2023-12-07T15:37:08.807 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: { 2023-12-07T15:37:08.807 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "fsid": "53d6ee1e-9516-11ee-95a2-87774f69a715", 2023-12-07T15:37:08.808 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "health": { 2023-12-07T15:37:08.808 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-07T15:37:08.808 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "checks": {}, 2023-12-07T15:37:08.808 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "mutes": [] 2023-12-07T15:37:08.808 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:08.808 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-07T15:37:08.808 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "quorum": [ 2023-12-07T15:37:08.808 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 0 2023-12-07T15:37:08.808 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: ], 2023-12-07T15:37:08.808 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-07T15:37:08.808 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "a" 2023-12-07T15:37:08.808 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: ], 2023-12-07T15:37:08.808 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-07T15:37:08.808 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "monmap": { 2023-12-07T15:37:08.808 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:37:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-07T15:37:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-07T15:37:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "osdmap": { 2023-12-07T15:37:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:37:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-07T15:37:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-07T15:37:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-07T15:37:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-07T15:37:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-07T15:37:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-07T15:37:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "pgmap": { 2023-12-07T15:37:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-07T15:37:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-07T15:37:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-07T15:37:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-07T15:37:08.810 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-07T15:37:08.810 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-07T15:37:08.810 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-07T15:37:08.810 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-07T15:37:08.810 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:08.810 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "fsmap": { 2023-12-07T15:37:08.810 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:37:08.810 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-07T15:37:08.810 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-07T15:37:08.810 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:08.810 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-07T15:37:08.810 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "available": false, 2023-12-07T15:37:08.810 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-07T15:37:08.810 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "modules": [ 2023-12-07T15:37:08.810 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "iostat", 2023-12-07T15:37:08.811 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "nfs", 2023-12-07T15:37:08.811 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "restful" 2023-12-07T15:37:08.811 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: ], 2023-12-07T15:37:08.811 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "services": {} 2023-12-07T15:37:08.811 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:08.811 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "servicemap": { 2023-12-07T15:37:08.811 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:37:08.811 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "modified": "2023-12-07T15:36:56.331033+0000", 2023-12-07T15:37:08.811 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "services": {} 2023-12-07T15:37:08.811 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:08.811 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-07T15:37:08.811 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: } 2023-12-07T15:37:09.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:08 smithi121 bash[25067]: audit 2023-12-07T15:37:08.799683+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.121:0/3947467699' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T15:37:09.057 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:08 smithi121 bash[25383]: debug 2023-12-07T15:37:08.792+0000 7fe2c1fa2000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:37:09.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:09 smithi121 bash[25383]: debug 2023-12-07T15:37:09.064+0000 7fe2c1fa2000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:37:09.441 INFO:teuthology.orchestra.run.smithi121.stderr:mgr not available, waiting (2/15)... 2023-12-07T15:37:09.997 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:09 smithi121 bash[25383]: debug 2023-12-07T15:37:09.736+0000 7fe2c1fa2000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:37:09.997 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:09 smithi121 bash[25383]: debug 2023-12-07T15:37:09.836+0000 7fe2c1fa2000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:37:10.308 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:09 smithi121 bash[25383]: debug 2023-12-07T15:37:09.992+0000 7fe2c1fa2000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:37:10.308 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:10 smithi121 bash[25383]: debug 2023-12-07T15:37:10.100+0000 7fe2c1fa2000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:37:10.308 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:10 smithi121 bash[25383]: debug 2023-12-07T15:37:10.232+0000 7fe2c1fa2000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:37:10.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:10 smithi121 bash[25383]: debug 2023-12-07T15:37:10.516+0000 7fe2c1fa2000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:37:10.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:10 smithi121 bash[25383]: debug 2023-12-07T15:37:10.632+0000 7fe2c1fa2000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:37:11.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:10 smithi121 bash[25383]: debug 2023-12-07T15:37:10.812+0000 7fe2c1fa2000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:37:11.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:10 smithi121 bash[25383]: debug 2023-12-07T15:37:10.928+0000 7fe2c1fa2000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:37:12.057 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:11 smithi121 bash[25383]: debug 2023-12-07T15:37:11.768+0000 7fe2c1fa2000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:37:12.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:11 smithi121 bash[25067]: cluster 2023-12-07T15:37:11.793810+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2023-12-07T15:37:12.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:11 smithi121 bash[25067]: cluster 2023-12-07T15:37:11.798144+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00454912s) 2023-12-07T15:37:12.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:11 smithi121 bash[25067]: audit 2023-12-07T15:37:11.802100+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.121:0/548350195' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:37:12.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:11 smithi121 bash[25067]: audit 2023-12-07T15:37:11.802490+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.121:0/548350195' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:37:12.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:11 smithi121 bash[25067]: audit 2023-12-07T15:37:11.803158+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.121:0/548350195' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:37:12.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:11 smithi121 bash[25067]: audit 2023-12-07T15:37:11.803823+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.121:0/548350195' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:37:12.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:11 smithi121 bash[25067]: audit 2023-12-07T15:37:11.804517+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.121:0/548350195' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:37:12.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:11 smithi121 bash[25067]: cluster 2023-12-07T15:37:11.813680+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2023-12-07T15:37:12.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:11 smithi121 bash[25067]: audit 2023-12-07T15:37:11.830824+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.121:0/548350195' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:37:12.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:11 smithi121 bash[25067]: audit 2023-12-07T15:37:11.833248+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.121:0/548350195' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:37:12.483 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 2023-12-07T15:37:12.484 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: { 2023-12-07T15:37:12.484 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "fsid": "53d6ee1e-9516-11ee-95a2-87774f69a715", 2023-12-07T15:37:12.484 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "health": { 2023-12-07T15:37:12.484 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-07T15:37:12.486 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "checks": {}, 2023-12-07T15:37:12.486 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "mutes": [] 2023-12-07T15:37:12.486 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:12.486 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-07T15:37:12.486 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "quorum": [ 2023-12-07T15:37:12.486 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 0 2023-12-07T15:37:12.486 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: ], 2023-12-07T15:37:12.486 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-07T15:37:12.486 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "a" 2023-12-07T15:37:12.487 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: ], 2023-12-07T15:37:12.487 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-07T15:37:12.487 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "monmap": { 2023-12-07T15:37:12.487 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:37:12.487 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-07T15:37:12.487 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-07T15:37:12.487 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:12.487 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "osdmap": { 2023-12-07T15:37:12.487 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:37:12.487 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-07T15:37:12.487 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-07T15:37:12.487 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-07T15:37:12.490 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-07T15:37:12.491 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-07T15:37:12.491 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-07T15:37:12.491 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:12.491 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "pgmap": { 2023-12-07T15:37:12.491 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-07T15:37:12.491 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-07T15:37:12.491 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-07T15:37:12.491 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-07T15:37:12.491 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-07T15:37:12.491 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-07T15:37:12.491 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-07T15:37:12.491 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-07T15:37:12.491 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:12.491 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "fsmap": { 2023-12-07T15:37:12.492 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:37:12.492 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-07T15:37:12.492 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-07T15:37:12.492 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:12.492 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-07T15:37:12.492 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "available": false, 2023-12-07T15:37:12.492 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-07T15:37:12.492 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "modules": [ 2023-12-07T15:37:12.492 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "iostat", 2023-12-07T15:37:12.492 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "nfs", 2023-12-07T15:37:12.492 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "restful" 2023-12-07T15:37:12.492 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: ], 2023-12-07T15:37:12.492 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "services": {} 2023-12-07T15:37:12.492 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:12.492 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "servicemap": { 2023-12-07T15:37:12.492 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:37:12.493 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "modified": "2023-12-07T15:36:56.331033+0000", 2023-12-07T15:37:12.493 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "services": {} 2023-12-07T15:37:12.493 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:12.493 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-07T15:37:12.493 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: } 2023-12-07T15:37:13.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:12 smithi121 bash[25067]: audit 2023-12-07T15:37:11.846521+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.121:0/548350195' entity='mgr.y' 2023-12-07T15:37:13.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:12 smithi121 bash[25067]: audit 2023-12-07T15:37:11.857418+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.121:0/548350195' entity='mgr.y' 2023-12-07T15:37:13.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:12 smithi121 bash[25067]: audit 2023-12-07T15:37:11.859720+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.121:0/548350195' entity='mgr.y' 2023-12-07T15:37:13.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:12 smithi121 bash[25067]: audit 2023-12-07T15:37:12.482960+0000 mon.a (mon.0) 22 : audit [DBG] from='client.? 172.21.15.121:0/3523235138' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T15:37:13.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:12 smithi121 bash[25067]: cluster 2023-12-07T15:37:12.806681+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: y(active, since 1.01306s) 2023-12-07T15:37:13.128 INFO:teuthology.orchestra.run.smithi121.stderr:mgr not available, waiting (3/15)... 2023-12-07T15:37:15.163 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:14 smithi121 bash[25067]: cluster 2023-12-07T15:37:13.858387+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2023-12-07T15:37:16.587 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 2023-12-07T15:37:16.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: { 2023-12-07T15:37:16.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "fsid": "53d6ee1e-9516-11ee-95a2-87774f69a715", 2023-12-07T15:37:16.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "health": { 2023-12-07T15:37:16.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-07T15:37:16.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "checks": {}, 2023-12-07T15:37:16.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "mutes": [] 2023-12-07T15:37:16.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:16.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-07T15:37:16.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "quorum": [ 2023-12-07T15:37:16.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 0 2023-12-07T15:37:16.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: ], 2023-12-07T15:37:16.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-07T15:37:16.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "a" 2023-12-07T15:37:16.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: ], 2023-12-07T15:37:16.588 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "quorum_age": 14, 2023-12-07T15:37:16.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "monmap": { 2023-12-07T15:37:16.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:37:16.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-07T15:37:16.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-07T15:37:16.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:16.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "osdmap": { 2023-12-07T15:37:16.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:37:16.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-07T15:37:16.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-07T15:37:16.589 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-07T15:37:16.593 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-07T15:37:16.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-07T15:37:16.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-07T15:37:16.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:16.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "pgmap": { 2023-12-07T15:37:16.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-07T15:37:16.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-07T15:37:16.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-07T15:37:16.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-07T15:37:16.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-07T15:37:16.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-07T15:37:16.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-07T15:37:16.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-07T15:37:16.594 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:16.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "fsmap": { 2023-12-07T15:37:16.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:37:16.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-07T15:37:16.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-07T15:37:16.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:16.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-07T15:37:16.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "available": true, 2023-12-07T15:37:16.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-07T15:37:16.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "modules": [ 2023-12-07T15:37:16.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "iostat", 2023-12-07T15:37:16.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "nfs", 2023-12-07T15:37:16.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "restful" 2023-12-07T15:37:16.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: ], 2023-12-07T15:37:16.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "services": {} 2023-12-07T15:37:16.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:16.595 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "servicemap": { 2023-12-07T15:37:16.596 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-07T15:37:16.596 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "modified": "2023-12-07T15:36:56.331033+0000", 2023-12-07T15:37:16.596 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "services": {} 2023-12-07T15:37:16.597 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: }, 2023-12-07T15:37:16.597 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-07T15:37:16.597 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: } 2023-12-07T15:37:17.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:16 smithi121 bash[25067]: audit 2023-12-07T15:37:16.583875+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.121:0/926882252' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T15:37:17.208 INFO:teuthology.orchestra.run.smithi121.stderr:mgr is available 2023-12-07T15:37:18.459 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 2023-12-07T15:37:18.460 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: [global] 2023-12-07T15:37:18.460 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: fsid = 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:37:18.461 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-07T15:37:18.461 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-07T15:37:18.461 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-07T15:37:18.461 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-07T15:37:18.461 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 2023-12-07T15:37:18.461 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: [mgr] 2023-12-07T15:37:18.462 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-07T15:37:18.462 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 2023-12-07T15:37:18.462 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: [osd] 2023-12-07T15:37:18.462 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-07T15:37:18.462 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-07T15:37:18.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:18 smithi121 bash[25067]: audit 2023-12-07T15:37:18.451965+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.121:0/453673509' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-07T15:37:18.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:18 smithi121 bash[25067]: audit 2023-12-07T15:37:18.458748+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.121:0/453673509' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-07T15:37:19.013 INFO:teuthology.orchestra.run.smithi121.stderr:Enabling cephadm module... 2023-12-07T15:37:20.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:20 smithi121 bash[25067]: audit 2023-12-07T15:37:20.321262+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.121:0/1424112592' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-07T15:37:20.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:20 smithi121 bash[25383]: ignoring --setuser ceph since I am not root 2023-12-07T15:37:20.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:20 smithi121 bash[25383]: ignoring --setgroup ceph since I am not root 2023-12-07T15:37:20.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:20 smithi121 bash[25383]: debug 2023-12-07T15:37:20.564+0000 7f7751859000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:37:21.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:21 smithi121 bash[25383]: debug 2023-12-07T15:37:21.208+0000 7f7751859000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:37:21.609 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:21 smithi121 bash[25383]: debug 2023-12-07T15:37:21.328+0000 7f7751859000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:37:21.609 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:21 smithi121 bash[25383]: debug 2023-12-07T15:37:21.488+0000 7f7751859000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:37:21.609 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:21 smithi121 bash[25067]: audit 2023-12-07T15:37:20.376166+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.121:0/1424112592' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-07T15:37:21.609 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:21 smithi121 bash[25067]: cluster 2023-12-07T15:37:20.376355+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: y(active, since 8s) 2023-12-07T15:37:21.923 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:21 smithi121 bash[25383]: debug 2023-12-07T15:37:21.824+0000 7f7751859000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:37:22.272 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: { 2023-12-07T15:37:22.273 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-07T15:37:22.273 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "available": true, 2023-12-07T15:37:22.273 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-07T15:37:22.273 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-07T15:37:22.273 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: } 2023-12-07T15:37:22.301 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:21 smithi121 bash[25383]: debug 2023-12-07T15:37:21.916+0000 7f7751859000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:37:22.301 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:22 smithi121 bash[25383]: debug 2023-12-07T15:37:22.120+0000 7f7751859000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:37:22.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:22 smithi121 bash[25067]: audit 2023-12-07T15:37:22.271800+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.121:0/1646185873' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-07T15:37:22.854 INFO:teuthology.orchestra.run.smithi121.stderr:Waiting for the mgr to restart... 2023-12-07T15:37:22.854 INFO:teuthology.orchestra.run.smithi121.stderr:Waiting for mgr epoch 5... 2023-12-07T15:37:23.290 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:22 smithi121 bash[25383]: debug 2023-12-07T15:37:22.980+0000 7f7751859000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:37:23.290 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:23 smithi121 bash[25383]: debug 2023-12-07T15:37:23.084+0000 7f7751859000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:37:23.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:23 smithi121 bash[25383]: debug 2023-12-07T15:37:23.284+0000 7f7751859000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:37:23.975 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:23 smithi121 bash[25383]: debug 2023-12-07T15:37:23.648+0000 7f7751859000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:37:24.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:23 smithi121 bash[25383]: debug 2023-12-07T15:37:23.968+0000 7f7751859000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:37:24.606 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:24 smithi121 bash[25383]: debug 2023-12-07T15:37:24.336+0000 7f7751859000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:37:25.057 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:24 smithi121 bash[25383]: debug 2023-12-07T15:37:24.600+0000 7f7751859000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:37:25.532 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:25 smithi121 bash[25383]: debug 2023-12-07T15:37:25.272+0000 7f7751859000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:37:25.533 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:25 smithi121 bash[25383]: debug 2023-12-07T15:37:25.372+0000 7f7751859000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:37:25.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:25 smithi121 bash[25383]: debug 2023-12-07T15:37:25.528+0000 7f7751859000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:37:25.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:25 smithi121 bash[25383]: debug 2023-12-07T15:37:25.632+0000 7f7751859000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:37:25.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:25 smithi121 bash[25383]: debug 2023-12-07T15:37:25.768+0000 7f7751859000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:37:26.354 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:26 smithi121 bash[25383]: debug 2023-12-07T15:37:26.052+0000 7f7751859000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:37:26.354 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:26 smithi121 bash[25383]: debug 2023-12-07T15:37:26.168+0000 7f7751859000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:37:26.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:26 smithi121 bash[25383]: debug 2023-12-07T15:37:26.348+0000 7f7751859000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:37:26.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:26 smithi121 bash[25383]: debug 2023-12-07T15:37:26.468+0000 7f7751859000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:37:27.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:27 smithi121 bash[25383]: debug 2023-12-07T15:37:27.300+0000 7f7751859000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:37:28.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:28 smithi121 bash[25067]: cluster 2023-12-07T15:37:27.329484+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon y restarted 2023-12-07T15:37:28.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:28 smithi121 bash[25067]: cluster 2023-12-07T15:37:27.330296+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon y 2023-12-07T15:37:28.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:28 smithi121 bash[25067]: cluster 2023-12-07T15:37:27.333649+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-07T15:37:29.365 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: { 2023-12-07T15:37:29.366 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-07T15:37:29.366 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "initialized": true 2023-12-07T15:37:29.366 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: } 2023-12-07T15:37:29.664 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25067]: cluster 2023-12-07T15:37:28.332111+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: y(active, starting, since 1.00197s) 2023-12-07T15:37:29.665 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25067]: audit 2023-12-07T15:37:28.340306+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:37:29.665 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25067]: audit 2023-12-07T15:37:28.341529+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:37:29.665 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25067]: audit 2023-12-07T15:37:28.343111+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:37:29.665 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25067]: audit 2023-12-07T15:37:28.343501+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:37:29.665 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25067]: audit 2023-12-07T15:37:28.343815+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:37:29.665 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25067]: cluster 2023-12-07T15:37:28.376369+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2023-12-07T15:37:29.665 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25067]: audit 2023-12-07T15:37:28.404810+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' 2023-12-07T15:37:29.665 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25067]: audit 2023-12-07T15:37:28.409857+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' 2023-12-07T15:37:29.665 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25067]: audit 2023-12-07T15:37:28.415193+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' 2023-12-07T15:37:29.665 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25067]: audit 2023-12-07T15:37:28.420103+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:37:29.665 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25067]: audit 2023-12-07T15:37:28.422951+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:37:29.665 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25067]: audit 2023-12-07T15:37:28.430203+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:37:29.665 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25067]: audit 2023-12-07T15:37:28.447273+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:37:29.666 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25067]: audit 2023-12-07T15:37:28.449705+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:37:29.793 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25383]: [07/Dec/2023:15:37:29] ENGINE Bus STARTING 2023-12-07T15:37:29.955 INFO:teuthology.orchestra.run.smithi121.stderr:mgr epoch 5 is available 2023-12-07T15:37:29.955 INFO:teuthology.orchestra.run.smithi121.stderr:Setting orchestrator backend to cephadm... 2023-12-07T15:37:29.985 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25383]: [07/Dec/2023:15:37:29] ENGINE Serving on https://172.21.15.121:7150 2023-12-07T15:37:29.985 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:29 smithi121 bash[25383]: [07/Dec/2023:15:37:29] ENGINE Bus STARTED 2023-12-07T15:37:30.635 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:30 smithi121 bash[25067]: audit 2023-12-07T15:37:29.349393+0000 mgr.y (mgr.14120) 1 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-07T15:37:30.635 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:30 smithi121 bash[25067]: cluster 2023-12-07T15:37:29.350857+0000 mon.a (mon.0) 50 : cluster [DBG] mgrmap e7: y(active, since 2s) 2023-12-07T15:37:30.635 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:30 smithi121 bash[25067]: audit 2023-12-07T15:37:29.365291+0000 mgr.y (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-07T15:37:30.635 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:30 smithi121 bash[25067]: audit 2023-12-07T15:37:29.794716+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' 2023-12-07T15:37:30.635 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:30 smithi121 bash[25067]: audit 2023-12-07T15:37:29.802391+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:37:31.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:31 smithi121 bash[25067]: cephadm 2023-12-07T15:37:29.664694+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [07/Dec/2023:15:37:29] ENGINE Bus STARTING 2023-12-07T15:37:31.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:31 smithi121 bash[25067]: cephadm 2023-12-07T15:37:29.788142+0000 mgr.y (mgr.14120) 4 : cephadm [INF] [07/Dec/2023:15:37:29] ENGINE Serving on https://172.21.15.121:7150 2023-12-07T15:37:31.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:31 smithi121 bash[25067]: cephadm 2023-12-07T15:37:29.788425+0000 mgr.y (mgr.14120) 5 : cephadm [INF] [07/Dec/2023:15:37:29] ENGINE Bus STARTED 2023-12-07T15:37:31.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:31 smithi121 bash[25067]: audit 2023-12-07T15:37:31.262292+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' 2023-12-07T15:37:31.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:31 smithi121 bash[25067]: audit 2023-12-07T15:37:31.272974+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:37:32.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:32 smithi121 bash[25067]: audit 2023-12-07T15:37:31.254988+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 2023-12-07T15:37:33.016 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: value unchanged 2023-12-07T15:37:33.590 INFO:teuthology.orchestra.run.smithi121.stderr:Generating ssh key... 2023-12-07T15:37:33.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:33 smithi121 bash[25067]: audit 2023-12-07T15:37:33.015918+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 2023-12-07T15:37:35.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:35 smithi121 bash[25383]: Generating public/private rsa key pair. 2023-12-07T15:37:35.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:35 smithi121 bash[25383]: Your identification has been saved in /tmp/tmpmtvcniqe/key. 2023-12-07T15:37:35.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:35 smithi121 bash[25383]: Your public key has been saved in /tmp/tmpmtvcniqe/key.pub. 2023-12-07T15:37:35.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:35 smithi121 bash[25383]: The key fingerprint is: 2023-12-07T15:37:35.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:35 smithi121 bash[25383]: SHA256:38EygFT3lh8tMbJUJen96CzN2YfxuawyqmWL4f5Xutw ceph-53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:37:35.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:35 smithi121 bash[25383]: The key's randomart image is: 2023-12-07T15:37:35.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:35 smithi121 bash[25383]: +---[RSA 3072]----+ 2023-12-07T15:37:35.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:35 smithi121 bash[25383]: | ... . o.=o.| 2023-12-07T15:37:35.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:35 smithi121 bash[25383]: | . . . o +.= | 2023-12-07T15:37:35.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:35 smithi121 bash[25383]: | . . =.o..| 2023-12-07T15:37:35.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:35 smithi121 bash[25383]: | . o ..o.| 2023-12-07T15:37:35.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:35 smithi121 bash[25383]: | S o o ...| 2023-12-07T15:37:35.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:35 smithi121 bash[25383]: | . + oo .| 2023-12-07T15:37:35.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:35 smithi121 bash[25383]: | . o. += *.| 2023-12-07T15:37:35.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:35 smithi121 bash[25383]: | . = o=o O.+| 2023-12-07T15:37:35.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:35 smithi121 bash[25383]: | .=o+oo+E.oo| 2023-12-07T15:37:35.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:35 smithi121 bash[25383]: +----[SHA256]-----+ 2023-12-07T15:37:36.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:36 smithi121 bash[25067]: audit 2023-12-07T15:37:34.837489+0000 mgr.y (mgr.14120) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:36.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:36 smithi121 bash[25067]: cephadm 2023-12-07T15:37:34.837895+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2023-12-07T15:37:36.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:36 smithi121 bash[25067]: audit 2023-12-07T15:37:35.283862+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' 2023-12-07T15:37:36.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:36 smithi121 bash[25067]: audit 2023-12-07T15:37:35.288230+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' 2023-12-07T15:37:37.093 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFq3v9LWLSHSF6KrTJk+oagdfIMFtlCNpmLfezj9lX+kr1/Q/HJlnMjGNbRKAuafavzsR79qyzLfKFtb8XA+fCU8NmG7vKA/Wqo6TjG9It/o7i3aPYe6UKbdBLHye+kjFne7AvaFcMi+tm4ZR+90MAdV95POshfOPYlykdreK42Te1B4r/v9B2NnReejGvbvedXCsOE2vmSu5rB5qHhpS7iwN4h3H6h9GOwSzJhUOyqswC9fkgLEmQTHN9Mm4DMWSitrRZD5kYrcVwZ5q2bhU6zYRnmgDKwB9AzRO2JGocYuKEnMXUfPGZakQUqVSRJZGQoIUtc8BOYZh0BTLlBAJDco3Qz5u0JOdM0TjAa8aTcO3SZSDQPb+/kfwBl67JJBQ4kXZVUBcWiq6VkEOqNKo3rP/OwHX/60Am3Sq3BXddnR8d+ywwMlSUuu69fPxzmckl0e7Yz8ZP+JM1l0ubvk/tgGjGIj/Vz0HUp0ueFZr+YP08m0qibmBYk2j5SFmaRMM= ceph-53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:37:37.653 INFO:teuthology.orchestra.run.smithi121.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-07T15:37:37.653 INFO:teuthology.orchestra.run.smithi121.stderr:Adding key to root@localhost authorized_keys... 2023-12-07T15:37:37.653 INFO:teuthology.orchestra.run.smithi121.stderr:Adding host smithi121... 2023-12-07T15:37:38.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:38 smithi121 bash[25067]: audit 2023-12-07T15:37:37.092580+0000 mgr.y (mgr.14120) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:39.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:39 smithi121 bash[25067]: audit 2023-12-07T15:37:38.932906+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi121", "addr": "172.21.15.121", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:39.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:39 smithi121 bash[25067]: cephadm 2023-12-07T15:37:39.322822+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi121 2023-12-07T15:37:39.943 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: Added host 'smithi121' with addr '172.21.15.121' 2023-12-07T15:37:40.625 INFO:teuthology.orchestra.run.smithi121.stderr:Deploying unmanaged mon service... 2023-12-07T15:37:41.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:40 smithi121 bash[25067]: audit 2023-12-07T15:37:39.942246+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' 2023-12-07T15:37:41.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:40 smithi121 bash[25067]: cephadm 2023-12-07T15:37:39.942893+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi121 2023-12-07T15:37:41.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:40 smithi121 bash[25067]: audit 2023-12-07T15:37:39.982012+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:37:42.368 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-07T15:37:43.278 INFO:teuthology.orchestra.run.smithi121.stderr:Deploying unmanaged mgr service... 2023-12-07T15:37:43.747 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:43 smithi121 bash[25067]: audit 2023-12-07T15:37:42.362659+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 2023-12-07T15:37:43.748 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:43 smithi121 bash[25067]: cephadm 2023-12-07T15:37:42.364589+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-07T15:37:43.748 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:43 smithi121 bash[25067]: audit 2023-12-07T15:37:42.367005+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' 2023-12-07T15:37:44.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:44 smithi121 bash[25067]: audit 2023-12-07T15:37:43.472949+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' 2023-12-07T15:37:44.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:44 smithi121 bash[25067]: audit 2023-12-07T15:37:43.758100+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' 2023-12-07T15:37:44.928 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-07T15:37:46.248 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:45 smithi121 bash[25067]: audit 2023-12-07T15:37:44.921524+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 2023-12-07T15:37:46.248 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:45 smithi121 bash[25067]: cephadm 2023-12-07T15:37:44.922862+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-07T15:37:46.248 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:45 smithi121 bash[25067]: audit 2023-12-07T15:37:44.927114+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' 2023-12-07T15:37:48.087 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:47 smithi121 bash[25067]: audit 2023-12-07T15:37:46.823251+0000 mon.a (mon.0) 63 : audit [INF] from='client.? 172.21.15.121:0/3751393783' entity='client.admin' 2023-12-07T15:37:49.238 INFO:teuthology.orchestra.run.smithi121.stderr:Enabling the dashboard module... 2023-12-07T15:37:49.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:49 smithi121 bash[25067]: audit 2023-12-07T15:37:48.227737+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' 2023-12-07T15:37:49.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:49 smithi121 bash[25067]: audit 2023-12-07T15:37:48.232953+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' 2023-12-07T15:37:49.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:49 smithi121 bash[25067]: audit 2023-12-07T15:37:48.234244+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:37:49.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:49 smithi121 bash[25067]: audit 2023-12-07T15:37:48.238916+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' 2023-12-07T15:37:49.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:49 smithi121 bash[25067]: audit 2023-12-07T15:37:48.241885+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:37:49.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:49 smithi121 bash[25067]: audit 2023-12-07T15:37:48.245125+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.121:0/1190207520' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]': finished 2023-12-07T15:37:49.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:49 smithi121 bash[25067]: cluster 2023-12-07T15:37:48.344866+0000 mgr.y (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:37:49.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:49 smithi121 bash[25067]: audit 2023-12-07T15:37:48.628574+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.121:0/3152754307' entity='client.admin' 2023-12-07T15:37:50.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:50 smithi121 bash[25067]: cephadm 2023-12-07T15:37:48.907816+0000 mgr.y (mgr.14120) 19 : cephadm [INF] Deploying daemon agent.smithi121 on smithi121 2023-12-07T15:37:51.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:51 smithi121 bash[25067]: cluster 2023-12-07T15:37:50.345330+0000 mgr.y (mgr.14120) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:37:51.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:51 smithi121 bash[25067]: audit 2023-12-07T15:37:50.667801+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.121:0/2000601220' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-07T15:37:51.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:51 smithi121 bash[25383]: ignoring --setuser ceph since I am not root 2023-12-07T15:37:51.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:51 smithi121 bash[25383]: ignoring --setgroup ceph since I am not root 2023-12-07T15:37:51.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:51 smithi121 bash[25383]: debug 2023-12-07T15:37:51.443+0000 7fcba560f000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:37:52.224 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:52 smithi121 bash[25383]: debug 2023-12-07T15:37:52.099+0000 7fcba560f000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:37:52.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:52 smithi121 bash[25067]: audit 2023-12-07T15:37:51.241374+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.121:0/2000601220' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-07T15:37:52.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:52 smithi121 bash[25067]: cluster 2023-12-07T15:37:51.241513+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e8: y(active, since 23s) 2023-12-07T15:37:52.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:52 smithi121 bash[25383]: debug 2023-12-07T15:37:52.219+0000 7fcba560f000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:37:52.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:52 smithi121 bash[25383]: debug 2023-12-07T15:37:52.379+0000 7fcba560f000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:37:53.032 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:52 smithi121 bash[25383]: debug 2023-12-07T15:37:52.711+0000 7fcba560f000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:37:53.032 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:52 smithi121 bash[25383]: debug 2023-12-07T15:37:52.807+0000 7fcba560f000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:37:53.032 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:53 smithi121 bash[25383]: debug 2023-12-07T15:37:53.031+0000 7fcba560f000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:37:53.299 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: { 2023-12-07T15:37:53.299 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "epoch": 8, 2023-12-07T15:37:53.299 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "available": true, 2023-12-07T15:37:53.299 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-07T15:37:53.299 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-07T15:37:53.299 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: } 2023-12-07T15:37:53.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:53 smithi121 bash[25067]: audit 2023-12-07T15:37:53.297376+0000 mon.a (mon.0) 74 : audit [DBG] from='client.? 172.21.15.121:0/3737138113' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-07T15:37:53.970 INFO:teuthology.orchestra.run.smithi121.stderr:Waiting for the mgr to restart... 2023-12-07T15:37:53.971 INFO:teuthology.orchestra.run.smithi121.stderr:Waiting for mgr epoch 8... 2023-12-07T15:37:54.224 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:53 smithi121 bash[25383]: debug 2023-12-07T15:37:53.911+0000 7fcba560f000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:37:54.224 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:54 smithi121 bash[25383]: debug 2023-12-07T15:37:54.015+0000 7fcba560f000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:37:54.816 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:54 smithi121 bash[25383]: debug 2023-12-07T15:37:54.219+0000 7fcba560f000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:37:54.816 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:54 smithi121 bash[25383]: debug 2023-12-07T15:37:54.559+0000 7fcba560f000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:37:55.258 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:54 smithi121 bash[25383]: debug 2023-12-07T15:37:54.891+0000 7fcba560f000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:37:55.527 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:55 smithi121 bash[25383]: debug 2023-12-07T15:37:55.255+0000 7fcba560f000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:37:55.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:55 smithi121 bash[25383]: debug 2023-12-07T15:37:55.523+0000 7fcba560f000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:37:56.462 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:56 smithi121 bash[25383]: debug 2023-12-07T15:37:56.199+0000 7fcba560f000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:37:56.463 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:56 smithi121 bash[25383]: debug 2023-12-07T15:37:56.303+0000 7fcba560f000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:37:56.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:56 smithi121 bash[25383]: debug 2023-12-07T15:37:56.459+0000 7fcba560f000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:37:56.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:56 smithi121 bash[25383]: debug 2023-12-07T15:37:56.567+0000 7fcba560f000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:37:56.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:56 smithi121 bash[25383]: debug 2023-12-07T15:37:56.703+0000 7fcba560f000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:37:57.292 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:56 smithi121 bash[25383]: debug 2023-12-07T15:37:56.991+0000 7fcba560f000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:37:57.292 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:57 smithi121 bash[25383]: debug 2023-12-07T15:37:57.111+0000 7fcba560f000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:37:57.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:57 smithi121 bash[25383]: debug 2023-12-07T15:37:57.291+0000 7fcba560f000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:37:57.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:57 smithi121 bash[25383]: debug 2023-12-07T15:37:57.407+0000 7fcba560f000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:37:58.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:58 smithi121 bash[25383]: debug 2023-12-07T15:37:58.251+0000 7fcba560f000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:37:59.359 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: { 2023-12-07T15:37:59.360 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "mgrmap_epoch": 10, 2023-12-07T15:37:59.360 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: "initialized": true 2023-12-07T15:37:59.360 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: } 2023-12-07T15:37:59.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25067]: cluster 2023-12-07T15:37:58.274137+0000 mon.a (mon.0) 75 : cluster [INF] Active manager daemon y restarted 2023-12-07T15:37:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25067]: cluster 2023-12-07T15:37:58.274839+0000 mon.a (mon.0) 76 : cluster [INF] Activating manager daemon y 2023-12-07T15:37:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25067]: cluster 2023-12-07T15:37:58.278254+0000 mon.a (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-07T15:37:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25067]: cluster 2023-12-07T15:37:58.339836+0000 mon.a (mon.0) 78 : cluster [DBG] mgrmap e9: y(active, starting, since 0.065178s) 2023-12-07T15:37:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25067]: audit 2023-12-07T15:37:58.342696+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:37:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25067]: audit 2023-12-07T15:37:58.344597+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:37:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25067]: audit 2023-12-07T15:37:58.345981+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:37:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25067]: audit 2023-12-07T15:37:58.346177+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:37:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25067]: audit 2023-12-07T15:37:58.346405+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:37:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25067]: cluster 2023-12-07T15:37:58.356649+0000 mon.a (mon.0) 84 : cluster [INF] Manager daemon y is now available 2023-12-07T15:37:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25067]: audit 2023-12-07T15:37:58.384882+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:37:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25067]: audit 2023-12-07T15:37:58.388665+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:37:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25067]: audit 2023-12-07T15:37:58.392648+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:37:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25067]: audit 2023-12-07T15:37:58.418936+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:37:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25067]: audit 2023-12-07T15:37:58.420731+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:37:59.861 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25383]: [07/Dec/2023:15:37:59] ENGINE Bus STARTING 2023-12-07T15:38:00.045 INFO:teuthology.orchestra.run.smithi121.stderr:mgr epoch 8 is available 2023-12-07T15:38:00.045 INFO:teuthology.orchestra.run.smithi121.stderr:Generating a dashboard self-signed certificate... 2023-12-07T15:38:00.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25383]: [07/Dec/2023:15:37:59] ENGINE Serving on https://172.21.15.121:7150 2023-12-07T15:38:00.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:37:59 smithi121 bash[25383]: [07/Dec/2023:15:37:59] ENGINE Bus STARTED 2023-12-07T15:38:00.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:00 smithi121 bash[25067]: cluster 2023-12-07T15:37:59.343163+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e10: y(active, since 1.06852s) 2023-12-07T15:38:00.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:00 smithi121 bash[25067]: cephadm 2023-12-07T15:37:59.739367+0000 mgr.y (mgr.14152) 3 : cephadm [INF] [07/Dec/2023:15:37:59] ENGINE Bus STARTING 2023-12-07T15:38:00.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:00 smithi121 bash[25067]: cephadm 2023-12-07T15:37:59.861591+0000 mgr.y (mgr.14152) 4 : cephadm [INF] [07/Dec/2023:15:37:59] ENGINE Serving on https://172.21.15.121:7150 2023-12-07T15:38:00.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:00 smithi121 bash[25067]: cephadm 2023-12-07T15:37:59.862424+0000 mgr.y (mgr.14152) 5 : cephadm [INF] [07/Dec/2023:15:37:59] ENGINE Bus STARTED 2023-12-07T15:38:00.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:00 smithi121 bash[25067]: audit 2023-12-07T15:37:59.868895+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:01.798 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-07T15:38:02.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:01 smithi121 bash[25067]: cluster 2023-12-07T15:38:00.876436+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e11: y(active, since 2s) 2023-12-07T15:38:02.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:01 smithi121 bash[25067]: audit 2023-12-07T15:38:01.792313+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:02.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:01 smithi121 bash[25067]: audit 2023-12-07T15:38:01.797030+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:02.388 INFO:teuthology.orchestra.run.smithi121.stderr:Creating initial admin user... 2023-12-07T15:38:03.166 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:02 smithi121 bash[25067]: audit 2023-12-07T15:38:01.393737+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 2023-12-07T15:38:03.904 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$KIy9t.meVKKbsC5Z2tQTTec//YCUtFKdUFVPjEqH6GMezsElJdfjW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701963483, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-07T15:38:04.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:04 smithi121 bash[25067]: audit 2023-12-07T15:38:03.174608+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:04.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:04 smithi121 bash[25067]: audit 2023-12-07T15:38:03.175434+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:38:04.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:04 smithi121 bash[25067]: audit 2023-12-07T15:38:03.180344+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:04.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:04 smithi121 bash[25067]: audit 2023-12-07T15:38:03.182462+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:38:04.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:04 smithi121 bash[25067]: audit 2023-12-07T15:38:03.903500+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:04.604 INFO:teuthology.orchestra.run.smithi121.stderr:Fetching dashboard port number... 2023-12-07T15:38:05.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:05 smithi121 bash[25067]: audit 2023-12-07T15:38:03.679058+0000 mgr.y (mgr.14152) 7 : 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 2023-12-07T15:38:05.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:05 smithi121 bash[25067]: cephadm 2023-12-07T15:38:03.831106+0000 mgr.y (mgr.14152) 8 : cephadm [INF] Deploying daemon agent.smithi121 on smithi121 2023-12-07T15:38:05.941 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: 8443 2023-12-07T15:38:06.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:06 smithi121 bash[25067]: cluster 2023-12-07T15:38:05.185628+0000 mon.a (mon.0) 100 : cluster [DBG] mgrmap e12: y(active, since 6s) 2023-12-07T15:38:06.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:06 smithi121 bash[25067]: audit 2023-12-07T15:38:05.940335+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.121:0/3563764316' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-07T15:38:06.577 INFO:teuthology.orchestra.run.smithi121.stderr:firewalld does not appear to be present 2023-12-07T15:38:06.577 INFO:teuthology.orchestra.run.smithi121.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-07T15:38:06.581 INFO:teuthology.orchestra.run.smithi121.stderr:Ceph Dashboard is now available at: 2023-12-07T15:38:06.581 INFO:teuthology.orchestra.run.smithi121.stderr: 2023-12-07T15:38:06.581 INFO:teuthology.orchestra.run.smithi121.stderr: URL: https://smithi121.front.sepia.ceph.com:8443/ 2023-12-07T15:38:06.582 INFO:teuthology.orchestra.run.smithi121.stderr: User: admin 2023-12-07T15:38:06.582 INFO:teuthology.orchestra.run.smithi121.stderr: Password: cjidz746de 2023-12-07T15:38:06.582 INFO:teuthology.orchestra.run.smithi121.stderr: 2023-12-07T15:38:06.582 INFO:teuthology.orchestra.run.smithi121.stderr:Enabling autotune for osd_memory_target 2023-12-07T15:38:09.969 INFO:teuthology.orchestra.run.smithi121.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-07T15:38:10.598 INFO:teuthology.orchestra.run.smithi121.stderr:You can access the Ceph CLI with: 2023-12-07T15:38:10.598 INFO:teuthology.orchestra.run.smithi121.stderr: 2023-12-07T15:38:10.598 INFO:teuthology.orchestra.run.smithi121.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-07T15:38:10.598 INFO:teuthology.orchestra.run.smithi121.stderr: 2023-12-07T15:38:10.598 INFO:teuthology.orchestra.run.smithi121.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-07T15:38:10.598 INFO:teuthology.orchestra.run.smithi121.stderr: 2023-12-07T15:38:10.598 INFO:teuthology.orchestra.run.smithi121.stderr: ceph telemetry on 2023-12-07T15:38:10.598 INFO:teuthology.orchestra.run.smithi121.stderr: 2023-12-07T15:38:10.598 INFO:teuthology.orchestra.run.smithi121.stderr:For more information see: 2023-12-07T15:38:10.598 INFO:teuthology.orchestra.run.smithi121.stderr: 2023-12-07T15:38:10.598 INFO:teuthology.orchestra.run.smithi121.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-07T15:38:10.598 INFO:teuthology.orchestra.run.smithi121.stderr: 2023-12-07T15:38:10.598 INFO:teuthology.orchestra.run.smithi121.stderr:Bootstrap complete. 2023-12-07T15:38:10.633 INFO:tasks.cephadm:Fetching config... 2023-12-07T15:38:10.633 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2023-12-07T15:38:10.634 DEBUG:teuthology.orchestra.run.smithi121:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-07T15:38:10.639 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-07T15:38:10.639 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2023-12-07T15:38:10.639 DEBUG:teuthology.orchestra.run.smithi121:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-07T15:38:10.643 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-07T15:38:10.643 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2023-12-07T15:38:10.643 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd if=/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-07T15:38:10.703 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-07T15:38:10.703 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2023-12-07T15:38:10.703 DEBUG:teuthology.orchestra.run.smithi121:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-07T15:38:10.710 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-07T15:38:10.711 DEBUG:teuthology.orchestra.run.smithi121:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFq3v9LWLSHSF6KrTJk+oagdfIMFtlCNpmLfezj9lX+kr1/Q/HJlnMjGNbRKAuafavzsR79qyzLfKFtb8XA+fCU8NmG7vKA/Wqo6TjG9It/o7i3aPYe6UKbdBLHye+kjFne7AvaFcMi+tm4ZR+90MAdV95POshfOPYlykdreK42Te1B4r/v9B2NnReejGvbvedXCsOE2vmSu5rB5qHhpS7iwN4h3H6h9GOwSzJhUOyqswC9fkgLEmQTHN9Mm4DMWSitrRZD5kYrcVwZ5q2bhU6zYRnmgDKwB9AzRO2JGocYuKEnMXUfPGZakQUqVSRJZGQoIUtc8BOYZh0BTLlBAJDco3Qz5u0JOdM0TjAa8aTcO3SZSDQPb+/kfwBl67JJBQ4kXZVUBcWiq6VkEOqNKo3rP/OwHX/60Am3Sq3BXddnR8d+ywwMlSUuu69fPxzmckl0e7Yz8ZP+JM1l0ubvk/tgGjGIj/Vz0HUp0ueFZr+YP08m0qibmBYk2j5SFmaRMM= ceph-53d6ee1e-9516-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-07T15:38:10.726 INFO:teuthology.orchestra.run.smithi121.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFq3v9LWLSHSF6KrTJk+oagdfIMFtlCNpmLfezj9lX+kr1/Q/HJlnMjGNbRKAuafavzsR79qyzLfKFtb8XA+fCU8NmG7vKA/Wqo6TjG9It/o7i3aPYe6UKbdBLHye+kjFne7AvaFcMi+tm4ZR+90MAdV95POshfOPYlykdreK42Te1B4r/v9B2NnReejGvbvedXCsOE2vmSu5rB5qHhpS7iwN4h3H6h9GOwSzJhUOyqswC9fkgLEmQTHN9Mm4DMWSitrRZD5kYrcVwZ5q2bhU6zYRnmgDKwB9AzRO2JGocYuKEnMXUfPGZakQUqVSRJZGQoIUtc8BOYZh0BTLlBAJDco3Qz5u0JOdM0TjAa8aTcO3SZSDQPb+/kfwBl67JJBQ4kXZVUBcWiq6VkEOqNKo3rP/OwHX/60Am3Sq3BXddnR8d+ywwMlSUuu69fPxzmckl0e7Yz8ZP+JM1l0ubvk/tgGjGIj/Vz0HUp0ueFZr+YP08m0qibmBYk2j5SFmaRMM= ceph-53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:38:10.732 DEBUG:teuthology.orchestra.run.smithi144:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFq3v9LWLSHSF6KrTJk+oagdfIMFtlCNpmLfezj9lX+kr1/Q/HJlnMjGNbRKAuafavzsR79qyzLfKFtb8XA+fCU8NmG7vKA/Wqo6TjG9It/o7i3aPYe6UKbdBLHye+kjFne7AvaFcMi+tm4ZR+90MAdV95POshfOPYlykdreK42Te1B4r/v9B2NnReejGvbvedXCsOE2vmSu5rB5qHhpS7iwN4h3H6h9GOwSzJhUOyqswC9fkgLEmQTHN9Mm4DMWSitrRZD5kYrcVwZ5q2bhU6zYRnmgDKwB9AzRO2JGocYuKEnMXUfPGZakQUqVSRJZGQoIUtc8BOYZh0BTLlBAJDco3Qz5u0JOdM0TjAa8aTcO3SZSDQPb+/kfwBl67JJBQ4kXZVUBcWiq6VkEOqNKo3rP/OwHX/60Am3Sq3BXddnR8d+ywwMlSUuu69fPxzmckl0e7Yz8ZP+JM1l0ubvk/tgGjGIj/Vz0HUp0ueFZr+YP08m0qibmBYk2j5SFmaRMM= ceph-53d6ee1e-9516-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-07T15:38:10.758 INFO:teuthology.orchestra.run.smithi144.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFq3v9LWLSHSF6KrTJk+oagdfIMFtlCNpmLfezj9lX+kr1/Q/HJlnMjGNbRKAuafavzsR79qyzLfKFtb8XA+fCU8NmG7vKA/Wqo6TjG9It/o7i3aPYe6UKbdBLHye+kjFne7AvaFcMi+tm4ZR+90MAdV95POshfOPYlykdreK42Te1B4r/v9B2NnReejGvbvedXCsOE2vmSu5rB5qHhpS7iwN4h3H6h9GOwSzJhUOyqswC9fkgLEmQTHN9Mm4DMWSitrRZD5kYrcVwZ5q2bhU6zYRnmgDKwB9AzRO2JGocYuKEnMXUfPGZakQUqVSRJZGQoIUtc8BOYZh0BTLlBAJDco3Qz5u0JOdM0TjAa8aTcO3SZSDQPb+/kfwBl67JJBQ4kXZVUBcWiq6VkEOqNKo3rP/OwHX/60Am3Sq3BXddnR8d+ywwMlSUuu69fPxzmckl0e7Yz8ZP+JM1l0ubvk/tgGjGIj/Vz0HUp0ueFZr+YP08m0qibmBYk2j5SFmaRMM= ceph-53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:38:10.769 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-07T15:38:11.212 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:10 smithi121 bash[25067]: audit 2023-12-07T15:38:09.962875+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.121:0/1188590793' entity='client.admin' 2023-12-07T15:38:11.497 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:38:11 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:38:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:38:12.117 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:38:11 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:38:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:38:12.117 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:12 smithi121 bash[25067]: audit 2023-12-07T15:38:11.103672+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:12.118 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:12 smithi121 bash[25067]: audit 2023-12-07T15:38:11.105650+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:12.118 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:12 smithi121 bash[25067]: audit 2023-12-07T15:38:11.112389+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:12.118 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:12 smithi121 bash[25067]: audit 2023-12-07T15:38:11.114869+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:12.118 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:12 smithi121 bash[25067]: audit 2023-12-07T15:38:11.122875+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:12.118 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:12 smithi121 bash[25067]: audit 2023-12-07T15:38:11.372644+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:12.118 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:12 smithi121 bash[25067]: audit 2023-12-07T15:38:11.965802+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:14.753 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:14 smithi121 bash[25067]: audit 2023-12-07T15:38:13.417736+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:14.753 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:14 smithi121 bash[25067]: audit 2023-12-07T15:38:13.925139+0000 mon.a (mon.0) 111 : audit [INF] from='client.? 172.21.15.121:0/2427165021' entity='client.admin' 2023-12-07T15:38:14.753 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:14 smithi121 bash[25067]: audit 2023-12-07T15:38:13.944932+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:14.753 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:14 smithi121 bash[25067]: audit 2023-12-07T15:38:13.951046+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:15.057 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:38:14 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:38:14] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:38:15.232 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-07T15:38:15.232 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-07T15:38:16.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:15 smithi121 bash[25067]: audit 2023-12-07T15:38:14.747380+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:16.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:15 smithi121 bash[25067]: audit 2023-12-07T15:38:14.751939+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:19.624 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:19 smithi121 bash[25067]: cluster 2023-12-07T15:38:18.347731+0000 mgr.y (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:19.625 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:19 smithi121 bash[25067]: audit 2023-12-07T15:38:19.372267+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:19.625 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:19 smithi121 bash[25067]: audit 2023-12-07T15:38:19.380547+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:19.625 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:19 smithi121 bash[25067]: audit 2023-12-07T15:38:19.382979+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:19.625 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:19 smithi121 bash[25067]: audit 2023-12-07T15:38:19.384495+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:38:20.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:38:20 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:38:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:38:20.430 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi144 2023-12-07T15:38:20.430 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2023-12-07T15:38:20.430 DEBUG:teuthology.orchestra.run.smithi144:> dd of=/etc/ceph/ceph.conf 2023-12-07T15:38:20.438 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2023-12-07T15:38:20.438 DEBUG:teuthology.orchestra.run.smithi144:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:38:20.444 INFO:tasks.cephadm:Adding host smithi144 to orchestrator... 2023-12-07T15:38:20.444 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph orch host add smithi144 2023-12-07T15:38:20.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:20 smithi121 bash[25067]: audit 2023-12-07T15:38:19.368315+0000 mgr.y (mgr.14152) 10 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:20.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:20 smithi121 bash[25067]: cephadm 2023-12-07T15:38:19.386605+0000 mgr.y (mgr.14152) 11 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:38:20.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:20 smithi121 bash[25067]: cephadm 2023-12-07T15:38:19.524089+0000 mgr.y (mgr.14152) 12 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:38:20.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:20 smithi121 bash[25067]: audit 2023-12-07T15:38:19.674876+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:20.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:20 smithi121 bash[25067]: audit 2023-12-07T15:38:19.680035+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:20.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:20 smithi121 bash[25067]: audit 2023-12-07T15:38:20.086748+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:20.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:20 smithi121 bash[25067]: audit 2023-12-07T15:38:20.091277+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:22.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:22 smithi121 bash[25067]: cluster 2023-12-07T15:38:20.348096+0000 mgr.y (mgr.14152) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:23.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:23 smithi121 bash[25067]: cluster 2023-12-07T15:38:22.348502+0000 mgr.y (mgr.14152) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:24.419 INFO:teuthology.orchestra.run.smithi121.stdout:Added host 'smithi144' with addr '172.21.15.144' 2023-12-07T15:38:24.642 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:24 smithi121 bash[25067]: audit 2023-12-07T15:38:23.398090+0000 mgr.y (mgr.14152) 15 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi144", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:24.642 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:24 smithi121 bash[25067]: cephadm 2023-12-07T15:38:23.778102+0000 mgr.y (mgr.14152) 16 : cephadm [INF] Deploying cephadm binary to smithi144 2023-12-07T15:38:25.065 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-07T15:38:25.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:25 smithi121 bash[25067]: cluster 2023-12-07T15:38:24.348939+0000 mgr.y (mgr.14152) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:25.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:25 smithi121 bash[25067]: audit 2023-12-07T15:38:24.417695+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:25.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:25 smithi121 bash[25067]: cephadm 2023-12-07T15:38:24.418429+0000 mgr.y (mgr.14152) 18 : cephadm [INF] Added host smithi144 2023-12-07T15:38:25.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:25 smithi121 bash[25067]: audit 2023-12-07T15:38:24.434492+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:25.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:25 smithi121 bash[25067]: audit 2023-12-07T15:38:24.437023+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:25.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:25 smithi121 bash[25067]: audit 2023-12-07T15:38:24.438549+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:38:25.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:25 smithi121 bash[25067]: audit 2023-12-07T15:38:24.733198+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:26.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:26 smithi121 bash[25067]: audit 2023-12-07T15:38:25.470329+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:26.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:26 smithi121 bash[25067]: audit 2023-12-07T15:38:25.475140+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:26.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:26 smithi121 bash[25067]: audit 2023-12-07T15:38:25.476217+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:38:26.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:26 smithi121 bash[25067]: audit 2023-12-07T15:38:25.483639+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:26.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:26 smithi121 bash[25067]: audit 2023-12-07T15:38:25.486744+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:38:26.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:26 smithi121 bash[25067]: audit 2023-12-07T15:38:25.491424+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]': finished 2023-12-07T15:38:27.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:38:27 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:38:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:38:27.967 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-07T15:38:27.967 INFO:teuthology.orchestra.run.smithi121.stdout:[{"addr": "172.21.15.121", "hostname": "smithi121", "labels": [], "status": ""}, {"addr": "172.21.15.144", "hostname": "smithi144", "labels": [], "status": ""}] 2023-12-07T15:38:28.251 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:38:28 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:38:28] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:38:28.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:28 smithi121 bash[25067]: cluster 2023-12-07T15:38:26.349337+0000 mgr.y (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:28.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:28 smithi121 bash[25067]: cephadm 2023-12-07T15:38:26.601650+0000 mgr.y (mgr.14152) 20 : cephadm [INF] Deploying daemon agent.smithi144 on smithi144 2023-12-07T15:38:28.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:28 smithi121 bash[25067]: audit 2023-12-07T15:38:27.253215+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:28.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:28 smithi121 bash[25067]: audit 2023-12-07T15:38:27.255824+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:28.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:28 smithi121 bash[25067]: audit 2023-12-07T15:38:27.258424+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:28.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:28 smithi121 bash[25067]: audit 2023-12-07T15:38:27.260127+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:38:28.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:28 smithi121 bash[25067]: cephadm 2023-12-07T15:38:27.263419+0000 mgr.y (mgr.14152) 21 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:38:28.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:28 smithi121 bash[25067]: audit 2023-12-07T15:38:27.496413+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:28.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:28 smithi121 bash[25067]: audit 2023-12-07T15:38:27.502157+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:28.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:28 smithi121 bash[25067]: audit 2023-12-07T15:38:27.505507+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:28.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:28 smithi121 bash[25067]: audit 2023-12-07T15:38:27.508284+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:28.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:28 smithi121 bash[25067]: audit 2023-12-07T15:38:27.509924+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:38:28.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:28 smithi121 bash[25067]: audit 2023-12-07T15:38:27.516339+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:28.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:28 smithi121 bash[25067]: audit 2023-12-07T15:38:27.521499+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:28.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:28 smithi121 bash[25067]: audit 2023-12-07T15:38:28.082960+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:28.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:28 smithi121 bash[25067]: audit 2023-12-07T15:38:28.088996+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:28.628 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-07T15:38:28.628 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-07T15:38:29.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:29 smithi121 bash[25067]: cephadm 2023-12-07T15:38:27.384030+0000 mgr.y (mgr.14152) 22 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:38:29.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:29 smithi121 bash[25067]: audit 2023-12-07T15:38:27.965843+0000 mgr.y (mgr.14152) 23 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T15:38:29.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:29 smithi121 bash[25067]: audit 2023-12-07T15:38:28.423949+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:30.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:30 smithi121 bash[25067]: cluster 2023-12-07T15:38:28.349715+0000 mgr.y (mgr.14152) 24 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:32.272 INFO:teuthology.orchestra.run.smithi121.stderr:adjusted tunables profile to default 2023-12-07T15:38:32.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:32 smithi121 bash[25067]: cluster 2023-12-07T15:38:30.350091+0000 mgr.y (mgr.14152) 25 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:32.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:32 smithi121 bash[25067]: audit 2023-12-07T15:38:31.471940+0000 mon.a (mon.0) 149 : audit [INF] from='client.? 172.21.15.121:0/3994710481' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-07T15:38:32.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:32 smithi121 bash[25067]: audit 2023-12-07T15:38:32.034753+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:32.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:32 smithi121 bash[25067]: audit 2023-12-07T15:38:32.039265+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:32.308 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:38:32 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:38:32] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:38:33.369 INFO:tasks.cephadm:Adding mon.a on smithi121 2023-12-07T15:38:33.369 INFO:tasks.cephadm:Adding mon.c on smithi121 2023-12-07T15:38:33.369 INFO:tasks.cephadm:Adding mon.b on smithi144 2023-12-07T15:38:33.369 DEBUG:teuthology.orchestra.run.smithi144:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph orch apply mon '3;smithi121:172.21.15.121=a;smithi121:[v2:172.21.15.121:3301,v1:172.21.15.121:6790]=c;smithi144:172.21.15.144=b' 2023-12-07T15:38:33.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:33 smithi121 bash[25067]: audit 2023-12-07T15:38:32.262244+0000 mon.a (mon.0) 152 : audit [INF] from='client.? 172.21.15.121:0/3994710481' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-07T15:38:33.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:33 smithi121 bash[25067]: cluster 2023-12-07T15:38:32.262401+0000 mon.a (mon.0) 153 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-07T15:38:34.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:34 smithi121 bash[25067]: cluster 2023-12-07T15:38:32.350531+0000 mgr.y (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:35.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:38:35 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:38:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:38:35.922 INFO:teuthology.orchestra.run.smithi144.stdout:Scheduled mon update... 2023-12-07T15:38:36.460 DEBUG:teuthology.orchestra.run.smithi121:mon.c> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mon.c.service 2023-12-07T15:38:36.463 DEBUG:teuthology.orchestra.run.smithi144:mon.b> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mon.b.service 2023-12-07T15:38:36.465 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-07T15:38:36.466 DEBUG:teuthology.orchestra.run.smithi144:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-07T15:38:36.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:36 smithi121 bash[25067]: cluster 2023-12-07T15:38:34.350958+0000 mgr.y (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:36.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:36 smithi121 bash[25067]: audit 2023-12-07T15:38:35.370878+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:36.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:36 smithi121 bash[25067]: audit 2023-12-07T15:38:35.375472+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:36.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:36 smithi121 bash[25067]: audit 2023-12-07T15:38:35.921488+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:36.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:36 smithi121 bash[25067]: audit 2023-12-07T15:38:35.955381+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:36.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:36 smithi121 bash[25067]: audit 2023-12-07T15:38:35.957953+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:36.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:36 smithi121 bash[25067]: audit 2023-12-07T15:38:35.959772+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:38:36.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:36 smithi121 bash[25067]: audit 2023-12-07T15:38:35.968471+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:36.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:36 smithi121 bash[25067]: audit 2023-12-07T15:38:35.972566+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:38:36.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:36 smithi121 bash[25067]: audit 2023-12-07T15:38:35.974334+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:36.871 INFO:journalctl@ceph.mon.b.smithi144.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:38:37.166 INFO:journalctl@ceph.mon.c.smithi121.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:38:37.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:37 smithi121 bash[25067]: audit 2023-12-07T15:38:35.910925+0000 mgr.y (mgr.14152) 28 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi121:172.21.15.121=a;smithi121:[v2:172.21.15.121:3301,v1:172.21.15.121:6790]=c;smithi144:172.21.15.144=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:37.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:37 smithi121 bash[25067]: cephadm 2023-12-07T15:38:35.916070+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Saving service mon spec with placement smithi121:172.21.15.121=a;smithi121:[v2:172.21.15.121:3301,v1:172.21.15.121:6790]=c;smithi144:172.21.15.144=b;count:3 2023-12-07T15:38:37.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:37 smithi121 bash[25067]: cephadm 2023-12-07T15:38:35.976122+0000 mgr.y (mgr.14152) 30 : cephadm [INF] Deploying daemon mon.c on smithi121 2023-12-07T15:38:38.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:38 smithi121 bash[25067]: cluster 2023-12-07T15:38:36.351378+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:39.079 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-07T15:38:39.079 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":1,"fsid":"53d6ee1e-9516-11ee-95a2-87774f69a715","modified":"2023-12-07T15:36:52.274341Z","created":"2023-12-07T15:36:52.274341Z","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.121:3300","nonce":0},{"type":"v1","addr":"172.21.15.121:6789","nonce":0}]},"addr":"172.21.15.121:6789/0","public_addr":"172.21.15.121:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-07T15:38:39.083 INFO:teuthology.orchestra.run.smithi144.stderr:dumped monmap epoch 1 2023-12-07T15:38:39.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:39 smithi121 bash[25067]: audit 2023-12-07T15:38:39.078454+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.144:0/1065486162' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T15:38:40.444 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:40 smithi121 bash[25067]: cluster 2023-12-07T15:38:38.351814+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:40.669 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-07T15:38:40.669 DEBUG:teuthology.orchestra.run.smithi144:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-07T15:38:41.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:41 smithi121 bash[30890]: debug 2023-12-07T15:38:41.462+0000 7f7075b82700 1 mon.c@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2023-12-07T15:38:46.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: audit 2023-12-07T15:38:41.475051+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:38:46.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: cluster 2023-12-07T15:38:41.475259+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2023-12-07T15:38:46.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: audit 2023-12-07T15:38:41.476633+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:38:46.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: cluster 2023-12-07T15:38:42.352669+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:46.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: audit 2023-12-07T15:38:42.471218+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:38:46.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: audit 2023-12-07T15:38:43.471178+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:38:46.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: cluster 2023-12-07T15:38:43.473915+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-07T15:38:46.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: cluster 2023-12-07T15:38:44.353066+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:46.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: audit 2023-12-07T15:38:44.471375+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:38:46.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: audit 2023-12-07T15:38:45.471603+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:38:46.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: audit 2023-12-07T15:38:46.471667+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:38:46.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: cluster 2023-12-07T15:38:46.479674+0000 mon.a (mon.0) 176 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T15:38:46.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: cluster 2023-12-07T15:38:46.486179+0000 mon.a (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0],c=[v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0]} 2023-12-07T15:38:46.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: cluster 2023-12-07T15:38:46.486330+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2023-12-07T15:38:46.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: cluster 2023-12-07T15:38:46.486413+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-07T15:38:46.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: cluster 2023-12-07T15:38:46.486752+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e12: y(active, since 48s) 2023-12-07T15:38:46.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: cluster 2023-12-07T15:38:46.491395+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2023-12-07T15:38:46.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: audit 2023-12-07T15:38:46.495367+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:46.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: audit 2023-12-07T15:38:46.499239+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:46.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: audit 2023-12-07T15:38:46.502171+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:46.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[25067]: audit 2023-12-07T15:38:46.503691+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:38:46.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: audit 2023-12-07T15:38:41.475051+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:38:46.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: cluster 2023-12-07T15:38:41.475259+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2023-12-07T15:38:46.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: audit 2023-12-07T15:38:41.476633+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:38:46.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: cluster 2023-12-07T15:38:42.352669+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:46.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: audit 2023-12-07T15:38:42.471218+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:38:46.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: audit 2023-12-07T15:38:43.471178+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:38:46.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: cluster 2023-12-07T15:38:43.473915+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-07T15:38:46.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: cluster 2023-12-07T15:38:44.353066+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:46.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: audit 2023-12-07T15:38:44.471375+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:38:46.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: audit 2023-12-07T15:38:45.471603+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:38:46.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: audit 2023-12-07T15:38:46.471667+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:38:46.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: cluster 2023-12-07T15:38:46.479674+0000 mon.a (mon.0) 176 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T15:38:46.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: cluster 2023-12-07T15:38:46.486179+0000 mon.a (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0],c=[v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0]} 2023-12-07T15:38:46.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: cluster 2023-12-07T15:38:46.486330+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2023-12-07T15:38:46.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: cluster 2023-12-07T15:38:46.486413+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-07T15:38:46.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: cluster 2023-12-07T15:38:46.486752+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e12: y(active, since 48s) 2023-12-07T15:38:46.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: cluster 2023-12-07T15:38:46.491395+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2023-12-07T15:38:46.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: audit 2023-12-07T15:38:46.495367+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:46.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: audit 2023-12-07T15:38:46.499239+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:46.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: audit 2023-12-07T15:38:46.502171+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:46.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:46 smithi121 bash[30890]: audit 2023-12-07T15:38:46.503691+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:38:46.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:46 smithi144 bash[25224]: debug 2023-12-07T15:38:46.752+0000 7fdfd7db7700 1 mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2023-12-07T15:38:51.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: cluster 2023-12-07T15:38:46.353470+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:51.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: cephadm 2023-12-07T15:38:46.506012+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:38:51.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: cephadm 2023-12-07T15:38:46.506349+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:38:51.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: cephadm 2023-12-07T15:38:46.631762+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:38:51.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: cephadm 2023-12-07T15:38:46.632713+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-07T15:38:51.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: cephadm 2023-12-07T15:38:46.635714+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.a on smithi121 2023-12-07T15:38:51.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: audit 2023-12-07T15:38:46.768107+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:38:51.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: cluster 2023-12-07T15:38:46.768452+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2023-12-07T15:38:51.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: cluster 2023-12-07T15:38:46.769361+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-07T15:38:51.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: audit 2023-12-07T15:38:46.769744+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:51.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: audit 2023-12-07T15:38:46.769948+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:38:51.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: audit 2023-12-07T15:38:47.762004+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:51.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: cluster 2023-12-07T15:38:48.353807+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:51.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: audit 2023-12-07T15:38:48.762572+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:51.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: cluster 2023-12-07T15:38:48.765158+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-07T15:38:51.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: audit 2023-12-07T15:38:49.762589+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:51.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: cluster 2023-12-07T15:38:50.354251+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:51.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: audit 2023-12-07T15:38:50.762572+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:51.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: audit 2023-12-07T15:38:51.762777+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:51.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: cluster 2023-12-07T15:38:51.774097+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:38:51.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: cluster 2023-12-07T15:38:51.781320+0000 mon.a (mon.0) 203 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0]} 2023-12-07T15:38:51.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: cluster 2023-12-07T15:38:51.781423+0000 mon.a (mon.0) 204 : cluster [DBG] fsmap 2023-12-07T15:38:51.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: cluster 2023-12-07T15:38:51.781483+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-07T15:38:51.844 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: cluster 2023-12-07T15:38:51.781802+0000 mon.a (mon.0) 206 : cluster [DBG] mgrmap e12: y(active, since 53s) 2023-12-07T15:38:51.957 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: cluster 2023-12-07T15:38:46.353470+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:51.957 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: cephadm 2023-12-07T15:38:46.506012+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:38:51.957 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:38:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:38:52.057 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:38:52 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:38:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:38:52.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: cephadm 2023-12-07T15:38:46.506349+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:38:52.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: cephadm 2023-12-07T15:38:46.631762+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:38:52.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: cephadm 2023-12-07T15:38:46.632713+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-07T15:38:52.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: cephadm 2023-12-07T15:38:46.635714+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.a on smithi121 2023-12-07T15:38:52.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: audit 2023-12-07T15:38:46.768107+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:38:52.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: cluster 2023-12-07T15:38:46.768452+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2023-12-07T15:38:52.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: cluster 2023-12-07T15:38:46.769361+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-07T15:38:52.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: audit 2023-12-07T15:38:46.769744+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:52.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: audit 2023-12-07T15:38:46.769948+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:38:52.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: audit 2023-12-07T15:38:47.762004+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:52.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: cluster 2023-12-07T15:38:48.353807+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:52.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: audit 2023-12-07T15:38:48.762572+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:52.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: cluster 2023-12-07T15:38:48.765158+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-07T15:38:52.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: audit 2023-12-07T15:38:49.762589+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:52.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: cluster 2023-12-07T15:38:50.354251+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:52.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: audit 2023-12-07T15:38:50.762572+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:52.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: audit 2023-12-07T15:38:51.762777+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:52.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: cluster 2023-12-07T15:38:51.774097+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:38:52.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: cluster 2023-12-07T15:38:51.781320+0000 mon.a (mon.0) 203 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0]} 2023-12-07T15:38:52.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: cluster 2023-12-07T15:38:51.781423+0000 mon.a (mon.0) 204 : cluster [DBG] fsmap 2023-12-07T15:38:52.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: cluster 2023-12-07T15:38:51.781483+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-07T15:38:52.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: cluster 2023-12-07T15:38:51.781802+0000 mon.a (mon.0) 206 : cluster [DBG] mgrmap e12: y(active, since 53s) 2023-12-07T15:38:52.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: cluster 2023-12-07T15:38:46.353470+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:52.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: cephadm 2023-12-07T15:38:46.506012+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:38:52.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: cephadm 2023-12-07T15:38:46.506349+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:38:52.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: cephadm 2023-12-07T15:38:46.631762+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:38:52.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: cephadm 2023-12-07T15:38:46.632713+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-07T15:38:52.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: cephadm 2023-12-07T15:38:46.635714+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.a on smithi121 2023-12-07T15:38:52.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: audit 2023-12-07T15:38:46.768107+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:38:52.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: cluster 2023-12-07T15:38:46.768452+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2023-12-07T15:38:52.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: cluster 2023-12-07T15:38:46.769361+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-07T15:38:52.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: audit 2023-12-07T15:38:46.769744+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:52.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: audit 2023-12-07T15:38:46.769948+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:38:52.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: audit 2023-12-07T15:38:47.762004+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:52.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: cluster 2023-12-07T15:38:48.353807+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:52.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: audit 2023-12-07T15:38:48.762572+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:52.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: cluster 2023-12-07T15:38:48.765158+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-07T15:38:52.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: audit 2023-12-07T15:38:49.762589+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:52.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: cluster 2023-12-07T15:38:50.354251+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:52.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: audit 2023-12-07T15:38:50.762572+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:52.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: audit 2023-12-07T15:38:51.762777+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:52.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: cluster 2023-12-07T15:38:51.774097+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:38:52.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: cluster 2023-12-07T15:38:51.781320+0000 mon.a (mon.0) 203 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0]} 2023-12-07T15:38:52.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: cluster 2023-12-07T15:38:51.790737+0000 mon.a (mon.0) 207 : cluster [INF] overall HEALTH_OK 2023-12-07T15:38:52.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: audit 2023-12-07T15:38:51.796361+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:52.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: audit 2023-12-07T15:38:51.801882+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:52.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: audit 2023-12-07T15:38:51.803771+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:38:52.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: audit 2023-12-07T15:38:51.804951+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:38:52.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: audit 2023-12-07T15:38:51.807264+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:52.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[25067]: audit 2023-12-07T15:38:51.808899+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:52.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: cluster 2023-12-07T15:38:51.781423+0000 mon.a (mon.0) 204 : cluster [DBG] fsmap 2023-12-07T15:38:52.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: cluster 2023-12-07T15:38:51.781483+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-07T15:38:52.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: cluster 2023-12-07T15:38:51.781802+0000 mon.a (mon.0) 206 : cluster [DBG] mgrmap e12: y(active, since 53s) 2023-12-07T15:38:52.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: cluster 2023-12-07T15:38:51.790737+0000 mon.a (mon.0) 207 : cluster [INF] overall HEALTH_OK 2023-12-07T15:38:52.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: audit 2023-12-07T15:38:51.796361+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:52.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: audit 2023-12-07T15:38:51.801882+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:52.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: audit 2023-12-07T15:38:51.803771+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:38:52.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: audit 2023-12-07T15:38:51.804951+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:38:52.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: audit 2023-12-07T15:38:51.807264+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:52.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:51 smithi121 bash[30890]: audit 2023-12-07T15:38:51.808899+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:52.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: cluster 2023-12-07T15:38:51.790737+0000 mon.a (mon.0) 207 : cluster [INF] overall HEALTH_OK 2023-12-07T15:38:52.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: audit 2023-12-07T15:38:51.796361+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:52.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: audit 2023-12-07T15:38:51.801882+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:52.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: audit 2023-12-07T15:38:51.803771+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:38:52.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: audit 2023-12-07T15:38:51.804951+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:38:52.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: audit 2023-12-07T15:38:51.807264+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:52.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:51 smithi144 bash[25224]: audit 2023-12-07T15:38:51.808899+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:52.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:38:52 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:38:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:38:53.268 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:38:53 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:38:53] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:38:53.269 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:53 smithi121 bash[30890]: cephadm 2023-12-07T15:38:51.803366+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-07T15:38:53.269 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:53 smithi121 bash[30890]: cephadm 2023-12-07T15:38:51.810440+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi121 2023-12-07T15:38:53.269 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:53 smithi121 bash[30890]: audit 2023-12-07T15:38:52.019127+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:53.269 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:53 smithi121 bash[30890]: audit 2023-12-07T15:38:52.025465+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:53.269 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:53 smithi121 bash[30890]: audit 2023-12-07T15:38:52.391186+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:53.269 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:53 smithi121 bash[30890]: audit 2023-12-07T15:38:52.762569+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:53.269 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:53 smithi121 bash[25067]: cephadm 2023-12-07T15:38:51.803366+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-07T15:38:53.269 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:53 smithi121 bash[25067]: cephadm 2023-12-07T15:38:51.810440+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi121 2023-12-07T15:38:53.269 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:53 smithi121 bash[25067]: audit 2023-12-07T15:38:52.019127+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:53.269 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:53 smithi121 bash[25067]: audit 2023-12-07T15:38:52.025465+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:53.270 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:53 smithi121 bash[25067]: audit 2023-12-07T15:38:52.391186+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:53.270 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:53 smithi121 bash[25067]: audit 2023-12-07T15:38:52.762569+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:53.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:53 smithi144 bash[25224]: cephadm 2023-12-07T15:38:51.803366+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-07T15:38:53.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:53 smithi144 bash[25224]: cephadm 2023-12-07T15:38:51.810440+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi121 2023-12-07T15:38:53.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:53 smithi144 bash[25224]: audit 2023-12-07T15:38:52.019127+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:53.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:53 smithi144 bash[25224]: audit 2023-12-07T15:38:52.025465+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:53.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:53 smithi144 bash[25224]: audit 2023-12-07T15:38:52.391186+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:53.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:53 smithi144 bash[25224]: audit 2023-12-07T15:38:52.762569+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:38:53.547 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-07T15:38:53.547 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":3,"fsid":"53d6ee1e-9516-11ee-95a2-87774f69a715","modified":"2023-12-07T15:38:46.762028Z","created":"2023-12-07T15:36:52.274341Z","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.121:3300","nonce":0},{"type":"v1","addr":"172.21.15.121:6789","nonce":0}]},"addr":"172.21.15.121:6789/0","public_addr":"172.21.15.121:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:3301","nonce":0},{"type":"v1","addr":"172.21.15.121:6790","nonce":0}]},"addr":"172.21.15.121:6790/0","public_addr":"172.21.15.121:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2023-12-07T15:38:53.550 INFO:teuthology.orchestra.run.smithi144.stderr:dumped monmap epoch 3 2023-12-07T15:38:54.188 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-07T15:38:54.188 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-07T15:38:54.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:54 smithi144 bash[25224]: cluster 2023-12-07T15:38:52.354643+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:54.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:54 smithi144 bash[25224]: audit 2023-12-07T15:38:53.257779+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:54.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:54 smithi144 bash[25224]: audit 2023-12-07T15:38:53.265667+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:54.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:54 smithi144 bash[25224]: audit 2023-12-07T15:38:53.545788+0000 mon.a (mon.0) 220 : audit [DBG] from='client.? 172.21.15.144:0/2802163128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T15:38:54.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:54 smithi144 bash[25224]: audit 2023-12-07T15:38:54.020423+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:54.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:54 smithi144 bash[25224]: audit 2023-12-07T15:38:54.022899+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:38:54.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:54 smithi144 bash[25224]: audit 2023-12-07T15:38:54.024521+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:38:54.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:54 smithi144 bash[25224]: audit 2023-12-07T15:38:54.026046+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:54.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:54 smithi121 bash[25067]: cluster 2023-12-07T15:38:52.354643+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:54.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:54 smithi121 bash[25067]: audit 2023-12-07T15:38:53.257779+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:54.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:54 smithi121 bash[25067]: audit 2023-12-07T15:38:53.265667+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:54.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:54 smithi121 bash[25067]: audit 2023-12-07T15:38:53.545788+0000 mon.a (mon.0) 220 : audit [DBG] from='client.? 172.21.15.144:0/2802163128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T15:38:54.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:54 smithi121 bash[25067]: audit 2023-12-07T15:38:54.020423+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:54.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:54 smithi121 bash[25067]: audit 2023-12-07T15:38:54.022899+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:38:54.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:54 smithi121 bash[25067]: audit 2023-12-07T15:38:54.024521+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:38:54.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:54 smithi121 bash[25067]: audit 2023-12-07T15:38:54.026046+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:54.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:54 smithi121 bash[30890]: cluster 2023-12-07T15:38:52.354643+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:54.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:54 smithi121 bash[30890]: audit 2023-12-07T15:38:53.257779+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:54.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:54 smithi121 bash[30890]: audit 2023-12-07T15:38:53.265667+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:54.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:54 smithi121 bash[30890]: audit 2023-12-07T15:38:53.545788+0000 mon.a (mon.0) 220 : audit [DBG] from='client.? 172.21.15.144:0/2802163128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T15:38:54.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:54 smithi121 bash[30890]: audit 2023-12-07T15:38:54.020423+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:54.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:54 smithi121 bash[30890]: audit 2023-12-07T15:38:54.022899+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:38:54.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:54 smithi121 bash[30890]: audit 2023-12-07T15:38:54.024521+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:38:54.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:54 smithi121 bash[30890]: audit 2023-12-07T15:38:54.026046+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:55.477 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:55 smithi121 bash[25067]: cephadm 2023-12-07T15:38:54.022326+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-07T15:38:55.477 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:55 smithi121 bash[25067]: cephadm 2023-12-07T15:38:54.027475+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on smithi144 2023-12-07T15:38:55.477 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:55 smithi121 bash[30890]: cephadm 2023-12-07T15:38:54.022326+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-07T15:38:55.478 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:55 smithi121 bash[30890]: cephadm 2023-12-07T15:38:54.027475+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on smithi144 2023-12-07T15:38:55.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:55 smithi144 bash[25224]: cephadm 2023-12-07T15:38:54.022326+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-07T15:38:55.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:55 smithi144 bash[25224]: cephadm 2023-12-07T15:38:54.027475+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on smithi144 2023-12-07T15:38:56.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[25067]: cluster 2023-12-07T15:38:54.355045+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:56.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[25067]: audit 2023-12-07T15:38:55.762402+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:56.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[25067]: audit 2023-12-07T15:38:55.764940+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:56.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[25067]: audit 2023-12-07T15:38:55.767616+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:56.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[25067]: audit 2023-12-07T15:38:55.769294+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:38:56.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[25067]: audit 2023-12-07T15:38:55.889081+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:56.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[25067]: audit 2023-12-07T15:38:55.896586+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:56.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[25067]: audit 2023-12-07T15:38:55.903611+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:56.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[25067]: audit 2023-12-07T15:38:55.907041+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:38:56.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[25067]: audit 2023-12-07T15:38:55.908293+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:38:56.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[25067]: audit 2023-12-07T15:38:55.909452+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[30890]: cluster 2023-12-07T15:38:54.355045+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[30890]: audit 2023-12-07T15:38:55.762402+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[30890]: audit 2023-12-07T15:38:55.764940+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[30890]: audit 2023-12-07T15:38:55.767616+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[30890]: audit 2023-12-07T15:38:55.769294+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:38:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[30890]: audit 2023-12-07T15:38:55.889081+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[30890]: audit 2023-12-07T15:38:55.896586+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[30890]: audit 2023-12-07T15:38:55.903611+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[30890]: audit 2023-12-07T15:38:55.907041+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:38:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[30890]: audit 2023-12-07T15:38:55.908293+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:38:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:56 smithi121 bash[30890]: audit 2023-12-07T15:38:55.909452+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:56.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:56 smithi144 bash[25224]: cluster 2023-12-07T15:38:54.355045+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:56.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:56 smithi144 bash[25224]: audit 2023-12-07T15:38:55.762402+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:56.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:56 smithi144 bash[25224]: audit 2023-12-07T15:38:55.764940+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:56.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:56 smithi144 bash[25224]: audit 2023-12-07T15:38:55.767616+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:56.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:56 smithi144 bash[25224]: audit 2023-12-07T15:38:55.769294+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:38:56.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:56 smithi144 bash[25224]: audit 2023-12-07T15:38:55.889081+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:56.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:56 smithi144 bash[25224]: audit 2023-12-07T15:38:55.896586+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:56.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:56 smithi144 bash[25224]: audit 2023-12-07T15:38:55.903611+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:56.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:56 smithi144 bash[25224]: audit 2023-12-07T15:38:55.907041+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:38:56.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:56 smithi144 bash[25224]: audit 2023-12-07T15:38:55.908293+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:38:56.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:56 smithi144 bash[25224]: audit 2023-12-07T15:38:55.909452+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:57.509 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:57 smithi121 bash[25067]: cephadm 2023-12-07T15:38:55.772181+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:38:57.510 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:57 smithi121 bash[25067]: cephadm 2023-12-07T15:38:55.772553+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:38:57.510 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:57 smithi121 bash[25067]: cephadm 2023-12-07T15:38:55.906539+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-07T15:38:57.510 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:57 smithi121 bash[25067]: cephadm 2023-12-07T15:38:55.910732+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring daemon mon.a on smithi121 2023-12-07T15:38:57.510 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:57 smithi121 bash[30890]: cephadm 2023-12-07T15:38:55.772181+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:38:57.510 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:57 smithi121 bash[30890]: cephadm 2023-12-07T15:38:55.772553+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:38:57.510 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:57 smithi121 bash[30890]: cephadm 2023-12-07T15:38:55.906539+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-07T15:38:57.510 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:57 smithi121 bash[30890]: cephadm 2023-12-07T15:38:55.910732+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring daemon mon.a on smithi121 2023-12-07T15:38:57.602 INFO:teuthology.orchestra.run.smithi121.stdout:# minimal ceph.conf for 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:38:57.602 INFO:teuthology.orchestra.run.smithi121.stdout:[global] 2023-12-07T15:38:57.602 INFO:teuthology.orchestra.run.smithi121.stdout: fsid = 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:38:57.602 INFO:teuthology.orchestra.run.smithi121.stdout: mon_host = [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] [v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0] 2023-12-07T15:38:57.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:57 smithi144 bash[25224]: cephadm 2023-12-07T15:38:55.772181+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:38:57.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:57 smithi144 bash[25224]: cephadm 2023-12-07T15:38:55.772553+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:38:57.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:57 smithi144 bash[25224]: cephadm 2023-12-07T15:38:55.906539+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-07T15:38:57.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:57 smithi144 bash[25224]: cephadm 2023-12-07T15:38:55.910732+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring daemon mon.a on smithi121 2023-12-07T15:38:58.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:58 smithi121 bash[25067]: cluster 2023-12-07T15:38:56.355469+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:58.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:58 smithi121 bash[25067]: audit 2023-12-07T15:38:57.601414+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.121:0/111452247' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:58.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:58 smithi121 bash[25067]: audit 2023-12-07T15:38:58.224093+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:58.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:58 smithi121 bash[30890]: cluster 2023-12-07T15:38:56.355469+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:58.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:58 smithi121 bash[30890]: audit 2023-12-07T15:38:57.601414+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.121:0/111452247' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:58.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:58 smithi121 bash[30890]: audit 2023-12-07T15:38:58.224093+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:58.574 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-07T15:38:58.574 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2023-12-07T15:38:58.574 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/ceph/ceph.conf 2023-12-07T15:38:58.591 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2023-12-07T15:38:58.591 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:38:58.601 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2023-12-07T15:38:58.601 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.conf 2023-12-07T15:38:58.615 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:58 smithi144 bash[25224]: cluster 2023-12-07T15:38:56.355469+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:38:58.615 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:58 smithi144 bash[25224]: audit 2023-12-07T15:38:57.601414+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.121:0/111452247' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:58.615 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:58 smithi144 bash[25224]: audit 2023-12-07T15:38:58.224093+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:38:58.618 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2023-12-07T15:38:58.619 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:38:58.633 INFO:tasks.cephadm:Adding mgr.y on smithi121 2023-12-07T15:38:58.633 INFO:tasks.cephadm:Adding mgr.x on smithi144 2023-12-07T15:38:58.634 DEBUG:teuthology.orchestra.run.smithi144:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph orch apply mgr '2;smithi121=y;smithi144=x' 2023-12-07T15:38:59.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:59 smithi121 bash[30890]: audit 2023-12-07T15:38:58.420875+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:38:59.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:38:59 smithi121 bash[30890]: audit 2023-12-07T15:38:58.422742+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:38:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:59 smithi121 bash[25067]: audit 2023-12-07T15:38:58.420875+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:38:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:38:59 smithi121 bash[25067]: audit 2023-12-07T15:38:58.422742+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:38:59.579 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:59 smithi144 bash[25224]: audit 2023-12-07T15:38:58.420875+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:38:59.579 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:38:59 smithi144 bash[25224]: audit 2023-12-07T15:38:58.422742+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:39:00.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:00 smithi121 bash[25067]: cluster 2023-12-07T15:38:58.355908+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:00.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:00 smithi121 bash[30890]: cluster 2023-12-07T15:38:58.355908+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:00.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:00 smithi144 bash[25224]: cluster 2023-12-07T15:38:58.355908+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:01.279 INFO:teuthology.orchestra.run.smithi144.stdout:Scheduled mgr update... 2023-12-07T15:39:02.139 DEBUG:teuthology.orchestra.run.smithi144:mgr.x> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.x.service 2023-12-07T15:39:02.141 INFO:tasks.cephadm:Deploying OSDs... 2023-12-07T15:39:02.141 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2023-12-07T15:39:02.141 DEBUG:teuthology.orchestra.run.smithi121:> dd if=/scratch_devs of=/dev/stdout 2023-12-07T15:39:02.149 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-07T15:39:02.149 DEBUG:teuthology.orchestra.run.smithi121:> stat /dev/vg_nvme/lv_1 2023-12-07T15:39:02.198 INFO:teuthology.orchestra.run.smithi121.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-07T15:39:02.198 INFO:teuthology.orchestra.run.smithi121.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T15:39:02.198 INFO:teuthology.orchestra.run.smithi121.stdout:Device: 6h/6d Inode: 360 Links: 1 2023-12-07T15:39:02.199 INFO:teuthology.orchestra.run.smithi121.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T15:39:02.199 INFO:teuthology.orchestra.run.smithi121.stdout:Access: 2023-12-07 15:34:23.500791692 +0000 2023-12-07T15:39:02.199 INFO:teuthology.orchestra.run.smithi121.stdout:Modify: 2023-12-07 15:34:23.212798320 +0000 2023-12-07T15:39:02.199 INFO:teuthology.orchestra.run.smithi121.stdout:Change: 2023-12-07 15:34:23.212798320 +0000 2023-12-07T15:39:02.199 INFO:teuthology.orchestra.run.smithi121.stdout: Birth: - 2023-12-07T15:39:02.199 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-07T15:39:02.211 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records in 2023-12-07T15:39:02.211 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records out 2023-12-07T15:39:02.211 INFO:teuthology.orchestra.run.smithi121.stderr:512 bytes copied, 0.000423395 s, 1.2 MB/s 2023-12-07T15:39:02.212 DEBUG:teuthology.orchestra.run.smithi121:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-07T15:39:02.221 DEBUG:teuthology.orchestra.run.smithi121:> stat /dev/vg_nvme/lv_2 2023-12-07T15:39:02.226 INFO:teuthology.orchestra.run.smithi121.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-07T15:39:02.226 INFO:teuthology.orchestra.run.smithi121.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T15:39:02.226 INFO:teuthology.orchestra.run.smithi121.stdout:Device: 6h/6d Inode: 365 Links: 1 2023-12-07T15:39:02.226 INFO:teuthology.orchestra.run.smithi121.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T15:39:02.226 INFO:teuthology.orchestra.run.smithi121.stdout:Access: 2023-12-07 15:34:23.976780734 +0000 2023-12-07T15:39:02.227 INFO:teuthology.orchestra.run.smithi121.stdout:Modify: 2023-12-07 15:34:23.696787180 +0000 2023-12-07T15:39:02.227 INFO:teuthology.orchestra.run.smithi121.stdout:Change: 2023-12-07 15:34:23.696787180 +0000 2023-12-07T15:39:02.227 INFO:teuthology.orchestra.run.smithi121.stdout: Birth: - 2023-12-07T15:39:02.227 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-07T15:39:02.284 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records in 2023-12-07T15:39:02.284 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records out 2023-12-07T15:39:02.284 INFO:teuthology.orchestra.run.smithi121.stderr:512 bytes copied, 0.000418434 s, 1.2 MB/s 2023-12-07T15:39:02.285 DEBUG:teuthology.orchestra.run.smithi121:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-07T15:39:02.291 DEBUG:teuthology.orchestra.run.smithi121:> stat /dev/vg_nvme/lv_3 2023-12-07T15:39:02.296 INFO:teuthology.orchestra.run.smithi121.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-07T15:39:02.296 INFO:teuthology.orchestra.run.smithi121.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T15:39:02.296 INFO:teuthology.orchestra.run.smithi121.stdout:Device: 6h/6d Inode: 371 Links: 1 2023-12-07T15:39:02.297 INFO:teuthology.orchestra.run.smithi121.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T15:39:02.297 INFO:teuthology.orchestra.run.smithi121.stdout:Access: 2023-12-07 15:34:24.488768949 +0000 2023-12-07T15:39:02.297 INFO:teuthology.orchestra.run.smithi121.stdout:Modify: 2023-12-07 15:34:24.188775854 +0000 2023-12-07T15:39:02.297 INFO:teuthology.orchestra.run.smithi121.stdout:Change: 2023-12-07 15:34:24.188775854 +0000 2023-12-07T15:39:02.297 INFO:teuthology.orchestra.run.smithi121.stdout: Birth: - 2023-12-07T15:39:02.297 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-07T15:39:02.307 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records in 2023-12-07T15:39:02.307 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records out 2023-12-07T15:39:02.307 INFO:teuthology.orchestra.run.smithi121.stderr:512 bytes copied, 0.000354955 s, 1.4 MB/s 2023-12-07T15:39:02.308 DEBUG:teuthology.orchestra.run.smithi121:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-07T15:39:02.360 DEBUG:teuthology.orchestra.run.smithi121:> stat /dev/vg_nvme/lv_4 2023-12-07T15:39:02.365 INFO:teuthology.orchestra.run.smithi121.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-07T15:39:02.366 INFO:teuthology.orchestra.run.smithi121.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T15:39:02.366 INFO:teuthology.orchestra.run.smithi121.stdout:Device: 6h/6d Inode: 377 Links: 1 2023-12-07T15:39:02.366 INFO:teuthology.orchestra.run.smithi121.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T15:39:02.366 INFO:teuthology.orchestra.run.smithi121.stdout:Access: 2023-12-07 15:34:25.008756981 +0000 2023-12-07T15:39:02.366 INFO:teuthology.orchestra.run.smithi121.stdout:Modify: 2023-12-07 15:34:24.716763702 +0000 2023-12-07T15:39:02.366 INFO:teuthology.orchestra.run.smithi121.stdout:Change: 2023-12-07 15:34:24.716763702 +0000 2023-12-07T15:39:02.366 INFO:teuthology.orchestra.run.smithi121.stdout: Birth: - 2023-12-07T15:39:02.366 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-07T15:39:02.380 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records in 2023-12-07T15:39:02.380 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records out 2023-12-07T15:39:02.380 INFO:teuthology.orchestra.run.smithi121.stderr:512 bytes copied, 0.00037604 s, 1.4 MB/s 2023-12-07T15:39:02.381 DEBUG:teuthology.orchestra.run.smithi121:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-07T15:39:02.390 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2023-12-07T15:39:02.390 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/scratch_devs of=/dev/stdout 2023-12-07T15:39:02.398 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-07T15:39:02.398 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_1 2023-12-07T15:39:02.453 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-07T15:39:02.453 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T15:39:02.453 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 360 Links: 1 2023-12-07T15:39:02.453 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T15:39:02.453 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2023-12-07 15:34:25.285914117 +0000 2023-12-07T15:39:02.453 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2023-12-07 15:34:24.973921296 +0000 2023-12-07T15:39:02.453 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2023-12-07 15:34:24.973921296 +0000 2023-12-07T15:39:02.453 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2023-12-07T15:39:02.453 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-07T15:39:02.464 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:02 smithi144 bash[25224]: cluster 2023-12-07T15:39:00.356317+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:02.464 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:02 smithi144 bash[25224]: audit 2023-12-07T15:39:01.267505+0000 mgr.y (mgr.14152) 58 : audit [DBG] from='client.24110 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi121=y;smithi144=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:02.464 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:02 smithi144 bash[25224]: cephadm 2023-12-07T15:39:01.270926+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Saving service mgr spec with placement smithi121=y;smithi144=x;count:2 2023-12-07T15:39:02.465 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:02 smithi144 bash[25224]: audit 2023-12-07T15:39:01.278131+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:02.465 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:02 smithi144 bash[25224]: audit 2023-12-07T15:39:01.299442+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:02.465 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:02 smithi144 bash[25224]: audit 2023-12-07T15:39:01.301970+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:02.465 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:02 smithi144 bash[25224]: audit 2023-12-07T15:39:01.303644+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:02.465 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:02 smithi144 bash[25224]: audit 2023-12-07T15:39:01.313151+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:02.465 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:02 smithi144 bash[25224]: audit 2023-12-07T15:39:01.316782+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:39:02.465 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:02 smithi144 bash[25224]: audit 2023-12-07T15:39:01.323469+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T15:39:02.465 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:02 smithi144 bash[25224]: audit 2023-12-07T15:39:01.324987+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:39:02.465 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:02 smithi144 bash[25224]: audit 2023-12-07T15:39:01.326549+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:02.466 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2023-12-07T15:39:02.466 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2023-12-07T15:39:02.466 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000387035 s, 1.3 MB/s 2023-12-07T15:39:02.467 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-07T15:39:02.474 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_2 2023-12-07T15:39:02.525 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-07T15:39:02.526 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T15:39:02.526 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 364 Links: 1 2023-12-07T15:39:02.526 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T15:39:02.526 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2023-12-07 15:34:25.501909148 +0000 2023-12-07T15:39:02.526 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2023-12-07 15:34:25.497909240 +0000 2023-12-07T15:39:02.526 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2023-12-07 15:34:25.497909240 +0000 2023-12-07T15:39:02.526 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2023-12-07T15:39:02.526 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-07T15:39:02.538 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2023-12-07T15:39:02.539 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2023-12-07T15:39:02.539 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000355635 s, 1.4 MB/s 2023-12-07T15:39:02.539 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-07T15:39:02.552 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_3 2023-12-07T15:39:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[25067]: cluster 2023-12-07T15:39:00.356317+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[25067]: audit 2023-12-07T15:39:01.267505+0000 mgr.y (mgr.14152) 58 : audit [DBG] from='client.24110 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi121=y;smithi144=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[25067]: cephadm 2023-12-07T15:39:01.270926+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Saving service mgr spec with placement smithi121=y;smithi144=x;count:2 2023-12-07T15:39:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[25067]: audit 2023-12-07T15:39:01.278131+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[25067]: audit 2023-12-07T15:39:01.299442+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[25067]: audit 2023-12-07T15:39:01.301970+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[25067]: audit 2023-12-07T15:39:01.303644+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[25067]: audit 2023-12-07T15:39:01.313151+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:02.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[25067]: audit 2023-12-07T15:39:01.316782+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:39:02.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[25067]: audit 2023-12-07T15:39:01.323469+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T15:39:02.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[25067]: audit 2023-12-07T15:39:01.324987+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:39:02.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[25067]: audit 2023-12-07T15:39:01.326549+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:02.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[30890]: cluster 2023-12-07T15:39:00.356317+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:02.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[30890]: audit 2023-12-07T15:39:01.267505+0000 mgr.y (mgr.14152) 58 : audit [DBG] from='client.24110 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi121=y;smithi144=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:02.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[30890]: cephadm 2023-12-07T15:39:01.270926+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Saving service mgr spec with placement smithi121=y;smithi144=x;count:2 2023-12-07T15:39:02.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[30890]: audit 2023-12-07T15:39:01.278131+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:02.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[30890]: audit 2023-12-07T15:39:01.299442+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:02.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[30890]: audit 2023-12-07T15:39:01.301970+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:02.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[30890]: audit 2023-12-07T15:39:01.303644+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:02.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[30890]: audit 2023-12-07T15:39:01.313151+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:02.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[30890]: audit 2023-12-07T15:39:01.316782+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:39:02.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[30890]: audit 2023-12-07T15:39:01.323469+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T15:39:02.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[30890]: audit 2023-12-07T15:39:01.324987+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:39:02.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:02 smithi121 bash[30890]: audit 2023-12-07T15:39:01.326549+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:02.599 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-07T15:39:02.599 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T15:39:02.599 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 371 Links: 1 2023-12-07T15:39:02.599 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T15:39:02.599 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2023-12-07 15:34:26.301890742 +0000 2023-12-07T15:39:02.599 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2023-12-07 15:34:26.021897184 +0000 2023-12-07T15:39:02.599 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2023-12-07 15:34:26.021897184 +0000 2023-12-07T15:39:02.599 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2023-12-07T15:39:02.600 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-07T15:39:02.609 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2023-12-07T15:39:02.610 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2023-12-07T15:39:02.610 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000296279 s, 1.7 MB/s 2023-12-07T15:39:02.611 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-07T15:39:02.617 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_4 2023-12-07T15:39:02.622 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-07T15:39:02.622 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T15:39:02.622 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 380 Links: 1 2023-12-07T15:39:02.622 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T15:39:02.622 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2023-12-07 15:34:26.809879055 +0000 2023-12-07T15:39:02.622 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2023-12-07 15:34:26.525885589 +0000 2023-12-07T15:39:02.622 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2023-12-07 15:34:26.525885589 +0000 2023-12-07T15:39:02.622 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2023-12-07T15:39:02.623 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-07T15:39:02.638 INFO:journalctl@ceph.mgr.x.smithi144.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:39:02.652 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2023-12-07T15:39:02.652 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2023-12-07T15:39:02.652 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000374738 s, 1.4 MB/s 2023-12-07T15:39:02.653 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-07T15:39:02.705 INFO:tasks.cephadm:Deploying osd.0 on smithi121 with /dev/vg_nvme/lv_4... 2023-12-07T15:39:02.706 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-07T15:39:03.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:03 smithi121 bash[25067]: cephadm 2023-12-07T15:39:01.328132+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi144 2023-12-07T15:39:03.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:03 smithi121 bash[30890]: cephadm 2023-12-07T15:39:01.328132+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi144 2023-12-07T15:39:03.612 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:03 smithi144 bash[25224]: cephadm 2023-12-07T15:39:01.328132+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi144 2023-12-07T15:39:03.874 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:03 smithi144 systemd[1]: Started Ceph mgr.x for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:39:04.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:04 smithi144 bash[25224]: cluster 2023-12-07T15:39:02.356750+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:04.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:04 smithi144 bash[25224]: audit 2023-12-07T15:39:03.746505+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:04.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:04 smithi144 bash[25224]: audit 2023-12-07T15:39:03.751233+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:04.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:04 smithi144 bash[25224]: audit 2023-12-07T15:39:03.753786+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:04.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:04 smithi144 bash[25224]: audit 2023-12-07T15:39:03.755477+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:04.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:04 smithi144 bash[25224]: audit 2023-12-07T15:39:03.762511+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:04.541 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:04 smithi144 bash[25224]: audit 2023-12-07T15:39:03.764420+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:39:04.541 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:04 smithi144 bash[25224]: audit 2023-12-07T15:39:03.765533+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:39:04.541 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:04 smithi144 bash[25224]: audit 2023-12-07T15:39:03.766624+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:04.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[25067]: cluster 2023-12-07T15:39:02.356750+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:04.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[25067]: audit 2023-12-07T15:39:03.746505+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:04.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[25067]: audit 2023-12-07T15:39:03.751233+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:04.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[25067]: audit 2023-12-07T15:39:03.753786+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:04.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[25067]: audit 2023-12-07T15:39:03.755477+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:04.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[25067]: audit 2023-12-07T15:39:03.762511+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:04.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[25067]: audit 2023-12-07T15:39:03.764420+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:39:04.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[25067]: audit 2023-12-07T15:39:03.765533+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:39:04.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[25067]: audit 2023-12-07T15:39:03.766624+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:04.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[30890]: cluster 2023-12-07T15:39:02.356750+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:04.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[30890]: audit 2023-12-07T15:39:03.746505+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:04.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[30890]: audit 2023-12-07T15:39:03.751233+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:04.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[30890]: audit 2023-12-07T15:39:03.753786+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:04.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[30890]: audit 2023-12-07T15:39:03.755477+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:04.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[30890]: audit 2023-12-07T15:39:03.762511+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:04.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[30890]: audit 2023-12-07T15:39:03.764420+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:39:04.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[30890]: audit 2023-12-07T15:39:03.765533+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:39:04.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:04 smithi121 bash[30890]: audit 2023-12-07T15:39:03.766624+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:04.874 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:04 smithi144 bash[26221]: debug 2023-12-07T15:39:04.536+0000 7f7ced3ee700 1 -- 172.21.15.144:0/2900490799 <== mon.2 v2:172.21.15.144:3300/0 3 ==== mon_map magic: 0 v1 ==== 413+0+0 (secure 0 0 0) 0x55b77ae7b080 con 0x55b77bbeac00 2023-12-07T15:39:04.874 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:04 smithi144 bash[26221]: debug 2023-12-07T15:39:04.696+0000 7f7cf605d000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:39:05.291 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:05 smithi121 bash[25067]: cephadm 2023-12-07T15:39:03.762995+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:39:05.291 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:05 smithi121 bash[25067]: cephadm 2023-12-07T15:39:03.764061+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-07T15:39:05.291 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:05 smithi121 bash[25067]: cephadm 2023-12-07T15:39:03.767791+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi121 2023-12-07T15:39:05.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:05 smithi121 bash[30890]: cephadm 2023-12-07T15:39:03.762995+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:39:05.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:05 smithi121 bash[30890]: cephadm 2023-12-07T15:39:03.764061+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-07T15:39:05.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:05 smithi121 bash[30890]: cephadm 2023-12-07T15:39:03.767791+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi121 2023-12-07T15:39:05.624 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:05 smithi144 bash[26221]: debug 2023-12-07T15:39:05.364+0000 7f7cf605d000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:39:05.624 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:05 smithi144 bash[26221]: debug 2023-12-07T15:39:05.492+0000 7f7cf605d000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:39:05.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:05 smithi144 bash[25224]: cephadm 2023-12-07T15:39:03.762995+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:39:05.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:05 smithi144 bash[25224]: cephadm 2023-12-07T15:39:03.764061+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-07T15:39:05.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:05 smithi144 bash[25224]: cephadm 2023-12-07T15:39:03.767791+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi121 2023-12-07T15:39:05.874 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:05 smithi144 bash[26221]: debug 2023-12-07T15:39:05.652+0000 7f7cf605d000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:39:06.232 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:05 smithi144 bash[26221]: debug 2023-12-07T15:39:05.976+0000 7f7cf605d000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:39:06.233 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:06 smithi144 bash[26221]: debug 2023-12-07T15:39:06.068+0000 7f7cf605d000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:39:06.538 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:06 smithi144 bash[26221]: debug 2023-12-07T15:39:06.272+0000 7f7cf605d000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:39:06.539 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:06 smithi144 bash[25224]: cluster 2023-12-07T15:39:04.357187+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:06.554 INFO:teuthology.orchestra.run.smithi121.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-07T15:39:06.554 INFO:teuthology.orchestra.run.smithi121.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-07T15:39:06.554 INFO:teuthology.orchestra.run.smithi121.stderr: stderr: 10+0 records in 2023-12-07T15:39:06.554 INFO:teuthology.orchestra.run.smithi121.stderr:10+0 records out 2023-12-07T15:39:06.554 INFO:teuthology.orchestra.run.smithi121.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0175339 s, 598 MB/s 2023-12-07T15:39:06.554 INFO:teuthology.orchestra.run.smithi121.stderr:--> Zapping successful for: 2023-12-07T15:39:06.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:06 smithi121 bash[30890]: cluster 2023-12-07T15:39:04.357187+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:06.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:06 smithi121 bash[25067]: cluster 2023-12-07T15:39:04.357187+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:07.253 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:07 smithi144 bash[26221]: debug 2023-12-07T15:39:07.144+0000 7f7cf605d000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:39:07.624 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:07 smithi144 bash[26221]: debug 2023-12-07T15:39:07.248+0000 7f7cf605d000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:39:07.624 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:07 smithi144 bash[26221]: debug 2023-12-07T15:39:07.456+0000 7f7cf605d000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:39:07.787 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi121:vg_nvme/lv_4 2023-12-07T15:39:07.958 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:07 smithi144 bash[26221]: debug 2023-12-07T15:39:07.816+0000 7f7cf605d000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:39:07.959 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:07 smithi144 bash[25224]: cluster 2023-12-07T15:39:06.357602+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:07.959 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:07 smithi144 bash[25224]: audit 2023-12-07T15:39:06.802523+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:07.959 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:07 smithi144 bash[25224]: audit 2023-12-07T15:39:07.047536+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:07.959 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:07 smithi144 bash[25224]: audit 2023-12-07T15:39:07.050611+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:07.959 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:07 smithi144 bash[25224]: audit 2023-12-07T15:39:07.053041+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:07.959 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:07 smithi144 bash[25224]: audit 2023-12-07T15:39:07.054615+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:07.959 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:07 smithi144 bash[25224]: audit 2023-12-07T15:39:07.065848+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:07.959 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:07 smithi144 bash[25224]: cephadm 2023-12-07T15:39:07.066494+0000 mgr.y (mgr.14152) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:39:08.039 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:07 smithi121 bash[25067]: cluster 2023-12-07T15:39:06.357602+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:08.039 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:07 smithi121 bash[25067]: audit 2023-12-07T15:39:06.802523+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:08.039 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:07 smithi121 bash[25067]: audit 2023-12-07T15:39:07.047536+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:08.039 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:07 smithi121 bash[25067]: audit 2023-12-07T15:39:07.050611+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:08.039 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:07 smithi121 bash[25067]: audit 2023-12-07T15:39:07.053041+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:08.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:07 smithi121 bash[25067]: audit 2023-12-07T15:39:07.054615+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:08.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:07 smithi121 bash[25067]: audit 2023-12-07T15:39:07.065848+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:08.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:07 smithi121 bash[25067]: cephadm 2023-12-07T15:39:07.066494+0000 mgr.y (mgr.14152) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:39:08.040 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:07 smithi121 bash[30890]: cluster 2023-12-07T15:39:06.357602+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:08.040 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:07 smithi121 bash[30890]: audit 2023-12-07T15:39:06.802523+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:08.040 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:07 smithi121 bash[30890]: audit 2023-12-07T15:39:07.047536+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:08.040 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:07 smithi121 bash[30890]: audit 2023-12-07T15:39:07.050611+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:08.040 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:07 smithi121 bash[30890]: audit 2023-12-07T15:39:07.053041+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:08.040 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:07 smithi121 bash[30890]: audit 2023-12-07T15:39:07.054615+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:08.040 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:07 smithi121 bash[30890]: audit 2023-12-07T15:39:07.065848+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:08.040 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:07 smithi121 bash[30890]: cephadm 2023-12-07T15:39:07.066494+0000 mgr.y (mgr.14152) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:39:08.374 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:08 smithi144 bash[26221]: debug 2023-12-07T15:39:08.156+0000 7f7cf605d000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:39:08.792 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:08 smithi144 bash[26221]: debug 2023-12-07T15:39:08.524+0000 7f7cf605d000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:39:09.064 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:08 smithi144 bash[26221]: debug 2023-12-07T15:39:08.788+0000 7f7cf605d000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:39:09.748 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:09 smithi144 bash[26221]: debug 2023-12-07T15:39:09.484+0000 7f7cf605d000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:39:09.748 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:09 smithi144 bash[26221]: debug 2023-12-07T15:39:09.588+0000 7f7cf605d000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:39:09.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:09 smithi121 bash[30890]: cluster 2023-12-07T15:39:08.358022+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:09.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:09 smithi121 bash[30890]: audit 2023-12-07T15:39:09.562171+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:09.814 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:39:09 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:39:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:39:10.124 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:09 smithi144 bash[26221]: debug 2023-12-07T15:39:09.744+0000 7f7cf605d000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:39:10.124 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:09 smithi144 bash[26221]: debug 2023-12-07T15:39:09.848+0000 7f7cf605d000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:39:10.124 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:09 smithi144 bash[26221]: debug 2023-12-07T15:39:09.992+0000 7f7cf605d000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:39:10.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:09 smithi144 bash[25224]: cluster 2023-12-07T15:39:08.358022+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:10.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:09 smithi144 bash[25224]: audit 2023-12-07T15:39:09.562171+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:10.267 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:09 smithi121 bash[25067]: cluster 2023-12-07T15:39:08.358022+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:10.267 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:09 smithi121 bash[25067]: audit 2023-12-07T15:39:09.562171+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:10.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:39:10 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:39:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:39:10.593 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:10 smithi144 bash[26221]: debug 2023-12-07T15:39:10.292+0000 7f7cf605d000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:39:10.593 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:10 smithi144 bash[26221]: debug 2023-12-07T15:39:10.408+0000 7f7cf605d000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:39:10.874 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:10 smithi144 bash[26221]: debug 2023-12-07T15:39:10.588+0000 7f7cf605d000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:39:10.874 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:10 smithi144 bash[26221]: debug 2023-12-07T15:39:10.704+0000 7f7cf605d000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:39:11.624 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:39:11 smithi144 bash[26221]: debug 2023-12-07T15:39:11.548+0000 7f7cf605d000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:39:11.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:11 smithi144 bash[25224]: cluster 2023-12-07T15:39:10.358442+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:11.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:11 smithi144 bash[25224]: audit 2023-12-07T15:39:10.369434+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:11.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:11 smithi144 bash[25224]: audit 2023-12-07T15:39:10.377281+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:11.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:11 smithi144 bash[25224]: audit 2023-12-07T15:39:10.390941+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:11.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:11 smithi144 bash[25224]: audit 2023-12-07T15:39:10.393537+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:11.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:11 smithi144 bash[25224]: audit 2023-12-07T15:39:10.395236+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:11.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:11 smithi144 bash[25224]: audit 2023-12-07T15:39:10.406673+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:11.772 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:11 smithi121 bash[25067]: cluster 2023-12-07T15:39:10.358442+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:11.772 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:11 smithi121 bash[25067]: audit 2023-12-07T15:39:10.369434+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:11.772 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:11 smithi121 bash[25067]: audit 2023-12-07T15:39:10.377281+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:11.772 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:11 smithi121 bash[25067]: audit 2023-12-07T15:39:10.390941+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:11.772 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:11 smithi121 bash[25067]: audit 2023-12-07T15:39:10.393537+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:11.772 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:11 smithi121 bash[25067]: audit 2023-12-07T15:39:10.395236+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:11.772 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:11 smithi121 bash[25067]: audit 2023-12-07T15:39:10.406673+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:11.772 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:11 smithi121 bash[30890]: cluster 2023-12-07T15:39:10.358442+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:11.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:11 smithi121 bash[30890]: audit 2023-12-07T15:39:10.369434+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:11.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:11 smithi121 bash[30890]: audit 2023-12-07T15:39:10.377281+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:11.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:11 smithi121 bash[30890]: audit 2023-12-07T15:39:10.390941+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:11.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:11 smithi121 bash[30890]: audit 2023-12-07T15:39:10.393537+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:11.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:11 smithi121 bash[30890]: audit 2023-12-07T15:39:10.395236+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:11.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:11 smithi121 bash[30890]: audit 2023-12-07T15:39:10.406673+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:12.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[25067]: cluster 2023-12-07T15:39:11.573801+0000 mon.a (mon.0) 268 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:39:12.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[25067]: audit 2023-12-07T15:39:11.577385+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.144:0/1459651239' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:39:12.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[25067]: audit 2023-12-07T15:39:11.578223+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.144:0/1459651239' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:39:12.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[25067]: audit 2023-12-07T15:39:11.580267+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.144:0/1459651239' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:39:12.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[25067]: audit 2023-12-07T15:39:11.580967+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.144:0/1459651239' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:39:12.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[25067]: audit 2023-12-07T15:39:12.193582+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.24118 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:12.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[25067]: audit 2023-12-07T15:39:12.200465+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:39:12.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[25067]: audit 2023-12-07T15:39:12.205445+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:39:12.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[25067]: audit 2023-12-07T15:39:12.206559+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:12.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[30890]: cluster 2023-12-07T15:39:11.573801+0000 mon.a (mon.0) 268 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:39:12.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[30890]: audit 2023-12-07T15:39:11.577385+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.144:0/1459651239' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:39:12.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[30890]: audit 2023-12-07T15:39:11.578223+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.144:0/1459651239' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:39:12.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[30890]: audit 2023-12-07T15:39:11.580267+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.144:0/1459651239' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:39:12.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[30890]: audit 2023-12-07T15:39:11.580967+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.144:0/1459651239' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:39:12.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[30890]: audit 2023-12-07T15:39:12.193582+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.24118 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:12.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[30890]: audit 2023-12-07T15:39:12.200465+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:39:12.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[30890]: audit 2023-12-07T15:39:12.205445+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:39:12.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:12 smithi121 bash[30890]: audit 2023-12-07T15:39:12.206559+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:12.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:12 smithi144 bash[25224]: cluster 2023-12-07T15:39:11.573801+0000 mon.a (mon.0) 268 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:39:12.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:12 smithi144 bash[25224]: audit 2023-12-07T15:39:11.577385+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.144:0/1459651239' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:39:12.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:12 smithi144 bash[25224]: audit 2023-12-07T15:39:11.578223+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.144:0/1459651239' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:39:12.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:12 smithi144 bash[25224]: audit 2023-12-07T15:39:11.580267+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.144:0/1459651239' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:39:12.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:12 smithi144 bash[25224]: audit 2023-12-07T15:39:11.580967+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.144:0/1459651239' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:39:12.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:12 smithi144 bash[25224]: audit 2023-12-07T15:39:12.193582+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.24118 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:12 smithi144 bash[25224]: audit 2023-12-07T15:39:12.200465+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:39:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:12 smithi144 bash[25224]: audit 2023-12-07T15:39:12.205445+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:39:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:12 smithi144 bash[25224]: audit 2023-12-07T15:39:12.206559+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:13.788 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:39:13 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:39:13] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:39:13.788 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:13 smithi121 bash[30890]: cluster 2023-12-07T15:39:12.358859+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:13.788 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:13 smithi121 bash[30890]: cluster 2023-12-07T15:39:12.386662+0000 mon.a (mon.0) 272 : cluster [DBG] mgrmap e13: y(active, since 74s), standbys: x 2023-12-07T15:39:13.788 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:13 smithi121 bash[30890]: audit 2023-12-07T15:39:12.386982+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:39:13.789 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:13 smithi121 bash[25067]: cluster 2023-12-07T15:39:12.358859+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:13.789 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:13 smithi121 bash[25067]: cluster 2023-12-07T15:39:12.386662+0000 mon.a (mon.0) 272 : cluster [DBG] mgrmap e13: y(active, since 74s), standbys: x 2023-12-07T15:39:13.789 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:13 smithi121 bash[25067]: audit 2023-12-07T15:39:12.386982+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:39:13.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:13 smithi144 bash[25224]: cluster 2023-12-07T15:39:12.358859+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:13.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:13 smithi144 bash[25224]: cluster 2023-12-07T15:39:12.386662+0000 mon.a (mon.0) 272 : cluster [DBG] mgrmap e13: y(active, since 74s), standbys: x 2023-12-07T15:39:13.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:13 smithi144 bash[25224]: audit 2023-12-07T15:39:12.386982+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:39:14.057 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:39:13 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:39:13] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:39:14.756 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:14 smithi121 bash[25067]: audit 2023-12-07T15:39:13.391847+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:14.757 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:14 smithi121 bash[25067]: audit 2023-12-07T15:39:13.397578+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:14.757 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:14 smithi121 bash[25067]: audit 2023-12-07T15:39:13.926265+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:14.757 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:14 smithi121 bash[25067]: audit 2023-12-07T15:39:13.933693+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:14.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:14 smithi121 bash[30890]: audit 2023-12-07T15:39:13.391847+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:14.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:14 smithi121 bash[30890]: audit 2023-12-07T15:39:13.397578+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:14.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:14 smithi121 bash[30890]: audit 2023-12-07T15:39:13.926265+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:14.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:14 smithi121 bash[30890]: audit 2023-12-07T15:39:13.933693+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:14.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:14 smithi144 bash[25224]: audit 2023-12-07T15:39:13.391847+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:14.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:14 smithi144 bash[25224]: audit 2023-12-07T15:39:13.397578+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:14.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:14 smithi144 bash[25224]: audit 2023-12-07T15:39:13.926265+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:14.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:14 smithi144 bash[25224]: audit 2023-12-07T15:39:13.933693+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:16.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:15 smithi121 bash[25067]: cluster 2023-12-07T15:39:14.359295+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:16.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:15 smithi121 bash[30890]: cluster 2023-12-07T15:39:14.359295+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:16.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:15 smithi144 bash[25224]: cluster 2023-12-07T15:39:14.359295+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:18.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:17 smithi121 bash[30890]: cluster 2023-12-07T15:39:16.359763+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:18.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:17 smithi121 bash[30890]: audit 2023-12-07T15:39:17.870446+0000 mon.a (mon.0) 278 : audit [INF] from='client.? 172.21.15.121:0/675249015' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf7d1feb-9fdc-49d7-863a-47feaf2445b0"}]: dispatch 2023-12-07T15:39:18.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:17 smithi121 bash[30890]: audit 2023-12-07T15:39:17.875498+0000 mon.a (mon.0) 279 : audit [INF] from='client.? 172.21.15.121:0/675249015' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bf7d1feb-9fdc-49d7-863a-47feaf2445b0"}]': finished 2023-12-07T15:39:18.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:17 smithi121 bash[30890]: cluster 2023-12-07T15:39:17.875540+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-07T15:39:18.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:17 smithi121 bash[30890]: audit 2023-12-07T15:39:17.875748+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:39:18.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:17 smithi121 bash[25067]: cluster 2023-12-07T15:39:16.359763+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:18.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:17 smithi121 bash[25067]: audit 2023-12-07T15:39:17.870446+0000 mon.a (mon.0) 278 : audit [INF] from='client.? 172.21.15.121:0/675249015' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf7d1feb-9fdc-49d7-863a-47feaf2445b0"}]: dispatch 2023-12-07T15:39:18.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:17 smithi121 bash[25067]: audit 2023-12-07T15:39:17.875498+0000 mon.a (mon.0) 279 : audit [INF] from='client.? 172.21.15.121:0/675249015' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bf7d1feb-9fdc-49d7-863a-47feaf2445b0"}]': finished 2023-12-07T15:39:18.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:17 smithi121 bash[25067]: cluster 2023-12-07T15:39:17.875540+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-07T15:39:18.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:17 smithi121 bash[25067]: audit 2023-12-07T15:39:17.875748+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:39:18.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:17 smithi144 bash[25224]: cluster 2023-12-07T15:39:16.359763+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:18.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:17 smithi144 bash[25224]: audit 2023-12-07T15:39:17.870446+0000 mon.a (mon.0) 278 : audit [INF] from='client.? 172.21.15.121:0/675249015' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf7d1feb-9fdc-49d7-863a-47feaf2445b0"}]: dispatch 2023-12-07T15:39:18.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:17 smithi144 bash[25224]: audit 2023-12-07T15:39:17.875498+0000 mon.a (mon.0) 279 : audit [INF] from='client.? 172.21.15.121:0/675249015' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bf7d1feb-9fdc-49d7-863a-47feaf2445b0"}]': finished 2023-12-07T15:39:18.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:17 smithi144 bash[25224]: cluster 2023-12-07T15:39:17.875540+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-07T15:39:18.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:17 smithi144 bash[25224]: audit 2023-12-07T15:39:17.875748+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:39:19.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:18 smithi121 bash[25067]: audit 2023-12-07T15:39:18.587459+0000 mon.a (mon.0) 282 : audit [DBG] from='client.? 172.21.15.121:0/4120128375' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:39:19.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:18 smithi121 bash[30890]: audit 2023-12-07T15:39:18.587459+0000 mon.a (mon.0) 282 : audit [DBG] from='client.? 172.21.15.121:0/4120128375' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:39:19.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:18 smithi144 bash[25224]: audit 2023-12-07T15:39:18.587459+0000 mon.a (mon.0) 282 : audit [DBG] from='client.? 172.21.15.121:0/4120128375' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:39:20.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:19 smithi121 bash[25067]: cluster 2023-12-07T15:39:18.360170+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:20.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:19 smithi121 bash[30890]: cluster 2023-12-07T15:39:18.360170+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:20.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:19 smithi144 bash[25224]: cluster 2023-12-07T15:39:18.360170+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:22.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:21 smithi121 bash[25067]: cluster 2023-12-07T15:39:20.360617+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:22.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:21 smithi121 bash[30890]: cluster 2023-12-07T15:39:20.360617+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:22.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:21 smithi144 bash[25224]: cluster 2023-12-07T15:39:20.360617+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:23.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:23 smithi144 bash[25224]: cluster 2023-12-07T15:39:22.361042+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:23.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:23 smithi121 bash[25067]: cluster 2023-12-07T15:39:22.361042+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:23.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:23 smithi121 bash[30890]: cluster 2023-12-07T15:39:22.361042+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:25.704 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:25 smithi121 bash[30890]: cluster 2023-12-07T15:39:24.361474+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:25.704 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:25 smithi121 bash[25067]: cluster 2023-12-07T15:39:24.361474+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:25.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:25 smithi144 bash[25224]: cluster 2023-12-07T15:39:24.361474+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:27.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:27 smithi121 bash[25067]: cluster 2023-12-07T15:39:26.361972+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:27.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:27 smithi121 bash[30890]: cluster 2023-12-07T15:39:26.361972+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:27.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:27 smithi144 bash[25224]: cluster 2023-12-07T15:39:26.361972+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:28.801 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:28 smithi144 bash[25224]: audit 2023-12-07T15:39:28.068291+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T15:39:28.802 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:28 smithi144 bash[25224]: audit 2023-12-07T15:39:28.069909+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:28.802 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:28 smithi144 bash[25224]: cephadm 2023-12-07T15:39:28.071112+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi121 2023-12-07T15:39:28.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:28 smithi121 bash[30890]: audit 2023-12-07T15:39:28.068291+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T15:39:28.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:28 smithi121 bash[30890]: audit 2023-12-07T15:39:28.069909+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:28.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:28 smithi121 bash[30890]: cephadm 2023-12-07T15:39:28.071112+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi121 2023-12-07T15:39:28.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:28 smithi121 bash[25067]: audit 2023-12-07T15:39:28.068291+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T15:39:28.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:28 smithi121 bash[25067]: audit 2023-12-07T15:39:28.069909+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:28.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:28 smithi121 bash[25067]: cephadm 2023-12-07T15:39:28.071112+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi121 2023-12-07T15:39:29.646 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:29 smithi121 bash[30890]: cluster 2023-12-07T15:39:28.362443+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:29.647 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:29 smithi121 bash[25067]: cluster 2023-12-07T15:39:28.362443+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:29.852 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:29 smithi144 bash[25224]: cluster 2023-12-07T15:39:28.362443+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:30.279 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:39:30 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:39:30] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:39:31.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:31 smithi121 bash[25067]: audit 2023-12-07T15:39:30.008722+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:31.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:31 smithi121 bash[25067]: audit 2023-12-07T15:39:30.016937+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:31.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:31 smithi121 bash[30890]: audit 2023-12-07T15:39:30.008722+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:31.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:31 smithi121 bash[30890]: audit 2023-12-07T15:39:30.016937+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:31.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:31 smithi144 bash[25224]: audit 2023-12-07T15:39:30.008722+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:31.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:31 smithi144 bash[25224]: audit 2023-12-07T15:39:30.016937+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:32.127 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:32 smithi121 bash[25067]: cluster 2023-12-07T15:39:30.362931+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:32.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:32 smithi121 bash[30890]: cluster 2023-12-07T15:39:30.362931+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:32.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:32 smithi144 bash[25224]: cluster 2023-12-07T15:39:30.362931+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:34.268 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:39:34 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:39:34] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:39:34.268 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:33 smithi121 bash[25067]: cluster 2023-12-07T15:39:32.363418+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:34.268 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:33 smithi121 bash[25067]: audit 2023-12-07T15:39:32.916062+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:34.268 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:33 smithi121 bash[25067]: audit 2023-12-07T15:39:32.931719+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:34.269 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:33 smithi121 bash[25067]: audit 2023-12-07T15:39:32.933670+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:34.269 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:33 smithi121 bash[25067]: audit 2023-12-07T15:39:32.934919+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:34.269 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:33 smithi121 bash[25067]: audit 2023-12-07T15:39:32.946138+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:34.269 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:33 smithi121 bash[30890]: cluster 2023-12-07T15:39:32.363418+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:34.269 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:33 smithi121 bash[30890]: audit 2023-12-07T15:39:32.916062+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:34.269 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:33 smithi121 bash[30890]: audit 2023-12-07T15:39:32.931719+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:34.270 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:33 smithi121 bash[30890]: audit 2023-12-07T15:39:32.933670+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:34.270 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:33 smithi121 bash[30890]: audit 2023-12-07T15:39:32.934919+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:34.270 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:33 smithi121 bash[30890]: audit 2023-12-07T15:39:32.946138+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:34.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:33 smithi144 bash[25224]: cluster 2023-12-07T15:39:32.363418+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:34.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:33 smithi144 bash[25224]: audit 2023-12-07T15:39:32.916062+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:34.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:33 smithi144 bash[25224]: audit 2023-12-07T15:39:32.931719+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:34.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:33 smithi144 bash[25224]: audit 2023-12-07T15:39:32.933670+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:34.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:33 smithi144 bash[25224]: audit 2023-12-07T15:39:32.934919+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:34.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:33 smithi144 bash[25224]: audit 2023-12-07T15:39:32.946138+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:35.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:35 smithi121 bash[25067]: audit 2023-12-07T15:39:34.076482+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:35.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:35 smithi121 bash[25067]: audit 2023-12-07T15:39:34.084144+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:35.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:35 smithi121 bash[25067]: audit 2023-12-07T15:39:34.117161+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:35.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:35 smithi121 bash[25067]: audit 2023-12-07T15:39:34.119948+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:35.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:35 smithi121 bash[25067]: audit 2023-12-07T15:39:34.121701+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:35.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:35 smithi121 bash[25067]: audit 2023-12-07T15:39:34.132026+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:35.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:35 smithi121 bash[30890]: audit 2023-12-07T15:39:34.076482+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:35.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:35 smithi121 bash[30890]: audit 2023-12-07T15:39:34.084144+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:35.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:35 smithi121 bash[30890]: audit 2023-12-07T15:39:34.117161+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:35.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:35 smithi121 bash[30890]: audit 2023-12-07T15:39:34.119948+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:35.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:35 smithi121 bash[30890]: audit 2023-12-07T15:39:34.121701+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:35.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:35 smithi121 bash[30890]: audit 2023-12-07T15:39:34.132026+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:35.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:35 smithi144 bash[25224]: audit 2023-12-07T15:39:34.076482+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:35.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:35 smithi144 bash[25224]: audit 2023-12-07T15:39:34.084144+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:35.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:35 smithi144 bash[25224]: audit 2023-12-07T15:39:34.117161+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:35.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:35 smithi144 bash[25224]: audit 2023-12-07T15:39:34.119948+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:35.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:35 smithi144 bash[25224]: audit 2023-12-07T15:39:34.121701+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:35.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:35 smithi144 bash[25224]: audit 2023-12-07T15:39:34.132026+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:36.057 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:39:35 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:39:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:39:36.550 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:36 smithi121 bash[30890]: cluster 2023-12-07T15:39:34.363861+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:36.550 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:36 smithi121 bash[30890]: audit 2023-12-07T15:39:35.951711+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:36.550 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:36 smithi121 bash[30890]: audit 2023-12-07T15:39:35.954229+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:36.550 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:36 smithi121 bash[30890]: audit 2023-12-07T15:39:35.959789+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:36.550 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:36 smithi121 bash[30890]: audit 2023-12-07T15:39:35.960133+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:36.550 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:36 smithi121 bash[30890]: audit 2023-12-07T15:39:35.962260+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:36.550 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:36 smithi121 bash[30890]: audit 2023-12-07T15:39:35.969977+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:36.550 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:36 smithi121 bash[25067]: cluster 2023-12-07T15:39:34.363861+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:36.551 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:36 smithi121 bash[25067]: audit 2023-12-07T15:39:35.951711+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:36.551 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:36 smithi121 bash[25067]: audit 2023-12-07T15:39:35.954229+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:36.551 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:36 smithi121 bash[25067]: audit 2023-12-07T15:39:35.959789+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:36.551 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:36 smithi121 bash[25067]: audit 2023-12-07T15:39:35.960133+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:36.551 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:36 smithi121 bash[25067]: audit 2023-12-07T15:39:35.962260+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:36.551 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:36 smithi121 bash[25067]: audit 2023-12-07T15:39:35.969977+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:36.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:36 smithi144 bash[25224]: cluster 2023-12-07T15:39:34.363861+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:36.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:36 smithi144 bash[25224]: audit 2023-12-07T15:39:35.951711+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:36.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:36 smithi144 bash[25224]: audit 2023-12-07T15:39:35.954229+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:36.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:36 smithi144 bash[25224]: audit 2023-12-07T15:39:35.959789+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:36.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:36 smithi144 bash[25224]: audit 2023-12-07T15:39:35.960133+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:36.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:36 smithi144 bash[25224]: audit 2023-12-07T15:39:35.962260+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:36.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:36 smithi144 bash[25224]: audit 2023-12-07T15:39:35.969977+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:38.526 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:38 smithi121 bash[25067]: cluster 2023-12-07T15:39:36.364287+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:38.526 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:38 smithi121 bash[30890]: cluster 2023-12-07T15:39:36.364287+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:38.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:38 smithi144 bash[25224]: cluster 2023-12-07T15:39:36.364287+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:40.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:40 smithi121 bash[25067]: cluster 2023-12-07T15:39:38.364697+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:40.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:40 smithi121 bash[30890]: cluster 2023-12-07T15:39:38.364697+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:40.584 INFO:teuthology.orchestra.run.smithi121.stdout:Created osd(s) 0 on host 'smithi121' 2023-12-07T15:39:40.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:40 smithi144 bash[25224]: cluster 2023-12-07T15:39:38.364697+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:41.140 DEBUG:teuthology.orchestra.run.smithi121:osd.0> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.0.service 2023-12-07T15:39:41.142 INFO:tasks.cephadm:Deploying osd.1 on smithi121 with /dev/vg_nvme/lv_3... 2023-12-07T15:39:41.142 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-07T15:39:41.290 INFO:journalctl@ceph.osd.0.smithi121.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:39:41.583 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[25067]: cluster 2023-12-07T15:39:40.365120+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:41.583 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[25067]: audit 2023-12-07T15:39:40.582660+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:41.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:41 smithi144 bash[25224]: cluster 2023-12-07T15:39:40.365120+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:41.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:41 smithi144 bash[25224]: audit 2023-12-07T15:39:40.582660+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:41.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:41 smithi144 bash[25224]: audit 2023-12-07T15:39:40.599710+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:41.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:41 smithi144 bash[25224]: audit 2023-12-07T15:39:40.602088+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:41.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:41 smithi144 bash[25224]: audit 2023-12-07T15:39:40.603597+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:41.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:41 smithi144 bash[25224]: audit 2023-12-07T15:39:40.607166+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:39:41.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:41 smithi144 bash[25224]: cephadm 2023-12-07T15:39:40.608592+0000 mgr.y (mgr.14152) 87 : cephadm [INF] Adjusting osd_memory_target on smithi121 to 15222M 2023-12-07T15:39:41.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:41 smithi144 bash[25224]: audit 2023-12-07T15:39:40.616179+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:41.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:41 smithi144 bash[25224]: audit 2023-12-07T15:39:40.626515+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:41.895 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[30890]: cluster 2023-12-07T15:39:40.365120+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:41.895 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[30890]: audit 2023-12-07T15:39:40.582660+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:41.895 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[30890]: audit 2023-12-07T15:39:40.599710+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:41.895 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[30890]: audit 2023-12-07T15:39:40.602088+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:41.895 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[30890]: audit 2023-12-07T15:39:40.603597+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:41.895 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[30890]: audit 2023-12-07T15:39:40.607166+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:39:41.896 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[30890]: cephadm 2023-12-07T15:39:40.608592+0000 mgr.y (mgr.14152) 87 : cephadm [INF] Adjusting osd_memory_target on smithi121 to 15222M 2023-12-07T15:39:41.896 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[30890]: audit 2023-12-07T15:39:40.616179+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:41.896 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[30890]: audit 2023-12-07T15:39:40.626515+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:41.896 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[25067]: audit 2023-12-07T15:39:40.599710+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:41.896 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[25067]: audit 2023-12-07T15:39:40.602088+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:41.896 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[25067]: audit 2023-12-07T15:39:40.603597+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:41.896 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[25067]: audit 2023-12-07T15:39:40.607166+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:39:41.896 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[25067]: cephadm 2023-12-07T15:39:40.608592+0000 mgr.y (mgr.14152) 87 : cephadm [INF] Adjusting osd_memory_target on smithi121 to 15222M 2023-12-07T15:39:41.896 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[25067]: audit 2023-12-07T15:39:40.616179+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:41.896 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[25067]: audit 2023-12-07T15:39:40.626515+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:42.258 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:39:41 smithi121 bash[34694]: debug 2023-12-07T15:39:41.889+0000 7f7d9675e3c0 -1 osd.0 0 log_to_monitors true 2023-12-07T15:39:42.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:42 smithi144 bash[25224]: audit 2023-12-07T15:39:41.900747+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.121:6802/3629443390,v1:172.21.15.121:6803/3629443390]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T15:39:42.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:42 smithi144 bash[25224]: audit 2023-12-07T15:39:41.901480+0000 mon.a (mon.0) 311 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T15:39:43.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:42 smithi121 bash[25067]: audit 2023-12-07T15:39:41.900747+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.121:6802/3629443390,v1:172.21.15.121:6803/3629443390]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T15:39:43.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:42 smithi121 bash[25067]: audit 2023-12-07T15:39:41.901480+0000 mon.a (mon.0) 311 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T15:39:43.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:42 smithi121 bash[30890]: audit 2023-12-07T15:39:41.900747+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.121:6802/3629443390,v1:172.21.15.121:6803/3629443390]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T15:39:43.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:42 smithi121 bash[30890]: audit 2023-12-07T15:39:41.901480+0000 mon.a (mon.0) 311 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T15:39:43.807 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:39:43 smithi121 bash[34694]: debug 2023-12-07T15:39:43.601+0000 7f7d8d161700 -1 osd.0 0 waiting for initial osdmap 2023-12-07T15:39:43.808 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:39:43 smithi121 bash[34694]: debug 2023-12-07T15:39:43.605+0000 7f7d87af8700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:39:43.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:43 smithi121 bash[25067]: cluster 2023-12-07T15:39:42.365537+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:43.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:43 smithi121 bash[25067]: audit 2023-12-07T15:39:42.595346+0000 mon.a (mon.0) 312 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T15:39:43.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:43 smithi121 bash[25067]: cluster 2023-12-07T15:39:42.595499+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-07T15:39:43.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:43 smithi121 bash[25067]: audit 2023-12-07T15:39:42.595752+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:39:43.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:43 smithi121 bash[25067]: audit 2023-12-07T15:39:42.596704+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.121:6802/3629443390,v1:172.21.15.121:6803/3629443390]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:39:43.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:43 smithi121 bash[25067]: audit 2023-12-07T15:39:42.597388+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:39:43.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:43 smithi121 bash[30890]: cluster 2023-12-07T15:39:42.365537+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:43.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:43 smithi121 bash[30890]: audit 2023-12-07T15:39:42.595346+0000 mon.a (mon.0) 312 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T15:39:43.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:43 smithi121 bash[30890]: cluster 2023-12-07T15:39:42.595499+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-07T15:39:43.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:43 smithi121 bash[30890]: audit 2023-12-07T15:39:42.595752+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:39:43.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:43 smithi121 bash[30890]: audit 2023-12-07T15:39:42.596704+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.121:6802/3629443390,v1:172.21.15.121:6803/3629443390]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:39:43.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:43 smithi121 bash[30890]: audit 2023-12-07T15:39:42.597388+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:39:43.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:43 smithi144 bash[25224]: cluster 2023-12-07T15:39:42.365537+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:43.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:43 smithi144 bash[25224]: audit 2023-12-07T15:39:42.595346+0000 mon.a (mon.0) 312 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T15:39:43.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:43 smithi144 bash[25224]: cluster 2023-12-07T15:39:42.595499+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-07T15:39:43.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:43 smithi144 bash[25224]: audit 2023-12-07T15:39:42.595752+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:39:43.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:43 smithi144 bash[25224]: audit 2023-12-07T15:39:42.596704+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.121:6802/3629443390,v1:172.21.15.121:6803/3629443390]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:39:43.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:43 smithi144 bash[25224]: audit 2023-12-07T15:39:42.597388+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:39:44.101 INFO:teuthology.orchestra.run.smithi121.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-07T15:39:44.101 INFO:teuthology.orchestra.run.smithi121.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-07T15:39:44.101 INFO:teuthology.orchestra.run.smithi121.stderr: stderr: 10+0 records in 2023-12-07T15:39:44.101 INFO:teuthology.orchestra.run.smithi121.stderr:10+0 records out 2023-12-07T15:39:44.101 INFO:teuthology.orchestra.run.smithi121.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0180349 s, 581 MB/s 2023-12-07T15:39:44.101 INFO:teuthology.orchestra.run.smithi121.stderr:--> Zapping successful for: 2023-12-07T15:39:44.803 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi121:vg_nvme/lv_3 2023-12-07T15:39:44.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:44 smithi144 bash[25224]: audit 2023-12-07T15:39:43.597308+0000 mon.a (mon.0) 316 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2023-12-07T15:39:44.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:44 smithi144 bash[25224]: cluster 2023-12-07T15:39:43.597491+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-07T15:39:44.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:44 smithi144 bash[25224]: audit 2023-12-07T15:39:43.598395+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:39:44.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:44 smithi144 bash[25224]: audit 2023-12-07T15:39:43.605848+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:39:44.990 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:44 smithi121 bash[25067]: audit 2023-12-07T15:39:43.597308+0000 mon.a (mon.0) 316 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2023-12-07T15:39:44.990 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:44 smithi121 bash[25067]: cluster 2023-12-07T15:39:43.597491+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-07T15:39:44.990 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:44 smithi121 bash[25067]: audit 2023-12-07T15:39:43.598395+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:39:44.990 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:44 smithi121 bash[25067]: audit 2023-12-07T15:39:43.605848+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:39:44.991 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:44 smithi121 bash[30890]: audit 2023-12-07T15:39:43.597308+0000 mon.a (mon.0) 316 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2023-12-07T15:39:44.991 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:44 smithi121 bash[30890]: cluster 2023-12-07T15:39:43.597491+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-07T15:39:44.991 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:44 smithi121 bash[30890]: audit 2023-12-07T15:39:43.598395+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:39:44.991 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:44 smithi121 bash[30890]: audit 2023-12-07T15:39:43.605848+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:39:45.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:45 smithi144 bash[25224]: cluster 2023-12-07T15:39:42.893022+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:39:45.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:45 smithi144 bash[25224]: cluster 2023-12-07T15:39:42.893222+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:39:45.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:45 smithi144 bash[25224]: cluster 2023-12-07T15:39:44.365983+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:45.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:45 smithi144 bash[25224]: cluster 2023-12-07T15:39:44.607882+0000 mon.a (mon.0) 320 : cluster [INF] osd.0 [v2:172.21.15.121:6802/3629443390,v1:172.21.15.121:6803/3629443390] boot 2023-12-07T15:39:45.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:45 smithi144 bash[25224]: cluster 2023-12-07T15:39:44.608050+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-07T15:39:45.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:45 smithi144 bash[25224]: audit 2023-12-07T15:39:44.608696+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:39:45.880 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:45 smithi121 bash[30890]: cluster 2023-12-07T15:39:42.893022+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:39:45.880 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:45 smithi121 bash[30890]: cluster 2023-12-07T15:39:42.893222+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:39:45.880 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:45 smithi121 bash[30890]: cluster 2023-12-07T15:39:44.365983+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:45.881 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:45 smithi121 bash[30890]: cluster 2023-12-07T15:39:44.607882+0000 mon.a (mon.0) 320 : cluster [INF] osd.0 [v2:172.21.15.121:6802/3629443390,v1:172.21.15.121:6803/3629443390] boot 2023-12-07T15:39:45.881 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:45 smithi121 bash[30890]: cluster 2023-12-07T15:39:44.608050+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-07T15:39:45.881 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:45 smithi121 bash[30890]: audit 2023-12-07T15:39:44.608696+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:39:45.881 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:45 smithi121 bash[25067]: cluster 2023-12-07T15:39:42.893022+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:39:45.881 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:45 smithi121 bash[25067]: cluster 2023-12-07T15:39:42.893222+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:39:45.881 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:45 smithi121 bash[25067]: cluster 2023-12-07T15:39:44.365983+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T15:39:45.881 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:45 smithi121 bash[25067]: cluster 2023-12-07T15:39:44.607882+0000 mon.a (mon.0) 320 : cluster [INF] osd.0 [v2:172.21.15.121:6802/3629443390,v1:172.21.15.121:6803/3629443390] boot 2023-12-07T15:39:45.881 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:45 smithi121 bash[25067]: cluster 2023-12-07T15:39:44.608050+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-07T15:39:45.881 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:45 smithi121 bash[25067]: audit 2023-12-07T15:39:44.608696+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:39:46.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:46 smithi121 bash[30890]: cluster 2023-12-07T15:39:45.616757+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-07T15:39:46.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:46 smithi121 bash[25067]: cluster 2023-12-07T15:39:45.616757+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-07T15:39:46.894 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:46 smithi144 bash[25224]: cluster 2023-12-07T15:39:45.616757+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-07T15:39:48.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:47 smithi121 bash[25067]: cluster 2023-12-07T15:39:46.366585+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:48.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:47 smithi121 bash[30890]: cluster 2023-12-07T15:39:46.366585+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:48.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:47 smithi144 bash[25224]: cluster 2023-12-07T15:39:46.366585+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:49.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:48 smithi121 bash[25067]: audit 2023-12-07T15:39:47.685953+0000 mgr.y (mgr.14152) 91 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:49.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:48 smithi121 bash[25067]: audit 2023-12-07T15:39:47.688669+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:39:49.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:48 smithi121 bash[25067]: audit 2023-12-07T15:39:47.694065+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:39:49.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:48 smithi121 bash[25067]: audit 2023-12-07T15:39:47.695358+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:49.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:48 smithi121 bash[30890]: audit 2023-12-07T15:39:47.685953+0000 mgr.y (mgr.14152) 91 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:49.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:48 smithi121 bash[30890]: audit 2023-12-07T15:39:47.688669+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:39:49.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:48 smithi121 bash[30890]: audit 2023-12-07T15:39:47.694065+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:39:49.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:48 smithi121 bash[30890]: audit 2023-12-07T15:39:47.695358+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:49.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:48 smithi144 bash[25224]: audit 2023-12-07T15:39:47.685953+0000 mgr.y (mgr.14152) 91 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:49.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:48 smithi144 bash[25224]: audit 2023-12-07T15:39:47.688669+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:39:49.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:48 smithi144 bash[25224]: audit 2023-12-07T15:39:47.694065+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:39:49.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:48 smithi144 bash[25224]: audit 2023-12-07T15:39:47.695358+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:49.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:49 smithi144 bash[25224]: cluster 2023-12-07T15:39:48.367101+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:50.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:49 smithi121 bash[25067]: cluster 2023-12-07T15:39:48.367101+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:50.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:49 smithi121 bash[30890]: cluster 2023-12-07T15:39:48.367101+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:50.447 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:39:50 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:39:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:39:51.528 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:51 smithi121 bash[25067]: audit 2023-12-07T15:39:50.132348+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:51.528 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:51 smithi121 bash[25067]: audit 2023-12-07T15:39:50.138850+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:51.529 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:51 smithi121 bash[30890]: audit 2023-12-07T15:39:50.132348+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:51.529 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:51 smithi121 bash[30890]: audit 2023-12-07T15:39:50.138850+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:51.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:51 smithi144 bash[25224]: audit 2023-12-07T15:39:50.132348+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:51.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:51 smithi144 bash[25224]: audit 2023-12-07T15:39:50.138850+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:52.238 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:52 smithi121 bash[25067]: cluster 2023-12-07T15:39:50.367615+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:52.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:52 smithi121 bash[30890]: cluster 2023-12-07T15:39:50.367615+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:52.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:52 smithi144 bash[25224]: cluster 2023-12-07T15:39:50.367615+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:53.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:53 smithi144 bash[25224]: cluster 2023-12-07T15:39:52.368191+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:53.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:53 smithi121 bash[25067]: cluster 2023-12-07T15:39:52.368191+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:53.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:53 smithi121 bash[30890]: cluster 2023-12-07T15:39:52.368191+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:55.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:55 smithi121 bash[25067]: cluster 2023-12-07T15:39:54.368710+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:55.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:55 smithi121 bash[30890]: cluster 2023-12-07T15:39:54.368710+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:55.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:55 smithi144 bash[25224]: cluster 2023-12-07T15:39:54.368710+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:56.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:39:56 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:39:56] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:39:57.057 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:39:56 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:39:56] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:39:57.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:57 smithi144 bash[25224]: audit 2023-12-07T15:39:56.090407+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:57.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:57 smithi144 bash[25224]: cephadm 2023-12-07T15:39:56.091407+0000 mgr.y (mgr.14152) 96 : cephadm [INF] Detected new or changed devices on smithi121 2023-12-07T15:39:57.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:57 smithi144 bash[25224]: audit 2023-12-07T15:39:56.096367+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:57.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:57 smithi144 bash[25224]: audit 2023-12-07T15:39:56.570632+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:57.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:57 smithi144 bash[25224]: audit 2023-12-07T15:39:56.576762+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:57.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:57 smithi144 bash[25224]: audit 2023-12-07T15:39:56.992377+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.121:0/2064128979' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55000406-e4f9-49b2-9d9b-24fbde05655e"}]: dispatch 2023-12-07T15:39:57.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:57 smithi144 bash[25224]: audit 2023-12-07T15:39:56.993110+0000 mon.a (mon.0) 333 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55000406-e4f9-49b2-9d9b-24fbde05655e"}]: dispatch 2023-12-07T15:39:57.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:57 smithi144 bash[25224]: audit 2023-12-07T15:39:57.000506+0000 mon.a (mon.0) 334 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "55000406-e4f9-49b2-9d9b-24fbde05655e"}]': finished 2023-12-07T15:39:57.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:57 smithi144 bash[25224]: cluster 2023-12-07T15:39:57.000658+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-07T15:39:57.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:57 smithi144 bash[25224]: audit 2023-12-07T15:39:57.000893+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:39:57.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[30890]: audit 2023-12-07T15:39:56.090407+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:57.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[30890]: cephadm 2023-12-07T15:39:56.091407+0000 mgr.y (mgr.14152) 96 : cephadm [INF] Detected new or changed devices on smithi121 2023-12-07T15:39:57.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[30890]: audit 2023-12-07T15:39:56.096367+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:57.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[30890]: audit 2023-12-07T15:39:56.570632+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:57.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[30890]: audit 2023-12-07T15:39:56.576762+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:57.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[30890]: audit 2023-12-07T15:39:56.992377+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.121:0/2064128979' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55000406-e4f9-49b2-9d9b-24fbde05655e"}]: dispatch 2023-12-07T15:39:57.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[30890]: audit 2023-12-07T15:39:56.993110+0000 mon.a (mon.0) 333 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55000406-e4f9-49b2-9d9b-24fbde05655e"}]: dispatch 2023-12-07T15:39:57.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[30890]: audit 2023-12-07T15:39:57.000506+0000 mon.a (mon.0) 334 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "55000406-e4f9-49b2-9d9b-24fbde05655e"}]': finished 2023-12-07T15:39:57.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[30890]: cluster 2023-12-07T15:39:57.000658+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-07T15:39:57.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[30890]: audit 2023-12-07T15:39:57.000893+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:39:57.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[25067]: audit 2023-12-07T15:39:56.090407+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:57.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[25067]: cephadm 2023-12-07T15:39:56.091407+0000 mgr.y (mgr.14152) 96 : cephadm [INF] Detected new or changed devices on smithi121 2023-12-07T15:39:57.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[25067]: audit 2023-12-07T15:39:56.096367+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:57.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[25067]: audit 2023-12-07T15:39:56.570632+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:57.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[25067]: audit 2023-12-07T15:39:56.576762+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:39:57.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[25067]: audit 2023-12-07T15:39:56.992377+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.121:0/2064128979' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55000406-e4f9-49b2-9d9b-24fbde05655e"}]: dispatch 2023-12-07T15:39:57.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[25067]: audit 2023-12-07T15:39:56.993110+0000 mon.a (mon.0) 333 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55000406-e4f9-49b2-9d9b-24fbde05655e"}]: dispatch 2023-12-07T15:39:57.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[25067]: audit 2023-12-07T15:39:57.000506+0000 mon.a (mon.0) 334 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "55000406-e4f9-49b2-9d9b-24fbde05655e"}]': finished 2023-12-07T15:39:57.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[25067]: cluster 2023-12-07T15:39:57.000658+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-07T15:39:57.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:57 smithi121 bash[25067]: audit 2023-12-07T15:39:57.000893+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:39:58.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:58 smithi144 bash[25224]: cluster 2023-12-07T15:39:56.369068+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:58.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:58 smithi144 bash[25224]: audit 2023-12-07T15:39:57.708574+0000 mon.a (mon.0) 337 : audit [DBG] from='client.? 172.21.15.121:0/2086393627' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:39:58.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:58 smithi121 bash[30890]: cluster 2023-12-07T15:39:56.369068+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:58.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:58 smithi121 bash[30890]: audit 2023-12-07T15:39:57.708574+0000 mon.a (mon.0) 337 : audit [DBG] from='client.? 172.21.15.121:0/2086393627' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:39:58.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:58 smithi121 bash[25067]: cluster 2023-12-07T15:39:56.369068+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:39:58.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:58 smithi121 bash[25067]: audit 2023-12-07T15:39:57.708574+0000 mon.a (mon.0) 337 : audit [DBG] from='client.? 172.21.15.121:0/2086393627' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:39:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:59 smithi144 bash[25224]: audit 2023-12-07T15:39:58.422881+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:39:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:39:59 smithi144 bash[25224]: audit 2023-12-07T15:39:58.424877+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:39:59.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:59 smithi121 bash[30890]: audit 2023-12-07T15:39:58.422881+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:39:59.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:39:59 smithi121 bash[30890]: audit 2023-12-07T15:39:58.424877+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:39:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:59 smithi121 bash[25067]: audit 2023-12-07T15:39:58.422881+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:39:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:39:59 smithi121 bash[25067]: audit 2023-12-07T15:39:58.424877+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:40:00.371 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:00 smithi121 bash[25067]: cluster 2023-12-07T15:39:58.369484+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:00.371 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:00 smithi121 bash[25067]: cluster 2023-12-07T15:40:00.000124+0000 mon.a (mon.0) 340 : cluster [INF] overall HEALTH_OK 2023-12-07T15:40:00.372 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:00 smithi121 bash[30890]: cluster 2023-12-07T15:39:58.369484+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:00.372 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:00 smithi121 bash[30890]: cluster 2023-12-07T15:40:00.000124+0000 mon.a (mon.0) 340 : cluster [INF] overall HEALTH_OK 2023-12-07T15:40:00.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:00 smithi144 bash[25224]: cluster 2023-12-07T15:39:58.369484+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:00.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:00 smithi144 bash[25224]: cluster 2023-12-07T15:40:00.000124+0000 mon.a (mon.0) 340 : cluster [INF] overall HEALTH_OK 2023-12-07T15:40:02.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:02 smithi144 bash[25224]: cluster 2023-12-07T15:40:00.370079+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:02.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:02 smithi121 bash[25067]: cluster 2023-12-07T15:40:00.370079+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:02.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:02 smithi121 bash[30890]: cluster 2023-12-07T15:40:00.370079+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:03.740 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:03 smithi121 bash[25067]: cluster 2023-12-07T15:40:02.370613+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:03.740 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:03 smithi121 bash[30890]: cluster 2023-12-07T15:40:02.370613+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:03.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:03 smithi144 bash[25224]: cluster 2023-12-07T15:40:02.370613+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:05.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:05 smithi121 bash[25067]: cluster 2023-12-07T15:40:04.371101+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:05.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:05 smithi121 bash[30890]: cluster 2023-12-07T15:40:04.371101+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:05.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:05 smithi144 bash[25224]: cluster 2023-12-07T15:40:04.371101+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:07.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:07 smithi144 bash[25224]: cluster 2023-12-07T15:40:06.371548+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:07.745 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:07 smithi121 bash[25067]: cluster 2023-12-07T15:40:06.371548+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:07.746 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:07 smithi121 bash[30890]: cluster 2023-12-07T15:40:06.371548+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:08.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:08 smithi144 bash[25224]: audit 2023-12-07T15:40:07.467143+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T15:40:08.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:08 smithi144 bash[25224]: audit 2023-12-07T15:40:07.468959+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:08.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:08 smithi144 bash[25224]: cephadm 2023-12-07T15:40:07.470435+0000 mgr.y (mgr.14152) 103 : cephadm [INF] Deploying daemon osd.1 on smithi121 2023-12-07T15:40:08.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:08 smithi121 bash[25067]: audit 2023-12-07T15:40:07.467143+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T15:40:08.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:08 smithi121 bash[25067]: audit 2023-12-07T15:40:07.468959+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:08.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:08 smithi121 bash[25067]: cephadm 2023-12-07T15:40:07.470435+0000 mgr.y (mgr.14152) 103 : cephadm [INF] Deploying daemon osd.1 on smithi121 2023-12-07T15:40:08.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:08 smithi121 bash[30890]: audit 2023-12-07T15:40:07.467143+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T15:40:08.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:08 smithi121 bash[30890]: audit 2023-12-07T15:40:07.468959+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:08.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:08 smithi121 bash[30890]: cephadm 2023-12-07T15:40:07.470435+0000 mgr.y (mgr.14152) 103 : cephadm [INF] Deploying daemon osd.1 on smithi121 2023-12-07T15:40:09.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:09 smithi144 bash[25224]: cluster 2023-12-07T15:40:08.372065+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:09.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:09 smithi121 bash[30890]: cluster 2023-12-07T15:40:08.372065+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:09.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:09 smithi121 bash[25067]: cluster 2023-12-07T15:40:08.372065+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:10.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:40:10 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:40:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:40:11.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:11 smithi121 bash[25067]: audit 2023-12-07T15:40:10.256257+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:11.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:11 smithi121 bash[25067]: audit 2023-12-07T15:40:10.263709+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:11.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:11 smithi121 bash[30890]: audit 2023-12-07T15:40:10.256257+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:11.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:11 smithi121 bash[30890]: audit 2023-12-07T15:40:10.263709+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:11.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:11 smithi144 bash[25224]: audit 2023-12-07T15:40:10.256257+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:11.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:11 smithi144 bash[25224]: audit 2023-12-07T15:40:10.263709+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:12.526 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:12 smithi121 bash[25067]: cluster 2023-12-07T15:40:10.372500+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:12.526 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:12 smithi121 bash[30890]: cluster 2023-12-07T15:40:10.372500+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:12 smithi144 bash[25224]: cluster 2023-12-07T15:40:10.372500+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:14.057 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:13 smithi121 bash[30890]: cluster 2023-12-07T15:40:12.375659+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:14.057 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:13 smithi121 bash[30890]: audit 2023-12-07T15:40:12.790304+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:14.057 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:13 smithi121 bash[30890]: audit 2023-12-07T15:40:12.826946+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:14.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:13 smithi121 bash[30890]: audit 2023-12-07T15:40:12.828723+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:14.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:13 smithi121 bash[30890]: audit 2023-12-07T15:40:12.829830+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:14.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:13 smithi121 bash[30890]: audit 2023-12-07T15:40:12.837764+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:14.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:13 smithi121 bash[25067]: cluster 2023-12-07T15:40:12.375659+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:14.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:13 smithi121 bash[25067]: audit 2023-12-07T15:40:12.790304+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:14.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:13 smithi121 bash[25067]: audit 2023-12-07T15:40:12.826946+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:14.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:13 smithi121 bash[25067]: audit 2023-12-07T15:40:12.828723+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:14.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:13 smithi121 bash[25067]: audit 2023-12-07T15:40:12.829830+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:14.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:13 smithi121 bash[25067]: audit 2023-12-07T15:40:12.837764+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:14.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:13 smithi144 bash[25224]: cluster 2023-12-07T15:40:12.375659+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:14.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:13 smithi144 bash[25224]: audit 2023-12-07T15:40:12.790304+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:14.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:13 smithi144 bash[25224]: audit 2023-12-07T15:40:12.826946+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:14.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:13 smithi144 bash[25224]: audit 2023-12-07T15:40:12.828723+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:14.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:13 smithi144 bash[25224]: audit 2023-12-07T15:40:12.829830+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:14.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:13 smithi144 bash[25224]: audit 2023-12-07T15:40:12.837764+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:16.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:15 smithi121 bash[25067]: cluster 2023-12-07T15:40:14.376110+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:16.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:15 smithi121 bash[30890]: cluster 2023-12-07T15:40:14.376110+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:16.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:15 smithi144 bash[25224]: cluster 2023-12-07T15:40:14.376110+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:16.812 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:40:16 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:40:16] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:40:17.866 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:40:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:40:17.867 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[25067]: cluster 2023-12-07T15:40:16.376640+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:17.867 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[25067]: audit 2023-12-07T15:40:16.692600+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:17.867 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[25067]: cephadm 2023-12-07T15:40:16.693738+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Detected new or changed devices on smithi121 2023-12-07T15:40:17.867 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[25067]: audit 2023-12-07T15:40:16.698412+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:17.867 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[25067]: audit 2023-12-07T15:40:16.715737+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:17.867 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[25067]: audit 2023-12-07T15:40:16.718295+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:17.867 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[25067]: audit 2023-12-07T15:40:16.719752+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:17.867 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[25067]: audit 2023-12-07T15:40:16.730367+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:17.867 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[25067]: audit 2023-12-07T15:40:17.571427+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:17.867 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[25067]: audit 2023-12-07T15:40:17.578421+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:17.867 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[25067]: audit 2023-12-07T15:40:17.602618+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:17.867 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[25067]: audit 2023-12-07T15:40:17.605224+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:17.867 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[25067]: audit 2023-12-07T15:40:17.606837+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:17.867 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[25067]: audit 2023-12-07T15:40:17.617750+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:17.868 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[30890]: cluster 2023-12-07T15:40:16.376640+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:17.868 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[30890]: audit 2023-12-07T15:40:16.692600+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:17.868 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[30890]: cephadm 2023-12-07T15:40:16.693738+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Detected new or changed devices on smithi121 2023-12-07T15:40:17.868 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[30890]: audit 2023-12-07T15:40:16.698412+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:17.868 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[30890]: audit 2023-12-07T15:40:16.715737+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:17.868 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[30890]: audit 2023-12-07T15:40:16.718295+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:17.868 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[30890]: audit 2023-12-07T15:40:16.719752+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:17.868 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[30890]: audit 2023-12-07T15:40:16.730367+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:17.868 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[30890]: audit 2023-12-07T15:40:17.571427+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:17.868 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[30890]: audit 2023-12-07T15:40:17.578421+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:17.868 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[30890]: audit 2023-12-07T15:40:17.602618+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:17.868 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[30890]: audit 2023-12-07T15:40:17.605224+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:17.868 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[30890]: audit 2023-12-07T15:40:17.606837+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:17.869 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:17 smithi121 bash[30890]: audit 2023-12-07T15:40:17.617750+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:18.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:17 smithi144 bash[25224]: cluster 2023-12-07T15:40:16.376640+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:18.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:17 smithi144 bash[25224]: audit 2023-12-07T15:40:16.692600+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:18.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:17 smithi144 bash[25224]: cephadm 2023-12-07T15:40:16.693738+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Detected new or changed devices on smithi121 2023-12-07T15:40:18.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:17 smithi144 bash[25224]: audit 2023-12-07T15:40:16.698412+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:18.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:17 smithi144 bash[25224]: audit 2023-12-07T15:40:16.715737+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:17 smithi144 bash[25224]: audit 2023-12-07T15:40:16.718295+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:17 smithi144 bash[25224]: audit 2023-12-07T15:40:16.719752+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:17 smithi144 bash[25224]: audit 2023-12-07T15:40:16.730367+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:17 smithi144 bash[25224]: audit 2023-12-07T15:40:17.571427+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:17 smithi144 bash[25224]: audit 2023-12-07T15:40:17.578421+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:17 smithi144 bash[25224]: audit 2023-12-07T15:40:17.602618+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:17 smithi144 bash[25224]: audit 2023-12-07T15:40:17.605224+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:17 smithi144 bash[25224]: audit 2023-12-07T15:40:17.606837+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:17 smithi144 bash[25224]: audit 2023-12-07T15:40:17.617750+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:19.982 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:19 smithi121 bash[30890]: cluster 2023-12-07T15:40:18.377133+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:19.982 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:19 smithi121 bash[25067]: cluster 2023-12-07T15:40:18.377133+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:20.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:19 smithi144 bash[25224]: cluster 2023-12-07T15:40:18.377133+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:20.758 INFO:teuthology.orchestra.run.smithi121.stdout:Created osd(s) 1 on host 'smithi121' 2023-12-07T15:40:20.967 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:20 smithi121 bash[25067]: audit 2023-12-07T15:40:19.986710+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.121:6810/1754167298,v1:172.21.15.121:6811/1754167298]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T15:40:20.967 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:20 smithi121 bash[25067]: audit 2023-12-07T15:40:19.987287+0000 mon.a (mon.0) 362 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T15:40:20.967 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:20 smithi121 bash[30890]: audit 2023-12-07T15:40:19.986710+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.121:6810/1754167298,v1:172.21.15.121:6811/1754167298]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T15:40:20.967 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:20 smithi121 bash[30890]: audit 2023-12-07T15:40:19.987287+0000 mon.a (mon.0) 362 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T15:40:21.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:20 smithi144 bash[25224]: audit 2023-12-07T15:40:19.986710+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.121:6810/1754167298,v1:172.21.15.121:6811/1754167298]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T15:40:21.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:20 smithi144 bash[25224]: audit 2023-12-07T15:40:19.987287+0000 mon.a (mon.0) 362 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T15:40:21.444 DEBUG:teuthology.orchestra.run.smithi121:osd.1> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.1.service 2023-12-07T15:40:21.446 INFO:tasks.cephadm:Deploying osd.2 on smithi121 with /dev/vg_nvme/lv_2... 2023-12-07T15:40:21.446 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-07T15:40:21.576 INFO:journalctl@ceph.osd.1.smithi121.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:40:21.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[25067]: cluster 2023-12-07T15:40:20.377595+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:21.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[25067]: audit 2023-12-07T15:40:20.712667+0000 mon.a (mon.0) 363 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T15:40:21.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[25067]: cluster 2023-12-07T15:40:20.712773+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-07T15:40:21.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[25067]: audit 2023-12-07T15:40:20.713067+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:40:21.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[25067]: audit 2023-12-07T15:40:20.713798+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.121:6810/1754167298,v1:172.21.15.121:6811/1754167298]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:40:21.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[25067]: audit 2023-12-07T15:40:20.714330+0000 mon.a (mon.0) 366 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:40:21.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[25067]: audit 2023-12-07T15:40:20.756493+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:21.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[25067]: audit 2023-12-07T15:40:20.795891+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:21.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[25067]: audit 2023-12-07T15:40:20.798274+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:21.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[25067]: audit 2023-12-07T15:40:20.800116+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:21.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[25067]: audit 2023-12-07T15:40:20.804180+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:40:21.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[25067]: audit 2023-12-07T15:40:20.805706+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:40:21.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[25067]: cephadm 2023-12-07T15:40:20.806764+0000 mgr.y (mgr.14152) 112 : cephadm [INF] Adjusting osd_memory_target on smithi121 to 7611M 2023-12-07T15:40:21.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[25067]: audit 2023-12-07T15:40:20.813624+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:21.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[25067]: audit 2023-12-07T15:40:20.820685+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:22.057 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[38141]: debug 2023-12-07T15:40:21.720+0000 7fd96adac700 -1 osd.1 0 waiting for initial osdmap 2023-12-07T15:40:22.058 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[38141]: debug 2023-12-07T15:40:21.720+0000 7fd965f44700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:40:22.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[30890]: cluster 2023-12-07T15:40:20.377595+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:22.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[30890]: audit 2023-12-07T15:40:20.712667+0000 mon.a (mon.0) 363 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T15:40:22.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[30890]: cluster 2023-12-07T15:40:20.712773+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-07T15:40:22.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[30890]: audit 2023-12-07T15:40:20.713067+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:40:22.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[30890]: audit 2023-12-07T15:40:20.713798+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.121:6810/1754167298,v1:172.21.15.121:6811/1754167298]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:40:22.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[30890]: audit 2023-12-07T15:40:20.714330+0000 mon.a (mon.0) 366 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:40:22.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[30890]: audit 2023-12-07T15:40:20.756493+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:22.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[30890]: audit 2023-12-07T15:40:20.795891+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:22.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[30890]: audit 2023-12-07T15:40:20.798274+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:22.059 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[30890]: audit 2023-12-07T15:40:20.800116+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:22.059 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[30890]: audit 2023-12-07T15:40:20.804180+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:40:22.059 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[30890]: audit 2023-12-07T15:40:20.805706+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:40:22.059 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[30890]: cephadm 2023-12-07T15:40:20.806764+0000 mgr.y (mgr.14152) 112 : cephadm [INF] Adjusting osd_memory_target on smithi121 to 7611M 2023-12-07T15:40:22.059 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[30890]: audit 2023-12-07T15:40:20.813624+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:22.059 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:21 smithi121 bash[30890]: audit 2023-12-07T15:40:20.820685+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:22.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:21 smithi144 bash[25224]: cluster 2023-12-07T15:40:20.377595+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:22.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:21 smithi144 bash[25224]: audit 2023-12-07T15:40:20.712667+0000 mon.a (mon.0) 363 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T15:40:22.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:21 smithi144 bash[25224]: cluster 2023-12-07T15:40:20.712773+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-07T15:40:22.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:21 smithi144 bash[25224]: audit 2023-12-07T15:40:20.713067+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:40:22.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:21 smithi144 bash[25224]: audit 2023-12-07T15:40:20.713798+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.121:6810/1754167298,v1:172.21.15.121:6811/1754167298]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:40:22.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:21 smithi144 bash[25224]: audit 2023-12-07T15:40:20.714330+0000 mon.a (mon.0) 366 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:40:22.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:21 smithi144 bash[25224]: audit 2023-12-07T15:40:20.756493+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:22.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:21 smithi144 bash[25224]: audit 2023-12-07T15:40:20.795891+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:22.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:21 smithi144 bash[25224]: audit 2023-12-07T15:40:20.798274+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:22.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:21 smithi144 bash[25224]: audit 2023-12-07T15:40:20.800116+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:22.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:21 smithi144 bash[25224]: audit 2023-12-07T15:40:20.804180+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:40:22.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:21 smithi144 bash[25224]: audit 2023-12-07T15:40:20.805706+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:40:22.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:21 smithi144 bash[25224]: cephadm 2023-12-07T15:40:20.806764+0000 mgr.y (mgr.14152) 112 : cephadm [INF] Adjusting osd_memory_target on smithi121 to 7611M 2023-12-07T15:40:22.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:21 smithi144 bash[25224]: audit 2023-12-07T15:40:20.813624+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:22.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:21 smithi144 bash[25224]: audit 2023-12-07T15:40:20.820685+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:22.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:22 smithi121 bash[30890]: audit 2023-12-07T15:40:21.713473+0000 mon.a (mon.0) 375 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2023-12-07T15:40:22.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:22 smithi121 bash[30890]: cluster 2023-12-07T15:40:21.713621+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-07T15:40:22.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:22 smithi121 bash[30890]: audit 2023-12-07T15:40:21.714351+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:40:22.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:22 smithi121 bash[30890]: audit 2023-12-07T15:40:21.723008+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:40:22.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:22 smithi121 bash[25067]: audit 2023-12-07T15:40:21.713473+0000 mon.a (mon.0) 375 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2023-12-07T15:40:22.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:22 smithi121 bash[25067]: cluster 2023-12-07T15:40:21.713621+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-07T15:40:22.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:22 smithi121 bash[25067]: audit 2023-12-07T15:40:21.714351+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:40:22.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:22 smithi121 bash[25067]: audit 2023-12-07T15:40:21.723008+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:40:23.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:22 smithi144 bash[25224]: audit 2023-12-07T15:40:21.713473+0000 mon.a (mon.0) 375 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2023-12-07T15:40:23.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:22 smithi144 bash[25224]: cluster 2023-12-07T15:40:21.713621+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-07T15:40:23.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:22 smithi144 bash[25224]: audit 2023-12-07T15:40:21.714351+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:40:23.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:22 smithi144 bash[25224]: audit 2023-12-07T15:40:21.723008+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:40:24.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:23 smithi121 bash[30890]: cluster 2023-12-07T15:40:21.027103+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:40:24.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:23 smithi121 bash[30890]: cluster 2023-12-07T15:40:21.027302+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:40:24.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:23 smithi121 bash[30890]: cluster 2023-12-07T15:40:22.378144+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:24.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:23 smithi121 bash[30890]: cluster 2023-12-07T15:40:22.724301+0000 mon.a (mon.0) 379 : cluster [INF] osd.1 [v2:172.21.15.121:6810/1754167298,v1:172.21.15.121:6811/1754167298] boot 2023-12-07T15:40:24.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:23 smithi121 bash[30890]: cluster 2023-12-07T15:40:22.724432+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-07T15:40:24.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:23 smithi121 bash[30890]: audit 2023-12-07T15:40:22.725456+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:40:24.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:23 smithi121 bash[25067]: cluster 2023-12-07T15:40:21.027103+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:40:24.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:23 smithi121 bash[25067]: cluster 2023-12-07T15:40:21.027302+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:40:24.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:23 smithi121 bash[25067]: cluster 2023-12-07T15:40:22.378144+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:24.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:23 smithi121 bash[25067]: cluster 2023-12-07T15:40:22.724301+0000 mon.a (mon.0) 379 : cluster [INF] osd.1 [v2:172.21.15.121:6810/1754167298,v1:172.21.15.121:6811/1754167298] boot 2023-12-07T15:40:24.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:23 smithi121 bash[25067]: cluster 2023-12-07T15:40:22.724432+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-07T15:40:24.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:23 smithi121 bash[25067]: audit 2023-12-07T15:40:22.725456+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:40:24.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:23 smithi144 bash[25224]: cluster 2023-12-07T15:40:21.027103+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:40:24.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:23 smithi144 bash[25224]: cluster 2023-12-07T15:40:21.027302+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:40:24.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:23 smithi144 bash[25224]: cluster 2023-12-07T15:40:22.378144+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-07T15:40:24.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:23 smithi144 bash[25224]: cluster 2023-12-07T15:40:22.724301+0000 mon.a (mon.0) 379 : cluster [INF] osd.1 [v2:172.21.15.121:6810/1754167298,v1:172.21.15.121:6811/1754167298] boot 2023-12-07T15:40:24.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:23 smithi144 bash[25224]: cluster 2023-12-07T15:40:22.724432+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-07T15:40:24.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:23 smithi144 bash[25224]: audit 2023-12-07T15:40:22.725456+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:40:24.753 INFO:teuthology.orchestra.run.smithi121.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-07T15:40:24.753 INFO:teuthology.orchestra.run.smithi121.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-07T15:40:24.753 INFO:teuthology.orchestra.run.smithi121.stderr: stderr: 10+0 records in 2023-12-07T15:40:24.753 INFO:teuthology.orchestra.run.smithi121.stderr:10+0 records out 2023-12-07T15:40:24.753 INFO:teuthology.orchestra.run.smithi121.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0168785 s, 621 MB/s 2023-12-07T15:40:24.753 INFO:teuthology.orchestra.run.smithi121.stderr:--> Zapping successful for: 2023-12-07T15:40:24.999 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:24 smithi121 bash[25067]: cluster 2023-12-07T15:40:23.740991+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-07T15:40:24.999 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:24 smithi121 bash[30890]: cluster 2023-12-07T15:40:23.740991+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-07T15:40:25.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:24 smithi144 bash[25224]: cluster 2023-12-07T15:40:23.740991+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-07T15:40:25.513 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi121:vg_nvme/lv_2 2023-12-07T15:40:25.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:25 smithi121 bash[30890]: cluster 2023-12-07T15:40:24.378614+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:25.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:25 smithi121 bash[25067]: cluster 2023-12-07T15:40:24.378614+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:26.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:25 smithi144 bash[25224]: cluster 2023-12-07T15:40:24.378614+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:28.057 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:27 smithi121 bash[30890]: cluster 2023-12-07T15:40:26.379107+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:28.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:27 smithi121 bash[25067]: cluster 2023-12-07T15:40:26.379107+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:28.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:27 smithi144 bash[25224]: cluster 2023-12-07T15:40:26.379107+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:28.968 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:28 smithi144 bash[25224]: audit 2023-12-07T15:40:28.538347+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:40:28.968 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:28 smithi144 bash[25224]: audit 2023-12-07T15:40:28.544267+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:40:28.968 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:28 smithi144 bash[25224]: audit 2023-12-07T15:40:28.545581+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:29.057 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:28 smithi121 bash[30890]: audit 2023-12-07T15:40:28.538347+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:40:29.057 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:28 smithi121 bash[30890]: audit 2023-12-07T15:40:28.544267+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:40:29.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:28 smithi121 bash[30890]: audit 2023-12-07T15:40:28.545581+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:29.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:28 smithi121 bash[25067]: audit 2023-12-07T15:40:28.538347+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:40:29.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:28 smithi121 bash[25067]: audit 2023-12-07T15:40:28.544267+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:40:29.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:28 smithi121 bash[25067]: audit 2023-12-07T15:40:28.545581+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:30.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:29 smithi121 bash[25067]: cluster 2023-12-07T15:40:28.379583+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:30.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:29 smithi121 bash[25067]: audit 2023-12-07T15:40:28.531757+0000 mgr.y (mgr.14152) 117 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:30.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:29 smithi121 bash[30890]: cluster 2023-12-07T15:40:28.379583+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:30.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:29 smithi121 bash[30890]: audit 2023-12-07T15:40:28.531757+0000 mgr.y (mgr.14152) 117 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:30.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:29 smithi144 bash[25224]: cluster 2023-12-07T15:40:28.379583+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:30.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:29 smithi144 bash[25224]: audit 2023-12-07T15:40:28.531757+0000 mgr.y (mgr.14152) 117 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:30.492 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:40:30 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:40:30] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:40:31.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:31 smithi121 bash[25067]: cluster 2023-12-07T15:40:30.380489+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:31.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:31 smithi121 bash[25067]: audit 2023-12-07T15:40:30.385623+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:31.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:31 smithi121 bash[25067]: audit 2023-12-07T15:40:30.393001+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:31.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:31 smithi121 bash[30890]: cluster 2023-12-07T15:40:30.380489+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:31.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:31 smithi121 bash[30890]: audit 2023-12-07T15:40:30.385623+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:31.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:31 smithi121 bash[30890]: audit 2023-12-07T15:40:30.393001+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:31.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:31 smithi144 bash[25224]: cluster 2023-12-07T15:40:30.380489+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:31.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:31 smithi144 bash[25224]: audit 2023-12-07T15:40:30.385623+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:31.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:31 smithi144 bash[25224]: audit 2023-12-07T15:40:30.393001+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:33.755 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:33 smithi121 bash[25067]: cluster 2023-12-07T15:40:32.381021+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:33.755 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:33 smithi121 bash[30890]: cluster 2023-12-07T15:40:32.381021+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:33 smithi144 bash[25224]: cluster 2023-12-07T15:40:32.381021+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:35.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:40:35 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:40:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:40:36.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:36 smithi121 bash[25067]: cluster 2023-12-07T15:40:34.381455+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:36.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:36 smithi121 bash[25067]: audit 2023-12-07T15:40:35.259331+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:36.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:36 smithi121 bash[25067]: audit 2023-12-07T15:40:35.265291+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:36.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:36 smithi121 bash[25067]: audit 2023-12-07T15:40:36.028397+0000 mon.a (mon.0) 390 : audit [INF] from='client.? 172.21.15.121:0/372471108' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e72139f1-2cd5-413f-a1cf-6aaeb7a40633"}]: dispatch 2023-12-07T15:40:36.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:36 smithi121 bash[25067]: audit 2023-12-07T15:40:36.036284+0000 mon.a (mon.0) 391 : audit [INF] from='client.? 172.21.15.121:0/372471108' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e72139f1-2cd5-413f-a1cf-6aaeb7a40633"}]': finished 2023-12-07T15:40:36.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:36 smithi121 bash[25067]: cluster 2023-12-07T15:40:36.036386+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-07T15:40:36.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:36 smithi121 bash[25067]: audit 2023-12-07T15:40:36.036584+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:40:36.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:36 smithi121 bash[30890]: cluster 2023-12-07T15:40:34.381455+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:36.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:36 smithi121 bash[30890]: audit 2023-12-07T15:40:35.259331+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:36.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:36 smithi121 bash[30890]: audit 2023-12-07T15:40:35.265291+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:36.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:36 smithi121 bash[30890]: audit 2023-12-07T15:40:36.028397+0000 mon.a (mon.0) 390 : audit [INF] from='client.? 172.21.15.121:0/372471108' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e72139f1-2cd5-413f-a1cf-6aaeb7a40633"}]: dispatch 2023-12-07T15:40:36.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:36 smithi121 bash[30890]: audit 2023-12-07T15:40:36.036284+0000 mon.a (mon.0) 391 : audit [INF] from='client.? 172.21.15.121:0/372471108' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e72139f1-2cd5-413f-a1cf-6aaeb7a40633"}]': finished 2023-12-07T15:40:36.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:36 smithi121 bash[30890]: cluster 2023-12-07T15:40:36.036386+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-07T15:40:36.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:36 smithi121 bash[30890]: audit 2023-12-07T15:40:36.036584+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:40:36.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:36 smithi144 bash[25224]: cluster 2023-12-07T15:40:34.381455+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:36.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:36 smithi144 bash[25224]: audit 2023-12-07T15:40:35.259331+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:36.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:36 smithi144 bash[25224]: audit 2023-12-07T15:40:35.265291+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:36.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:36 smithi144 bash[25224]: audit 2023-12-07T15:40:36.028397+0000 mon.a (mon.0) 390 : audit [INF] from='client.? 172.21.15.121:0/372471108' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e72139f1-2cd5-413f-a1cf-6aaeb7a40633"}]: dispatch 2023-12-07T15:40:36.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:36 smithi144 bash[25224]: audit 2023-12-07T15:40:36.036284+0000 mon.a (mon.0) 391 : audit [INF] from='client.? 172.21.15.121:0/372471108' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e72139f1-2cd5-413f-a1cf-6aaeb7a40633"}]': finished 2023-12-07T15:40:36.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:36 smithi144 bash[25224]: cluster 2023-12-07T15:40:36.036386+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-07T15:40:36.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:36 smithi144 bash[25224]: audit 2023-12-07T15:40:36.036584+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:40:37.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:37 smithi121 bash[25067]: audit 2023-12-07T15:40:36.778183+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.121:0/3833842435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:40:37.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:37 smithi121 bash[30890]: audit 2023-12-07T15:40:36.778183+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.121:0/3833842435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:40:37.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:37 smithi144 bash[25224]: audit 2023-12-07T15:40:36.778183+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.121:0/3833842435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:40:38.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:38 smithi121 bash[25067]: cluster 2023-12-07T15:40:36.381903+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:38.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:38 smithi121 bash[30890]: cluster 2023-12-07T15:40:36.381903+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:38.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:38 smithi144 bash[25224]: cluster 2023-12-07T15:40:36.381903+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:40.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:40 smithi121 bash[30890]: cluster 2023-12-07T15:40:38.382401+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:40.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:40 smithi121 bash[25067]: cluster 2023-12-07T15:40:38.382401+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:40.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:40 smithi144 bash[25224]: cluster 2023-12-07T15:40:38.382401+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:42.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:42 smithi121 bash[30890]: cluster 2023-12-07T15:40:40.382994+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:42.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:42 smithi121 bash[25067]: cluster 2023-12-07T15:40:40.382994+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:42.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:42 smithi144 bash[25224]: cluster 2023-12-07T15:40:40.382994+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:43.669 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:43 smithi121 bash[30890]: cluster 2023-12-07T15:40:42.383532+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:43.669 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:43 smithi121 bash[25067]: cluster 2023-12-07T15:40:42.383532+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:43.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:43 smithi144 bash[25224]: cluster 2023-12-07T15:40:42.383532+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:45.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:45 smithi121 bash[30890]: cluster 2023-12-07T15:40:44.384085+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:45.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:45 smithi121 bash[25067]: cluster 2023-12-07T15:40:44.384085+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:45.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:45 smithi144 bash[25224]: cluster 2023-12-07T15:40:44.384085+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:47.681 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:47 smithi121 bash[30890]: cluster 2023-12-07T15:40:46.384679+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:47.681 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:47 smithi121 bash[30890]: audit 2023-12-07T15:40:46.572734+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T15:40:47.681 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:47 smithi121 bash[30890]: audit 2023-12-07T15:40:46.574108+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:47.681 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:47 smithi121 bash[30890]: cephadm 2023-12-07T15:40:46.575269+0000 mgr.y (mgr.14152) 127 : cephadm [INF] Deploying daemon osd.2 on smithi121 2023-12-07T15:40:47.681 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:47 smithi121 bash[25067]: cluster 2023-12-07T15:40:46.384679+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:47.682 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:47 smithi121 bash[25067]: audit 2023-12-07T15:40:46.572734+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T15:40:47.682 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:47 smithi121 bash[25067]: audit 2023-12-07T15:40:46.574108+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:47.682 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:47 smithi121 bash[25067]: cephadm 2023-12-07T15:40:46.575269+0000 mgr.y (mgr.14152) 127 : cephadm [INF] Deploying daemon osd.2 on smithi121 2023-12-07T15:40:47.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:47 smithi144 bash[25224]: cluster 2023-12-07T15:40:46.384679+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:47.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:47 smithi144 bash[25224]: audit 2023-12-07T15:40:46.572734+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T15:40:47.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:47 smithi144 bash[25224]: audit 2023-12-07T15:40:46.574108+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:47.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:47 smithi144 bash[25224]: cephadm 2023-12-07T15:40:46.575269+0000 mgr.y (mgr.14152) 127 : cephadm [INF] Deploying daemon osd.2 on smithi121 2023-12-07T15:40:49.619 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:49 smithi121 bash[25067]: cluster 2023-12-07T15:40:48.385280+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:49.620 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:49 smithi121 bash[30890]: cluster 2023-12-07T15:40:48.385280+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:49.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:49 smithi144 bash[25224]: cluster 2023-12-07T15:40:48.385280+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:50.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:40:50 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:40:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:40:51.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:51 smithi121 bash[25067]: cluster 2023-12-07T15:40:50.385885+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:51.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:51 smithi121 bash[25067]: audit 2023-12-07T15:40:50.523738+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:51.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:51 smithi121 bash[25067]: audit 2023-12-07T15:40:50.531760+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:51.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:51 smithi121 bash[25067]: audit 2023-12-07T15:40:51.256577+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:51.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:51 smithi121 bash[25067]: audit 2023-12-07T15:40:51.268087+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:51.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:51 smithi121 bash[25067]: audit 2023-12-07T15:40:51.269974+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:51.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:51 smithi121 bash[25067]: audit 2023-12-07T15:40:51.271168+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:51.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:51 smithi121 bash[25067]: audit 2023-12-07T15:40:51.280816+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:51.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:51 smithi121 bash[30890]: cluster 2023-12-07T15:40:50.385885+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:51.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:51 smithi121 bash[30890]: audit 2023-12-07T15:40:50.523738+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:51.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:51 smithi121 bash[30890]: audit 2023-12-07T15:40:50.531760+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:51.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:51 smithi121 bash[30890]: audit 2023-12-07T15:40:51.256577+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:51.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:51 smithi121 bash[30890]: audit 2023-12-07T15:40:51.268087+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:51.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:51 smithi121 bash[30890]: audit 2023-12-07T15:40:51.269974+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:51.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:51 smithi121 bash[30890]: audit 2023-12-07T15:40:51.271168+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:51.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:51 smithi121 bash[30890]: audit 2023-12-07T15:40:51.280816+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:51.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:51 smithi144 bash[25224]: cluster 2023-12-07T15:40:50.385885+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:51.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:51 smithi144 bash[25224]: audit 2023-12-07T15:40:50.523738+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:51.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:51 smithi144 bash[25224]: audit 2023-12-07T15:40:50.531760+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:51.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:51 smithi144 bash[25224]: audit 2023-12-07T15:40:51.256577+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:51.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:51 smithi144 bash[25224]: audit 2023-12-07T15:40:51.268087+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:51.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:51 smithi144 bash[25224]: audit 2023-12-07T15:40:51.269974+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:51.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:51 smithi144 bash[25224]: audit 2023-12-07T15:40:51.271168+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:51.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:51 smithi144 bash[25224]: audit 2023-12-07T15:40:51.280816+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:53.692 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:53 smithi121 bash[25067]: cluster 2023-12-07T15:40:52.386499+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:53.693 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:53 smithi121 bash[30890]: cluster 2023-12-07T15:40:52.386499+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:53.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:53 smithi144 bash[25224]: cluster 2023-12-07T15:40:52.386499+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:55.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:40:55 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:40:55] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:40:55.840 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:55 smithi121 bash[25067]: cluster 2023-12-07T15:40:54.387008+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:55.840 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:55 smithi121 bash[25067]: audit 2023-12-07T15:40:55.380653+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:55.840 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:55 smithi121 bash[25067]: audit 2023-12-07T15:40:55.387784+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:55.840 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:55 smithi121 bash[30890]: cluster 2023-12-07T15:40:54.387008+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:55.841 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:55 smithi121 bash[30890]: audit 2023-12-07T15:40:55.380653+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:55.841 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:55 smithi121 bash[30890]: audit 2023-12-07T15:40:55.387784+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:55.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:55 smithi144 bash[25224]: cluster 2023-12-07T15:40:54.387008+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:55.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:55 smithi144 bash[25224]: audit 2023-12-07T15:40:55.380653+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:55.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:55 smithi144 bash[25224]: audit 2023-12-07T15:40:55.387784+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:56.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:56 smithi121 bash[25067]: audit 2023-12-07T15:40:55.409171+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:56.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:56 smithi121 bash[25067]: audit 2023-12-07T15:40:55.411500+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:56.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:56 smithi121 bash[25067]: audit 2023-12-07T15:40:55.412924+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:56.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:56 smithi121 bash[25067]: audit 2023-12-07T15:40:55.424902+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:56.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:56 smithi121 bash[30890]: audit 2023-12-07T15:40:55.409171+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:56.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:56 smithi121 bash[30890]: audit 2023-12-07T15:40:55.411500+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:56.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:56 smithi121 bash[30890]: audit 2023-12-07T15:40:55.412924+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:56.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:56 smithi121 bash[30890]: audit 2023-12-07T15:40:55.424902+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:56.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:56 smithi144 bash[25224]: audit 2023-12-07T15:40:55.409171+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:56.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:56 smithi144 bash[25224]: audit 2023-12-07T15:40:55.411500+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:56.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:56 smithi144 bash[25224]: audit 2023-12-07T15:40:55.412924+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:56.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:56 smithi144 bash[25224]: audit 2023-12-07T15:40:55.424902+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:57.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:40:57 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:40:57] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:40:57.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:57 smithi121 bash[25067]: cluster 2023-12-07T15:40:56.387574+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:57.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:57 smithi121 bash[25067]: audit 2023-12-07T15:40:57.410352+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:57.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:57 smithi121 bash[25067]: audit 2023-12-07T15:40:57.417078+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:57.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:57 smithi121 bash[30890]: cluster 2023-12-07T15:40:56.387574+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:57.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:57 smithi121 bash[30890]: audit 2023-12-07T15:40:57.410352+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:57.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:57 smithi121 bash[30890]: audit 2023-12-07T15:40:57.417078+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:57.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:57 smithi144 bash[25224]: cluster 2023-12-07T15:40:56.387574+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:57.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:57 smithi144 bash[25224]: audit 2023-12-07T15:40:57.410352+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:57.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:57 smithi144 bash[25224]: audit 2023-12-07T15:40:57.417078+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:58 smithi121 bash[25067]: cephadm 2023-12-07T15:40:57.411720+0000 mgr.y (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi121 2023-12-07T15:40:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:58 smithi121 bash[25067]: audit 2023-12-07T15:40:57.449279+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:58 smithi121 bash[25067]: audit 2023-12-07T15:40:57.451751+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:58 smithi121 bash[25067]: audit 2023-12-07T15:40:57.453286+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:58 smithi121 bash[25067]: audit 2023-12-07T15:40:57.464072+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:58 smithi121 bash[25067]: audit 2023-12-07T15:40:58.424855+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:40:58.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:58 smithi121 bash[30890]: cephadm 2023-12-07T15:40:57.411720+0000 mgr.y (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi121 2023-12-07T15:40:58.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:58 smithi121 bash[30890]: audit 2023-12-07T15:40:57.449279+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:58.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:58 smithi121 bash[30890]: audit 2023-12-07T15:40:57.451751+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:58.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:58 smithi121 bash[30890]: audit 2023-12-07T15:40:57.453286+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:58.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:58 smithi121 bash[30890]: audit 2023-12-07T15:40:57.464072+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:58.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:58 smithi121 bash[30890]: audit 2023-12-07T15:40:58.424855+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:40:58.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:58 smithi144 bash[25224]: cephadm 2023-12-07T15:40:57.411720+0000 mgr.y (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi121 2023-12-07T15:40:58.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:58 smithi144 bash[25224]: audit 2023-12-07T15:40:57.449279+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:58.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:58 smithi144 bash[25224]: audit 2023-12-07T15:40:57.451751+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:58.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:58 smithi144 bash[25224]: audit 2023-12-07T15:40:57.453286+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:58.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:58 smithi144 bash[25224]: audit 2023-12-07T15:40:57.464072+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:58.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:58 smithi144 bash[25224]: audit 2023-12-07T15:40:58.424855+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:40:59.300 INFO:teuthology.orchestra.run.smithi121.stdout:Created osd(s) 2 on host 'smithi121' 2023-12-07T15:40:59.542 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[25067]: cluster 2023-12-07T15:40:58.388023+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:59.542 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[25067]: audit 2023-12-07T15:40:58.426785+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:40:59.542 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[25067]: audit 2023-12-07T15:40:59.298679+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:59.542 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[25067]: audit 2023-12-07T15:40:59.336913+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:59.542 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[25067]: audit 2023-12-07T15:40:59.339253+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:59.542 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[25067]: audit 2023-12-07T15:40:59.340752+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:59.542 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[25067]: audit 2023-12-07T15:40:59.344533+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:40:59.542 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[25067]: audit 2023-12-07T15:40:59.345997+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:40:59.542 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[25067]: audit 2023-12-07T15:40:59.347345+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:40:59.542 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[25067]: audit 2023-12-07T15:40:59.356833+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:59.542 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[25067]: audit 2023-12-07T15:40:59.364545+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:59.543 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[30890]: cluster 2023-12-07T15:40:58.388023+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:59.543 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[30890]: audit 2023-12-07T15:40:58.426785+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:40:59.543 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[30890]: audit 2023-12-07T15:40:59.298679+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:59.543 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[30890]: audit 2023-12-07T15:40:59.336913+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:59.543 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[30890]: audit 2023-12-07T15:40:59.339253+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:59.543 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[30890]: audit 2023-12-07T15:40:59.340752+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:59.543 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[30890]: audit 2023-12-07T15:40:59.344533+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:40:59.543 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[30890]: audit 2023-12-07T15:40:59.345997+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:40:59.543 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[30890]: audit 2023-12-07T15:40:59.347345+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:40:59.543 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[30890]: audit 2023-12-07T15:40:59.356833+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:59.543 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:40:59 smithi121 bash[30890]: audit 2023-12-07T15:40:59.364545+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:59.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:59 smithi144 bash[25224]: cluster 2023-12-07T15:40:58.388023+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:40:59.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:59 smithi144 bash[25224]: audit 2023-12-07T15:40:58.426785+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:40:59.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:59 smithi144 bash[25224]: audit 2023-12-07T15:40:59.298679+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:59.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:59 smithi144 bash[25224]: audit 2023-12-07T15:40:59.336913+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:59.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:59 smithi144 bash[25224]: audit 2023-12-07T15:40:59.339253+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:59.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:59 smithi144 bash[25224]: audit 2023-12-07T15:40:59.340752+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:59.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:59 smithi144 bash[25224]: audit 2023-12-07T15:40:59.344533+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:40:59.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:59 smithi144 bash[25224]: audit 2023-12-07T15:40:59.345997+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:40:59.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:59 smithi144 bash[25224]: audit 2023-12-07T15:40:59.347345+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:40:59.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:59 smithi144 bash[25224]: audit 2023-12-07T15:40:59.356833+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:40:59.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:40:59 smithi144 bash[25224]: audit 2023-12-07T15:40:59.364545+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:00.034 DEBUG:teuthology.orchestra.run.smithi121:osd.2> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.2.service 2023-12-07T15:41:00.036 INFO:tasks.cephadm:Deploying osd.3 on smithi121 with /dev/vg_nvme/lv_1... 2023-12-07T15:41:00.036 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-07T15:41:00.237 INFO:journalctl@ceph.osd.2.smithi121.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:41:00.517 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:00 smithi121 bash[25067]: cephadm 2023-12-07T15:40:59.348400+0000 mgr.y (mgr.14152) 135 : cephadm [INF] Adjusting osd_memory_target on smithi121 to 5074M 2023-12-07T15:41:00.517 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:00 smithi121 bash[30890]: cephadm 2023-12-07T15:40:59.348400+0000 mgr.y (mgr.14152) 135 : cephadm [INF] Adjusting osd_memory_target on smithi121 to 5074M 2023-12-07T15:41:00.807 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:41:00 smithi121 bash[41588]: debug 2023-12-07T15:41:00.512+0000 7fde27b363c0 -1 osd.2 0 log_to_monitors true 2023-12-07T15:41:00.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:00 smithi144 bash[25224]: cephadm 2023-12-07T15:40:59.348400+0000 mgr.y (mgr.14152) 135 : cephadm [INF] Adjusting osd_memory_target on smithi121 to 5074M 2023-12-07T15:41:01.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:01 smithi121 bash[25067]: cluster 2023-12-07T15:41:00.388515+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:41:01.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:01 smithi121 bash[25067]: audit 2023-12-07T15:41:00.521638+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.121:6818/1377513261,v1:172.21.15.121:6819/1377513261]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T15:41:01.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:01 smithi121 bash[25067]: audit 2023-12-07T15:41:00.522078+0000 mon.a (mon.0) 426 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T15:41:01.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:01 smithi121 bash[30890]: cluster 2023-12-07T15:41:00.388515+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:41:01.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:01 smithi121 bash[30890]: audit 2023-12-07T15:41:00.521638+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.121:6818/1377513261,v1:172.21.15.121:6819/1377513261]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T15:41:01.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:01 smithi121 bash[30890]: audit 2023-12-07T15:41:00.522078+0000 mon.a (mon.0) 426 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T15:41:01.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:01 smithi144 bash[25224]: cluster 2023-12-07T15:41:00.388515+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:41:01.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:01 smithi144 bash[25224]: audit 2023-12-07T15:41:00.521638+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.121:6818/1377513261,v1:172.21.15.121:6819/1377513261]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T15:41:01.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:01 smithi144 bash[25224]: audit 2023-12-07T15:41:00.522078+0000 mon.a (mon.0) 426 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T15:41:02.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:02 smithi121 bash[30890]: audit 2023-12-07T15:41:01.454418+0000 mon.a (mon.0) 427 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T15:41:02.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:02 smithi121 bash[30890]: cluster 2023-12-07T15:41:01.454534+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-07T15:41:02.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:02 smithi121 bash[30890]: audit 2023-12-07T15:41:01.454730+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:41:02.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:02 smithi121 bash[30890]: audit 2023-12-07T15:41:01.455537+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.121:6818/1377513261,v1:172.21.15.121:6819/1377513261]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:41:02.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:02 smithi121 bash[30890]: audit 2023-12-07T15:41:01.456137+0000 mon.a (mon.0) 430 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:41:02.808 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:41:02 smithi121 bash[41588]: debug 2023-12-07T15:41:02.460+0000 7fde1e539700 -1 osd.2 0 waiting for initial osdmap 2023-12-07T15:41:02.808 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:41:02 smithi121 bash[41588]: debug 2023-12-07T15:41:02.464+0000 7fde18ed0700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:41:02.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:02 smithi121 bash[25067]: audit 2023-12-07T15:41:01.454418+0000 mon.a (mon.0) 427 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T15:41:02.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:02 smithi121 bash[25067]: cluster 2023-12-07T15:41:01.454534+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-07T15:41:02.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:02 smithi121 bash[25067]: audit 2023-12-07T15:41:01.454730+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:41:02.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:02 smithi121 bash[25067]: audit 2023-12-07T15:41:01.455537+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.121:6818/1377513261,v1:172.21.15.121:6819/1377513261]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:41:02.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:02 smithi121 bash[25067]: audit 2023-12-07T15:41:01.456137+0000 mon.a (mon.0) 430 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:41:02.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:02 smithi144 bash[25224]: audit 2023-12-07T15:41:01.454418+0000 mon.a (mon.0) 427 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T15:41:02.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:02 smithi144 bash[25224]: cluster 2023-12-07T15:41:01.454534+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-07T15:41:02.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:02 smithi144 bash[25224]: audit 2023-12-07T15:41:01.454730+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:41:02.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:02 smithi144 bash[25224]: audit 2023-12-07T15:41:01.455537+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.121:6818/1377513261,v1:172.21.15.121:6819/1377513261]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:41:02.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:02 smithi144 bash[25224]: audit 2023-12-07T15:41:01.456137+0000 mon.a (mon.0) 430 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:41:03.208 INFO:teuthology.orchestra.run.smithi121.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-07T15:41:03.208 INFO:teuthology.orchestra.run.smithi121.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-07T15:41:03.208 INFO:teuthology.orchestra.run.smithi121.stderr: stderr: 10+0 records in 2023-12-07T15:41:03.208 INFO:teuthology.orchestra.run.smithi121.stderr:10+0 records out 2023-12-07T15:41:03.208 INFO:teuthology.orchestra.run.smithi121.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0204562 s, 513 MB/s 2023-12-07T15:41:03.208 INFO:teuthology.orchestra.run.smithi121.stderr:--> Zapping successful for: 2023-12-07T15:41:03.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:03 smithi121 bash[25067]: cluster 2023-12-07T15:41:02.388967+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:41:03.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:03 smithi121 bash[25067]: audit 2023-12-07T15:41:02.456246+0000 mon.a (mon.0) 431 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2023-12-07T15:41:03.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:03 smithi121 bash[25067]: cluster 2023-12-07T15:41:02.456418+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-07T15:41:03.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:03 smithi121 bash[25067]: audit 2023-12-07T15:41:02.457162+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:41:03.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:03 smithi121 bash[25067]: audit 2023-12-07T15:41:02.467315+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:41:03.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:03 smithi121 bash[30890]: cluster 2023-12-07T15:41:02.388967+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:41:03.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:03 smithi121 bash[30890]: audit 2023-12-07T15:41:02.456246+0000 mon.a (mon.0) 431 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2023-12-07T15:41:03.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:03 smithi121 bash[30890]: cluster 2023-12-07T15:41:02.456418+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-07T15:41:03.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:03 smithi121 bash[30890]: audit 2023-12-07T15:41:02.457162+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:41:03.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:03 smithi121 bash[30890]: audit 2023-12-07T15:41:02.467315+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:41:03.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:03 smithi144 bash[25224]: cluster 2023-12-07T15:41:02.388967+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:41:03.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:03 smithi144 bash[25224]: audit 2023-12-07T15:41:02.456246+0000 mon.a (mon.0) 431 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2023-12-07T15:41:03.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:03 smithi144 bash[25224]: cluster 2023-12-07T15:41:02.456418+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-07T15:41:03.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:03 smithi144 bash[25224]: audit 2023-12-07T15:41:02.457162+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:41:03.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:03 smithi144 bash[25224]: audit 2023-12-07T15:41:02.467315+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:41:03.980 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi121:vg_nvme/lv_1 2023-12-07T15:41:04.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:04 smithi121 bash[25067]: cluster 2023-12-07T15:41:01.479242+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:41:04.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:04 smithi121 bash[25067]: cluster 2023-12-07T15:41:01.479415+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:41:04.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:04 smithi121 bash[25067]: audit 2023-12-07T15:41:03.464342+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:41:04.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:04 smithi121 bash[25067]: cluster 2023-12-07T15:41:03.473386+0000 mon.a (mon.0) 436 : cluster [INF] osd.2 [v2:172.21.15.121:6818/1377513261,v1:172.21.15.121:6819/1377513261] boot 2023-12-07T15:41:04.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:04 smithi121 bash[25067]: cluster 2023-12-07T15:41:03.473503+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-07T15:41:04.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:04 smithi121 bash[25067]: audit 2023-12-07T15:41:03.474148+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:41:04.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:04 smithi121 bash[30890]: cluster 2023-12-07T15:41:01.479242+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:41:04.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:04 smithi121 bash[30890]: cluster 2023-12-07T15:41:01.479415+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:41:04.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:04 smithi121 bash[30890]: audit 2023-12-07T15:41:03.464342+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:41:04.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:04 smithi121 bash[30890]: cluster 2023-12-07T15:41:03.473386+0000 mon.a (mon.0) 436 : cluster [INF] osd.2 [v2:172.21.15.121:6818/1377513261,v1:172.21.15.121:6819/1377513261] boot 2023-12-07T15:41:04.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:04 smithi121 bash[30890]: cluster 2023-12-07T15:41:03.473503+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-07T15:41:04.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:04 smithi121 bash[30890]: audit 2023-12-07T15:41:03.474148+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:41:04.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:04 smithi144 bash[25224]: cluster 2023-12-07T15:41:01.479242+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:41:04.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:04 smithi144 bash[25224]: cluster 2023-12-07T15:41:01.479415+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:41:04.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:04 smithi144 bash[25224]: audit 2023-12-07T15:41:03.464342+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:41:04.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:04 smithi144 bash[25224]: cluster 2023-12-07T15:41:03.473386+0000 mon.a (mon.0) 436 : cluster [INF] osd.2 [v2:172.21.15.121:6818/1377513261,v1:172.21.15.121:6819/1377513261] boot 2023-12-07T15:41:04.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:04 smithi144 bash[25224]: cluster 2023-12-07T15:41:03.473503+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-07T15:41:04.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:04 smithi144 bash[25224]: audit 2023-12-07T15:41:03.474148+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:41:05.755 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:05 smithi121 bash[25067]: cluster 2023-12-07T15:41:04.389580+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:41:05.756 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:05 smithi121 bash[25067]: cluster 2023-12-07T15:41:04.493547+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-07T15:41:05.756 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:05 smithi121 bash[25067]: audit 2023-12-07T15:41:04.498363+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-07T15:41:05.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:05 smithi121 bash[30890]: cluster 2023-12-07T15:41:04.389580+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:41:05.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:05 smithi121 bash[30890]: cluster 2023-12-07T15:41:04.493547+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-07T15:41:05.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:05 smithi121 bash[30890]: audit 2023-12-07T15:41:04.498363+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-07T15:41:05.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:05 smithi144 bash[25224]: cluster 2023-12-07T15:41:04.389580+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-07T15:41:05.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:05 smithi144 bash[25224]: cluster 2023-12-07T15:41:04.493547+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-07T15:41:05.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:05 smithi144 bash[25224]: audit 2023-12-07T15:41:04.498363+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-07T15:41:06.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:06 smithi121 bash[25067]: audit 2023-12-07T15:41:05.506288+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-07T15:41:06.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:06 smithi121 bash[25067]: cluster 2023-12-07T15:41:05.506465+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-07T15:41:06.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:06 smithi121 bash[25067]: audit 2023-12-07T15:41:05.508350+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T15:41:06.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:06 smithi121 bash[30890]: audit 2023-12-07T15:41:05.506288+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-07T15:41:06.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:06 smithi121 bash[30890]: cluster 2023-12-07T15:41:05.506465+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-07T15:41:06.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:06 smithi121 bash[30890]: audit 2023-12-07T15:41:05.508350+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T15:41:06.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:06 smithi144 bash[25224]: audit 2023-12-07T15:41:05.506288+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-07T15:41:06.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:06 smithi144 bash[25224]: cluster 2023-12-07T15:41:05.506465+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-07T15:41:06.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:06 smithi144 bash[25224]: audit 2023-12-07T15:41:05.508350+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T15:41:07.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:07 smithi121 bash[25067]: cluster 2023-12-07T15:41:06.390237+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v104: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:07.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:07 smithi121 bash[25067]: audit 2023-12-07T15:41:06.516511+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T15:41:07.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:07 smithi121 bash[25067]: cluster 2023-12-07T15:41:06.516613+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-07T15:41:07.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:07 smithi121 bash[25067]: audit 2023-12-07T15:41:06.959571+0000 mgr.y (mgr.14152) 140 : audit [DBG] from='client.24199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:07.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:07 smithi121 bash[25067]: audit 2023-12-07T15:41:06.963038+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:41:07.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:07 smithi121 bash[25067]: audit 2023-12-07T15:41:06.967006+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:41:07.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:07 smithi121 bash[25067]: audit 2023-12-07T15:41:06.967947+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:07.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:07 smithi121 bash[30890]: cluster 2023-12-07T15:41:06.390237+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v104: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:07.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:07 smithi121 bash[30890]: audit 2023-12-07T15:41:06.516511+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T15:41:07.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:07 smithi121 bash[30890]: cluster 2023-12-07T15:41:06.516613+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-07T15:41:07.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:07 smithi121 bash[30890]: audit 2023-12-07T15:41:06.959571+0000 mgr.y (mgr.14152) 140 : audit [DBG] from='client.24199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:07.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:07 smithi121 bash[30890]: audit 2023-12-07T15:41:06.963038+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:41:07.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:07 smithi121 bash[30890]: audit 2023-12-07T15:41:06.967006+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:41:07.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:07 smithi121 bash[30890]: audit 2023-12-07T15:41:06.967947+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:07.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:07 smithi144 bash[25224]: cluster 2023-12-07T15:41:06.390237+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v104: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:07.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:07 smithi144 bash[25224]: audit 2023-12-07T15:41:06.516511+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T15:41:07.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:07 smithi144 bash[25224]: cluster 2023-12-07T15:41:06.516613+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-07T15:41:07.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:07 smithi144 bash[25224]: audit 2023-12-07T15:41:06.959571+0000 mgr.y (mgr.14152) 140 : audit [DBG] from='client.24199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi121:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:07.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:07 smithi144 bash[25224]: audit 2023-12-07T15:41:06.963038+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:41:07.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:07 smithi144 bash[25224]: audit 2023-12-07T15:41:06.967006+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:41:07.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:07 smithi144 bash[25224]: audit 2023-12-07T15:41:06.967947+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:08.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:08 smithi121 bash[30890]: cluster 2023-12-07T15:41:07.517252+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2023-12-07T15:41:08.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:08 smithi121 bash[30890]: audit 2023-12-07T15:41:07.947753+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:08.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:08 smithi121 bash[25067]: cluster 2023-12-07T15:41:07.517252+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2023-12-07T15:41:08.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:08 smithi121 bash[25067]: audit 2023-12-07T15:41:07.947753+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:08.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:08 smithi144 bash[25224]: cluster 2023-12-07T15:41:07.517252+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2023-12-07T15:41:08.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:08 smithi144 bash[25224]: audit 2023-12-07T15:41:07.947753+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:10.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:10 smithi144 bash[25224]: cluster 2023-12-07T15:41:08.390675+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v107: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:10.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:10 smithi144 bash[25224]: cluster 2023-12-07T15:41:09.533866+0000 mon.a (mon.0) 451 : cluster [DBG] mgrmap e14: y(active, since 3m), standbys: x 2023-12-07T15:41:10.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:10 smithi144 bash[25224]: audit 2023-12-07T15:41:09.719760+0000 mon.a (mon.0) 452 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:41:10.884 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:10 smithi121 bash[25067]: cluster 2023-12-07T15:41:08.390675+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v107: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:10.885 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:10 smithi121 bash[25067]: cluster 2023-12-07T15:41:09.533866+0000 mon.a (mon.0) 451 : cluster [DBG] mgrmap e14: y(active, since 3m), standbys: x 2023-12-07T15:41:10.885 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:10 smithi121 bash[25067]: audit 2023-12-07T15:41:09.719760+0000 mon.a (mon.0) 452 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:41:10.885 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:10 smithi121 bash[30890]: cluster 2023-12-07T15:41:08.390675+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v107: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:10.885 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:10 smithi121 bash[30890]: cluster 2023-12-07T15:41:09.533866+0000 mon.a (mon.0) 451 : cluster [DBG] mgrmap e14: y(active, since 3m), standbys: x 2023-12-07T15:41:10.885 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:10 smithi121 bash[30890]: audit 2023-12-07T15:41:09.719760+0000 mon.a (mon.0) 452 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:41:12.416 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:41:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:41:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:12 smithi144 bash[25224]: cluster 2023-12-07T15:41:10.391257+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:12 smithi144 bash[25224]: audit 2023-12-07T15:41:10.568950+0000 mon.a (mon.0) 453 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:41:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:12 smithi144 bash[25224]: audit 2023-12-07T15:41:10.570119+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:41:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:12 smithi144 bash[25224]: audit 2023-12-07T15:41:10.570260+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:41:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:12 smithi144 bash[25224]: audit 2023-12-07T15:41:10.570450+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:41:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:12 smithi144 bash[25224]: audit 2023-12-07T15:41:10.580221+0000 mon.c (mon.1) 12 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:41:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:12 smithi144 bash[25224]: audit 2023-12-07T15:41:10.580468+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:41:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:12 smithi144 bash[25224]: audit 2023-12-07T15:41:10.580751+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:41:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:12 smithi144 bash[25224]: audit 2023-12-07T15:41:10.581010+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:41:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:12 smithi144 bash[25224]: audit 2023-12-07T15:41:11.488296+0000 mon.c (mon.1) 13 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:41:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:12 smithi144 bash[25224]: audit 2023-12-07T15:41:11.495824+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:41:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:12 smithi144 bash[25224]: audit 2023-12-07T15:41:11.498260+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:12.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:12 smithi144 bash[25224]: audit 2023-12-07T15:41:11.498686+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:41:12.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:12 smithi144 bash[25224]: audit 2023-12-07T15:41:11.498950+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:41:12.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[25067]: cluster 2023-12-07T15:41:10.391257+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:12.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[25067]: audit 2023-12-07T15:41:10.568950+0000 mon.a (mon.0) 453 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:41:12.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[25067]: audit 2023-12-07T15:41:10.570119+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:41:12.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[25067]: audit 2023-12-07T15:41:10.570260+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:41:12.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[25067]: audit 2023-12-07T15:41:10.570450+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:41:12.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[25067]: audit 2023-12-07T15:41:10.580221+0000 mon.c (mon.1) 12 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:41:12.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[25067]: audit 2023-12-07T15:41:10.580468+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:41:12.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[25067]: audit 2023-12-07T15:41:10.580751+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:41:12.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[25067]: audit 2023-12-07T15:41:10.581010+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:41:12.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[25067]: audit 2023-12-07T15:41:11.488296+0000 mon.c (mon.1) 13 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:41:12.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[25067]: audit 2023-12-07T15:41:11.495824+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:41:12.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[25067]: audit 2023-12-07T15:41:11.498260+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:12.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[25067]: audit 2023-12-07T15:41:11.498686+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:41:12.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[25067]: audit 2023-12-07T15:41:11.498950+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:41:12.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[30890]: cluster 2023-12-07T15:41:10.391257+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:12.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[30890]: audit 2023-12-07T15:41:10.568950+0000 mon.a (mon.0) 453 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:41:12.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[30890]: audit 2023-12-07T15:41:10.570119+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:41:12.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[30890]: audit 2023-12-07T15:41:10.570260+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:41:12.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[30890]: audit 2023-12-07T15:41:10.570450+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:41:12.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[30890]: audit 2023-12-07T15:41:10.580221+0000 mon.c (mon.1) 12 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:41:12.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[30890]: audit 2023-12-07T15:41:10.580468+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:41:12.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[30890]: audit 2023-12-07T15:41:10.580751+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:41:12.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[30890]: audit 2023-12-07T15:41:10.581010+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:41:12.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[30890]: audit 2023-12-07T15:41:11.488296+0000 mon.c (mon.1) 13 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:41:12.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[30890]: audit 2023-12-07T15:41:11.495824+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:41:12.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[30890]: audit 2023-12-07T15:41:11.498260+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:12.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[30890]: audit 2023-12-07T15:41:11.498686+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:41:12.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:12 smithi121 bash[30890]: audit 2023-12-07T15:41:11.498950+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:41:13.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:13 smithi121 bash[25067]: audit 2023-12-07T15:41:11.495046+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:41:13.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:13 smithi121 bash[25067]: cluster 2023-12-07T15:41:12.391915+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:13.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:13 smithi121 bash[25067]: audit 2023-12-07T15:41:12.399091+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:41:13.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:13 smithi121 bash[25067]: audit 2023-12-07T15:41:12.412065+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:13.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:13 smithi121 bash[25067]: audit 2023-12-07T15:41:12.435341+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:13.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:13 smithi121 bash[30890]: audit 2023-12-07T15:41:11.495046+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:41:13.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:13 smithi121 bash[30890]: cluster 2023-12-07T15:41:12.391915+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:13.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:13 smithi121 bash[30890]: audit 2023-12-07T15:41:12.399091+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:41:13.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:13 smithi121 bash[30890]: audit 2023-12-07T15:41:12.412065+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:13.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:13 smithi121 bash[30890]: audit 2023-12-07T15:41:12.435341+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:13.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:13 smithi144 bash[25224]: audit 2023-12-07T15:41:11.495046+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T15:41:13.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:13 smithi144 bash[25224]: cluster 2023-12-07T15:41:12.391915+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:13.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:13 smithi144 bash[25224]: audit 2023-12-07T15:41:12.399091+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T15:41:13.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:13 smithi144 bash[25224]: audit 2023-12-07T15:41:12.412065+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:13.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:13 smithi144 bash[25224]: audit 2023-12-07T15:41:12.435341+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:14.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:14 smithi121 bash[25067]: audit 2023-12-07T15:41:13.960543+0000 mon.a (mon.0) 466 : audit [INF] from='client.? 172.21.15.121:0/2416764339' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dab369c9-72bf-41c3-b636-c974106dfa83"}]: dispatch 2023-12-07T15:41:14.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:14 smithi121 bash[25067]: audit 2023-12-07T15:41:13.972990+0000 mon.a (mon.0) 467 : audit [INF] from='client.? 172.21.15.121:0/2416764339' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dab369c9-72bf-41c3-b636-c974106dfa83"}]': finished 2023-12-07T15:41:14.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:14 smithi121 bash[25067]: cluster 2023-12-07T15:41:13.973109+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-07T15:41:14.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:14 smithi121 bash[25067]: audit 2023-12-07T15:41:13.973378+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:41:14.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:14 smithi121 bash[30890]: audit 2023-12-07T15:41:13.960543+0000 mon.a (mon.0) 466 : audit [INF] from='client.? 172.21.15.121:0/2416764339' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dab369c9-72bf-41c3-b636-c974106dfa83"}]: dispatch 2023-12-07T15:41:14.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:14 smithi121 bash[30890]: audit 2023-12-07T15:41:13.972990+0000 mon.a (mon.0) 467 : audit [INF] from='client.? 172.21.15.121:0/2416764339' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dab369c9-72bf-41c3-b636-c974106dfa83"}]': finished 2023-12-07T15:41:14.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:14 smithi121 bash[30890]: cluster 2023-12-07T15:41:13.973109+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-07T15:41:14.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:14 smithi121 bash[30890]: audit 2023-12-07T15:41:13.973378+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:41:14.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:14 smithi144 bash[25224]: audit 2023-12-07T15:41:13.960543+0000 mon.a (mon.0) 466 : audit [INF] from='client.? 172.21.15.121:0/2416764339' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dab369c9-72bf-41c3-b636-c974106dfa83"}]: dispatch 2023-12-07T15:41:14.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:14 smithi144 bash[25224]: audit 2023-12-07T15:41:13.972990+0000 mon.a (mon.0) 467 : audit [INF] from='client.? 172.21.15.121:0/2416764339' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dab369c9-72bf-41c3-b636-c974106dfa83"}]': finished 2023-12-07T15:41:14.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:14 smithi144 bash[25224]: cluster 2023-12-07T15:41:13.973109+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-07T15:41:14.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:14 smithi144 bash[25224]: audit 2023-12-07T15:41:13.973378+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:41:15.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:15 smithi121 bash[25067]: cluster 2023-12-07T15:41:14.392318+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-12-07T15:41:15.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:15 smithi121 bash[25067]: audit 2023-12-07T15:41:14.689116+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.121:0/4004738632' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:41:15.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:15 smithi121 bash[30890]: cluster 2023-12-07T15:41:14.392318+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-12-07T15:41:15.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:15 smithi121 bash[30890]: audit 2023-12-07T15:41:14.689116+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.121:0/4004738632' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:41:15.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:15 smithi144 bash[25224]: cluster 2023-12-07T15:41:14.392318+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-12-07T15:41:15.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:15 smithi144 bash[25224]: audit 2023-12-07T15:41:14.689116+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.121:0/4004738632' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:41:16.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:41:16 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:41:16] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:41:17.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:17 smithi121 bash[30890]: audit 2023-12-07T15:41:16.146321+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:17.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:17 smithi121 bash[30890]: audit 2023-12-07T15:41:16.152634+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:17.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:17 smithi121 bash[25067]: audit 2023-12-07T15:41:16.146321+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:17.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:17 smithi121 bash[25067]: audit 2023-12-07T15:41:16.152634+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:17.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:17 smithi144 bash[25224]: audit 2023-12-07T15:41:16.146321+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:17.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:17 smithi144 bash[25224]: audit 2023-12-07T15:41:16.152634+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:18.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:18 smithi121 bash[25067]: cluster 2023-12-07T15:41:16.392952+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-07T15:41:18.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:18 smithi121 bash[30890]: cluster 2023-12-07T15:41:16.392952+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-07T15:41:18.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:18 smithi144 bash[25224]: cluster 2023-12-07T15:41:16.392952+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-07T15:41:20.454 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:20 smithi121 bash[30890]: cluster 2023-12-07T15:41:18.393567+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-07T15:41:20.454 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:20 smithi121 bash[25067]: cluster 2023-12-07T15:41:18.393567+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-07T15:41:20.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:20 smithi144 bash[25224]: cluster 2023-12-07T15:41:18.393567+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-07T15:41:22.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:22 smithi121 bash[25067]: cluster 2023-12-07T15:41:20.394196+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v114: 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 2023-12-07T15:41:22.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:22 smithi121 bash[30890]: cluster 2023-12-07T15:41:20.394196+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v114: 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 2023-12-07T15:41:22.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:22 smithi144 bash[25224]: cluster 2023-12-07T15:41:20.394196+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v114: 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 2023-12-07T15:41:23.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:23 smithi121 bash[30890]: cluster 2023-12-07T15:41:22.394804+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v115: 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 2023-12-07T15:41:23.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:23 smithi121 bash[25067]: cluster 2023-12-07T15:41:22.394804+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v115: 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 2023-12-07T15:41:23.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:23 smithi144 bash[25224]: cluster 2023-12-07T15:41:22.394804+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v115: 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 2023-12-07T15:41:25.684 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:25 smithi121 bash[25067]: cluster 2023-12-07T15:41:24.395412+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:25.685 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:25 smithi121 bash[25067]: audit 2023-12-07T15:41:24.507218+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T15:41:25.685 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:25 smithi121 bash[25067]: audit 2023-12-07T15:41:24.508349+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:25.685 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:25 smithi121 bash[25067]: cephadm 2023-12-07T15:41:24.509214+0000 mgr.y (mgr.14152) 150 : cephadm [INF] Deploying daemon osd.3 on smithi121 2023-12-07T15:41:25.685 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:25 smithi121 bash[30890]: cluster 2023-12-07T15:41:24.395412+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:25.685 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:25 smithi121 bash[30890]: audit 2023-12-07T15:41:24.507218+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T15:41:25.685 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:25 smithi121 bash[30890]: audit 2023-12-07T15:41:24.508349+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:25.685 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:25 smithi121 bash[30890]: cephadm 2023-12-07T15:41:24.509214+0000 mgr.y (mgr.14152) 150 : cephadm [INF] Deploying daemon osd.3 on smithi121 2023-12-07T15:41:25.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:25 smithi144 bash[25224]: cluster 2023-12-07T15:41:24.395412+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:25.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:25 smithi144 bash[25224]: audit 2023-12-07T15:41:24.507218+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T15:41:25.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:25 smithi144 bash[25224]: audit 2023-12-07T15:41:24.508349+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:25.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:25 smithi144 bash[25224]: cephadm 2023-12-07T15:41:24.509214+0000 mgr.y (mgr.14152) 150 : cephadm [INF] Deploying daemon osd.3 on smithi121 2023-12-07T15:41:27.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:27 smithi121 bash[25067]: cluster 2023-12-07T15:41:26.396018+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:27.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:27 smithi121 bash[30890]: cluster 2023-12-07T15:41:26.396018+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:27.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:27 smithi144 bash[25224]: cluster 2023-12-07T15:41:26.396018+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:29 smithi121 bash[25067]: cluster 2023-12-07T15:41:28.396466+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:29 smithi121 bash[25067]: audit 2023-12-07T15:41:28.580182+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:29 smithi121 bash[25067]: audit 2023-12-07T15:41:28.603792+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:29 smithi121 bash[25067]: audit 2023-12-07T15:41:28.605713+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:29 smithi121 bash[25067]: audit 2023-12-07T15:41:28.606813+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:29 smithi121 bash[25067]: audit 2023-12-07T15:41:28.616448+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:29.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:29 smithi121 bash[30890]: cluster 2023-12-07T15:41:28.396466+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:29.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:29 smithi121 bash[30890]: audit 2023-12-07T15:41:28.580182+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:29.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:29 smithi121 bash[30890]: audit 2023-12-07T15:41:28.603792+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:29.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:29 smithi121 bash[30890]: audit 2023-12-07T15:41:28.605713+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:29.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:29 smithi121 bash[30890]: audit 2023-12-07T15:41:28.606813+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:29.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:29 smithi121 bash[30890]: audit 2023-12-07T15:41:28.616448+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:29.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:29 smithi144 bash[25224]: cluster 2023-12-07T15:41:28.396466+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:29.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:29 smithi144 bash[25224]: audit 2023-12-07T15:41:28.580182+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:29.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:29 smithi144 bash[25224]: audit 2023-12-07T15:41:28.603792+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:29.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:29 smithi144 bash[25224]: audit 2023-12-07T15:41:28.605713+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:29.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:29 smithi144 bash[25224]: audit 2023-12-07T15:41:28.606813+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:29.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:29 smithi144 bash[25224]: audit 2023-12-07T15:41:28.616448+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:31.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:31 smithi121 bash[25067]: cluster 2023-12-07T15:41:30.397012+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:31.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:31 smithi121 bash[30890]: cluster 2023-12-07T15:41:30.397012+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:31.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:31 smithi144 bash[25224]: cluster 2023-12-07T15:41:30.397012+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:32.676 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:41:32 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:41:32] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:41:33.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:33 smithi121 bash[25067]: cluster 2023-12-07T15:41:32.397577+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:33.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:33 smithi121 bash[25067]: audit 2023-12-07T15:41:32.531459+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:33.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:33 smithi121 bash[25067]: audit 2023-12-07T15:41:32.538635+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:33.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:33 smithi121 bash[30890]: cluster 2023-12-07T15:41:32.397577+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:33.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:33 smithi121 bash[30890]: audit 2023-12-07T15:41:32.531459+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:33.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:33 smithi121 bash[30890]: audit 2023-12-07T15:41:32.538635+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:33.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:33 smithi144 bash[25224]: cluster 2023-12-07T15:41:32.397577+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:33 smithi144 bash[25224]: audit 2023-12-07T15:41:32.531459+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:33 smithi144 bash[25224]: audit 2023-12-07T15:41:32.538635+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:35.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:35 smithi121 bash[25067]: cluster 2023-12-07T15:41:34.398197+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:35.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:35 smithi121 bash[30890]: cluster 2023-12-07T15:41:34.398197+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:35.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:35 smithi144 bash[25224]: cluster 2023-12-07T15:41:34.398197+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:36.526 INFO:teuthology.orchestra.run.smithi121.stdout:Created osd(s) 3 on host 'smithi121' 2023-12-07T15:41:36.538 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:41:36] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:41:36.829 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[25067]: audit 2023-12-07T15:41:35.754921+0000 mon.a (mon.0) 481 : audit [INF] from='osd.3 [v2:172.21.15.121:6826/2995945974,v1:172.21.15.121:6827/2995945974]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-07T15:41:36.829 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[25067]: audit 2023-12-07T15:41:36.263346+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:36.829 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[25067]: cephadm 2023-12-07T15:41:36.264371+0000 mgr.y (mgr.14152) 156 : cephadm [INF] Detected new or changed devices on smithi121 2023-12-07T15:41:36.829 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[25067]: audit 2023-12-07T15:41:36.271547+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:36.829 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[25067]: audit 2023-12-07T15:41:36.302759+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:36.829 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[25067]: audit 2023-12-07T15:41:36.305555+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:36.829 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[25067]: audit 2023-12-07T15:41:36.307261+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:36.829 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[25067]: audit 2023-12-07T15:41:36.317712+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:36.829 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[25067]: audit 2023-12-07T15:41:36.524558+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:36.830 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[30890]: audit 2023-12-07T15:41:35.754921+0000 mon.a (mon.0) 481 : audit [INF] from='osd.3 [v2:172.21.15.121:6826/2995945974,v1:172.21.15.121:6827/2995945974]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-07T15:41:36.830 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[30890]: audit 2023-12-07T15:41:36.263346+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:36.830 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[30890]: cephadm 2023-12-07T15:41:36.264371+0000 mgr.y (mgr.14152) 156 : cephadm [INF] Detected new or changed devices on smithi121 2023-12-07T15:41:36.830 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[30890]: audit 2023-12-07T15:41:36.271547+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:36.830 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[30890]: audit 2023-12-07T15:41:36.302759+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:36.830 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[30890]: audit 2023-12-07T15:41:36.305555+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:36.830 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[30890]: audit 2023-12-07T15:41:36.307261+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:36.830 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[30890]: audit 2023-12-07T15:41:36.317712+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:36.830 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:36 smithi121 bash[30890]: audit 2023-12-07T15:41:36.524558+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:36.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:36 smithi144 bash[25224]: audit 2023-12-07T15:41:35.754921+0000 mon.a (mon.0) 481 : audit [INF] from='osd.3 [v2:172.21.15.121:6826/2995945974,v1:172.21.15.121:6827/2995945974]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-07T15:41:36.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:36 smithi144 bash[25224]: audit 2023-12-07T15:41:36.263346+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:36.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:36 smithi144 bash[25224]: cephadm 2023-12-07T15:41:36.264371+0000 mgr.y (mgr.14152) 156 : cephadm [INF] Detected new or changed devices on smithi121 2023-12-07T15:41:36.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:36 smithi144 bash[25224]: audit 2023-12-07T15:41:36.271547+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:36.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:36 smithi144 bash[25224]: audit 2023-12-07T15:41:36.302759+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:36.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:36 smithi144 bash[25224]: audit 2023-12-07T15:41:36.305555+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:36.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:36 smithi144 bash[25224]: audit 2023-12-07T15:41:36.307261+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:36.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:36 smithi144 bash[25224]: audit 2023-12-07T15:41:36.317712+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:36.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:36 smithi144 bash[25224]: audit 2023-12-07T15:41:36.524558+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:37.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[25067]: cluster 2023-12-07T15:41:36.398865+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:37.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[25067]: audit 2023-12-07T15:41:36.536701+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:37.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[25067]: audit 2023-12-07T15:41:36.545372+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:37.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[25067]: audit 2023-12-07T15:41:36.549890+0000 mon.a (mon.0) 491 : audit [INF] from='osd.3 [v2:172.21.15.121:6826/2995945974,v1:172.21.15.121:6827/2995945974]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-07T15:41:37.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[25067]: cluster 2023-12-07T15:41:36.549991+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-07T15:41:37.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[25067]: audit 2023-12-07T15:41:36.550193+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:37.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[25067]: audit 2023-12-07T15:41:36.550535+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:41:37.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[25067]: audit 2023-12-07T15:41:36.550705+0000 mon.a (mon.0) 495 : audit [INF] from='osd.3 [v2:172.21.15.121:6826/2995945974,v1:172.21.15.121:6827/2995945974]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:41:37.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[25067]: audit 2023-12-07T15:41:36.557610+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:37.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[30890]: cluster 2023-12-07T15:41:36.398865+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:37.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[30890]: audit 2023-12-07T15:41:36.536701+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:37.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[30890]: audit 2023-12-07T15:41:36.545372+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[30890]: audit 2023-12-07T15:41:36.549890+0000 mon.a (mon.0) 491 : audit [INF] from='osd.3 [v2:172.21.15.121:6826/2995945974,v1:172.21.15.121:6827/2995945974]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-07T15:41:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[30890]: cluster 2023-12-07T15:41:36.549991+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-07T15:41:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[30890]: audit 2023-12-07T15:41:36.550193+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[30890]: audit 2023-12-07T15:41:36.550535+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:41:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[30890]: audit 2023-12-07T15:41:36.550705+0000 mon.a (mon.0) 495 : audit [INF] from='osd.3 [v2:172.21.15.121:6826/2995945974,v1:172.21.15.121:6827/2995945974]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:41:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:37 smithi121 bash[30890]: audit 2023-12-07T15:41:36.557610+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:37.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:37 smithi144 bash[25224]: cluster 2023-12-07T15:41:36.398865+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:37.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:37 smithi144 bash[25224]: audit 2023-12-07T15:41:36.536701+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:37.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:37 smithi144 bash[25224]: audit 2023-12-07T15:41:36.545372+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:37.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:37 smithi144 bash[25224]: audit 2023-12-07T15:41:36.549890+0000 mon.a (mon.0) 491 : audit [INF] from='osd.3 [v2:172.21.15.121:6826/2995945974,v1:172.21.15.121:6827/2995945974]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-07T15:41:37.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:37 smithi144 bash[25224]: cluster 2023-12-07T15:41:36.549991+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-07T15:41:37.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:37 smithi144 bash[25224]: audit 2023-12-07T15:41:36.550193+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:37.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:37 smithi144 bash[25224]: audit 2023-12-07T15:41:36.550535+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:41:37.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:37 smithi144 bash[25224]: audit 2023-12-07T15:41:36.550705+0000 mon.a (mon.0) 495 : audit [INF] from='osd.3 [v2:172.21.15.121:6826/2995945974,v1:172.21.15.121:6827/2995945974]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:41:37.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:37 smithi144 bash[25224]: audit 2023-12-07T15:41:36.557610+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:38.014 DEBUG:teuthology.orchestra.run.smithi121:osd.3> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.3.service 2023-12-07T15:41:38.016 INFO:tasks.cephadm:Deploying osd.4 on smithi144 with /dev/vg_nvme/lv_4... 2023-12-07T15:41:38.017 DEBUG:teuthology.orchestra.run.smithi144:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-07T15:41:38.207 INFO:journalctl@ceph.osd.3.smithi121.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:41:38.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:38 smithi144 bash[25224]: audit 2023-12-07T15:41:37.554482+0000 mon.a (mon.0) 497 : audit [INF] from='osd.3 [v2:172.21.15.121:6826/2995945974,v1:172.21.15.121:6827/2995945974]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2023-12-07T15:41:38.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:38 smithi144 bash[25224]: cluster 2023-12-07T15:41:37.554554+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2023-12-07T15:41:38.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:38 smithi144 bash[25224]: audit 2023-12-07T15:41:37.554772+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:41:38.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:38 smithi144 bash[25224]: audit 2023-12-07T15:41:37.559158+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:41:39.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:38 smithi121 bash[25067]: audit 2023-12-07T15:41:37.554482+0000 mon.a (mon.0) 497 : audit [INF] from='osd.3 [v2:172.21.15.121:6826/2995945974,v1:172.21.15.121:6827/2995945974]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2023-12-07T15:41:39.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:38 smithi121 bash[25067]: cluster 2023-12-07T15:41:37.554554+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2023-12-07T15:41:39.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:38 smithi121 bash[25067]: audit 2023-12-07T15:41:37.554772+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:41:39.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:38 smithi121 bash[25067]: audit 2023-12-07T15:41:37.559158+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:41:39.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:38 smithi121 bash[30890]: audit 2023-12-07T15:41:37.554482+0000 mon.a (mon.0) 497 : audit [INF] from='osd.3 [v2:172.21.15.121:6826/2995945974,v1:172.21.15.121:6827/2995945974]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]': finished 2023-12-07T15:41:39.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:38 smithi121 bash[30890]: cluster 2023-12-07T15:41:37.554554+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2023-12-07T15:41:39.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:38 smithi121 bash[30890]: audit 2023-12-07T15:41:37.554772+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:41:39.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:38 smithi121 bash[30890]: audit 2023-12-07T15:41:37.559158+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:41:39.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:39 smithi121 bash[25067]: cluster 2023-12-07T15:41:36.760881+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:41:39.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:39 smithi121 bash[25067]: cluster 2023-12-07T15:41:36.761092+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:41:39.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:39 smithi121 bash[25067]: cluster 2023-12-07T15:41:38.399522+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:39.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:39 smithi121 bash[25067]: cluster 2023-12-07T15:41:38.560297+0000 mon.a (mon.0) 501 : cluster [INF] osd.3 [v2:172.21.15.121:6826/2995945974,v1:172.21.15.121:6827/2995945974] boot 2023-12-07T15:41:39.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:39 smithi121 bash[25067]: cluster 2023-12-07T15:41:38.560411+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-07T15:41:39.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:39 smithi121 bash[25067]: audit 2023-12-07T15:41:38.561531+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:41:39.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:39 smithi121 bash[30890]: cluster 2023-12-07T15:41:36.760881+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:41:39.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:39 smithi121 bash[30890]: cluster 2023-12-07T15:41:36.761092+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:41:39.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:39 smithi121 bash[30890]: cluster 2023-12-07T15:41:38.399522+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:39.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:39 smithi121 bash[30890]: cluster 2023-12-07T15:41:38.560297+0000 mon.a (mon.0) 501 : cluster [INF] osd.3 [v2:172.21.15.121:6826/2995945974,v1:172.21.15.121:6827/2995945974] boot 2023-12-07T15:41:39.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:39 smithi121 bash[30890]: cluster 2023-12-07T15:41:38.560411+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-07T15:41:39.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:39 smithi121 bash[30890]: audit 2023-12-07T15:41:38.561531+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:41:39.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:39 smithi144 bash[25224]: cluster 2023-12-07T15:41:36.760881+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:41:39.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:39 smithi144 bash[25224]: cluster 2023-12-07T15:41:36.761092+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:41:39.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:39 smithi144 bash[25224]: cluster 2023-12-07T15:41:38.399522+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-07T15:41:39.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:39 smithi144 bash[25224]: cluster 2023-12-07T15:41:38.560297+0000 mon.a (mon.0) 501 : cluster [INF] osd.3 [v2:172.21.15.121:6826/2995945974,v1:172.21.15.121:6827/2995945974] boot 2023-12-07T15:41:39.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:39 smithi144 bash[25224]: cluster 2023-12-07T15:41:38.560411+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-07T15:41:39.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:39 smithi144 bash[25224]: audit 2023-12-07T15:41:38.561531+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:41:40.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:40 smithi144 bash[25224]: cluster 2023-12-07T15:41:39.576796+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2023-12-07T15:41:40.921 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:40 smithi121 bash[25067]: cluster 2023-12-07T15:41:39.576796+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2023-12-07T15:41:40.922 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:40 smithi121 bash[30890]: cluster 2023-12-07T15:41:39.576796+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2023-12-07T15:41:40.937 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-07T15:41:40.937 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-07T15:41:40.937 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10+0 records in 2023-12-07T15:41:40.937 INFO:teuthology.orchestra.run.smithi144.stderr:10+0 records out 2023-12-07T15:41:40.937 INFO:teuthology.orchestra.run.smithi144.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0197605 s, 531 MB/s 2023-12-07T15:41:40.937 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping successful for: 2023-12-07T15:41:41.609 DEBUG:teuthology.orchestra.run.smithi144:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi144:vg_nvme/lv_4 2023-12-07T15:41:41.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:41:41 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:41:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:41:42.616 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:42 smithi144 bash[25224]: cluster 2023-12-07T15:41:40.400207+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:42.616 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:42 smithi144 bash[25224]: audit 2023-12-07T15:41:41.318885+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:42.616 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:42 smithi144 bash[25224]: audit 2023-12-07T15:41:41.326995+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:42.616 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:42 smithi144 bash[25224]: audit 2023-12-07T15:41:41.336053+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:42.616 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:42 smithi144 bash[25224]: audit 2023-12-07T15:41:41.338512+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:42.616 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:42 smithi144 bash[25224]: audit 2023-12-07T15:41:41.340145+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:42.616 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:42 smithi144 bash[25224]: audit 2023-12-07T15:41:41.351477+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:42.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:42 smithi121 bash[30890]: cluster 2023-12-07T15:41:40.400207+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:42.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:42 smithi121 bash[30890]: audit 2023-12-07T15:41:41.318885+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:42.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:42 smithi121 bash[30890]: audit 2023-12-07T15:41:41.326995+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:42.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:42 smithi121 bash[30890]: audit 2023-12-07T15:41:41.336053+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:42.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:42 smithi121 bash[30890]: audit 2023-12-07T15:41:41.338512+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:42.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:42 smithi121 bash[30890]: audit 2023-12-07T15:41:41.340145+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:42.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:42 smithi121 bash[30890]: audit 2023-12-07T15:41:41.351477+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:42.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:42 smithi121 bash[25067]: cluster 2023-12-07T15:41:40.400207+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:42.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:42 smithi121 bash[25067]: audit 2023-12-07T15:41:41.318885+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:42.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:42 smithi121 bash[25067]: audit 2023-12-07T15:41:41.326995+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:42.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:42 smithi121 bash[25067]: audit 2023-12-07T15:41:41.336053+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:42.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:42 smithi121 bash[25067]: audit 2023-12-07T15:41:41.338512+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:42.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:42 smithi121 bash[25067]: audit 2023-12-07T15:41:41.340145+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:42.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:42 smithi121 bash[25067]: audit 2023-12-07T15:41:41.351477+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:43.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:43 smithi144 bash[25224]: cluster 2023-12-07T15:41:42.400855+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:43.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:43 smithi121 bash[25067]: cluster 2023-12-07T15:41:42.400855+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:43.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:43 smithi121 bash[30890]: cluster 2023-12-07T15:41:42.400855+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:44.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:44 smithi144 bash[25224]: audit 2023-12-07T15:41:44.257527+0000 mgr.y (mgr.14152) 161 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:44.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:44 smithi144 bash[25224]: audit 2023-12-07T15:41:44.264336+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:41:44.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:44 smithi144 bash[25224]: audit 2023-12-07T15:41:44.271017+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:41:44.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:44 smithi144 bash[25224]: audit 2023-12-07T15:41:44.272714+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:44.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:44 smithi121 bash[25067]: audit 2023-12-07T15:41:44.257527+0000 mgr.y (mgr.14152) 161 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:44.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:44 smithi121 bash[25067]: audit 2023-12-07T15:41:44.264336+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:41:44.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:44 smithi121 bash[25067]: audit 2023-12-07T15:41:44.271017+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:41:44.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:44 smithi121 bash[25067]: audit 2023-12-07T15:41:44.272714+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:44.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:44 smithi121 bash[30890]: audit 2023-12-07T15:41:44.257527+0000 mgr.y (mgr.14152) 161 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:44.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:44 smithi121 bash[30890]: audit 2023-12-07T15:41:44.264336+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:41:44.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:44 smithi121 bash[30890]: audit 2023-12-07T15:41:44.271017+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:41:44.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:44 smithi121 bash[30890]: audit 2023-12-07T15:41:44.272714+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:45.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:45 smithi121 bash[25067]: cluster 2023-12-07T15:41:44.401450+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 2023-12-07T15:41:45.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:45 smithi121 bash[30890]: cluster 2023-12-07T15:41:44.401450+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 2023-12-07T15:41:45.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:45 smithi144 bash[25224]: cluster 2023-12-07T15:41:44.401450+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 2023-12-07T15:41:47.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:47 smithi144 bash[25224]: cluster 2023-12-07T15:41:46.402039+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 2023-12-07T15:41:47.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:47 smithi121 bash[30890]: cluster 2023-12-07T15:41:46.402039+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 2023-12-07T15:41:47.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:47 smithi121 bash[25067]: cluster 2023-12-07T15:41:46.402039+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 2023-12-07T15:41:49.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:49 smithi144 bash[25224]: cluster 2023-12-07T15:41:48.402627+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 2023-12-07T15:41:49.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:49 smithi121 bash[30890]: cluster 2023-12-07T15:41:48.402627+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 2023-12-07T15:41:49.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:49 smithi121 bash[25067]: cluster 2023-12-07T15:41:48.402627+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 2023-12-07T15:41:50.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:50 smithi121 bash[30890]: audit 2023-12-07T15:41:50.107659+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.144:0/2034625003' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "117287c8-fbf6-4420-beee-e85f86a98ffa"}]: dispatch 2023-12-07T15:41:50.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:50 smithi121 bash[30890]: audit 2023-12-07T15:41:50.108757+0000 mon.a (mon.0) 514 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "117287c8-fbf6-4420-beee-e85f86a98ffa"}]: dispatch 2023-12-07T15:41:50.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:50 smithi121 bash[30890]: audit 2023-12-07T15:41:50.116821+0000 mon.a (mon.0) 515 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "117287c8-fbf6-4420-beee-e85f86a98ffa"}]': finished 2023-12-07T15:41:50.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:50 smithi121 bash[30890]: cluster 2023-12-07T15:41:50.116981+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-07T15:41:50.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:50 smithi121 bash[30890]: audit 2023-12-07T15:41:50.117264+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:41:50.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:50 smithi121 bash[25067]: audit 2023-12-07T15:41:50.107659+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.144:0/2034625003' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "117287c8-fbf6-4420-beee-e85f86a98ffa"}]: dispatch 2023-12-07T15:41:50.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:50 smithi121 bash[25067]: audit 2023-12-07T15:41:50.108757+0000 mon.a (mon.0) 514 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "117287c8-fbf6-4420-beee-e85f86a98ffa"}]: dispatch 2023-12-07T15:41:50.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:50 smithi121 bash[25067]: audit 2023-12-07T15:41:50.116821+0000 mon.a (mon.0) 515 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "117287c8-fbf6-4420-beee-e85f86a98ffa"}]': finished 2023-12-07T15:41:50.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:50 smithi121 bash[25067]: cluster 2023-12-07T15:41:50.116981+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-07T15:41:50.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:50 smithi121 bash[25067]: audit 2023-12-07T15:41:50.117264+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:41:50.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:50 smithi144 bash[25224]: audit 2023-12-07T15:41:50.107659+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.144:0/2034625003' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "117287c8-fbf6-4420-beee-e85f86a98ffa"}]: dispatch 2023-12-07T15:41:50.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:50 smithi144 bash[25224]: audit 2023-12-07T15:41:50.108757+0000 mon.a (mon.0) 514 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "117287c8-fbf6-4420-beee-e85f86a98ffa"}]: dispatch 2023-12-07T15:41:50.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:50 smithi144 bash[25224]: audit 2023-12-07T15:41:50.116821+0000 mon.a (mon.0) 515 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "117287c8-fbf6-4420-beee-e85f86a98ffa"}]': finished 2023-12-07T15:41:50.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:50 smithi144 bash[25224]: cluster 2023-12-07T15:41:50.116981+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-07T15:41:50.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:50 smithi144 bash[25224]: audit 2023-12-07T15:41:50.117264+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:41:51.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:51 smithi121 bash[30890]: cluster 2023-12-07T15:41:50.403265+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:51.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:51 smithi121 bash[30890]: audit 2023-12-07T15:41:50.807189+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.144:0/1663778791' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:41:51.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:51 smithi121 bash[25067]: cluster 2023-12-07T15:41:50.403265+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:51.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:51 smithi121 bash[25067]: audit 2023-12-07T15:41:50.807189+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.144:0/1663778791' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:41:51.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:51 smithi144 bash[25224]: cluster 2023-12-07T15:41:50.403265+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:51.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:51 smithi144 bash[25224]: audit 2023-12-07T15:41:50.807189+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.144:0/1663778791' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:41:53.057 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:41:52 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:41:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:41:53.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:53 smithi144 bash[25224]: cluster 2023-12-07T15:41:52.403973+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:53.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:53 smithi144 bash[25224]: audit 2023-12-07T15:41:52.655432+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:53.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:53 smithi144 bash[25224]: audit 2023-12-07T15:41:52.663723+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:54.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:53 smithi121 bash[25067]: cluster 2023-12-07T15:41:52.403973+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:54.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:53 smithi121 bash[25067]: audit 2023-12-07T15:41:52.655432+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:54.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:53 smithi121 bash[25067]: audit 2023-12-07T15:41:52.663723+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:54.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:53 smithi121 bash[30890]: cluster 2023-12-07T15:41:52.403973+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:54.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:53 smithi121 bash[30890]: audit 2023-12-07T15:41:52.655432+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:54.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:53 smithi121 bash[30890]: audit 2023-12-07T15:41:52.663723+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:56.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:55 smithi121 bash[25067]: cluster 2023-12-07T15:41:54.404630+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:56.057 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:55 smithi121 bash[30890]: cluster 2023-12-07T15:41:54.404630+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:56.065 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:55 smithi144 bash[25224]: cluster 2023-12-07T15:41:54.404630+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:58.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:57 smithi144 bash[25224]: cluster 2023-12-07T15:41:56.405231+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:58.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:57 smithi121 bash[25067]: cluster 2023-12-07T15:41:56.405231+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:58.057 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:57 smithi121 bash[30890]: cluster 2023-12-07T15:41:56.405231+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:59.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:58 smithi121 bash[25067]: audit 2023-12-07T15:41:58.426905+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:41:59.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:58 smithi121 bash[25067]: audit 2023-12-07T15:41:58.429320+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:41:59.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:58 smithi121 bash[30890]: audit 2023-12-07T15:41:58.426905+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:41:59.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:58 smithi121 bash[30890]: audit 2023-12-07T15:41:58.429320+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:41:59.065 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:58 smithi144 bash[25224]: audit 2023-12-07T15:41:58.426905+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:41:59.065 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:58 smithi144 bash[25224]: audit 2023-12-07T15:41:58.429320+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:41:59.673 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:41:59 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:41:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:41:59.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:59 smithi144 bash[25224]: cluster 2023-12-07T15:41:58.405853+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:41:59.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:59 smithi144 bash[25224]: audit 2023-12-07T15:41:59.586348+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:41:59.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:41:59 smithi144 bash[25224]: audit 2023-12-07T15:41:59.594246+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:00.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:59 smithi121 bash[25067]: cluster 2023-12-07T15:41:58.405853+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:00.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:59 smithi121 bash[25067]: audit 2023-12-07T15:41:59.586348+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:00.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:41:59 smithi121 bash[25067]: audit 2023-12-07T15:41:59.594246+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:00.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:59 smithi121 bash[30890]: cluster 2023-12-07T15:41:58.405853+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:00.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:59 smithi121 bash[30890]: audit 2023-12-07T15:41:59.586348+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:00.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:41:59 smithi121 bash[30890]: audit 2023-12-07T15:41:59.594246+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:00.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:00 smithi144 bash[25224]: audit 2023-12-07T15:42:00.158950+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T15:42:00.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:00 smithi144 bash[25224]: audit 2023-12-07T15:42:00.161065+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:00.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:00 smithi144 bash[25224]: cephadm 2023-12-07T15:42:00.162740+0000 mgr.y (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.4 on smithi144 2023-12-07T15:42:01.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:00 smithi121 bash[25067]: audit 2023-12-07T15:42:00.158950+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T15:42:01.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:00 smithi121 bash[25067]: audit 2023-12-07T15:42:00.161065+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:01.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:00 smithi121 bash[25067]: cephadm 2023-12-07T15:42:00.162740+0000 mgr.y (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.4 on smithi144 2023-12-07T15:42:01.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:00 smithi121 bash[30890]: audit 2023-12-07T15:42:00.158950+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T15:42:01.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:00 smithi121 bash[30890]: audit 2023-12-07T15:42:00.161065+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:01.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:00 smithi121 bash[30890]: cephadm 2023-12-07T15:42:00.162740+0000 mgr.y (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.4 on smithi144 2023-12-07T15:42:01.856 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:01 smithi144 bash[25224]: cluster 2023-12-07T15:42:00.406466+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:02.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:01 smithi121 bash[25067]: cluster 2023-12-07T15:42:00.406466+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:02.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:01 smithi121 bash[30890]: cluster 2023-12-07T15:42:00.406466+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:03.716 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:03 smithi144 bash[25224]: cluster 2023-12-07T15:42:02.407137+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:03.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:03 smithi121 bash[25067]: cluster 2023-12-07T15:42:02.407137+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:03.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:03 smithi121 bash[30890]: cluster 2023-12-07T15:42:02.407137+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:05.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:04 smithi144 bash[25224]: audit 2023-12-07T15:42:03.968480+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:05.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:04 smithi144 bash[25224]: audit 2023-12-07T15:42:03.980907+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:05.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:04 smithi144 bash[25224]: audit 2023-12-07T15:42:03.984493+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:05.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:04 smithi144 bash[25224]: audit 2023-12-07T15:42:03.986749+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:05.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:04 smithi144 bash[25224]: audit 2023-12-07T15:42:04.000178+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:05.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:04 smithi121 bash[25067]: audit 2023-12-07T15:42:03.968480+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:04 smithi121 bash[25067]: audit 2023-12-07T15:42:03.980907+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:04 smithi121 bash[25067]: audit 2023-12-07T15:42:03.984493+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:04 smithi121 bash[25067]: audit 2023-12-07T15:42:03.986749+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:04 smithi121 bash[25067]: audit 2023-12-07T15:42:04.000178+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:05.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:04 smithi121 bash[30890]: audit 2023-12-07T15:42:03.968480+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:05.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:04 smithi121 bash[30890]: audit 2023-12-07T15:42:03.980907+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:05.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:04 smithi121 bash[30890]: audit 2023-12-07T15:42:03.984493+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:05.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:04 smithi121 bash[30890]: audit 2023-12-07T15:42:03.986749+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:05.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:04 smithi121 bash[30890]: audit 2023-12-07T15:42:04.000178+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:06.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:06 smithi121 bash[30890]: cluster 2023-12-07T15:42:04.407757+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:06.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:06 smithi121 bash[25067]: cluster 2023-12-07T15:42:04.407757+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:06.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:06 smithi144 bash[25224]: cluster 2023-12-07T15:42:04.407757+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:08.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:08 smithi121 bash[25067]: cluster 2023-12-07T15:42:06.408363+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:08.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:08 smithi121 bash[30890]: cluster 2023-12-07T15:42:06.408363+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:08.345 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:08 smithi144 bash[25224]: cluster 2023-12-07T15:42:06.408363+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:10.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:10 smithi144 bash[25224]: cluster 2023-12-07T15:42:08.408949+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:10.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:10 smithi121 bash[25067]: cluster 2023-12-07T15:42:08.408949+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:10.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:10 smithi121 bash[30890]: cluster 2023-12-07T15:42:08.408949+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:10.310 INFO:teuthology.orchestra.run.smithi144.stdout:Created osd(s) 4 on host 'smithi144' 2023-12-07T15:42:10.915 DEBUG:teuthology.orchestra.run.smithi144:osd.4> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.4.service 2023-12-07T15:42:10.917 INFO:tasks.cephadm:Deploying osd.5 on smithi144 with /dev/vg_nvme/lv_3... 2023-12-07T15:42:10.917 DEBUG:teuthology.orchestra.run.smithi144:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-07T15:42:11.310 INFO:journalctl@ceph.osd.4.smithi144.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:42:11.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:11 smithi144 bash[25224]: audit 2023-12-07T15:42:10.308890+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:11.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:11 smithi144 bash[25224]: audit 2023-12-07T15:42:10.337542+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:11.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:11 smithi144 bash[25224]: audit 2023-12-07T15:42:10.340068+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:11.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:11 smithi144 bash[25224]: audit 2023-12-07T15:42:10.341906+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:11.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:11 smithi144 bash[25224]: audit 2023-12-07T15:42:10.346295+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:42:11.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:11 smithi144 bash[25224]: audit 2023-12-07T15:42:10.356095+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:11.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:11 smithi144 bash[25224]: audit 2023-12-07T15:42:10.364640+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:11.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:11 smithi144 bash[25224]: audit 2023-12-07T15:42:10.751285+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/1188726530,v1:172.21.15.144:6801/1188726530]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:42:11.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:11 smithi144 bash[25224]: audit 2023-12-07T15:42:10.752226+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 2023-12-07T15:42:11.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[25067]: audit 2023-12-07T15:42:10.308890+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:11.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[25067]: audit 2023-12-07T15:42:10.337542+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:11.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[25067]: audit 2023-12-07T15:42:10.340068+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:11.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[25067]: audit 2023-12-07T15:42:10.341906+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:11.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[25067]: audit 2023-12-07T15:42:10.346295+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:42:11.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[25067]: audit 2023-12-07T15:42:10.356095+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:11.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[25067]: audit 2023-12-07T15:42:10.364640+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:11.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[25067]: audit 2023-12-07T15:42:10.751285+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/1188726530,v1:172.21.15.144:6801/1188726530]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:42:11.651 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[25067]: audit 2023-12-07T15:42:10.752226+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 2023-12-07T15:42:11.651 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[30890]: audit 2023-12-07T15:42:10.308890+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:11.651 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[30890]: audit 2023-12-07T15:42:10.337542+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:11.651 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[30890]: audit 2023-12-07T15:42:10.340068+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:11.651 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[30890]: audit 2023-12-07T15:42:10.341906+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:11.651 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[30890]: audit 2023-12-07T15:42:10.346295+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:42:11.651 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[30890]: audit 2023-12-07T15:42:10.356095+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:11.651 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[30890]: audit 2023-12-07T15:42:10.364640+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:11.651 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[30890]: audit 2023-12-07T15:42:10.751285+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/1188726530,v1:172.21.15.144:6801/1188726530]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:42:11.651 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:11 smithi121 bash[30890]: audit 2023-12-07T15:42:10.752226+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 2023-12-07T15:42:12.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:12 smithi144 bash[25224]: cephadm 2023-12-07T15:42:10.347747+0000 mgr.y (mgr.14152) 176 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 16247M 2023-12-07T15:42:12.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:12 smithi144 bash[25224]: cluster 2023-12-07T15:42:10.409544+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:12.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:12 smithi144 bash[25224]: audit 2023-12-07T15:42:11.374445+0000 mon.a (mon.0) 539 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-07T15:42:12.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:12 smithi144 bash[25224]: cluster 2023-12-07T15:42:11.374629+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-07T15:42:12.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:12 smithi144 bash[25224]: audit 2023-12-07T15:42:11.374957+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:42:12.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:12 smithi144 bash[25224]: audit 2023-12-07T15:42:11.378189+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/1188726530,v1:172.21.15.144:6801/1188726530]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:42:12.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:12 smithi144 bash[25224]: audit 2023-12-07T15:42:11.378979+0000 mon.a (mon.0) 542 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:42:12.624 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:42:12 smithi144 bash[30788]: debug 2023-12-07T15:42:12.384+0000 7f6e6688b700 -1 osd.4 0 waiting for initial osdmap 2023-12-07T15:42:12.624 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:42:12 smithi144 bash[30788]: debug 2023-12-07T15:42:12.392+0000 7f6e61a23700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:42:12.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:12 smithi121 bash[30890]: cephadm 2023-12-07T15:42:10.347747+0000 mgr.y (mgr.14152) 176 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 16247M 2023-12-07T15:42:12.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:12 smithi121 bash[30890]: cluster 2023-12-07T15:42:10.409544+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:12.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:12 smithi121 bash[30890]: audit 2023-12-07T15:42:11.374445+0000 mon.a (mon.0) 539 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-07T15:42:12.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:12 smithi121 bash[30890]: cluster 2023-12-07T15:42:11.374629+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-07T15:42:12.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:12 smithi121 bash[30890]: audit 2023-12-07T15:42:11.374957+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:42:12.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:12 smithi121 bash[30890]: audit 2023-12-07T15:42:11.378189+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/1188726530,v1:172.21.15.144:6801/1188726530]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:42:12.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:12 smithi121 bash[30890]: audit 2023-12-07T15:42:11.378979+0000 mon.a (mon.0) 542 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:42:12.781 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:12 smithi121 bash[25067]: cephadm 2023-12-07T15:42:10.347747+0000 mgr.y (mgr.14152) 176 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 16247M 2023-12-07T15:42:12.781 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:12 smithi121 bash[25067]: cluster 2023-12-07T15:42:10.409544+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:12.781 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:12 smithi121 bash[25067]: audit 2023-12-07T15:42:11.374445+0000 mon.a (mon.0) 539 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-07T15:42:12.782 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:12 smithi121 bash[25067]: cluster 2023-12-07T15:42:11.374629+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-07T15:42:12.782 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:12 smithi121 bash[25067]: audit 2023-12-07T15:42:11.374957+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:42:12.782 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:12 smithi121 bash[25067]: audit 2023-12-07T15:42:11.378189+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/1188726530,v1:172.21.15.144:6801/1188726530]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:42:12.782 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:12 smithi121 bash[25067]: audit 2023-12-07T15:42:11.378979+0000 mon.a (mon.0) 542 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:42:12.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:42:12 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:42:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:42:13.760 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:13 smithi144 bash[25224]: audit 2023-12-07T15:42:12.378687+0000 mon.a (mon.0) 543 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2023-12-07T15:42:13.760 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:13 smithi144 bash[25224]: cluster 2023-12-07T15:42:12.378922+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2023-12-07T15:42:13.760 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:13 smithi144 bash[25224]: audit 2023-12-07T15:42:12.379235+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:42:13.760 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:13 smithi144 bash[25224]: audit 2023-12-07T15:42:12.387127+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:42:13.760 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:13 smithi144 bash[25224]: cluster 2023-12-07T15:42:12.410014+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:13.760 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:13 smithi144 bash[25224]: cluster 2023-12-07T15:42:12.415796+0000 mon.a (mon.0) 547 : cluster [INF] osd.4 [v2:172.21.15.144:6800/1188726530,v1:172.21.15.144:6801/1188726530] boot 2023-12-07T15:42:13.761 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:13 smithi144 bash[25224]: cluster 2023-12-07T15:42:12.415951+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-07T15:42:13.761 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:13 smithi144 bash[25224]: audit 2023-12-07T15:42:12.417862+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:42:13.761 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:13 smithi144 bash[25224]: audit 2023-12-07T15:42:12.771786+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:13.761 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:13 smithi144 bash[25224]: cephadm 2023-12-07T15:42:12.773320+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi144 2023-12-07T15:42:13.761 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:13 smithi144 bash[25224]: audit 2023-12-07T15:42:12.779614+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:13.761 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:13 smithi144 bash[25224]: audit 2023-12-07T15:42:12.789020+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:13.761 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:13 smithi144 bash[25224]: audit 2023-12-07T15:42:12.791252+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:13.761 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:13 smithi144 bash[25224]: audit 2023-12-07T15:42:12.792616+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:13.761 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:13 smithi144 bash[25224]: cluster 2023-12-07T15:42:12.796402+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:13.761 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:13 smithi144 bash[25224]: audit 2023-12-07T15:42:12.801853+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:13.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[25067]: audit 2023-12-07T15:42:12.378687+0000 mon.a (mon.0) 543 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2023-12-07T15:42:13.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[25067]: cluster 2023-12-07T15:42:12.378922+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2023-12-07T15:42:13.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[25067]: audit 2023-12-07T15:42:12.379235+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:42:13.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[25067]: audit 2023-12-07T15:42:12.387127+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:42:13.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[25067]: cluster 2023-12-07T15:42:12.410014+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:13.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[25067]: cluster 2023-12-07T15:42:12.415796+0000 mon.a (mon.0) 547 : cluster [INF] osd.4 [v2:172.21.15.144:6800/1188726530,v1:172.21.15.144:6801/1188726530] boot 2023-12-07T15:42:13.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[25067]: cluster 2023-12-07T15:42:12.415951+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-07T15:42:13.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[25067]: audit 2023-12-07T15:42:12.417862+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:42:13.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[25067]: audit 2023-12-07T15:42:12.771786+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:13.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[25067]: cephadm 2023-12-07T15:42:12.773320+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi144 2023-12-07T15:42:13.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[25067]: audit 2023-12-07T15:42:12.779614+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:13.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[25067]: audit 2023-12-07T15:42:12.789020+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:13.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[25067]: audit 2023-12-07T15:42:12.791252+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:13.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[25067]: audit 2023-12-07T15:42:12.792616+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:13.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[25067]: cluster 2023-12-07T15:42:12.796402+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:13.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[25067]: audit 2023-12-07T15:42:12.801853+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:13.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[30890]: audit 2023-12-07T15:42:12.378687+0000 mon.a (mon.0) 543 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2023-12-07T15:42:13.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[30890]: cluster 2023-12-07T15:42:12.378922+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2023-12-07T15:42:13.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[30890]: audit 2023-12-07T15:42:12.379235+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:42:13.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[30890]: audit 2023-12-07T15:42:12.387127+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:42:13.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[30890]: cluster 2023-12-07T15:42:12.410014+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:13.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[30890]: cluster 2023-12-07T15:42:12.415796+0000 mon.a (mon.0) 547 : cluster [INF] osd.4 [v2:172.21.15.144:6800/1188726530,v1:172.21.15.144:6801/1188726530] boot 2023-12-07T15:42:13.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[30890]: cluster 2023-12-07T15:42:12.415951+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-07T15:42:13.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[30890]: audit 2023-12-07T15:42:12.417862+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:42:13.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[30890]: audit 2023-12-07T15:42:12.771786+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:13.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[30890]: cephadm 2023-12-07T15:42:12.773320+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi144 2023-12-07T15:42:13.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[30890]: audit 2023-12-07T15:42:12.779614+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:13.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[30890]: audit 2023-12-07T15:42:12.789020+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:13.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[30890]: audit 2023-12-07T15:42:12.791252+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:13.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[30890]: audit 2023-12-07T15:42:12.792616+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:13.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[30890]: cluster 2023-12-07T15:42:12.796402+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-07T15:42:13.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:13 smithi121 bash[30890]: audit 2023-12-07T15:42:12.801853+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:14.378 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-07T15:42:14.379 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-07T15:42:14.379 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10+0 records in 2023-12-07T15:42:14.379 INFO:teuthology.orchestra.run.smithi144.stderr:10+0 records out 2023-12-07T15:42:14.379 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0185103 s, 566 MB/s 2023-12-07T15:42:14.379 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping successful for: 2023-12-07T15:42:14.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:42:14] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:42:14.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[30890]: cluster 2023-12-07T15:42:11.723265+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:42:14.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[30890]: cluster 2023-12-07T15:42:11.723454+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:42:14.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[30890]: cluster 2023-12-07T15:42:13.409380+0000 mon.a (mon.0) 556 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-07T15:42:14.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[30890]: cluster 2023-12-07T15:42:13.428445+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-07T15:42:14.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[30890]: audit 2023-12-07T15:42:14.291299+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:14.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[30890]: audit 2023-12-07T15:42:14.297769+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:14.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[30890]: audit 2023-12-07T15:42:14.323144+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:14.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[30890]: audit 2023-12-07T15:42:14.325723+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:14.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[30890]: audit 2023-12-07T15:42:14.327408+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:14.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[30890]: cluster 2023-12-07T15:42:14.331638+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v151: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:14.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[30890]: audit 2023-12-07T15:42:14.338625+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:14.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[25067]: cluster 2023-12-07T15:42:11.723265+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:42:14.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[25067]: cluster 2023-12-07T15:42:11.723454+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:42:14.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[25067]: cluster 2023-12-07T15:42:13.409380+0000 mon.a (mon.0) 556 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-07T15:42:14.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[25067]: cluster 2023-12-07T15:42:13.428445+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-07T15:42:14.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[25067]: audit 2023-12-07T15:42:14.291299+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:14.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[25067]: audit 2023-12-07T15:42:14.297769+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:14.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[25067]: audit 2023-12-07T15:42:14.323144+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:14.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[25067]: audit 2023-12-07T15:42:14.325723+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:14.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[25067]: audit 2023-12-07T15:42:14.327408+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:14.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[25067]: cluster 2023-12-07T15:42:14.331638+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v151: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:14.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:14 smithi121 bash[25067]: audit 2023-12-07T15:42:14.338625+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:14.680 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:14 smithi144 bash[25224]: cluster 2023-12-07T15:42:11.723265+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:42:14.680 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:14 smithi144 bash[25224]: cluster 2023-12-07T15:42:11.723454+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:42:14.680 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:14 smithi144 bash[25224]: cluster 2023-12-07T15:42:13.409380+0000 mon.a (mon.0) 556 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-07T15:42:14.680 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:14 smithi144 bash[25224]: cluster 2023-12-07T15:42:13.428445+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-07T15:42:14.680 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:14 smithi144 bash[25224]: audit 2023-12-07T15:42:14.291299+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:14.680 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:14 smithi144 bash[25224]: audit 2023-12-07T15:42:14.297769+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:14.680 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:14 smithi144 bash[25224]: audit 2023-12-07T15:42:14.323144+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:14.680 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:14 smithi144 bash[25224]: audit 2023-12-07T15:42:14.325723+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:14.680 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:14 smithi144 bash[25224]: audit 2023-12-07T15:42:14.327408+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:14.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:14 smithi144 bash[25224]: cluster 2023-12-07T15:42:14.331638+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v151: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:14.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:14 smithi144 bash[25224]: audit 2023-12-07T15:42:14.338625+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:15.264 DEBUG:teuthology.orchestra.run.smithi144:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi144:vg_nvme/lv_3 2023-12-07T15:42:15.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:15 smithi144 bash[25224]: cluster 2023-12-07T15:42:14.432173+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-07T15:42:15.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:15 smithi144 bash[25224]: cluster 2023-12-07T15:42:15.295598+0000 mon.a (mon.0) 565 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-07T15:42:15.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:15 smithi144 bash[25224]: cluster 2023-12-07T15:42:15.295664+0000 mon.a (mon.0) 566 : cluster [INF] Cluster is now healthy 2023-12-07T15:42:15.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:15 smithi121 bash[25067]: cluster 2023-12-07T15:42:14.432173+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-07T15:42:15.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:15 smithi121 bash[25067]: cluster 2023-12-07T15:42:15.295598+0000 mon.a (mon.0) 565 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-07T15:42:15.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:15 smithi121 bash[25067]: cluster 2023-12-07T15:42:15.295664+0000 mon.a (mon.0) 566 : cluster [INF] Cluster is now healthy 2023-12-07T15:42:15.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:15 smithi121 bash[30890]: cluster 2023-12-07T15:42:14.432173+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-07T15:42:15.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:15 smithi121 bash[30890]: cluster 2023-12-07T15:42:15.295598+0000 mon.a (mon.0) 565 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-07T15:42:15.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:15 smithi121 bash[30890]: cluster 2023-12-07T15:42:15.295664+0000 mon.a (mon.0) 566 : cluster [INF] Cluster is now healthy 2023-12-07T15:42:16.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:16 smithi144 bash[25224]: cluster 2023-12-07T15:42:15.433027+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-07T15:42:16.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:16 smithi144 bash[25224]: cluster 2023-12-07T15:42:16.332167+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v154: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:16.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:16 smithi121 bash[25067]: cluster 2023-12-07T15:42:15.433027+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-07T15:42:16.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:16 smithi121 bash[25067]: cluster 2023-12-07T15:42:16.332167+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v154: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:16.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:16 smithi121 bash[30890]: cluster 2023-12-07T15:42:15.433027+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-07T15:42:16.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:16 smithi121 bash[30890]: cluster 2023-12-07T15:42:16.332167+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v154: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:17.713 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:17 smithi144 bash[25224]: cluster 2023-12-07T15:42:16.454795+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2023-12-07T15:42:17.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:17 smithi121 bash[25067]: cluster 2023-12-07T15:42:16.454795+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2023-12-07T15:42:17.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:17 smithi121 bash[30890]: cluster 2023-12-07T15:42:16.454795+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2023-12-07T15:42:18.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:18 smithi121 bash[30890]: cluster 2023-12-07T15:42:18.332844+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v156: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:18.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:18 smithi121 bash[25067]: cluster 2023-12-07T15:42:18.332844+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v156: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:18.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:18 smithi144 bash[25224]: cluster 2023-12-07T15:42:18.332844+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v156: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:19.722 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:19 smithi121 bash[30890]: audit 2023-12-07T15:42:18.605701+0000 mgr.y (mgr.14152) 184 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:19.722 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:19 smithi121 bash[30890]: audit 2023-12-07T15:42:18.612579+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:42:19.722 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:19 smithi121 bash[30890]: audit 2023-12-07T15:42:18.619130+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:42:19.722 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:19 smithi121 bash[30890]: audit 2023-12-07T15:42:18.620835+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:19.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:19 smithi121 bash[25067]: audit 2023-12-07T15:42:18.605701+0000 mgr.y (mgr.14152) 184 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:19.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:19 smithi121 bash[25067]: audit 2023-12-07T15:42:18.612579+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:42:19.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:19 smithi121 bash[25067]: audit 2023-12-07T15:42:18.619130+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:42:19.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:19 smithi121 bash[25067]: audit 2023-12-07T15:42:18.620835+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:19.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:19 smithi144 bash[25224]: audit 2023-12-07T15:42:18.605701+0000 mgr.y (mgr.14152) 184 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:19.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:19 smithi144 bash[25224]: audit 2023-12-07T15:42:18.612579+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:42:19.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:19 smithi144 bash[25224]: audit 2023-12-07T15:42:18.619130+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:42:19.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:19 smithi144 bash[25224]: audit 2023-12-07T15:42:18.620835+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:20.057 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:42:19 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:42:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:42:21.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:20 smithi121 bash[25067]: audit 2023-12-07T15:42:19.712458+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:21.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:20 smithi121 bash[25067]: audit 2023-12-07T15:42:19.720344+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:21.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:20 smithi121 bash[25067]: cluster 2023-12-07T15:42:20.333473+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; 86 KiB/s, 0 objects/s recovering 2023-12-07T15:42:21.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:20 smithi121 bash[30890]: audit 2023-12-07T15:42:19.712458+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:21.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:20 smithi121 bash[30890]: audit 2023-12-07T15:42:19.720344+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:21.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:20 smithi121 bash[30890]: cluster 2023-12-07T15:42:20.333473+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; 86 KiB/s, 0 objects/s recovering 2023-12-07T15:42:21.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:20 smithi144 bash[25224]: audit 2023-12-07T15:42:19.712458+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:21.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:20 smithi144 bash[25224]: audit 2023-12-07T15:42:19.720344+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:21.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:20 smithi144 bash[25224]: cluster 2023-12-07T15:42:20.333473+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; 86 KiB/s, 0 objects/s recovering 2023-12-07T15:42:22.612 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:22 smithi144 bash[25224]: cluster 2023-12-07T15:42:22.334082+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; 65 KiB/s, 0 objects/s recovering 2023-12-07T15:42:22.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:22 smithi121 bash[25067]: cluster 2023-12-07T15:42:22.334082+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; 65 KiB/s, 0 objects/s recovering 2023-12-07T15:42:22.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:22 smithi121 bash[30890]: cluster 2023-12-07T15:42:22.334082+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; 65 KiB/s, 0 objects/s recovering 2023-12-07T15:42:24.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:24 smithi121 bash[25067]: cluster 2023-12-07T15:42:24.334710+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; 58 KiB/s, 0 objects/s recovering 2023-12-07T15:42:24.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:24 smithi121 bash[30890]: cluster 2023-12-07T15:42:24.334710+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; 58 KiB/s, 0 objects/s recovering 2023-12-07T15:42:24.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:24 smithi144 bash[25224]: cluster 2023-12-07T15:42:24.334710+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; 58 KiB/s, 0 objects/s recovering 2023-12-07T15:42:25.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:25 smithi121 bash[25067]: audit 2023-12-07T15:42:24.665220+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.144:0/2668595380' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81c52ac1-c1af-41e9-a2ba-17e0541d90d6"}]: dispatch 2023-12-07T15:42:25.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:25 smithi121 bash[25067]: audit 2023-12-07T15:42:24.665929+0000 mon.a (mon.0) 574 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81c52ac1-c1af-41e9-a2ba-17e0541d90d6"}]: dispatch 2023-12-07T15:42:25.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:25 smithi121 bash[25067]: audit 2023-12-07T15:42:24.674790+0000 mon.a (mon.0) 575 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "81c52ac1-c1af-41e9-a2ba-17e0541d90d6"}]': finished 2023-12-07T15:42:25.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:25 smithi121 bash[25067]: cluster 2023-12-07T15:42:24.674895+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-07T15:42:25.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:25 smithi121 bash[25067]: audit 2023-12-07T15:42:24.675061+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:42:25.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:25 smithi121 bash[30890]: audit 2023-12-07T15:42:24.665220+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.144:0/2668595380' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81c52ac1-c1af-41e9-a2ba-17e0541d90d6"}]: dispatch 2023-12-07T15:42:25.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:25 smithi121 bash[30890]: audit 2023-12-07T15:42:24.665929+0000 mon.a (mon.0) 574 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81c52ac1-c1af-41e9-a2ba-17e0541d90d6"}]: dispatch 2023-12-07T15:42:25.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:25 smithi121 bash[30890]: audit 2023-12-07T15:42:24.674790+0000 mon.a (mon.0) 575 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "81c52ac1-c1af-41e9-a2ba-17e0541d90d6"}]': finished 2023-12-07T15:42:25.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:25 smithi121 bash[30890]: cluster 2023-12-07T15:42:24.674895+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-07T15:42:25.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:25 smithi121 bash[30890]: audit 2023-12-07T15:42:24.675061+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:42:25.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:25 smithi144 bash[25224]: audit 2023-12-07T15:42:24.665220+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.144:0/2668595380' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81c52ac1-c1af-41e9-a2ba-17e0541d90d6"}]: dispatch 2023-12-07T15:42:25.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:25 smithi144 bash[25224]: audit 2023-12-07T15:42:24.665929+0000 mon.a (mon.0) 574 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81c52ac1-c1af-41e9-a2ba-17e0541d90d6"}]: dispatch 2023-12-07T15:42:25.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:25 smithi144 bash[25224]: audit 2023-12-07T15:42:24.674790+0000 mon.a (mon.0) 575 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "81c52ac1-c1af-41e9-a2ba-17e0541d90d6"}]': finished 2023-12-07T15:42:25.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:25 smithi144 bash[25224]: cluster 2023-12-07T15:42:24.674895+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-07T15:42:25.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:25 smithi144 bash[25224]: audit 2023-12-07T15:42:24.675061+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:42:26.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:26 smithi121 bash[25067]: audit 2023-12-07T15:42:25.401556+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.144:0/2341091725' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:42:26.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:26 smithi121 bash[25067]: cluster 2023-12-07T15:42:26.335354+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-07T15:42:26.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:26 smithi121 bash[30890]: audit 2023-12-07T15:42:25.401556+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.144:0/2341091725' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:42:26.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:26 smithi121 bash[30890]: cluster 2023-12-07T15:42:26.335354+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-07T15:42:26.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:26 smithi144 bash[25224]: audit 2023-12-07T15:42:25.401556+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.144:0/2341091725' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:42:26.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:26 smithi144 bash[25224]: cluster 2023-12-07T15:42:26.335354+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-07T15:42:28.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:28 smithi121 bash[25067]: cluster 2023-12-07T15:42:28.335913+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-07T15:42:28.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:28 smithi121 bash[30890]: cluster 2023-12-07T15:42:28.335913+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-07T15:42:28.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:28 smithi144 bash[25224]: cluster 2023-12-07T15:42:28.335913+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-07T15:42:30.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:30 smithi121 bash[25067]: cluster 2023-12-07T15:42:30.336500+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:30.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:30 smithi121 bash[30890]: cluster 2023-12-07T15:42:30.336500+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:30.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:30 smithi144 bash[25224]: cluster 2023-12-07T15:42:30.336500+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:32.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:32 smithi144 bash[25224]: cluster 2023-12-07T15:42:32.337170+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:32.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:32 smithi121 bash[25067]: cluster 2023-12-07T15:42:32.337170+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:32.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:32 smithi121 bash[30890]: cluster 2023-12-07T15:42:32.337170+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:33.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:42:33 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:42:33] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:42:34.585 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:34 smithi144 bash[25224]: audit 2023-12-07T15:42:33.440373+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:34.585 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:34 smithi144 bash[25224]: audit 2023-12-07T15:42:33.446808+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:34.585 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:34 smithi144 bash[25224]: cluster 2023-12-07T15:42:34.337847+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:34.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:34 smithi121 bash[30890]: audit 2023-12-07T15:42:33.440373+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:34.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:34 smithi121 bash[30890]: audit 2023-12-07T15:42:33.446808+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:34.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:34 smithi121 bash[30890]: cluster 2023-12-07T15:42:34.337847+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:34.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:34 smithi121 bash[25067]: audit 2023-12-07T15:42:33.440373+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:34.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:34 smithi121 bash[25067]: audit 2023-12-07T15:42:33.446808+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:34.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:34 smithi121 bash[25067]: cluster 2023-12-07T15:42:34.337847+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:35.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:35 smithi121 bash[30890]: audit 2023-12-07T15:42:35.497537+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T15:42:35.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:35 smithi121 bash[30890]: audit 2023-12-07T15:42:35.499173+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:35.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:35 smithi121 bash[25067]: audit 2023-12-07T15:42:35.497537+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T15:42:35.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:35 smithi121 bash[25067]: audit 2023-12-07T15:42:35.499173+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:35.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:35 smithi144 bash[25224]: audit 2023-12-07T15:42:35.497537+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T15:42:35.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:35 smithi144 bash[25224]: audit 2023-12-07T15:42:35.499173+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:36.840 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:36 smithi121 bash[25067]: cephadm 2023-12-07T15:42:35.500638+0000 mgr.y (mgr.14152) 193 : cephadm [INF] Deploying daemon osd.5 on smithi144 2023-12-07T15:42:36.841 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:36 smithi121 bash[25067]: cluster 2023-12-07T15:42:36.338452+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:36.841 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:36 smithi121 bash[30890]: cephadm 2023-12-07T15:42:35.500638+0000 mgr.y (mgr.14152) 193 : cephadm [INF] Deploying daemon osd.5 on smithi144 2023-12-07T15:42:36.841 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:36 smithi121 bash[30890]: cluster 2023-12-07T15:42:36.338452+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:36.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:36 smithi144 bash[25224]: cephadm 2023-12-07T15:42:35.500638+0000 mgr.y (mgr.14152) 193 : cephadm [INF] Deploying daemon osd.5 on smithi144 2023-12-07T15:42:36.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:36 smithi144 bash[25224]: cluster 2023-12-07T15:42:36.338452+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:38.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:38 smithi144 bash[25224]: cluster 2023-12-07T15:42:38.339121+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:38.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:38 smithi121 bash[30890]: cluster 2023-12-07T15:42:38.339121+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:38.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:38 smithi121 bash[25067]: cluster 2023-12-07T15:42:38.339121+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:40.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:42:39 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:42:39] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:42:41.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:40 smithi144 bash[25224]: audit 2023-12-07T15:42:39.844975+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:41.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:40 smithi144 bash[25224]: audit 2023-12-07T15:42:39.852017+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:41.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:40 smithi144 bash[25224]: cluster 2023-12-07T15:42:40.339937+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:41.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:40 smithi121 bash[25067]: audit 2023-12-07T15:42:39.844975+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:41.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:40 smithi121 bash[25067]: audit 2023-12-07T15:42:39.852017+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:41.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:40 smithi121 bash[25067]: cluster 2023-12-07T15:42:40.339937+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:41.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:40 smithi121 bash[30890]: audit 2023-12-07T15:42:39.844975+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:41.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:40 smithi121 bash[30890]: audit 2023-12-07T15:42:39.852017+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:41.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:40 smithi121 bash[30890]: cluster 2023-12-07T15:42:40.339937+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:42.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:42 smithi144 bash[25224]: audit 2023-12-07T15:42:41.776566+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:42.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:42 smithi144 bash[25224]: audit 2023-12-07T15:42:41.781143+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:42.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:42 smithi144 bash[25224]: audit 2023-12-07T15:42:41.783981+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:42.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:42 smithi144 bash[25224]: audit 2023-12-07T15:42:41.785506+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:42.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:42 smithi144 bash[25224]: audit 2023-12-07T15:42:41.796517+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:42.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:42 smithi144 bash[25224]: cluster 2023-12-07T15:42:42.340498+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:43.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:42 smithi121 bash[25067]: audit 2023-12-07T15:42:41.776566+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:43.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:42 smithi121 bash[25067]: audit 2023-12-07T15:42:41.781143+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:43.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:42 smithi121 bash[25067]: audit 2023-12-07T15:42:41.783981+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:43.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:42 smithi121 bash[25067]: audit 2023-12-07T15:42:41.785506+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:43.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:42 smithi121 bash[25067]: audit 2023-12-07T15:42:41.796517+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:43.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:42 smithi121 bash[25067]: cluster 2023-12-07T15:42:42.340498+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:43.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:42 smithi121 bash[30890]: audit 2023-12-07T15:42:41.776566+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:43.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:42 smithi121 bash[30890]: audit 2023-12-07T15:42:41.781143+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:43.059 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:42 smithi121 bash[30890]: audit 2023-12-07T15:42:41.783981+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:43.059 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:42 smithi121 bash[30890]: audit 2023-12-07T15:42:41.785506+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:43.059 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:42 smithi121 bash[30890]: audit 2023-12-07T15:42:41.796517+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:43.059 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:42 smithi121 bash[30890]: cluster 2023-12-07T15:42:42.340498+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:44.708 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:44 smithi144 bash[25224]: cluster 2023-12-07T15:42:44.341065+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:44.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:44 smithi121 bash[25067]: cluster 2023-12-07T15:42:44.341065+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:44.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:44 smithi121 bash[30890]: cluster 2023-12-07T15:42:44.341065+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:46.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:46 smithi144 bash[25224]: cluster 2023-12-07T15:42:46.341650+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:46.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:46 smithi121 bash[25067]: cluster 2023-12-07T15:42:46.341650+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:46.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:46 smithi121 bash[30890]: cluster 2023-12-07T15:42:46.341650+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:48.242 INFO:teuthology.orchestra.run.smithi144.stdout:Created osd(s) 5 on host 'smithi144' 2023-12-07T15:42:48.862 DEBUG:teuthology.orchestra.run.smithi144:osd.5> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.5.service 2023-12-07T15:42:48.865 INFO:tasks.cephadm:Deploying osd.6 on smithi144 with /dev/vg_nvme/lv_2... 2023-12-07T15:42:48.865 DEBUG:teuthology.orchestra.run.smithi144:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-07T15:42:49.095 INFO:journalctl@ceph.osd.5.smithi144.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:42:49.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:49 smithi144 bash[25224]: audit 2023-12-07T15:42:48.235172+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:49.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:49 smithi144 bash[25224]: audit 2023-12-07T15:42:48.240128+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:49.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:49 smithi144 bash[25224]: audit 2023-12-07T15:42:48.242963+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:49.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:49 smithi144 bash[25224]: audit 2023-12-07T15:42:48.245088+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:49.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:49 smithi144 bash[25224]: audit 2023-12-07T15:42:48.248955+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:42:49.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:49 smithi144 bash[25224]: audit 2023-12-07T15:42:48.250759+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:42:49.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:49 smithi144 bash[25224]: cephadm 2023-12-07T15:42:48.252133+0000 mgr.y (mgr.14152) 200 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 8123M 2023-12-07T15:42:49.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:49 smithi144 bash[25224]: audit 2023-12-07T15:42:48.259565+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:49.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:49 smithi144 bash[25224]: audit 2023-12-07T15:42:48.267660+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:49.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:49 smithi144 bash[25224]: cluster 2023-12-07T15:42:48.342227+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:49.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:49 smithi144 bash[25224]: audit 2023-12-07T15:42:48.431414+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/839611261,v1:172.21.15.144:6809/839611261]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T15:42:49.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:49 smithi144 bash[25224]: audit 2023-12-07T15:42:48.431943+0000 mon.a (mon.0) 597 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T15:42:49.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[25067]: audit 2023-12-07T15:42:48.235172+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:49.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[25067]: audit 2023-12-07T15:42:48.240128+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:49.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[25067]: audit 2023-12-07T15:42:48.242963+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:49.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[25067]: audit 2023-12-07T15:42:48.245088+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:49.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[25067]: audit 2023-12-07T15:42:48.248955+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:42:49.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[25067]: audit 2023-12-07T15:42:48.250759+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:42:49.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[25067]: cephadm 2023-12-07T15:42:48.252133+0000 mgr.y (mgr.14152) 200 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 8123M 2023-12-07T15:42:49.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[25067]: audit 2023-12-07T15:42:48.259565+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:49.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[25067]: audit 2023-12-07T15:42:48.267660+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:49.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[25067]: cluster 2023-12-07T15:42:48.342227+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:49.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[25067]: audit 2023-12-07T15:42:48.431414+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/839611261,v1:172.21.15.144:6809/839611261]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T15:42:49.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[25067]: audit 2023-12-07T15:42:48.431943+0000 mon.a (mon.0) 597 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T15:42:49.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[30890]: audit 2023-12-07T15:42:48.235172+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:49.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[30890]: audit 2023-12-07T15:42:48.240128+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:49.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[30890]: audit 2023-12-07T15:42:48.242963+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:49.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[30890]: audit 2023-12-07T15:42:48.245088+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:49.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[30890]: audit 2023-12-07T15:42:48.248955+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:42:49.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[30890]: audit 2023-12-07T15:42:48.250759+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:42:49.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[30890]: cephadm 2023-12-07T15:42:48.252133+0000 mgr.y (mgr.14152) 200 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 8123M 2023-12-07T15:42:49.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[30890]: audit 2023-12-07T15:42:48.259565+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:49.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[30890]: audit 2023-12-07T15:42:48.267660+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:49.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[30890]: cluster 2023-12-07T15:42:48.342227+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:49.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[30890]: audit 2023-12-07T15:42:48.431414+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/839611261,v1:172.21.15.144:6809/839611261]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T15:42:49.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:49 smithi121 bash[30890]: audit 2023-12-07T15:42:48.431943+0000 mon.a (mon.0) 597 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T15:42:50.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:50 smithi121 bash[25067]: audit 2023-12-07T15:42:49.273654+0000 mon.a (mon.0) 598 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-07T15:42:50.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:50 smithi121 bash[25067]: cluster 2023-12-07T15:42:49.273821+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-07T15:42:50.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:50 smithi121 bash[25067]: audit 2023-12-07T15:42:49.274031+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:42:50.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:50 smithi121 bash[25067]: audit 2023-12-07T15:42:49.276263+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/839611261,v1:172.21.15.144:6809/839611261]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:42:50.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:50 smithi121 bash[25067]: audit 2023-12-07T15:42:49.276963+0000 mon.a (mon.0) 601 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:42:50.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:50 smithi121 bash[30890]: audit 2023-12-07T15:42:49.273654+0000 mon.a (mon.0) 598 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-07T15:42:50.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:50 smithi121 bash[30890]: cluster 2023-12-07T15:42:49.273821+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-07T15:42:50.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:50 smithi121 bash[30890]: audit 2023-12-07T15:42:49.274031+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:42:50.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:50 smithi121 bash[30890]: audit 2023-12-07T15:42:49.276263+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/839611261,v1:172.21.15.144:6809/839611261]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:42:50.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:50 smithi121 bash[30890]: audit 2023-12-07T15:42:49.276963+0000 mon.a (mon.0) 601 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:42:50.624 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:42:50 smithi144 bash[34209]: debug 2023-12-07T15:42:50.284+0000 7f7fa1ccc700 -1 osd.5 0 waiting for initial osdmap 2023-12-07T15:42:50.624 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:42:50 smithi144 bash[34209]: debug 2023-12-07T15:42:50.292+0000 7f7f9ae60700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:42:50.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:50 smithi144 bash[25224]: audit 2023-12-07T15:42:49.273654+0000 mon.a (mon.0) 598 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-07T15:42:50.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:50 smithi144 bash[25224]: cluster 2023-12-07T15:42:49.273821+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-07T15:42:50.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:50 smithi144 bash[25224]: audit 2023-12-07T15:42:49.274031+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:42:50.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:50 smithi144 bash[25224]: audit 2023-12-07T15:42:49.276263+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/839611261,v1:172.21.15.144:6809/839611261]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:42:50.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:50 smithi144 bash[25224]: audit 2023-12-07T15:42:49.276963+0000 mon.a (mon.0) 601 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:42:51.293 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:51 smithi121 bash[25067]: audit 2023-12-07T15:42:50.279526+0000 mon.a (mon.0) 602 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2023-12-07T15:42:51.293 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:51 smithi121 bash[25067]: cluster 2023-12-07T15:42:50.279819+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2023-12-07T15:42:51.293 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:51 smithi121 bash[25067]: audit 2023-12-07T15:42:50.280633+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:42:51.293 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:51 smithi121 bash[25067]: audit 2023-12-07T15:42:50.288891+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:42:51.293 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:51 smithi121 bash[25067]: cluster 2023-12-07T15:42:50.342798+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:51.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:51 smithi121 bash[30890]: audit 2023-12-07T15:42:50.279526+0000 mon.a (mon.0) 602 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2023-12-07T15:42:51.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:51 smithi121 bash[30890]: cluster 2023-12-07T15:42:50.279819+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2023-12-07T15:42:51.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:51 smithi121 bash[30890]: audit 2023-12-07T15:42:50.280633+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:42:51.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:51 smithi121 bash[30890]: audit 2023-12-07T15:42:50.288891+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:42:51.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:51 smithi121 bash[30890]: cluster 2023-12-07T15:42:50.342798+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:51.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:51 smithi144 bash[25224]: audit 2023-12-07T15:42:50.279526+0000 mon.a (mon.0) 602 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2023-12-07T15:42:51.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:51 smithi144 bash[25224]: cluster 2023-12-07T15:42:50.279819+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2023-12-07T15:42:51.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:51 smithi144 bash[25224]: audit 2023-12-07T15:42:50.280633+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:42:51.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:51 smithi144 bash[25224]: audit 2023-12-07T15:42:50.288891+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:42:51.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:51 smithi144 bash[25224]: cluster 2023-12-07T15:42:50.342798+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-07T15:42:52.009 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-07T15:42:52.009 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-07T15:42:52.009 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10+0 records in 2023-12-07T15:42:52.009 INFO:teuthology.orchestra.run.smithi144.stderr:10+0 records out 2023-12-07T15:42:52.010 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0168996 s, 620 MB/s 2023-12-07T15:42:52.010 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping successful for: 2023-12-07T15:42:52.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:52 smithi121 bash[25067]: cluster 2023-12-07T15:42:49.401247+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:42:52.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:52 smithi121 bash[25067]: cluster 2023-12-07T15:42:49.401462+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:42:52.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:52 smithi121 bash[25067]: cluster 2023-12-07T15:42:51.283529+0000 mon.a (mon.0) 606 : cluster [INF] osd.5 [v2:172.21.15.144:6808/839611261,v1:172.21.15.144:6809/839611261] boot 2023-12-07T15:42:52.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:52 smithi121 bash[25067]: cluster 2023-12-07T15:42:51.283619+0000 mon.a (mon.0) 607 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-07T15:42:52.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:52 smithi121 bash[25067]: audit 2023-12-07T15:42:51.283955+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:42:52.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:52 smithi121 bash[25067]: cluster 2023-12-07T15:42:52.284850+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-07T15:42:52.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:52 smithi121 bash[30890]: cluster 2023-12-07T15:42:49.401247+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:42:52.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:52 smithi121 bash[30890]: cluster 2023-12-07T15:42:49.401462+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:42:52.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:52 smithi121 bash[30890]: cluster 2023-12-07T15:42:51.283529+0000 mon.a (mon.0) 606 : cluster [INF] osd.5 [v2:172.21.15.144:6808/839611261,v1:172.21.15.144:6809/839611261] boot 2023-12-07T15:42:52.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:52 smithi121 bash[30890]: cluster 2023-12-07T15:42:51.283619+0000 mon.a (mon.0) 607 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-07T15:42:52.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:52 smithi121 bash[30890]: audit 2023-12-07T15:42:51.283955+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:42:52.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:52 smithi121 bash[30890]: cluster 2023-12-07T15:42:52.284850+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-07T15:42:52.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:52 smithi144 bash[25224]: cluster 2023-12-07T15:42:49.401247+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:42:52.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:52 smithi144 bash[25224]: cluster 2023-12-07T15:42:49.401462+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:42:52.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:52 smithi144 bash[25224]: cluster 2023-12-07T15:42:51.283529+0000 mon.a (mon.0) 606 : cluster [INF] osd.5 [v2:172.21.15.144:6808/839611261,v1:172.21.15.144:6809/839611261] boot 2023-12-07T15:42:52.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:52 smithi144 bash[25224]: cluster 2023-12-07T15:42:51.283619+0000 mon.a (mon.0) 607 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-07T15:42:52.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:52 smithi144 bash[25224]: audit 2023-12-07T15:42:51.283955+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:42:52.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:52 smithi144 bash[25224]: cluster 2023-12-07T15:42:52.284850+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-07T15:42:52.649 DEBUG:teuthology.orchestra.run.smithi144:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi144:vg_nvme/lv_2 2023-12-07T15:42:53.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:53 smithi144 bash[25224]: cluster 2023-12-07T15:42:52.343482+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v178: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:42:53.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:53 smithi144 bash[25224]: cluster 2023-12-07T15:42:53.288108+0000 mon.a (mon.0) 610 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-07T15:42:53.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:53 smithi121 bash[25067]: cluster 2023-12-07T15:42:52.343482+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v178: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:42:53.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:53 smithi121 bash[25067]: cluster 2023-12-07T15:42:53.288108+0000 mon.a (mon.0) 610 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-07T15:42:53.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:53 smithi121 bash[30890]: cluster 2023-12-07T15:42:52.343482+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v178: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:42:53.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:53 smithi121 bash[30890]: cluster 2023-12-07T15:42:53.288108+0000 mon.a (mon.0) 610 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-07T15:42:54.057 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:42:53 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:42:53] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:42:54.515 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:54 smithi144 bash[25224]: cluster 2023-12-07T15:42:53.293148+0000 mon.a (mon.0) 611 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-07T15:42:54.516 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:54 smithi144 bash[25224]: audit 2023-12-07T15:42:53.571292+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:54.516 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:54 smithi144 bash[25224]: audit 2023-12-07T15:42:53.579933+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:54.516 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:54 smithi144 bash[25224]: audit 2023-12-07T15:42:53.601605+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:54.516 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:54 smithi144 bash[25224]: audit 2023-12-07T15:42:53.603757+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:54.516 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:54 smithi144 bash[25224]: audit 2023-12-07T15:42:53.605203+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:54.516 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:54 smithi144 bash[25224]: audit 2023-12-07T15:42:53.614172+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:54.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:54 smithi121 bash[30890]: cluster 2023-12-07T15:42:53.293148+0000 mon.a (mon.0) 611 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-07T15:42:54.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:54 smithi121 bash[30890]: audit 2023-12-07T15:42:53.571292+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:54.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:54 smithi121 bash[30890]: audit 2023-12-07T15:42:53.579933+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:54.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:54 smithi121 bash[30890]: audit 2023-12-07T15:42:53.601605+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:54.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:54 smithi121 bash[30890]: audit 2023-12-07T15:42:53.603757+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:54.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:54 smithi121 bash[30890]: audit 2023-12-07T15:42:53.605203+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:54.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:54 smithi121 bash[30890]: audit 2023-12-07T15:42:53.614172+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:54.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:54 smithi121 bash[25067]: cluster 2023-12-07T15:42:53.293148+0000 mon.a (mon.0) 611 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-07T15:42:54.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:54 smithi121 bash[25067]: audit 2023-12-07T15:42:53.571292+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:54.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:54 smithi121 bash[25067]: audit 2023-12-07T15:42:53.579933+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:54.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:54 smithi121 bash[25067]: audit 2023-12-07T15:42:53.601605+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:54.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:54 smithi121 bash[25067]: audit 2023-12-07T15:42:53.603757+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:54.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:54 smithi121 bash[25067]: audit 2023-12-07T15:42:53.605203+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:54.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:54 smithi121 bash[25067]: audit 2023-12-07T15:42:53.614172+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:55.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:55 smithi144 bash[25224]: cephadm 2023-12-07T15:42:53.572503+0000 mgr.y (mgr.14152) 204 : cephadm [INF] Detected new or changed devices on smithi144 2023-12-07T15:42:55.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:55 smithi144 bash[25224]: cluster 2023-12-07T15:42:53.608849+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v180: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:42:55.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:55 smithi144 bash[25224]: cluster 2023-12-07T15:42:54.315854+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-07T15:42:55.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:55 smithi144 bash[25224]: cluster 2023-12-07T15:42:54.577196+0000 mon.a (mon.0) 619 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-07T15:42:55.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:55 smithi121 bash[30890]: cephadm 2023-12-07T15:42:53.572503+0000 mgr.y (mgr.14152) 204 : cephadm [INF] Detected new or changed devices on smithi144 2023-12-07T15:42:55.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:55 smithi121 bash[30890]: cluster 2023-12-07T15:42:53.608849+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v180: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:42:55.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:55 smithi121 bash[30890]: cluster 2023-12-07T15:42:54.315854+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-07T15:42:55.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:55 smithi121 bash[30890]: cluster 2023-12-07T15:42:54.577196+0000 mon.a (mon.0) 619 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-07T15:42:55.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:55 smithi121 bash[25067]: cephadm 2023-12-07T15:42:53.572503+0000 mgr.y (mgr.14152) 204 : cephadm [INF] Detected new or changed devices on smithi144 2023-12-07T15:42:55.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:55 smithi121 bash[25067]: cluster 2023-12-07T15:42:53.608849+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v180: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:42:55.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:55 smithi121 bash[25067]: cluster 2023-12-07T15:42:54.315854+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-07T15:42:55.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:55 smithi121 bash[25067]: cluster 2023-12-07T15:42:54.577196+0000 mon.a (mon.0) 619 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-07T15:42:56.596 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:56 smithi121 bash[30890]: cluster 2023-12-07T15:42:55.318538+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2023-12-07T15:42:56.597 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:56 smithi121 bash[25067]: cluster 2023-12-07T15:42:55.318538+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2023-12-07T15:42:56.597 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:56 smithi144 bash[25224]: cluster 2023-12-07T15:42:55.318538+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2023-12-07T15:42:57.057 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:42:56 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:42:56] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:42:57.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:57 smithi144 bash[25224]: cluster 2023-12-07T15:42:55.609537+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v183: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:42:57.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:57 smithi144 bash[25224]: audit 2023-12-07T15:42:56.588760+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:57.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:57 smithi144 bash[25224]: audit 2023-12-07T15:42:56.591798+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:57.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:57 smithi144 bash[25224]: audit 2023-12-07T15:42:56.595493+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:57.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:57 smithi144 bash[25224]: audit 2023-12-07T15:42:56.598036+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:57.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:57 smithi144 bash[25224]: audit 2023-12-07T15:42:56.599397+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:57.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:57 smithi144 bash[25224]: audit 2023-12-07T15:42:56.608093+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:57.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:57 smithi144 bash[25224]: audit 2023-12-07T15:42:57.217538+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:42:57.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:57 smithi144 bash[25224]: audit 2023-12-07T15:42:57.223892+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:42:57.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:57 smithi144 bash[25224]: audit 2023-12-07T15:42:57.225448+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:57.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[30890]: cluster 2023-12-07T15:42:55.609537+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v183: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:42:57.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[30890]: audit 2023-12-07T15:42:56.588760+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:57.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[30890]: audit 2023-12-07T15:42:56.591798+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:57.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[30890]: audit 2023-12-07T15:42:56.595493+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:57.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[30890]: audit 2023-12-07T15:42:56.598036+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:57.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[30890]: audit 2023-12-07T15:42:56.599397+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:57.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[30890]: audit 2023-12-07T15:42:56.608093+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:57.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[30890]: audit 2023-12-07T15:42:57.217538+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:42:57.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[30890]: audit 2023-12-07T15:42:57.223892+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:42:57.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[30890]: audit 2023-12-07T15:42:57.225448+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:57.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[25067]: cluster 2023-12-07T15:42:55.609537+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v183: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:42:57.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[25067]: audit 2023-12-07T15:42:56.588760+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:57.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[25067]: audit 2023-12-07T15:42:56.591798+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:57.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[25067]: audit 2023-12-07T15:42:56.595493+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:57.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[25067]: audit 2023-12-07T15:42:56.598036+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:57.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[25067]: audit 2023-12-07T15:42:56.599397+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:57.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[25067]: audit 2023-12-07T15:42:56.608093+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:42:57.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[25067]: audit 2023-12-07T15:42:57.217538+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:42:57.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[25067]: audit 2023-12-07T15:42:57.223892+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:42:57.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:57 smithi121 bash[25067]: audit 2023-12-07T15:42:57.225448+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:58.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:58 smithi144 bash[25224]: cluster 2023-12-07T15:42:56.602453+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; 121 KiB/s, 0 objects/s recovering 2023-12-07T15:42:58.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:58 smithi144 bash[25224]: audit 2023-12-07T15:42:57.210698+0000 mgr.y (mgr.14152) 208 : audit [DBG] from='client.24287 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:58.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:58 smithi144 bash[25224]: cluster 2023-12-07T15:42:57.593005+0000 mon.a (mon.0) 630 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-07T15:42:58.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:58 smithi144 bash[25224]: cluster 2023-12-07T15:42:57.593081+0000 mon.a (mon.0) 631 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-07T15:42:58.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:58 smithi144 bash[25224]: cluster 2023-12-07T15:42:57.593109+0000 mon.a (mon.0) 632 : cluster [INF] Cluster is now healthy 2023-12-07T15:42:58.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:58 smithi121 bash[30890]: cluster 2023-12-07T15:42:56.602453+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; 121 KiB/s, 0 objects/s recovering 2023-12-07T15:42:58.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:58 smithi121 bash[30890]: audit 2023-12-07T15:42:57.210698+0000 mgr.y (mgr.14152) 208 : audit [DBG] from='client.24287 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:58.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:58 smithi121 bash[30890]: cluster 2023-12-07T15:42:57.593005+0000 mon.a (mon.0) 630 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-07T15:42:58.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:58 smithi121 bash[30890]: cluster 2023-12-07T15:42:57.593081+0000 mon.a (mon.0) 631 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-07T15:42:58.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:58 smithi121 bash[30890]: cluster 2023-12-07T15:42:57.593109+0000 mon.a (mon.0) 632 : cluster [INF] Cluster is now healthy 2023-12-07T15:42:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:58 smithi121 bash[25067]: cluster 2023-12-07T15:42:56.602453+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; 121 KiB/s, 0 objects/s recovering 2023-12-07T15:42:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:58 smithi121 bash[25067]: audit 2023-12-07T15:42:57.210698+0000 mgr.y (mgr.14152) 208 : audit [DBG] from='client.24287 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:58 smithi121 bash[25067]: cluster 2023-12-07T15:42:57.593005+0000 mon.a (mon.0) 630 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-07T15:42:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:58 smithi121 bash[25067]: cluster 2023-12-07T15:42:57.593081+0000 mon.a (mon.0) 631 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-07T15:42:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:58 smithi121 bash[25067]: cluster 2023-12-07T15:42:57.593109+0000 mon.a (mon.0) 632 : cluster [INF] Cluster is now healthy 2023-12-07T15:42:59.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:59 smithi144 bash[25224]: audit 2023-12-07T15:42:58.429632+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:42:59.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:42:59 smithi144 bash[25224]: audit 2023-12-07T15:42:58.432763+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:42:59.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:59 smithi121 bash[25067]: audit 2023-12-07T15:42:58.429632+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:42:59.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:42:59 smithi121 bash[25067]: audit 2023-12-07T15:42:58.432763+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:42:59.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:59 smithi121 bash[30890]: audit 2023-12-07T15:42:58.429632+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:42:59.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:42:59 smithi121 bash[30890]: audit 2023-12-07T15:42:58.432763+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:43:00.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:42:59 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:42:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:43:00.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:00 smithi144 bash[25224]: cluster 2023-12-07T15:42:58.602985+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 97 KiB/s, 0 objects/s recovering 2023-12-07T15:43:00.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:00 smithi144 bash[25224]: audit 2023-12-07T15:42:59.977193+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:00.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:00 smithi144 bash[25224]: audit 2023-12-07T15:42:59.986265+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:00.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:00 smithi121 bash[25067]: cluster 2023-12-07T15:42:58.602985+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 97 KiB/s, 0 objects/s recovering 2023-12-07T15:43:00.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:00 smithi121 bash[25067]: audit 2023-12-07T15:42:59.977193+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:00.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:00 smithi121 bash[25067]: audit 2023-12-07T15:42:59.986265+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:00.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:00 smithi121 bash[30890]: cluster 2023-12-07T15:42:58.602985+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 97 KiB/s, 0 objects/s recovering 2023-12-07T15:43:00.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:00 smithi121 bash[30890]: audit 2023-12-07T15:42:59.977193+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:00.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:00 smithi121 bash[30890]: audit 2023-12-07T15:42:59.986265+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:02.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:02 smithi144 bash[25224]: cluster 2023-12-07T15:43:00.603633+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; 74 KiB/s, 0 objects/s recovering 2023-12-07T15:43:02.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:02 smithi121 bash[25067]: cluster 2023-12-07T15:43:00.603633+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; 74 KiB/s, 0 objects/s recovering 2023-12-07T15:43:02.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:02 smithi121 bash[30890]: cluster 2023-12-07T15:43:00.603633+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; 74 KiB/s, 0 objects/s recovering 2023-12-07T15:43:03.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:03 smithi121 bash[30890]: cluster 2023-12-07T15:43:02.604204+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; 62 KiB/s, 0 objects/s recovering 2023-12-07T15:43:03.919 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:03 smithi121 bash[30890]: audit 2023-12-07T15:43:03.372991+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.144:0/1165922450' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c246315-d011-46c3-b819-1b9f0a83548f"}]: dispatch 2023-12-07T15:43:03.919 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:03 smithi121 bash[30890]: audit 2023-12-07T15:43:03.373919+0000 mon.a (mon.0) 637 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c246315-d011-46c3-b819-1b9f0a83548f"}]: dispatch 2023-12-07T15:43:03.919 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:03 smithi121 bash[30890]: audit 2023-12-07T15:43:03.383436+0000 mon.a (mon.0) 638 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5c246315-d011-46c3-b819-1b9f0a83548f"}]': finished 2023-12-07T15:43:03.920 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:03 smithi121 bash[30890]: cluster 2023-12-07T15:43:03.383651+0000 mon.a (mon.0) 639 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-07T15:43:03.920 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:03 smithi121 bash[30890]: audit 2023-12-07T15:43:03.383927+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:43:03.921 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:03 smithi144 bash[25224]: cluster 2023-12-07T15:43:02.604204+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; 62 KiB/s, 0 objects/s recovering 2023-12-07T15:43:03.921 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:03 smithi144 bash[25224]: audit 2023-12-07T15:43:03.372991+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.144:0/1165922450' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c246315-d011-46c3-b819-1b9f0a83548f"}]: dispatch 2023-12-07T15:43:03.921 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:03 smithi144 bash[25224]: audit 2023-12-07T15:43:03.373919+0000 mon.a (mon.0) 637 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c246315-d011-46c3-b819-1b9f0a83548f"}]: dispatch 2023-12-07T15:43:03.921 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:03 smithi144 bash[25224]: audit 2023-12-07T15:43:03.383436+0000 mon.a (mon.0) 638 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5c246315-d011-46c3-b819-1b9f0a83548f"}]': finished 2023-12-07T15:43:03.922 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:03 smithi144 bash[25224]: cluster 2023-12-07T15:43:03.383651+0000 mon.a (mon.0) 639 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-07T15:43:03.922 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:03 smithi144 bash[25224]: audit 2023-12-07T15:43:03.383927+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:43:03.922 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:03 smithi121 bash[25067]: cluster 2023-12-07T15:43:02.604204+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; 62 KiB/s, 0 objects/s recovering 2023-12-07T15:43:03.922 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:03 smithi121 bash[25067]: audit 2023-12-07T15:43:03.372991+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.144:0/1165922450' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c246315-d011-46c3-b819-1b9f0a83548f"}]: dispatch 2023-12-07T15:43:03.922 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:03 smithi121 bash[25067]: audit 2023-12-07T15:43:03.373919+0000 mon.a (mon.0) 637 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5c246315-d011-46c3-b819-1b9f0a83548f"}]: dispatch 2023-12-07T15:43:03.922 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:03 smithi121 bash[25067]: audit 2023-12-07T15:43:03.383436+0000 mon.a (mon.0) 638 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5c246315-d011-46c3-b819-1b9f0a83548f"}]': finished 2023-12-07T15:43:03.922 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:03 smithi121 bash[25067]: cluster 2023-12-07T15:43:03.383651+0000 mon.a (mon.0) 639 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-07T15:43:03.922 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:03 smithi121 bash[25067]: audit 2023-12-07T15:43:03.383927+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:43:04.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:04 smithi121 bash[30890]: audit 2023-12-07T15:43:04.155019+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.144:0/2147002418' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:43:04.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:04 smithi121 bash[25067]: audit 2023-12-07T15:43:04.155019+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.144:0/2147002418' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:43:04.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:04 smithi144 bash[25224]: audit 2023-12-07T15:43:04.155019+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.144:0/2147002418' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:43:05.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:05 smithi121 bash[25067]: cluster 2023-12-07T15:43:04.604825+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-07T15:43:05.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:05 smithi121 bash[30890]: cluster 2023-12-07T15:43:04.604825+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-07T15:43:05.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:05 smithi144 bash[25224]: cluster 2023-12-07T15:43:04.604825+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-07T15:43:08.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:07 smithi121 bash[25067]: cluster 2023-12-07T15:43:06.605475+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:08.057 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:07 smithi121 bash[30890]: cluster 2023-12-07T15:43:06.605475+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:08.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:07 smithi144 bash[25224]: cluster 2023-12-07T15:43:06.605475+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:10.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:09 smithi121 bash[25067]: cluster 2023-12-07T15:43:08.606035+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:10.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:09 smithi121 bash[30890]: cluster 2023-12-07T15:43:08.606035+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:10.074 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:09 smithi144 bash[25224]: cluster 2023-12-07T15:43:08.606035+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:12.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:11 smithi121 bash[25067]: cluster 2023-12-07T15:43:10.606631+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:12.057 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:11 smithi121 bash[30890]: cluster 2023-12-07T15:43:10.606631+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:12.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:11 smithi144 bash[25224]: cluster 2023-12-07T15:43:10.606631+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:13.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:13 smithi144 bash[25224]: cluster 2023-12-07T15:43:12.607236+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:13.746 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:13 smithi121 bash[30890]: cluster 2023-12-07T15:43:12.607236+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:13.746 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:13 smithi121 bash[25067]: cluster 2023-12-07T15:43:12.607236+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:14.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:14 smithi121 bash[30890]: audit 2023-12-07T15:43:13.649547+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T15:43:14.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:14 smithi121 bash[30890]: audit 2023-12-07T15:43:13.651543+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:14.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:14 smithi121 bash[30890]: cephadm 2023-12-07T15:43:13.653290+0000 mgr.y (mgr.14152) 217 : cephadm [INF] Deploying daemon osd.6 on smithi144 2023-12-07T15:43:14.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:14 smithi121 bash[25067]: audit 2023-12-07T15:43:13.649547+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T15:43:14.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:14 smithi121 bash[25067]: audit 2023-12-07T15:43:13.651543+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:14.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:14 smithi121 bash[25067]: cephadm 2023-12-07T15:43:13.653290+0000 mgr.y (mgr.14152) 217 : cephadm [INF] Deploying daemon osd.6 on smithi144 2023-12-07T15:43:14.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:14 smithi144 bash[25224]: audit 2023-12-07T15:43:13.649547+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T15:43:14.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:14 smithi144 bash[25224]: audit 2023-12-07T15:43:13.651543+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:14.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:14 smithi144 bash[25224]: cephadm 2023-12-07T15:43:13.653290+0000 mgr.y (mgr.14152) 217 : cephadm [INF] Deploying daemon osd.6 on smithi144 2023-12-07T15:43:15.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:43:15 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:43:15] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:43:16.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:16 smithi144 bash[25224]: cluster 2023-12-07T15:43:14.607950+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:16.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:16 smithi144 bash[25224]: audit 2023-12-07T15:43:15.360626+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:16.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:16 smithi144 bash[25224]: audit 2023-12-07T15:43:15.367044+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:16.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:16 smithi121 bash[25067]: cluster 2023-12-07T15:43:14.607950+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:16.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:16 smithi121 bash[25067]: audit 2023-12-07T15:43:15.360626+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:16.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:16 smithi121 bash[25067]: audit 2023-12-07T15:43:15.367044+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:16.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:16 smithi121 bash[30890]: cluster 2023-12-07T15:43:14.607950+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:16.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:16 smithi121 bash[30890]: audit 2023-12-07T15:43:15.360626+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:16.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:16 smithi121 bash[30890]: audit 2023-12-07T15:43:15.367044+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:17.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:17 smithi144 bash[25224]: cluster 2023-12-07T15:43:16.608528+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:17.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:17 smithi121 bash[25067]: cluster 2023-12-07T15:43:16.608528+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:17.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:17 smithi121 bash[30890]: cluster 2023-12-07T15:43:16.608528+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:19.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:19 smithi144 bash[25224]: audit 2023-12-07T15:43:18.309107+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:19.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:19 smithi144 bash[25224]: audit 2023-12-07T15:43:18.334721+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:19.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:19 smithi144 bash[25224]: audit 2023-12-07T15:43:18.336634+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:19.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:19 smithi144 bash[25224]: audit 2023-12-07T15:43:18.337739+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:19.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:19 smithi144 bash[25224]: audit 2023-12-07T15:43:18.345862+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:19.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:19 smithi121 bash[25067]: audit 2023-12-07T15:43:18.309107+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:19.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:19 smithi121 bash[25067]: audit 2023-12-07T15:43:18.334721+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:19.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:19 smithi121 bash[25067]: audit 2023-12-07T15:43:18.336634+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:19.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:19 smithi121 bash[25067]: audit 2023-12-07T15:43:18.337739+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:19.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:19 smithi121 bash[25067]: audit 2023-12-07T15:43:18.345862+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:19.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:19 smithi121 bash[30890]: audit 2023-12-07T15:43:18.309107+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:19.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:19 smithi121 bash[30890]: audit 2023-12-07T15:43:18.334721+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:19.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:19 smithi121 bash[30890]: audit 2023-12-07T15:43:18.336634+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:19.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:19 smithi121 bash[30890]: audit 2023-12-07T15:43:18.337739+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:19.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:19 smithi121 bash[30890]: audit 2023-12-07T15:43:18.345862+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:20.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:43:20 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:43:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:43:20.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:20 smithi121 bash[25067]: cluster 2023-12-07T15:43:18.609065+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:20.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:20 smithi121 bash[25067]: audit 2023-12-07T15:43:20.102971+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:20.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:20 smithi121 bash[25067]: audit 2023-12-07T15:43:20.109088+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:20.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:20 smithi121 bash[30890]: cluster 2023-12-07T15:43:18.609065+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:20.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:20 smithi121 bash[30890]: audit 2023-12-07T15:43:20.102971+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:20.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:20 smithi121 bash[30890]: audit 2023-12-07T15:43:20.109088+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:20.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:20 smithi144 bash[25224]: cluster 2023-12-07T15:43:18.609065+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:20.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:20 smithi144 bash[25224]: audit 2023-12-07T15:43:20.102971+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:20.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:20 smithi144 bash[25224]: audit 2023-12-07T15:43:20.109088+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:22.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:22 smithi144 bash[25224]: cluster 2023-12-07T15:43:20.609679+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:22.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:22 smithi121 bash[25067]: cluster 2023-12-07T15:43:20.609679+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:22.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:22 smithi121 bash[30890]: cluster 2023-12-07T15:43:20.609679+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:23.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:23 smithi144 bash[25224]: cluster 2023-12-07T15:43:22.610325+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:23.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:23 smithi121 bash[25067]: cluster 2023-12-07T15:43:22.610325+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:23.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:23 smithi121 bash[30890]: cluster 2023-12-07T15:43:22.610325+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:25.658 INFO:teuthology.orchestra.run.smithi144.stdout:Created osd(s) 6 on host 'smithi144' 2023-12-07T15:43:25.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:25 smithi144 bash[25224]: cluster 2023-12-07T15:43:24.610925+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:25.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:25 smithi144 bash[25224]: audit 2023-12-07T15:43:25.618710+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/3526976672,v1:172.21.15.144:6817/3526976672]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T15:43:25.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:25 smithi144 bash[25224]: audit 2023-12-07T15:43:25.619465+0000 mon.a (mon.0) 652 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T15:43:25.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:25 smithi144 bash[25224]: audit 2023-12-07T15:43:25.656543+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:26.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:25 smithi121 bash[25067]: cluster 2023-12-07T15:43:24.610925+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:26.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:25 smithi121 bash[25067]: audit 2023-12-07T15:43:25.618710+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/3526976672,v1:172.21.15.144:6817/3526976672]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T15:43:26.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:25 smithi121 bash[25067]: audit 2023-12-07T15:43:25.619465+0000 mon.a (mon.0) 652 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T15:43:26.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:25 smithi121 bash[25067]: audit 2023-12-07T15:43:25.656543+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:26.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:25 smithi121 bash[30890]: cluster 2023-12-07T15:43:24.610925+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:26.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:25 smithi121 bash[30890]: audit 2023-12-07T15:43:25.618710+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/3526976672,v1:172.21.15.144:6817/3526976672]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T15:43:26.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:25 smithi121 bash[30890]: audit 2023-12-07T15:43:25.619465+0000 mon.a (mon.0) 652 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T15:43:26.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:25 smithi121 bash[30890]: audit 2023-12-07T15:43:25.656543+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:26.280 DEBUG:teuthology.orchestra.run.smithi144:osd.6> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.6.service 2023-12-07T15:43:26.282 INFO:tasks.cephadm:Deploying osd.7 on smithi144 with /dev/vg_nvme/lv_1... 2023-12-07T15:43:26.282 DEBUG:teuthology.orchestra.run.smithi144:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-07T15:43:26.478 INFO:journalctl@ceph.osd.6.smithi144.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:43:26.874 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 15:43:26 smithi144 bash[37633]: debug 2023-12-07T15:43:26.687+0000 7f42f2aae700 -1 osd.6 0 waiting for initial osdmap 2023-12-07T15:43:26.874 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 15:43:26 smithi144 bash[37633]: debug 2023-12-07T15:43:26.695+0000 7f42eec48700 -1 osd.6 46 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:43:26.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:26 smithi144 bash[25224]: audit 2023-12-07T15:43:25.677620+0000 mon.a (mon.0) 654 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-07T15:43:26.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:26 smithi144 bash[25224]: cluster 2023-12-07T15:43:25.677718+0000 mon.a (mon.0) 655 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-07T15:43:26.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:26 smithi144 bash[25224]: audit 2023-12-07T15:43:25.677998+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:43:26.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:26 smithi144 bash[25224]: audit 2023-12-07T15:43:25.679625+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/3526976672,v1:172.21.15.144:6817/3526976672]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:43:26.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:26 smithi144 bash[25224]: audit 2023-12-07T15:43:25.680306+0000 mon.a (mon.0) 657 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:43:26.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:26 smithi144 bash[25224]: audit 2023-12-07T15:43:25.682848+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:26.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:26 smithi144 bash[25224]: audit 2023-12-07T15:43:25.685028+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:26.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:26 smithi144 bash[25224]: audit 2023-12-07T15:43:25.686357+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:26.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:26 smithi144 bash[25224]: audit 2023-12-07T15:43:25.690030+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:43:26.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:26 smithi144 bash[25224]: audit 2023-12-07T15:43:25.691475+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:43:26.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:26 smithi144 bash[25224]: audit 2023-12-07T15:43:25.693033+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:43:26.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:26 smithi144 bash[25224]: cephadm 2023-12-07T15:43:25.694146+0000 mgr.y (mgr.14152) 224 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 5415M 2023-12-07T15:43:26.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:26 smithi144 bash[25224]: audit 2023-12-07T15:43:25.702089+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:26.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:26 smithi144 bash[25224]: audit 2023-12-07T15:43:25.709123+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:27.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[30890]: audit 2023-12-07T15:43:25.677620+0000 mon.a (mon.0) 654 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-07T15:43:27.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[30890]: cluster 2023-12-07T15:43:25.677718+0000 mon.a (mon.0) 655 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-07T15:43:27.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[30890]: audit 2023-12-07T15:43:25.677998+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:43:27.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[30890]: audit 2023-12-07T15:43:25.679625+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/3526976672,v1:172.21.15.144:6817/3526976672]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:43:27.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[30890]: audit 2023-12-07T15:43:25.680306+0000 mon.a (mon.0) 657 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:43:27.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[30890]: audit 2023-12-07T15:43:25.682848+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:27.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[30890]: audit 2023-12-07T15:43:25.685028+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:27.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[30890]: audit 2023-12-07T15:43:25.686357+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:27.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[30890]: audit 2023-12-07T15:43:25.690030+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:43:27.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[30890]: audit 2023-12-07T15:43:25.691475+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:43:27.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[30890]: audit 2023-12-07T15:43:25.693033+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:43:27.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[30890]: cephadm 2023-12-07T15:43:25.694146+0000 mgr.y (mgr.14152) 224 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 5415M 2023-12-07T15:43:27.059 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[30890]: audit 2023-12-07T15:43:25.702089+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:27.059 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[30890]: audit 2023-12-07T15:43:25.709123+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:27.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[25067]: audit 2023-12-07T15:43:25.677620+0000 mon.a (mon.0) 654 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-07T15:43:27.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[25067]: cluster 2023-12-07T15:43:25.677718+0000 mon.a (mon.0) 655 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-07T15:43:27.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[25067]: audit 2023-12-07T15:43:25.677998+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:43:27.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[25067]: audit 2023-12-07T15:43:25.679625+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/3526976672,v1:172.21.15.144:6817/3526976672]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:43:27.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[25067]: audit 2023-12-07T15:43:25.680306+0000 mon.a (mon.0) 657 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:43:27.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[25067]: audit 2023-12-07T15:43:25.682848+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:27.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[25067]: audit 2023-12-07T15:43:25.685028+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:27.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[25067]: audit 2023-12-07T15:43:25.686357+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:27.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[25067]: audit 2023-12-07T15:43:25.690030+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:43:27.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[25067]: audit 2023-12-07T15:43:25.691475+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:43:27.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[25067]: audit 2023-12-07T15:43:25.693033+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:43:27.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[25067]: cephadm 2023-12-07T15:43:25.694146+0000 mgr.y (mgr.14152) 224 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 5415M 2023-12-07T15:43:27.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[25067]: audit 2023-12-07T15:43:25.702089+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:27.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:26 smithi121 bash[25067]: audit 2023-12-07T15:43:25.709123+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:28.057 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:27 smithi121 bash[30890]: cluster 2023-12-07T15:43:26.611546+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:28.057 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:27 smithi121 bash[30890]: audit 2023-12-07T15:43:26.682431+0000 mon.a (mon.0) 666 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2023-12-07T15:43:28.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:27 smithi121 bash[30890]: cluster 2023-12-07T15:43:26.682696+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2023-12-07T15:43:28.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:27 smithi121 bash[30890]: audit 2023-12-07T15:43:26.683490+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:43:28.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:27 smithi121 bash[30890]: audit 2023-12-07T15:43:26.693054+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:43:28.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:27 smithi121 bash[30890]: cluster 2023-12-07T15:43:27.440235+0000 mon.a (mon.0) 670 : cluster [INF] osd.6 [v2:172.21.15.144:6816/3526976672,v1:172.21.15.144:6817/3526976672] boot 2023-12-07T15:43:28.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:27 smithi121 bash[30890]: cluster 2023-12-07T15:43:27.440372+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-07T15:43:28.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:27 smithi121 bash[30890]: audit 2023-12-07T15:43:27.441166+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:43:28.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:27 smithi121 bash[25067]: cluster 2023-12-07T15:43:26.611546+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:28.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:27 smithi121 bash[25067]: audit 2023-12-07T15:43:26.682431+0000 mon.a (mon.0) 666 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2023-12-07T15:43:28.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:27 smithi121 bash[25067]: cluster 2023-12-07T15:43:26.682696+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2023-12-07T15:43:28.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:27 smithi121 bash[25067]: audit 2023-12-07T15:43:26.683490+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:43:28.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:27 smithi121 bash[25067]: audit 2023-12-07T15:43:26.693054+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:43:28.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:27 smithi121 bash[25067]: cluster 2023-12-07T15:43:27.440235+0000 mon.a (mon.0) 670 : cluster [INF] osd.6 [v2:172.21.15.144:6816/3526976672,v1:172.21.15.144:6817/3526976672] boot 2023-12-07T15:43:28.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:27 smithi121 bash[25067]: cluster 2023-12-07T15:43:27.440372+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-07T15:43:28.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:27 smithi121 bash[25067]: audit 2023-12-07T15:43:27.441166+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:43:28.108 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:27 smithi144 bash[25224]: cluster 2023-12-07T15:43:26.611546+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-07T15:43:28.108 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:27 smithi144 bash[25224]: audit 2023-12-07T15:43:26.682431+0000 mon.a (mon.0) 666 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2023-12-07T15:43:28.108 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:27 smithi144 bash[25224]: cluster 2023-12-07T15:43:26.682696+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2023-12-07T15:43:28.108 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:27 smithi144 bash[25224]: audit 2023-12-07T15:43:26.683490+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:43:28.108 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:27 smithi144 bash[25224]: audit 2023-12-07T15:43:26.693054+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:43:28.108 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:27 smithi144 bash[25224]: cluster 2023-12-07T15:43:27.440235+0000 mon.a (mon.0) 670 : cluster [INF] osd.6 [v2:172.21.15.144:6816/3526976672,v1:172.21.15.144:6817/3526976672] boot 2023-12-07T15:43:28.108 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:27 smithi144 bash[25224]: cluster 2023-12-07T15:43:27.440372+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-07T15:43:28.108 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:27 smithi144 bash[25224]: audit 2023-12-07T15:43:27.441166+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:43:29.468 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-07T15:43:29.468 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-07T15:43:29.468 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10+0 records in 2023-12-07T15:43:29.468 INFO:teuthology.orchestra.run.smithi144.stderr:10+0 records out 2023-12-07T15:43:29.468 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0207366 s, 506 MB/s 2023-12-07T15:43:29.468 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping successful for: 2023-12-07T15:43:29.745 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:29 smithi144 bash[25224]: cluster 2023-12-07T15:43:26.597696+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:43:29.746 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:29 smithi144 bash[25224]: cluster 2023-12-07T15:43:26.597908+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:43:29.746 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:29 smithi144 bash[25224]: cluster 2023-12-07T15:43:28.450984+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-07T15:43:29.746 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:29 smithi144 bash[25224]: cluster 2023-12-07T15:43:28.612121+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:29.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:29 smithi121 bash[30890]: cluster 2023-12-07T15:43:26.597696+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:43:29.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:29 smithi121 bash[30890]: cluster 2023-12-07T15:43:26.597908+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:43:29.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:29 smithi121 bash[30890]: cluster 2023-12-07T15:43:28.450984+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-07T15:43:29.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:29 smithi121 bash[30890]: cluster 2023-12-07T15:43:28.612121+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:29 smithi121 bash[25067]: cluster 2023-12-07T15:43:26.597696+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:43:29.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:29 smithi121 bash[25067]: cluster 2023-12-07T15:43:26.597908+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:43:29.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:29 smithi121 bash[25067]: cluster 2023-12-07T15:43:28.450984+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-07T15:43:29.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:29 smithi121 bash[25067]: cluster 2023-12-07T15:43:28.612121+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:30.163 DEBUG:teuthology.orchestra.run.smithi144:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi144:vg_nvme/lv_1 2023-12-07T15:43:30.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:30 smithi144 bash[25224]: cluster 2023-12-07T15:43:29.461829+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-07T15:43:30.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:30 smithi121 bash[30890]: cluster 2023-12-07T15:43:29.461829+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-07T15:43:30.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:30 smithi121 bash[25067]: cluster 2023-12-07T15:43:29.461829+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-07T15:43:31.746 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:31 smithi121 bash[30890]: cluster 2023-12-07T15:43:30.461254+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-07T15:43:31.746 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:31 smithi121 bash[30890]: cluster 2023-12-07T15:43:30.612747+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:31.746 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:31 smithi121 bash[25067]: cluster 2023-12-07T15:43:30.461254+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-07T15:43:31.746 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:31 smithi121 bash[25067]: cluster 2023-12-07T15:43:30.612747+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:31.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:31 smithi144 bash[25224]: cluster 2023-12-07T15:43:30.461254+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-07T15:43:31.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:31 smithi144 bash[25224]: cluster 2023-12-07T15:43:30.612747+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:32.785 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:32 smithi121 bash[25067]: cluster 2023-12-07T15:43:31.477576+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2023-12-07T15:43:32.786 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:32 smithi121 bash[30890]: cluster 2023-12-07T15:43:31.477576+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2023-12-07T15:43:32.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:32 smithi144 bash[25224]: cluster 2023-12-07T15:43:31.477576+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2023-12-07T15:43:33.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:33 smithi121 bash[25067]: cluster 2023-12-07T15:43:32.613331+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:33.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:33 smithi121 bash[25067]: audit 2023-12-07T15:43:32.934222+0000 mgr.y (mgr.14152) 229 : audit [DBG] from='client.24314 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:33.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:33 smithi121 bash[25067]: audit 2023-12-07T15:43:32.941081+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:43:33.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:33 smithi121 bash[25067]: audit 2023-12-07T15:43:32.947364+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:43:33.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:33 smithi121 bash[25067]: audit 2023-12-07T15:43:32.949107+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:33.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:33 smithi121 bash[30890]: cluster 2023-12-07T15:43:32.613331+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:33.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:33 smithi121 bash[30890]: audit 2023-12-07T15:43:32.934222+0000 mgr.y (mgr.14152) 229 : audit [DBG] from='client.24314 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:33.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:33 smithi121 bash[30890]: audit 2023-12-07T15:43:32.941081+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:43:33.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:33 smithi121 bash[30890]: audit 2023-12-07T15:43:32.947364+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:43:33.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:33 smithi121 bash[30890]: audit 2023-12-07T15:43:32.949107+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:33.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:33 smithi144 bash[25224]: cluster 2023-12-07T15:43:32.613331+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:33.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:33 smithi144 bash[25224]: audit 2023-12-07T15:43:32.934222+0000 mgr.y (mgr.14152) 229 : audit [DBG] from='client.24314 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:33.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:33 smithi144 bash[25224]: audit 2023-12-07T15:43:32.941081+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T15:43:33.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:33 smithi144 bash[25224]: audit 2023-12-07T15:43:32.947364+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T15:43:33.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:33 smithi144 bash[25224]: audit 2023-12-07T15:43:32.949107+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:35.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:43:35 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:43:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:43:35.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:35 smithi121 bash[25067]: cluster 2023-12-07T15:43:34.613970+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; 86 KiB/s, 0 objects/s recovering 2023-12-07T15:43:35.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:35 smithi121 bash[25067]: audit 2023-12-07T15:43:35.484184+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:35.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:35 smithi121 bash[25067]: audit 2023-12-07T15:43:35.490552+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:35.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:35 smithi121 bash[25067]: audit 2023-12-07T15:43:35.504037+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:35.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:35 smithi121 bash[25067]: audit 2023-12-07T15:43:35.506348+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:35.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:35 smithi121 bash[25067]: audit 2023-12-07T15:43:35.507953+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:35.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:35 smithi121 bash[25067]: audit 2023-12-07T15:43:35.517596+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:35.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:35 smithi121 bash[30890]: cluster 2023-12-07T15:43:34.613970+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; 86 KiB/s, 0 objects/s recovering 2023-12-07T15:43:35.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:35 smithi121 bash[30890]: audit 2023-12-07T15:43:35.484184+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:35.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:35 smithi121 bash[30890]: audit 2023-12-07T15:43:35.490552+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:35.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:35 smithi121 bash[30890]: audit 2023-12-07T15:43:35.504037+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:35.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:35 smithi121 bash[30890]: audit 2023-12-07T15:43:35.506348+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:35.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:35 smithi121 bash[30890]: audit 2023-12-07T15:43:35.507953+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:35.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:35 smithi121 bash[30890]: audit 2023-12-07T15:43:35.517596+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:35.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:35 smithi144 bash[25224]: cluster 2023-12-07T15:43:34.613970+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; 86 KiB/s, 0 objects/s recovering 2023-12-07T15:43:35.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:35 smithi144 bash[25224]: audit 2023-12-07T15:43:35.484184+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:35.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:35 smithi144 bash[25224]: audit 2023-12-07T15:43:35.490552+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:35.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:35 smithi144 bash[25224]: audit 2023-12-07T15:43:35.504037+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:35.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:35 smithi144 bash[25224]: audit 2023-12-07T15:43:35.506348+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:35.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:35 smithi144 bash[25224]: audit 2023-12-07T15:43:35.507953+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:35.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:35 smithi144 bash[25224]: audit 2023-12-07T15:43:35.517596+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:36.854 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:36 smithi144 bash[25224]: cephadm 2023-12-07T15:43:35.485454+0000 mgr.y (mgr.14152) 231 : cephadm [INF] Detected new or changed devices on smithi144 2023-12-07T15:43:36.855 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:36 smithi144 bash[25224]: cluster 2023-12-07T15:43:35.512006+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-12-07T15:43:36.855 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:36 smithi144 bash[25224]: cluster 2023-12-07T15:43:36.488105+0000 mon.a (mon.0) 686 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-07T15:43:37.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:36 smithi121 bash[25067]: cephadm 2023-12-07T15:43:35.485454+0000 mgr.y (mgr.14152) 231 : cephadm [INF] Detected new or changed devices on smithi144 2023-12-07T15:43:37.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:36 smithi121 bash[25067]: cluster 2023-12-07T15:43:35.512006+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-12-07T15:43:37.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:36 smithi121 bash[25067]: cluster 2023-12-07T15:43:36.488105+0000 mon.a (mon.0) 686 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-07T15:43:37.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:36 smithi121 bash[30890]: cephadm 2023-12-07T15:43:35.485454+0000 mgr.y (mgr.14152) 231 : cephadm [INF] Detected new or changed devices on smithi144 2023-12-07T15:43:37.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:36 smithi121 bash[30890]: cluster 2023-12-07T15:43:35.512006+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-12-07T15:43:37.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:36 smithi121 bash[30890]: cluster 2023-12-07T15:43:36.488105+0000 mon.a (mon.0) 686 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-07T15:43:38.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:43:37 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:43:37] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:43:39.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[25067]: cluster 2023-12-07T15:43:37.512743+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; 73 KiB/s, 0 objects/s recovering 2023-12-07T15:43:39.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[25067]: audit 2023-12-07T15:43:37.921873+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:39.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[25067]: audit 2023-12-07T15:43:37.929839+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:39.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[25067]: audit 2023-12-07T15:43:37.944644+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:39.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[25067]: audit 2023-12-07T15:43:37.946997+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:39.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[25067]: audit 2023-12-07T15:43:37.948680+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:39.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[25067]: cluster 2023-12-07T15:43:37.952674+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; 70 KiB/s, 0 objects/s recovering 2023-12-07T15:43:39.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[25067]: audit 2023-12-07T15:43:37.958709+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:39.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[25067]: cluster 2023-12-07T15:43:38.438607+0000 mon.a (mon.0) 693 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-07T15:43:39.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[25067]: cluster 2023-12-07T15:43:38.438672+0000 mon.a (mon.0) 694 : cluster [INF] Cluster is now healthy 2023-12-07T15:43:39.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[30890]: cluster 2023-12-07T15:43:37.512743+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; 73 KiB/s, 0 objects/s recovering 2023-12-07T15:43:39.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[30890]: audit 2023-12-07T15:43:37.921873+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:39.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[30890]: audit 2023-12-07T15:43:37.929839+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:39.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[30890]: audit 2023-12-07T15:43:37.944644+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:39.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[30890]: audit 2023-12-07T15:43:37.946997+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:39.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[30890]: audit 2023-12-07T15:43:37.948680+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:39.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[30890]: cluster 2023-12-07T15:43:37.952674+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; 70 KiB/s, 0 objects/s recovering 2023-12-07T15:43:39.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[30890]: audit 2023-12-07T15:43:37.958709+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:39.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[30890]: cluster 2023-12-07T15:43:38.438607+0000 mon.a (mon.0) 693 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-07T15:43:39.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:38 smithi121 bash[30890]: cluster 2023-12-07T15:43:38.438672+0000 mon.a (mon.0) 694 : cluster [INF] Cluster is now healthy 2023-12-07T15:43:39.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:38 smithi144 bash[25224]: cluster 2023-12-07T15:43:37.512743+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; 73 KiB/s, 0 objects/s recovering 2023-12-07T15:43:39.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:38 smithi144 bash[25224]: audit 2023-12-07T15:43:37.921873+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:39.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:38 smithi144 bash[25224]: audit 2023-12-07T15:43:37.929839+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:39.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:38 smithi144 bash[25224]: audit 2023-12-07T15:43:37.944644+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:39.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:38 smithi144 bash[25224]: audit 2023-12-07T15:43:37.946997+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:39.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:38 smithi144 bash[25224]: audit 2023-12-07T15:43:37.948680+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:39.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:38 smithi144 bash[25224]: cluster 2023-12-07T15:43:37.952674+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; 70 KiB/s, 0 objects/s recovering 2023-12-07T15:43:39.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:38 smithi144 bash[25224]: audit 2023-12-07T15:43:37.958709+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:39.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:38 smithi144 bash[25224]: cluster 2023-12-07T15:43:38.438607+0000 mon.a (mon.0) 693 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-07T15:43:39.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:38 smithi144 bash[25224]: cluster 2023-12-07T15:43:38.438672+0000 mon.a (mon.0) 694 : cluster [INF] Cluster is now healthy 2023-12-07T15:43:40.239 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:39 smithi121 bash[30890]: audit 2023-12-07T15:43:39.219211+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.144:0/1067775346' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d31272f3-e2d5-4aa2-af20-319aa80a8ff6"}]: dispatch 2023-12-07T15:43:40.239 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:39 smithi121 bash[30890]: audit 2023-12-07T15:43:39.220254+0000 mon.a (mon.0) 695 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d31272f3-e2d5-4aa2-af20-319aa80a8ff6"}]: dispatch 2023-12-07T15:43:40.239 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:39 smithi121 bash[30890]: audit 2023-12-07T15:43:39.229912+0000 mon.a (mon.0) 696 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d31272f3-e2d5-4aa2-af20-319aa80a8ff6"}]': finished 2023-12-07T15:43:40.239 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:39 smithi121 bash[30890]: cluster 2023-12-07T15:43:39.230104+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-07T15:43:40.239 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:39 smithi121 bash[30890]: audit 2023-12-07T15:43:39.230406+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:43:40.239 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:39 smithi121 bash[30890]: audit 2023-12-07T15:43:39.914530+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.144:0/1910932644' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:43:40.240 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:39 smithi121 bash[25067]: audit 2023-12-07T15:43:39.219211+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.144:0/1067775346' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d31272f3-e2d5-4aa2-af20-319aa80a8ff6"}]: dispatch 2023-12-07T15:43:40.240 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:39 smithi121 bash[25067]: audit 2023-12-07T15:43:39.220254+0000 mon.a (mon.0) 695 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d31272f3-e2d5-4aa2-af20-319aa80a8ff6"}]: dispatch 2023-12-07T15:43:40.240 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:39 smithi121 bash[25067]: audit 2023-12-07T15:43:39.229912+0000 mon.a (mon.0) 696 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d31272f3-e2d5-4aa2-af20-319aa80a8ff6"}]': finished 2023-12-07T15:43:40.240 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:39 smithi121 bash[25067]: cluster 2023-12-07T15:43:39.230104+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-07T15:43:40.240 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:39 smithi121 bash[25067]: audit 2023-12-07T15:43:39.230406+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:43:40.240 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:39 smithi121 bash[25067]: audit 2023-12-07T15:43:39.914530+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.144:0/1910932644' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:43:40.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:39 smithi144 bash[25224]: audit 2023-12-07T15:43:39.219211+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.144:0/1067775346' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d31272f3-e2d5-4aa2-af20-319aa80a8ff6"}]: dispatch 2023-12-07T15:43:40.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:39 smithi144 bash[25224]: audit 2023-12-07T15:43:39.220254+0000 mon.a (mon.0) 695 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d31272f3-e2d5-4aa2-af20-319aa80a8ff6"}]: dispatch 2023-12-07T15:43:40.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:39 smithi144 bash[25224]: audit 2023-12-07T15:43:39.229912+0000 mon.a (mon.0) 696 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d31272f3-e2d5-4aa2-af20-319aa80a8ff6"}]': finished 2023-12-07T15:43:40.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:39 smithi144 bash[25224]: cluster 2023-12-07T15:43:39.230104+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-07T15:43:40.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:39 smithi144 bash[25224]: audit 2023-12-07T15:43:39.230406+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:43:40.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:39 smithi144 bash[25224]: audit 2023-12-07T15:43:39.914530+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.144:0/1910932644' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T15:43:40.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:43:40 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:43:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:43:41.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:41 smithi121 bash[25067]: cluster 2023-12-07T15:43:39.953286+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-12-07T15:43:41.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:41 smithi121 bash[25067]: audit 2023-12-07T15:43:40.230466+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:41.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:41 smithi121 bash[25067]: audit 2023-12-07T15:43:40.237773+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:41.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:41 smithi121 bash[30890]: cluster 2023-12-07T15:43:39.953286+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-12-07T15:43:41.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:41 smithi121 bash[30890]: audit 2023-12-07T15:43:40.230466+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:41.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:41 smithi121 bash[30890]: audit 2023-12-07T15:43:40.237773+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:41.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:41 smithi144 bash[25224]: cluster 2023-12-07T15:43:39.953286+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-12-07T15:43:41.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:41 smithi144 bash[25224]: audit 2023-12-07T15:43:40.230466+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:41.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:41 smithi144 bash[25224]: audit 2023-12-07T15:43:40.237773+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:43.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:43 smithi121 bash[25067]: cluster 2023-12-07T15:43:41.953882+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:43.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:43 smithi121 bash[30890]: cluster 2023-12-07T15:43:41.953882+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:43.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:43 smithi144 bash[25224]: cluster 2023-12-07T15:43:41.953882+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:45.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:45 smithi121 bash[25067]: cluster 2023-12-07T15:43:43.954496+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:45.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:45 smithi121 bash[30890]: cluster 2023-12-07T15:43:43.954496+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:45.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:45 smithi144 bash[25224]: cluster 2023-12-07T15:43:43.954496+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:47.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:47 smithi144 bash[25224]: cluster 2023-12-07T15:43:45.955109+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:47.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:47 smithi121 bash[25067]: cluster 2023-12-07T15:43:45.955109+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:47.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:47 smithi121 bash[30890]: cluster 2023-12-07T15:43:45.955109+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:48.703 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:48 smithi144 bash[25224]: cluster 2023-12-07T15:43:47.955754+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:48.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:48 smithi121 bash[25067]: cluster 2023-12-07T15:43:47.955754+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:48.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:48 smithi121 bash[30890]: cluster 2023-12-07T15:43:47.955754+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:51.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:51 smithi121 bash[30890]: cluster 2023-12-07T15:43:49.956313+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:51.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:51 smithi121 bash[30890]: audit 2023-12-07T15:43:50.071019+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T15:43:51.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:51 smithi121 bash[30890]: audit 2023-12-07T15:43:50.072285+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:51.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:51 smithi121 bash[30890]: cephadm 2023-12-07T15:43:50.073332+0000 mgr.y (mgr.14152) 241 : cephadm [INF] Deploying daemon osd.7 on smithi144 2023-12-07T15:43:51.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:51 smithi121 bash[25067]: cluster 2023-12-07T15:43:49.956313+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:51.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:51 smithi121 bash[25067]: audit 2023-12-07T15:43:50.071019+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T15:43:51.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:51 smithi121 bash[25067]: audit 2023-12-07T15:43:50.072285+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:51.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:51 smithi121 bash[25067]: cephadm 2023-12-07T15:43:50.073332+0000 mgr.y (mgr.14152) 241 : cephadm [INF] Deploying daemon osd.7 on smithi144 2023-12-07T15:43:51.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:51 smithi144 bash[25224]: cluster 2023-12-07T15:43:49.956313+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:51.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:51 smithi144 bash[25224]: audit 2023-12-07T15:43:50.071019+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T15:43:51.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:51 smithi144 bash[25224]: audit 2023-12-07T15:43:50.072285+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:51.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:51 smithi144 bash[25224]: cephadm 2023-12-07T15:43:50.073332+0000 mgr.y (mgr.14152) 241 : cephadm [INF] Deploying daemon osd.7 on smithi144 2023-12-07T15:43:53.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:53 smithi121 bash[25067]: cluster 2023-12-07T15:43:51.956914+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:53.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:53 smithi121 bash[30890]: cluster 2023-12-07T15:43:51.956914+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:53.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:53 smithi144 bash[25224]: cluster 2023-12-07T15:43:51.956914+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:55.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:55 smithi121 bash[30890]: cluster 2023-12-07T15:43:53.957533+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:55.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:55 smithi121 bash[30890]: audit 2023-12-07T15:43:54.055607+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:55.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:55 smithi121 bash[30890]: audit 2023-12-07T15:43:54.072067+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:55.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:55 smithi121 bash[30890]: audit 2023-12-07T15:43:54.074891+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:55.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:55 smithi121 bash[30890]: audit 2023-12-07T15:43:54.078630+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:55.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:55 smithi121 bash[30890]: audit 2023-12-07T15:43:54.091118+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:55.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:55 smithi121 bash[25067]: cluster 2023-12-07T15:43:53.957533+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:55.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:55 smithi121 bash[25067]: audit 2023-12-07T15:43:54.055607+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:55.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:55 smithi121 bash[25067]: audit 2023-12-07T15:43:54.072067+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:55.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:55 smithi121 bash[25067]: audit 2023-12-07T15:43:54.074891+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:55.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:55 smithi121 bash[25067]: audit 2023-12-07T15:43:54.078630+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:55.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:55 smithi121 bash[25067]: audit 2023-12-07T15:43:54.091118+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:55.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:55 smithi144 bash[25224]: cluster 2023-12-07T15:43:53.957533+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:55.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:55 smithi144 bash[25224]: audit 2023-12-07T15:43:54.055607+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:55.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:55 smithi144 bash[25224]: audit 2023-12-07T15:43:54.072067+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:55.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:55 smithi144 bash[25224]: audit 2023-12-07T15:43:54.074891+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:55.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:55 smithi144 bash[25224]: audit 2023-12-07T15:43:54.078630+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:55.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:55 smithi144 bash[25224]: audit 2023-12-07T15:43:54.091118+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:57.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:57 smithi144 bash[25224]: cluster 2023-12-07T15:43:55.958160+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:57.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:57 smithi121 bash[30890]: cluster 2023-12-07T15:43:55.958160+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:57.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:57 smithi121 bash[25067]: cluster 2023-12-07T15:43:55.958160+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:58.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:43:58 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:43:58] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:43:59.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[25067]: cluster 2023-12-07T15:43:57.958787+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:59.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[25067]: audit 2023-12-07T15:43:58.053914+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:59.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[25067]: cephadm 2023-12-07T15:43:58.055618+0000 mgr.y (mgr.14152) 246 : cephadm [INF] Detected new or changed devices on smithi144 2023-12-07T15:43:59.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[25067]: audit 2023-12-07T15:43:58.063142+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:59.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[25067]: audit 2023-12-07T15:43:58.070934+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:59.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[25067]: audit 2023-12-07T15:43:58.073006+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:59.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[25067]: audit 2023-12-07T15:43:58.074443+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:59.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[25067]: audit 2023-12-07T15:43:58.083288+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:59.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[25067]: audit 2023-12-07T15:43:58.436276+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:43:59.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[25067]: audit 2023-12-07T15:43:58.436757+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:43:59.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[30890]: cluster 2023-12-07T15:43:57.958787+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:59.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[30890]: audit 2023-12-07T15:43:58.053914+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:59.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[30890]: cephadm 2023-12-07T15:43:58.055618+0000 mgr.y (mgr.14152) 246 : cephadm [INF] Detected new or changed devices on smithi144 2023-12-07T15:43:59.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[30890]: audit 2023-12-07T15:43:58.063142+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:59.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[30890]: audit 2023-12-07T15:43:58.070934+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:59.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[30890]: audit 2023-12-07T15:43:58.073006+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:59.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[30890]: audit 2023-12-07T15:43:58.074443+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:59.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[30890]: audit 2023-12-07T15:43:58.083288+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:59.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[30890]: audit 2023-12-07T15:43:58.436276+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:43:59.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:43:59 smithi121 bash[30890]: audit 2023-12-07T15:43:58.436757+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:43:59.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:59 smithi144 bash[25224]: cluster 2023-12-07T15:43:57.958787+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:43:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:59 smithi144 bash[25224]: audit 2023-12-07T15:43:58.053914+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:59 smithi144 bash[25224]: cephadm 2023-12-07T15:43:58.055618+0000 mgr.y (mgr.14152) 246 : cephadm [INF] Detected new or changed devices on smithi144 2023-12-07T15:43:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:59 smithi144 bash[25224]: audit 2023-12-07T15:43:58.063142+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:59 smithi144 bash[25224]: audit 2023-12-07T15:43:58.070934+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:59 smithi144 bash[25224]: audit 2023-12-07T15:43:58.073006+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:59 smithi144 bash[25224]: audit 2023-12-07T15:43:58.074443+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:59 smithi144 bash[25224]: audit 2023-12-07T15:43:58.083288+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:43:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:59 smithi144 bash[25224]: audit 2023-12-07T15:43:58.436276+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:43:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:43:59 smithi144 bash[25224]: audit 2023-12-07T15:43:58.436757+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:44:00.808 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:00 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:44:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:44:00.808 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:00 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:44:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:44:01.301 INFO:teuthology.orchestra.run.smithi144.stdout:Created osd(s) 7 on host 'smithi144' 2023-12-07T15:44:01.511 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: cluster 2023-12-07T15:43:59.959461+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:44:01.512 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:00.364713+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.512 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:00.372022+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:00.393642+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:00.400083+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:00.409373+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:01.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:00.411477+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:01.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:00.412799+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:01.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:00.422774+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:01.156243+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.144:6824/2786782619,v1:172.21.15.144:6825/2786782619]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T15:44:01.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:01.157254+0000 mon.a (mon.0) 724 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T15:44:01.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:01.295739+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:01.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:01.299631+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:01.303170+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:01.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:01.306304+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:01.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:01.309942+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:01.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:01.311027+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:01.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:01.312144+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:01.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:01.313339+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:01.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:01.319720+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:01 smithi144 bash[25224]: audit 2023-12-07T15:44:01.329350+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: cluster 2023-12-07T15:43:59.959461+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:44:01.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:00.364713+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:00.372022+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:00.393642+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:00.400083+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:00.409373+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:01.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:00.411477+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:01.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:00.412799+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:01.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:00.422774+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:01.156243+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.144:6824/2786782619,v1:172.21.15.144:6825/2786782619]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T15:44:01.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:01.157254+0000 mon.a (mon.0) 724 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T15:44:01.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:01.295739+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:01.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:01.299631+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:01.303170+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:01.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:01.306304+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:01.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:01.309942+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:01.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:01.311027+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:01.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:01.312144+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:01.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: cluster 2023-12-07T15:43:59.959461+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:44:01.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:00.364713+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:00.372022+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:00.393642+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:00.400083+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:00.409373+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:01.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:00.411477+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:01.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:00.412799+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:01.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:00.422774+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:01.156243+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.144:6824/2786782619,v1:172.21.15.144:6825/2786782619]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T15:44:01.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:01.157254+0000 mon.a (mon.0) 724 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T15:44:01.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:01.295739+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:01.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:01.299631+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:01.303170+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:01.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:01.306304+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:01.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:01.309942+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:01.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:01.311027+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:01.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:01.312144+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:01.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:01.313339+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:01.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:01.319720+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[25067]: audit 2023-12-07T15:44:01.329350+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:01.313339+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:01.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:01.319720+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:01.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:01 smithi121 bash[30890]: audit 2023-12-07T15:44:01.329350+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:02.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:02 smithi144 bash[25224]: cephadm 2023-12-07T15:44:01.314209+0000 mgr.y (mgr.14152) 248 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 4061M 2023-12-07T15:44:02.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:02 smithi144 bash[25224]: audit 2023-12-07T15:44:01.426744+0000 mon.a (mon.0) 735 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-07T15:44:02.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:02 smithi144 bash[25224]: cluster 2023-12-07T15:44:01.426918+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-07T15:44:02.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:02 smithi144 bash[25224]: audit 2023-12-07T15:44:01.427222+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:02.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:02 smithi144 bash[25224]: audit 2023-12-07T15:44:01.428583+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.144:6824/2786782619,v1:172.21.15.144:6825/2786782619]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:44:02.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:02 smithi144 bash[25224]: audit 2023-12-07T15:44:01.429635+0000 mon.a (mon.0) 738 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:44:02.499 DEBUG:teuthology.orchestra.run.smithi144:osd.7> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.7.service 2023-12-07T15:44:02.502 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-07T15:44:02.502 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-07T15:44:02.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:02 smithi121 bash[25067]: cephadm 2023-12-07T15:44:01.314209+0000 mgr.y (mgr.14152) 248 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 4061M 2023-12-07T15:44:02.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:02 smithi121 bash[25067]: audit 2023-12-07T15:44:01.426744+0000 mon.a (mon.0) 735 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-07T15:44:02.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:02 smithi121 bash[25067]: cluster 2023-12-07T15:44:01.426918+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-07T15:44:02.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:02 smithi121 bash[25067]: audit 2023-12-07T15:44:01.427222+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:02.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:02 smithi121 bash[25067]: audit 2023-12-07T15:44:01.428583+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.144:6824/2786782619,v1:172.21.15.144:6825/2786782619]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:44:02.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:02 smithi121 bash[25067]: audit 2023-12-07T15:44:01.429635+0000 mon.a (mon.0) 738 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:44:02.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:02 smithi121 bash[30890]: cephadm 2023-12-07T15:44:01.314209+0000 mgr.y (mgr.14152) 248 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 4061M 2023-12-07T15:44:02.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:02 smithi121 bash[30890]: audit 2023-12-07T15:44:01.426744+0000 mon.a (mon.0) 735 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-07T15:44:02.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:02 smithi121 bash[30890]: cluster 2023-12-07T15:44:01.426918+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-07T15:44:02.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:02 smithi121 bash[30890]: audit 2023-12-07T15:44:01.427222+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:02.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:02 smithi121 bash[30890]: audit 2023-12-07T15:44:01.428583+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.144:6824/2786782619,v1:172.21.15.144:6825/2786782619]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:44:02.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:02 smithi121 bash[30890]: audit 2023-12-07T15:44:01.429635+0000 mon.a (mon.0) 738 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:44:02.840 INFO:journalctl@ceph.osd.7.smithi144.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:44:03.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:03 smithi144 bash[25224]: cluster 2023-12-07T15:44:01.960142+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:44:03.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:03 smithi144 bash[25224]: audit 2023-12-07T15:44:02.430649+0000 mon.a (mon.0) 739 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2023-12-07T15:44:03.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:03 smithi144 bash[25224]: cluster 2023-12-07T15:44:02.430935+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2023-12-07T15:44:03.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:03 smithi144 bash[25224]: audit 2023-12-07T15:44:02.431792+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:03.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:03 smithi144 bash[25224]: audit 2023-12-07T15:44:02.439277+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:03.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:03 smithi144 bash[25224]: cluster 2023-12-07T15:44:02.449844+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e55: 8 total, 7 up, 8 in 2023-12-07T15:44:03.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:03 smithi144 bash[25224]: audit 2023-12-07T15:44:02.450421+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:03.655 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:03 smithi121 bash[30890]: cluster 2023-12-07T15:44:01.960142+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:44:03.655 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:03 smithi121 bash[30890]: audit 2023-12-07T15:44:02.430649+0000 mon.a (mon.0) 739 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2023-12-07T15:44:03.656 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:03 smithi121 bash[30890]: cluster 2023-12-07T15:44:02.430935+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2023-12-07T15:44:03.656 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:03 smithi121 bash[30890]: audit 2023-12-07T15:44:02.431792+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:03.656 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:03 smithi121 bash[30890]: audit 2023-12-07T15:44:02.439277+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:03.656 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:03 smithi121 bash[30890]: cluster 2023-12-07T15:44:02.449844+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e55: 8 total, 7 up, 8 in 2023-12-07T15:44:03.656 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:03 smithi121 bash[30890]: audit 2023-12-07T15:44:02.450421+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:03.656 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:03 smithi121 bash[25067]: cluster 2023-12-07T15:44:01.960142+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:44:03.656 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:03 smithi121 bash[25067]: audit 2023-12-07T15:44:02.430649+0000 mon.a (mon.0) 739 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2023-12-07T15:44:03.656 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:03 smithi121 bash[25067]: cluster 2023-12-07T15:44:02.430935+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2023-12-07T15:44:03.656 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:03 smithi121 bash[25067]: audit 2023-12-07T15:44:02.431792+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:03.656 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:03 smithi121 bash[25067]: audit 2023-12-07T15:44:02.439277+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:03.656 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:03 smithi121 bash[25067]: cluster 2023-12-07T15:44:02.449844+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e55: 8 total, 7 up, 8 in 2023-12-07T15:44:03.656 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:03 smithi121 bash[25067]: audit 2023-12-07T15:44:02.450421+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:04.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:04 smithi144 bash[25224]: cluster 2023-12-07T15:44:02.169273+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:44:04.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:04 smithi144 bash[25224]: cluster 2023-12-07T15:44:02.169455+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:44:04.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:04 smithi144 bash[25224]: audit 2023-12-07T15:44:03.439467+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:04.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:04 smithi144 bash[25224]: cluster 2023-12-07T15:44:03.462374+0000 mon.a (mon.0) 746 : cluster [INF] osd.7 [v2:172.21.15.144:6824/2786782619,v1:172.21.15.144:6825/2786782619] boot 2023-12-07T15:44:04.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:04 smithi144 bash[25224]: cluster 2023-12-07T15:44:03.462453+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-07T15:44:04.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:04 smithi144 bash[25224]: audit 2023-12-07T15:44:03.462691+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:04.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:04 smithi144 bash[25224]: cluster 2023-12-07T15:44:03.960703+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:44:04.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:04 smithi121 bash[30890]: cluster 2023-12-07T15:44:02.169273+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:44:04.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:04 smithi121 bash[30890]: cluster 2023-12-07T15:44:02.169455+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:44:04.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:04 smithi121 bash[30890]: audit 2023-12-07T15:44:03.439467+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:04.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:04 smithi121 bash[30890]: cluster 2023-12-07T15:44:03.462374+0000 mon.a (mon.0) 746 : cluster [INF] osd.7 [v2:172.21.15.144:6824/2786782619,v1:172.21.15.144:6825/2786782619] boot 2023-12-07T15:44:04.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:04 smithi121 bash[30890]: cluster 2023-12-07T15:44:03.462453+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-07T15:44:04.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:04 smithi121 bash[30890]: audit 2023-12-07T15:44:03.462691+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:04.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:04 smithi121 bash[30890]: cluster 2023-12-07T15:44:03.960703+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:44:04.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:04 smithi121 bash[25067]: cluster 2023-12-07T15:44:02.169273+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-07T15:44:04.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:04 smithi121 bash[25067]: cluster 2023-12-07T15:44:02.169455+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-07T15:44:04.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:04 smithi121 bash[25067]: audit 2023-12-07T15:44:03.439467+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:04.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:04 smithi121 bash[25067]: cluster 2023-12-07T15:44:03.462374+0000 mon.a (mon.0) 746 : cluster [INF] osd.7 [v2:172.21.15.144:6824/2786782619,v1:172.21.15.144:6825/2786782619] boot 2023-12-07T15:44:04.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:04 smithi121 bash[25067]: cluster 2023-12-07T15:44:03.462453+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-07T15:44:04.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:04 smithi121 bash[25067]: audit 2023-12-07T15:44:03.462691+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:04.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:04 smithi121 bash[25067]: cluster 2023-12-07T15:44:03.960703+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-07T15:44:05.592 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-07T15:44:05.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:05 smithi121 bash[30890]: cluster 2023-12-07T15:44:04.473067+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-07T15:44:05.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:05 smithi121 bash[25067]: cluster 2023-12-07T15:44:04.473067+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-07T15:44:05.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:05 smithi144 bash[25224]: cluster 2023-12-07T15:44:04.473067+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-07T15:44:06.351 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":58,"num_osds":8,"num_up_osds":8,"osd_up_since":1701963843,"num_in_osds":8,"osd_in_since":1701963819,"num_remapped_pgs":1} 2023-12-07T15:44:06.352 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T15:44:06.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:06 smithi121 bash[25067]: cluster 2023-12-07T15:44:05.478941+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-07T15:44:06.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:06 smithi121 bash[25067]: audit 2023-12-07T15:44:05.592130+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.121:0/3452383303' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T15:44:06.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:06 smithi121 bash[25067]: cluster 2023-12-07T15:44:05.961489+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v235: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 2/6 objects degraded (33.333%) 2023-12-07T15:44:06.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:06 smithi121 bash[30890]: cluster 2023-12-07T15:44:05.478941+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-07T15:44:06.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:06 smithi121 bash[30890]: audit 2023-12-07T15:44:05.592130+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.121:0/3452383303' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T15:44:06.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:06 smithi121 bash[30890]: cluster 2023-12-07T15:44:05.961489+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v235: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 2/6 objects degraded (33.333%) 2023-12-07T15:44:06.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:06 smithi144 bash[25224]: cluster 2023-12-07T15:44:05.478941+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-07T15:44:06.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:06 smithi144 bash[25224]: audit 2023-12-07T15:44:05.592130+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.121:0/3452383303' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T15:44:06.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:06 smithi144 bash[25224]: cluster 2023-12-07T15:44:05.961489+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v235: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 2/6 objects degraded (33.333%) 2023-12-07T15:44:07.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:07 smithi121 bash[25067]: cluster 2023-12-07T15:44:06.482704+0000 mon.a (mon.0) 751 : cluster [WRN] Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-07T15:44:07.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:07 smithi121 bash[25067]: cluster 2023-12-07T15:44:06.497299+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-07T15:44:07.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:07 smithi121 bash[30890]: cluster 2023-12-07T15:44:06.482704+0000 mon.a (mon.0) 751 : cluster [WRN] Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-07T15:44:07.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:07 smithi121 bash[30890]: cluster 2023-12-07T15:44:06.497299+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-07T15:44:07.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:07 smithi144 bash[25224]: cluster 2023-12-07T15:44:06.482704+0000 mon.a (mon.0) 751 : cluster [WRN] Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-07T15:44:07.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:07 smithi144 bash[25224]: cluster 2023-12-07T15:44:06.497299+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-07T15:44:08.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:08 smithi121 bash[25067]: cluster 2023-12-07T15:44:07.504553+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-07T15:44:08.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:08 smithi121 bash[25067]: cluster 2023-12-07T15:44:07.962223+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v238: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 2/6 objects degraded (33.333%) 2023-12-07T15:44:08.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:08 smithi121 bash[30890]: cluster 2023-12-07T15:44:07.504553+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-07T15:44:08.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:08 smithi121 bash[30890]: cluster 2023-12-07T15:44:07.962223+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v238: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 2/6 objects degraded (33.333%) 2023-12-07T15:44:08.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:08 smithi144 bash[25224]: cluster 2023-12-07T15:44:07.504553+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-07T15:44:08.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:08 smithi144 bash[25224]: cluster 2023-12-07T15:44:07.962223+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v238: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 2/6 objects degraded (33.333%) 2023-12-07T15:44:09.078 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:44:10.233 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:10 smithi121 bash[25067]: cluster 2023-12-07T15:44:10.013569+0000 mon.a (mon.0) 754 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2023-12-07T15:44:10.233 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:10 smithi121 bash[25067]: cluster 2023-12-07T15:44:10.013668+0000 mon.a (mon.0) 755 : cluster [INF] Cluster is now healthy 2023-12-07T15:44:10.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:10 smithi121 bash[30890]: cluster 2023-12-07T15:44:10.013569+0000 mon.a (mon.0) 754 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2023-12-07T15:44:10.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:10 smithi121 bash[30890]: cluster 2023-12-07T15:44:10.013668+0000 mon.a (mon.0) 755 : cluster [INF] Cluster is now healthy 2023-12-07T15:44:10.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:10 smithi144 bash[25224]: cluster 2023-12-07T15:44:10.013569+0000 mon.a (mon.0) 754 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2023-12-07T15:44:10.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:10 smithi144 bash[25224]: cluster 2023-12-07T15:44:10.013668+0000 mon.a (mon.0) 755 : cluster [INF] Cluster is now healthy 2023-12-07T15:44:11.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:11 smithi144 bash[25224]: cluster 2023-12-07T15:44:09.962698+0000 mgr.y (mgr.14152) 253 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 94 KiB/s, 0 objects/s recovering 2023-12-07T15:44:11.473 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:11 smithi121 bash[25067]: cluster 2023-12-07T15:44:09.962698+0000 mgr.y (mgr.14152) 253 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 94 KiB/s, 0 objects/s recovering 2023-12-07T15:44:11.473 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:11 smithi121 bash[30890]: cluster 2023-12-07T15:44:09.962698+0000 mgr.y (mgr.14152) 253 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 94 KiB/s, 0 objects/s recovering 2023-12-07T15:44:11.872 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-07T15:44:11.872 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":60,"fsid":"53d6ee1e-9516-11ee-95a2-87774f69a715","created":"2023-12-07T15:36:56.329844+0000","modified":"2023-12-07T15:44:07.491666+0000","last_up_change":"2023-12-07T15:44:03.453668+0000","last_in_change":"2023-12-07T15:43:39.221737+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":"2023-12-07T15:41:04.923015+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":"bf7d1feb-9fdc-49d7-863a-47feaf2445b0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6802","nonce":3629443390},{"type":"v1","addr":"172.21.15.121:6803","nonce":3629443390}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6804","nonce":3629443390},{"type":"v1","addr":"172.21.15.121:6805","nonce":3629443390}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6808","nonce":3629443390},{"type":"v1","addr":"172.21.15.121:6809","nonce":3629443390}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6806","nonce":3629443390},{"type":"v1","addr":"172.21.15.121:6807","nonce":3629443390}]},"public_addr":"172.21.15.121:6803/3629443390","cluster_addr":"172.21.15.121:6805/3629443390","heartbeat_back_addr":"172.21.15.121:6809/3629443390","heartbeat_front_addr":"172.21.15.121:6807/3629443390","state":["exists","up"]},{"osd":1,"uuid":"55000406-e4f9-49b2-9d9b-24fbde05655e","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.121:6810","nonce":1754167298},{"type":"v1","addr":"172.21.15.121:6811","nonce":1754167298}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6812","nonce":1754167298},{"type":"v1","addr":"172.21.15.121:6813","nonce":1754167298}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6816","nonce":1754167298},{"type":"v1","addr":"172.21.15.121:6817","nonce":1754167298}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6814","nonce":1754167298},{"type":"v1","addr":"172.21.15.121:6815","nonce":1754167298}]},"public_addr":"172.21.15.121:6811/1754167298","cluster_addr":"172.21.15.121:6813/1754167298","heartbeat_back_addr":"172.21.15.121:6817/1754167298","heartbeat_front_addr":"172.21.15.121:6815/1754167298","state":["exists","up"]},{"osd":2,"uuid":"e72139f1-2cd5-413f-a1cf-6aaeb7a40633","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.121:6818","nonce":1377513261},{"type":"v1","addr":"172.21.15.121:6819","nonce":1377513261}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6820","nonce":1377513261},{"type":"v1","addr":"172.21.15.121:6821","nonce":1377513261}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6824","nonce":1377513261},{"type":"v1","addr":"172.21.15.121:6825","nonce":1377513261}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6822","nonce":1377513261},{"type":"v1","addr":"172.21.15.121:6823","nonce":1377513261}]},"public_addr":"172.21.15.121:6819/1377513261","cluster_addr":"172.21.15.121:6821/1377513261","heartbeat_back_addr":"172.21.15.121:6825/1377513261","heartbeat_front_addr":"172.21.15.121:6823/1377513261","state":["exists","up"]},{"osd":3,"uuid":"dab369c9-72bf-41c3-b636-c974106dfa83","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.121:6826","nonce":2995945974},{"type":"v1","addr":"172.21.15.121:6827","nonce":2995945974}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6828","nonce":2995945974},{"type":"v1","addr":"172.21.15.121:6829","nonce":2995945974}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6832","nonce":2995945974},{"type":"v1","addr":"172.21.15.121:6833","nonce":2995945974}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6830","nonce":2995945974},{"type":"v1","addr":"172.21.15.121:6831","nonce":2995945974}]},"public_addr":"172.21.15.121:6827/2995945974","cluster_addr":"172.21.15.121:6829/2995945974","heartbeat_back_addr":"172.21.15.121:6833/2995945974","heartbeat_front_addr":"172.21.15.121:6831/2995945974","state":["exists","up"]},{"osd":4,"uuid":"117287c8-fbf6-4420-beee-e85f86a98ffa","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.144:6800","nonce":1188726530},{"type":"v1","addr":"172.21.15.144:6801","nonce":1188726530}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":1188726530},{"type":"v1","addr":"172.21.15.144:6803","nonce":1188726530}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":1188726530},{"type":"v1","addr":"172.21.15.144:6807","nonce":1188726530}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":1188726530},{"type":"v1","addr":"172.21.15.144:6805","nonce":1188726530}]},"public_addr":"172.21.15.144:6801/1188726530","cluster_addr":"172.21.15.144:6803/1188726530","heartbeat_back_addr":"172.21.15.144:6807/1188726530","heartbeat_front_addr":"172.21.15.144:6805/1188726530","state":["exists","up"]},{"osd":5,"uuid":"81c52ac1-c1af-41e9-a2ba-17e0541d90d6","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.144:6808","nonce":839611261},{"type":"v1","addr":"172.21.15.144:6809","nonce":839611261}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6810","nonce":839611261},{"type":"v1","addr":"172.21.15.144:6811","nonce":839611261}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6814","nonce":839611261},{"type":"v1","addr":"172.21.15.144:6815","nonce":839611261}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6812","nonce":839611261},{"type":"v1","addr":"172.21.15.144:6813","nonce":839611261}]},"public_addr":"172.21.15.144:6809/839611261","cluster_addr":"172.21.15.144:6811/839611261","heartbeat_back_addr":"172.21.15.144:6815/839611261","heartbeat_front_addr":"172.21.15.144:6813/839611261","state":["exists","up"]},{"osd":6,"uuid":"5c246315-d011-46c3-b819-1b9f0a83548f","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.144:6816","nonce":3526976672},{"type":"v1","addr":"172.21.15.144:6817","nonce":3526976672}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6818","nonce":3526976672},{"type":"v1","addr":"172.21.15.144:6819","nonce":3526976672}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6822","nonce":3526976672},{"type":"v1","addr":"172.21.15.144:6823","nonce":3526976672}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6820","nonce":3526976672},{"type":"v1","addr":"172.21.15.144:6821","nonce":3526976672}]},"public_addr":"172.21.15.144:6817/3526976672","cluster_addr":"172.21.15.144:6819/3526976672","heartbeat_back_addr":"172.21.15.144:6823/3526976672","heartbeat_front_addr":"172.21.15.144:6821/3526976672","state":["exists","up"]},{"osd":7,"uuid":"d31272f3-e2d5-4aa2-af20-319aa80a8ff6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":56,"up_thru":59,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6824","nonce":2786782619},{"type":"v1","addr":"172.21.15.144:6825","nonce":2786782619}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6826","nonce":2786782619},{"type":"v1","addr":"172.21.15.144:6827","nonce":2786782619}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6830","nonce":2786782619},{"type":"v1","addr":"172.21.15.144:6831","nonce":2786782619}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6828","nonce":2786782619},{"type":"v1","addr":"172.21.15.144:6829","nonce":2786782619}]},"public_addr":"172.21.15.144:6825/2786782619","cluster_addr":"172.21.15.144:6827/2786782619","heartbeat_back_addr":"172.21.15.144:6831/2786782619","heartbeat_front_addr":"172.21.15.144:6829/2786782619","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":"2023-12-07T15:39:42.893228+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":"2023-12-07T15:40:21.027307+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":"2023-12-07T15:41:01.479421+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":"2023-12-07T15:41:36.761098+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":"2023-12-07T15:42:11.723460+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":"2023-12-07T15:42:49.401470+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":"2023-12-07T15:43:26.597915+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":"2023-12-07T15:44:02.169460+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.121:0/4255758559":"2023-12-08T15:37:58.274162+0000","172.21.15.121:0/1528716763":"2023-12-08T15:37:58.274162+0000","172.21.15.121:6801/113740501":"2023-12-08T15:37:58.274162+0000","172.21.15.121:6800/113740501":"2023-12-08T15:37:58.274162+0000","172.21.15.121:0/1247423152":"2023-12-08T15:37:58.274162+0000","172.21.15.121:0/4043194369":"2023-12-08T15:37:27.329528+0000","172.21.15.121:6800/1592275265":"2023-12-08T15:37:27.329528+0000","172.21.15.121:6801/1592275265":"2023-12-08T15:37:27.329528+0000","172.21.15.121:0/3115747932":"2023-12-08T15:37:27.329528+0000","172.21.15.121:0/730033865":"2023-12-08T15:37:27.329528+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}} 2023-12-07T15:44:12.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:12 smithi121 bash[25067]: audit 2023-12-07T15:44:11.870854+0000 mon.a (mon.0) 756 : audit [DBG] from='client.? 172.21.15.121:0/2065860074' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:44:12.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:12 smithi121 bash[30890]: audit 2023-12-07T15:44:11.870854+0000 mon.a (mon.0) 756 : audit [DBG] from='client.? 172.21.15.121:0/2065860074' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:44:12.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:12 smithi144 bash[25224]: audit 2023-12-07T15:44:11.870854+0000 mon.a (mon.0) 756 : audit [DBG] from='client.? 172.21.15.121:0/2065860074' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:44:12.611 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-07T15:41:04.923015+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': {}}}] 2023-12-07T15:44:12.612 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-07T15:44:13.307 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:13 smithi121 bash[25067]: cluster 2023-12-07T15:44:11.963282+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s, 0 objects/s recovering 2023-12-07T15:44:13.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:13 smithi121 bash[30890]: cluster 2023-12-07T15:44:11.963282+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s, 0 objects/s recovering 2023-12-07T15:44:13.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:13 smithi144 bash[25224]: cluster 2023-12-07T15:44:11.963282+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s, 0 objects/s recovering 2023-12-07T15:44:15.338 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:44:15.369 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:15 smithi121 bash[30890]: cluster 2023-12-07T15:44:13.963970+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-07T15:44:15.370 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:15 smithi121 bash[25067]: cluster 2023-12-07T15:44:13.963970+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-07T15:44:15.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:15 smithi144 bash[25224]: cluster 2023-12-07T15:44:13.963970+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-07T15:44:17.342 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:17 smithi121 bash[25067]: cluster 2023-12-07T15:44:15.964628+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-07T15:44:17.342 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:17 smithi121 bash[30890]: cluster 2023-12-07T15:44:15.964628+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-07T15:44:17.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:17 smithi144 bash[25224]: cluster 2023-12-07T15:44:15.964628+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-07T15:44:18.772 INFO:teuthology.orchestra.run.smithi121.stdout:pg_num: 1 2023-12-07T15:44:18.798 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:18 smithi121 bash[25067]: cluster 2023-12-07T15:44:17.965281+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-12-07T15:44:18.798 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:18 smithi121 bash[30890]: cluster 2023-12-07T15:44:17.965281+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-12-07T15:44:18.817 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:18 smithi144 bash[25224]: cluster 2023-12-07T15:44:17.965281+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-12-07T15:44:19.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:19 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:44:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:44:19.537 INFO:tasks.cephadm:Adding prometheus.a on smithi144 2023-12-07T15:44:19.537 DEBUG:teuthology.orchestra.run.smithi144:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph orch apply prometheus '1;smithi144=a' 2023-12-07T15:44:19.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:19 smithi144 bash[25224]: audit 2023-12-07T15:44:18.771365+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.121:0/158587703' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T15:44:19.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:19 smithi144 bash[25224]: audit 2023-12-07T15:44:19.110846+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:19.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:19 smithi144 bash[25224]: audit 2023-12-07T15:44:19.119612+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:19.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:19 smithi121 bash[25067]: audit 2023-12-07T15:44:18.771365+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.121:0/158587703' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T15:44:19.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:19 smithi121 bash[25067]: audit 2023-12-07T15:44:19.110846+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:19.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:19 smithi121 bash[25067]: audit 2023-12-07T15:44:19.119612+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:19.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:19 smithi121 bash[30890]: audit 2023-12-07T15:44:18.771365+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.121:0/158587703' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T15:44:19.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:19 smithi121 bash[30890]: audit 2023-12-07T15:44:19.110846+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:19.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:19 smithi121 bash[30890]: audit 2023-12-07T15:44:19.119612+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:20.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:20 smithi121 bash[25067]: cluster 2023-12-07T15:44:19.965977+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-07T15:44:20.808 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:20 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:44:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:44:20.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:20 smithi121 bash[30890]: cluster 2023-12-07T15:44:19.965977+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-07T15:44:20.844 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:20 smithi144 bash[25224]: cluster 2023-12-07T15:44:19.965977+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-07T15:44:21.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:21 smithi121 bash[25067]: audit 2023-12-07T15:44:20.487992+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:21.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:21 smithi121 bash[25067]: audit 2023-12-07T15:44:20.496838+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:21.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:21 smithi121 bash[30890]: audit 2023-12-07T15:44:20.487992+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:21.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:21 smithi121 bash[30890]: audit 2023-12-07T15:44:20.496838+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:21.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:21 smithi144 bash[25224]: audit 2023-12-07T15:44:20.487992+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:21.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:21 smithi144 bash[25224]: audit 2023-12-07T15:44:20.496838+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:22.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:22 smithi144 bash[25224]: cluster 2023-12-07T15:44:21.966725+0000 mgr.y (mgr.14152) 259 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:22.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:22 smithi121 bash[30890]: cluster 2023-12-07T15:44:21.966725+0000 mgr.y (mgr.14152) 259 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:22.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:22 smithi121 bash[25067]: cluster 2023-12-07T15:44:21.966725+0000 mgr.y (mgr.14152) 259 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:23.360 INFO:teuthology.orchestra.run.smithi144.stdout:Scheduled prometheus update... 2023-12-07T15:44:24.068 DEBUG:teuthology.orchestra.run.smithi144:prometheus.a> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@prometheus.a.service 2023-12-07T15:44:24.112 INFO:tasks.cephadm:Adding node-exporter.a on smithi121 2023-12-07T15:44:24.112 INFO:tasks.cephadm:Adding node-exporter.b on smithi144 2023-12-07T15:44:24.112 DEBUG:teuthology.orchestra.run.smithi144:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph orch apply node-exporter '2;smithi121=a;smithi144=b' 2023-12-07T15:44:24.271 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:44:24.624 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:24 smithi144 bash[26221]: ignoring --setuser ceph since I am not root 2023-12-07T15:44:24.625 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:24 smithi144 bash[26221]: ignoring --setgroup ceph since I am not root 2023-12-07T15:44:24.625 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:24 smithi144 bash[26221]: debug 2023-12-07T15:44:24.482+0000 7ff9a23b0700 1 -- 172.21.15.144:0/313703319 <== mon.2 v2:172.21.15.144:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559a17fb8340 con 0x559a18d36c00 2023-12-07T15:44:24.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:24 smithi144 bash[25224]: audit 2023-12-07T15:44:23.348809+0000 mgr.y (mgr.14152) 260 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi144=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:24.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:24 smithi144 bash[25224]: cephadm 2023-12-07T15:44:23.352246+0000 mgr.y (mgr.14152) 261 : cephadm [INF] Saving service prometheus spec with placement smithi144=a;count:1 2023-12-07T15:44:24.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:24 smithi144 bash[25224]: audit 2023-12-07T15:44:23.359047+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:24.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:24 smithi144 bash[25224]: audit 2023-12-07T15:44:23.403316+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:24.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:24 smithi144 bash[25224]: audit 2023-12-07T15:44:23.406162+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:24.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:24 smithi144 bash[25224]: audit 2023-12-07T15:44:23.407958+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:24.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:24 smithi144 bash[25224]: audit 2023-12-07T15:44:23.419533+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:24.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:24 smithi144 bash[25224]: audit 2023-12-07T15:44:23.427429+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-07T15:44:24.644 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[25383]: ignoring --setuser ceph since I am not root 2023-12-07T15:44:24.644 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[25383]: ignoring --setgroup ceph since I am not root 2023-12-07T15:44:24.644 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[25383]: debug 2023-12-07T15:44:24.481+0000 7fb933ffb700 1 -- 172.21.15.121:0/3227393799 <== mon.0 v2:172.21.15.121:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c4142c6340 con 0x55c415042800 2023-12-07T15:44:24.645 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[30890]: audit 2023-12-07T15:44:23.348809+0000 mgr.y (mgr.14152) 260 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi144=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:24.645 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[30890]: cephadm 2023-12-07T15:44:23.352246+0000 mgr.y (mgr.14152) 261 : cephadm [INF] Saving service prometheus spec with placement smithi144=a;count:1 2023-12-07T15:44:24.645 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[30890]: audit 2023-12-07T15:44:23.359047+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:24.645 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[30890]: audit 2023-12-07T15:44:23.403316+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:24.645 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[30890]: audit 2023-12-07T15:44:23.406162+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:24.645 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[30890]: audit 2023-12-07T15:44:23.407958+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:24.645 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[30890]: audit 2023-12-07T15:44:23.419533+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:24.645 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[30890]: audit 2023-12-07T15:44:23.427429+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-07T15:44:24.645 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[25067]: audit 2023-12-07T15:44:23.348809+0000 mgr.y (mgr.14152) 260 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi144=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:24.646 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[25067]: cephadm 2023-12-07T15:44:23.352246+0000 mgr.y (mgr.14152) 261 : cephadm [INF] Saving service prometheus spec with placement smithi144=a;count:1 2023-12-07T15:44:24.646 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[25067]: audit 2023-12-07T15:44:23.359047+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:24.646 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[25067]: audit 2023-12-07T15:44:23.403316+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:24.646 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[25067]: audit 2023-12-07T15:44:23.406162+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:24.646 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[25067]: audit 2023-12-07T15:44:23.407958+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:24.646 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[25067]: audit 2023-12-07T15:44:23.419533+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' 2023-12-07T15:44:24.646 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[25067]: audit 2023-12-07T15:44:23.427429+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-07T15:44:25.057 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:24 smithi121 bash[25383]: debug 2023-12-07T15:44:24.641+0000 7fb93ca57000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:44:25.124 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:24 smithi144 bash[26221]: debug 2023-12-07T15:44:24.642+0000 7ff9aae0c000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:44:25.454 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:25 smithi144 bash[26221]: debug 2023-12-07T15:44:25.326+0000 7ff9aae0c000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:44:25.455 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:25 smithi144 bash[25224]: cluster 2023-12-07T15:44:23.967419+0000 mgr.y (mgr.14152) 262 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:25.455 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:25 smithi144 bash[25224]: audit 2023-12-07T15:44:24.439400+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-07T15:44:25.455 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:25 smithi144 bash[25224]: cluster 2023-12-07T15:44:24.439526+0000 mon.a (mon.0) 768 : cluster [DBG] mgrmap e15: y(active, since 6m), standbys: x 2023-12-07T15:44:25.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:25 smithi121 bash[25383]: debug 2023-12-07T15:44:25.301+0000 7fb93ca57000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:44:25.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:25 smithi121 bash[25383]: debug 2023-12-07T15:44:25.425+0000 7fb93ca57000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:44:25.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:25 smithi121 bash[25067]: cluster 2023-12-07T15:44:23.967419+0000 mgr.y (mgr.14152) 262 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:25.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:25 smithi121 bash[25067]: audit 2023-12-07T15:44:24.439400+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-07T15:44:25.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:25 smithi121 bash[25067]: cluster 2023-12-07T15:44:24.439526+0000 mon.a (mon.0) 768 : cluster [DBG] mgrmap e15: y(active, since 6m), standbys: x 2023-12-07T15:44:25.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:25 smithi121 bash[30890]: cluster 2023-12-07T15:44:23.967419+0000 mgr.y (mgr.14152) 262 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:25.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:25 smithi121 bash[30890]: audit 2023-12-07T15:44:24.439400+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.121:0/104288996' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-07T15:44:25.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:25 smithi121 bash[30890]: cluster 2023-12-07T15:44:24.439526+0000 mon.a (mon.0) 768 : cluster [DBG] mgrmap e15: y(active, since 6m), standbys: x 2023-12-07T15:44:25.874 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:25 smithi144 bash[26221]: debug 2023-12-07T15:44:25.450+0000 7ff9aae0c000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:44:25.874 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:25 smithi144 bash[26221]: debug 2023-12-07T15:44:25.610+0000 7ff9aae0c000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:44:25.910 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:25 smithi121 bash[25383]: debug 2023-12-07T15:44:25.581+0000 7fb93ca57000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:44:26.202 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:25 smithi121 bash[25383]: debug 2023-12-07T15:44:25.905+0000 7fb93ca57000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:44:26.202 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:26 smithi121 bash[25383]: debug 2023-12-07T15:44:26.001+0000 7fb93ca57000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:44:26.238 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:25 smithi144 bash[26221]: debug 2023-12-07T15:44:25.938+0000 7ff9aae0c000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:44:26.238 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:26 smithi144 bash[26221]: debug 2023-12-07T15:44:26.034+0000 7ff9aae0c000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:44:26.374 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:26 smithi144 bash[26221]: debug 2023-12-07T15:44:26.234+0000 7ff9aae0c000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:44:26.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:26 smithi121 bash[25383]: debug 2023-12-07T15:44:26.197+0000 7fb93ca57000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:44:27.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:27 smithi121 bash[25383]: debug 2023-12-07T15:44:27.041+0000 7fb93ca57000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:44:27.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:27 smithi121 bash[25383]: debug 2023-12-07T15:44:27.145+0000 7fb93ca57000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:44:27.374 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:27 smithi144 bash[26221]: debug 2023-12-07T15:44:27.110+0000 7ff9aae0c000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:44:27.374 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:27 smithi144 bash[26221]: debug 2023-12-07T15:44:27.218+0000 7ff9aae0c000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:44:27.697 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:27 smithi121 bash[25383]: debug 2023-12-07T15:44:27.349+0000 7fb93ca57000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:44:27.772 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:27 smithi144 bash[26221]: debug 2023-12-07T15:44:27.426+0000 7ff9aae0c000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:44:28.023 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:27 smithi121 bash[25383]: debug 2023-12-07T15:44:27.693+0000 7fb93ca57000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:44:28.098 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:27 smithi144 bash[26221]: debug 2023-12-07T15:44:27.770+0000 7ff9aae0c000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:44:28.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:28 smithi121 bash[25383]: debug 2023-12-07T15:44:28.017+0000 7fb93ca57000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:44:28.374 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:28 smithi144 bash[26221]: debug 2023-12-07T15:44:28.094+0000 7ff9aae0c000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:44:28.655 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:28 smithi121 bash[25383]: debug 2023-12-07T15:44:28.385+0000 7fb93ca57000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:44:28.734 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:28 smithi144 bash[26221]: debug 2023-12-07T15:44:28.462+0000 7ff9aae0c000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:44:29.057 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:28 smithi121 bash[25383]: debug 2023-12-07T15:44:28.649+0000 7fb93ca57000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:44:29.124 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:28 smithi144 bash[26221]: debug 2023-12-07T15:44:28.730+0000 7ff9aae0c000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:44:29.587 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:29 smithi121 bash[25383]: debug 2023-12-07T15:44:29.325+0000 7fb93ca57000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:44:29.588 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:29 smithi121 bash[25383]: debug 2023-12-07T15:44:29.429+0000 7fb93ca57000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:44:29.673 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:29 smithi144 bash[26221]: debug 2023-12-07T15:44:29.410+0000 7ff9aae0c000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:44:29.673 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:29 smithi144 bash[26221]: debug 2023-12-07T15:44:29.514+0000 7ff9aae0c000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:44:30.057 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:29 smithi121 bash[25383]: debug 2023-12-07T15:44:29.581+0000 7fb93ca57000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:44:30.057 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:29 smithi121 bash[25383]: debug 2023-12-07T15:44:29.689+0000 7fb93ca57000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:44:30.058 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:29 smithi121 bash[25383]: debug 2023-12-07T15:44:29.825+0000 7fb93ca57000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:44:30.124 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:29 smithi144 bash[26221]: debug 2023-12-07T15:44:29.670+0000 7ff9aae0c000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:44:30.124 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:29 smithi144 bash[26221]: debug 2023-12-07T15:44:29.778+0000 7ff9aae0c000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:44:30.124 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:29 smithi144 bash[26221]: debug 2023-12-07T15:44:29.914+0000 7ff9aae0c000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:44:30.420 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:30 smithi121 bash[25383]: debug 2023-12-07T15:44:30.117+0000 7fb93ca57000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:44:30.420 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:30 smithi121 bash[25383]: debug 2023-12-07T15:44:30.233+0000 7fb93ca57000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:44:30.510 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:30 smithi144 bash[26221]: debug 2023-12-07T15:44:30.206+0000 7ff9aae0c000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:44:30.510 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:30 smithi144 bash[26221]: debug 2023-12-07T15:44:30.326+0000 7ff9aae0c000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:44:30.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:30 smithi121 bash[25383]: debug 2023-12-07T15:44:30.417+0000 7fb93ca57000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:44:30.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:30 smithi121 bash[25383]: debug 2023-12-07T15:44:30.533+0000 7fb93ca57000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:44:30.874 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:30 smithi144 bash[26221]: debug 2023-12-07T15:44:30.506+0000 7ff9aae0c000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:44:30.874 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:30 smithi144 bash[26221]: debug 2023-12-07T15:44:30.626+0000 7ff9aae0c000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:44:31.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:31 smithi121 bash[25067]: cluster 2023-12-07T15:44:31.401553+0000 mon.a (mon.0) 769 : cluster [INF] Active manager daemon y restarted 2023-12-07T15:44:31.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:31 smithi121 bash[25067]: cluster 2023-12-07T15:44:31.402774+0000 mon.a (mon.0) 770 : cluster [INF] Activating manager daemon y 2023-12-07T15:44:31.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:31 smithi121 bash[25067]: cluster 2023-12-07T15:44:31.407740+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-07T15:44:31.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:31 smithi121 bash[25383]: debug 2023-12-07T15:44:31.377+0000 7fb93ca57000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:44:31.808 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:31 smithi121 bash[25383]: [07/Dec/2023:15:44:31] ENGINE Bus STARTING 2023-12-07T15:44:31.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:31 smithi121 bash[30890]: cluster 2023-12-07T15:44:31.401553+0000 mon.a (mon.0) 769 : cluster [INF] Active manager daemon y restarted 2023-12-07T15:44:31.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:31 smithi121 bash[30890]: cluster 2023-12-07T15:44:31.402774+0000 mon.a (mon.0) 770 : cluster [INF] Activating manager daemon y 2023-12-07T15:44:31.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:31 smithi121 bash[30890]: cluster 2023-12-07T15:44:31.407740+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-07T15:44:31.847 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:31 smithi144 bash[25224]: cluster 2023-12-07T15:44:31.401553+0000 mon.a (mon.0) 769 : cluster [INF] Active manager daemon y restarted 2023-12-07T15:44:31.848 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:31 smithi144 bash[25224]: cluster 2023-12-07T15:44:31.402774+0000 mon.a (mon.0) 770 : cluster [INF] Activating manager daemon y 2023-12-07T15:44:31.848 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:31 smithi144 bash[25224]: cluster 2023-12-07T15:44:31.407740+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-07T15:44:31.848 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:31 smithi144 bash[26221]: debug 2023-12-07T15:44:31.474+0000 7ff9aae0c000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:44:31.848 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:31 smithi144 bash[26221]: [07/Dec/2023:15:44:31] ENGINE Bus STARTING 2023-12-07T15:44:31.848 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:31 smithi144 bash[26221]: CherryPy Checker: 2023-12-07T15:44:31.848 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:31 smithi144 bash[26221]: The Application mounted at '' has an empty config. 2023-12-07T15:44:31.848 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:31 smithi144 bash[26221]: [07/Dec/2023:15:44:31] ENGINE Serving on http://:::9283 2023-12-07T15:44:31.848 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:44:31 smithi144 bash[26221]: [07/Dec/2023:15:44:31] ENGINE Bus STARTED 2023-12-07T15:44:32.125 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:31 smithi121 bash[25383]: CherryPy Checker: 2023-12-07T15:44:32.125 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:31 smithi121 bash[25383]: The Application mounted at '' has an empty config. 2023-12-07T15:44:32.125 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:31 smithi121 bash[25383]: [07/Dec/2023:15:44:31] ENGINE Serving on http://:::9283 2023-12-07T15:44:32.125 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:31 smithi121 bash[25383]: [07/Dec/2023:15:44:31] ENGINE Bus STARTED 2023-12-07T15:44:32.495 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25383]: [07/Dec/2023:15:44:32] ENGINE Bus STARTING 2023-12-07T15:44:32.495 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25383]: [07/Dec/2023:15:44:32] ENGINE Serving on https://172.21.15.121:7150 2023-12-07T15:44:32.495 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25383]: [07/Dec/2023:15:44:32] ENGINE Bus STARTED 2023-12-07T15:44:32.496 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: cluster 2023-12-07T15:44:31.466867+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e16: y(active, starting, since 0.064398s), standbys: x 2023-12-07T15:44:32.496 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.473188+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:44:32.496 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.473393+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:44:32.496 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.473525+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:44:32.496 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.473661+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:44:32.509 INFO:teuthology.orchestra.run.smithi144.stdout:Scheduled node-exporter update... 2023-12-07T15:44:32.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: cluster 2023-12-07T15:44:31.466867+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e16: y(active, starting, since 0.064398s), standbys: x 2023-12-07T15:44:32.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.473188+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:44:32.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.473393+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:44:32.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.473525+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:44:32.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.473661+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:44:32.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.473821+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:44:32.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.473993+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:44:32.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.474185+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:44:32.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.474364+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:44:32.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.474551+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:44:32.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.474745+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:44:32.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.474934+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:44:32.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.475112+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:44:32.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.475281+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:32.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.475460+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:44:32.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.475614+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:44:32.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.476029+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:44:32.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: cluster 2023-12-07T15:44:31.483713+0000 mon.a (mon.0) 789 : cluster [INF] Manager daemon y is now available 2023-12-07T15:44:32.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: cluster 2023-12-07T15:44:31.496104+0000 mon.a (mon.0) 790 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T15:44:32.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: cluster 2023-12-07T15:44:31.496219+0000 mon.a (mon.0) 791 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:44:32.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.503486+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.? 172.21.15.144:0/1869584376' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:44:32.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.505357+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.? 172.21.15.144:0/1869584376' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:44:32.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.509675+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.? 172.21.15.144:0/1869584376' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:44:32.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.510609+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.? 172.21.15.144:0/1869584376' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:44:32.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.512767+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.517723+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:32.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.520819+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:32.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.522908+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:32.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.525187+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:32.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.531379+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:32.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.532199+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:32.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.536514+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]': finished 2023-12-07T15:44:32.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.544532+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]': finished 2023-12-07T15:44:32.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.548086+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.563924+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:44:32.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:31.799429+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:44:32.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:32.309082+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:32.357472+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:32.363905+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:32.372855+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:32 smithi144 bash[25224]: audit 2023-12-07T15:44:32.381625+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-07T15:44:32.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: cluster 2023-12-07T15:44:31.466867+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e16: y(active, starting, since 0.064398s), standbys: x 2023-12-07T15:44:32.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.473188+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:44:32.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.473393+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:44:32.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.473525+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:44:32.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.473661+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:44:32.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.473821+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:44:32.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.473993+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:44:32.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.474185+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:44:32.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.474364+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:44:32.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.474551+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:44:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.474745+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:44:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.474934+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:44:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.475112+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:44:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.475281+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.475460+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:44:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.475614+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:44:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.476029+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:44:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: cluster 2023-12-07T15:44:31.483713+0000 mon.a (mon.0) 789 : cluster [INF] Manager daemon y is now available 2023-12-07T15:44:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: cluster 2023-12-07T15:44:31.496104+0000 mon.a (mon.0) 790 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T15:44:32.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.473821+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:44:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.473993+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:44:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.474185+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:44:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.474364+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:44:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.474551+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:44:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.474745+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:44:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.474934+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:44:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.475112+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:44:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.475281+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:44:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.475460+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:44:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.475614+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:44:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.476029+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:44:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: cluster 2023-12-07T15:44:31.483713+0000 mon.a (mon.0) 789 : cluster [INF] Manager daemon y is now available 2023-12-07T15:44:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: cluster 2023-12-07T15:44:31.496104+0000 mon.a (mon.0) 790 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T15:44:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: cluster 2023-12-07T15:44:31.496219+0000 mon.a (mon.0) 791 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:44:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.503486+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.? 172.21.15.144:0/1869584376' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:44:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.505357+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.? 172.21.15.144:0/1869584376' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:44:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.509675+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.? 172.21.15.144:0/1869584376' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:44:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.510609+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.? 172.21.15.144:0/1869584376' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:44:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.512767+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.517723+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.520819+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.522908+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.525187+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.531379+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.532199+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.536514+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]': finished 2023-12-07T15:44:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.544532+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]': finished 2023-12-07T15:44:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.548086+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.563924+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:44:32.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:31.799429+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:44:32.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:32.309082+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:32.357472+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:32.363905+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:32.372855+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[30890]: audit 2023-12-07T15:44:32.381625+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-07T15:44:32.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: cluster 2023-12-07T15:44:31.496219+0000 mon.a (mon.0) 791 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:44:32.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.503486+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.? 172.21.15.144:0/1869584376' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:44:32.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.505357+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.? 172.21.15.144:0/1869584376' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:44:32.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.509675+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.? 172.21.15.144:0/1869584376' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:44:32.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.510609+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.? 172.21.15.144:0/1869584376' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:44:32.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.512767+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.517723+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:32.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.520819+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:32.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.522908+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:32.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.525187+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:32.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.531379+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:32.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.532199+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:44:32.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.536514+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]': finished 2023-12-07T15:44:32.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.544532+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]': finished 2023-12-07T15:44:32.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.548086+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.563924+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:44:32.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:31.799429+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:44:32.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:32.309082+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:32.357472+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:32.363905+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:32.372855+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:32.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:32 smithi121 bash[25067]: audit 2023-12-07T15:44:32.381625+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-07T15:44:33.383 DEBUG:teuthology.orchestra.run.smithi121:node-exporter.a> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@node-exporter.a.service 2023-12-07T15:44:33.386 DEBUG:teuthology.orchestra.run.smithi144:node-exporter.b> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@node-exporter.b.service 2023-12-07T15:44:33.388 INFO:tasks.cephadm:Adding alertmanager.a on smithi121 2023-12-07T15:44:33.389 DEBUG:teuthology.orchestra.run.smithi144:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph orch apply alertmanager '1;smithi121=a' 2023-12-07T15:44:33.598 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:44:33.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[30890]: cephadm 2023-12-07T15:44:31.539835+0000 mgr.y (mgr.14454) 1 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:44:33.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[30890]: cephadm 2023-12-07T15:44:31.546200+0000 mgr.y (mgr.14454) 2 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:44:33.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[30890]: cephadm 2023-12-07T15:44:32.200439+0000 mgr.y (mgr.14454) 3 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:44:33.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[30890]: cephadm 2023-12-07T15:44:32.215869+0000 mgr.y (mgr.14454) 4 : cephadm [INF] [07/Dec/2023:15:44:32] ENGINE Bus STARTING 2023-12-07T15:44:33.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[30890]: cephadm 2023-12-07T15:44:32.234840+0000 mgr.y (mgr.14454) 5 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:44:33.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[30890]: cephadm 2023-12-07T15:44:32.346471+0000 mgr.y (mgr.14454) 6 : cephadm [INF] [07/Dec/2023:15:44:32] ENGINE Serving on https://172.21.15.121:7150 2023-12-07T15:44:33.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[30890]: cephadm 2023-12-07T15:44:32.347105+0000 mgr.y (mgr.14454) 7 : cephadm [INF] [07/Dec/2023:15:44:32] ENGINE Bus STARTED 2023-12-07T15:44:33.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[30890]: audit 2023-12-07T15:44:32.485075+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-07T15:44:33.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[30890]: cluster 2023-12-07T15:44:32.485167+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e17: y(active, since 1.0827s), standbys: x 2023-12-07T15:44:33.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[30890]: audit 2023-12-07T15:44:32.493272+0000 mgr.y (mgr.14454) 8 : audit [DBG] from='client.24377 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi121=a;smithi144=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:33.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[30890]: cluster 2023-12-07T15:44:32.502225+0000 mgr.y (mgr.14454) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:33.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[30890]: cephadm 2023-12-07T15:44:32.503071+0000 mgr.y (mgr.14454) 10 : cephadm [INF] Saving service node-exporter spec with placement smithi121=a;smithi144=b;count:2 2023-12-07T15:44:33.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[30890]: audit 2023-12-07T15:44:32.506501+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:33.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[30890]: cephadm 2023-12-07T15:44:32.514823+0000 mgr.y (mgr.14454) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi144 2023-12-07T15:44:33.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[30890]: cluster 2023-12-07T15:44:33.472957+0000 mgr.y (mgr.14454) 12 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:33.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[25067]: cephadm 2023-12-07T15:44:31.539835+0000 mgr.y (mgr.14454) 1 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:44:33.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[25067]: cephadm 2023-12-07T15:44:31.546200+0000 mgr.y (mgr.14454) 2 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:44:33.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[25067]: cephadm 2023-12-07T15:44:32.200439+0000 mgr.y (mgr.14454) 3 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:44:33.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[25067]: cephadm 2023-12-07T15:44:32.215869+0000 mgr.y (mgr.14454) 4 : cephadm [INF] [07/Dec/2023:15:44:32] ENGINE Bus STARTING 2023-12-07T15:44:33.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[25067]: cephadm 2023-12-07T15:44:32.234840+0000 mgr.y (mgr.14454) 5 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:44:33.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[25067]: cephadm 2023-12-07T15:44:32.346471+0000 mgr.y (mgr.14454) 6 : cephadm [INF] [07/Dec/2023:15:44:32] ENGINE Serving on https://172.21.15.121:7150 2023-12-07T15:44:33.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[25067]: cephadm 2023-12-07T15:44:32.347105+0000 mgr.y (mgr.14454) 7 : cephadm [INF] [07/Dec/2023:15:44:32] ENGINE Bus STARTED 2023-12-07T15:44:33.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[25067]: audit 2023-12-07T15:44:32.485075+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-07T15:44:33.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[25067]: cluster 2023-12-07T15:44:32.485167+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e17: y(active, since 1.0827s), standbys: x 2023-12-07T15:44:33.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[25067]: audit 2023-12-07T15:44:32.493272+0000 mgr.y (mgr.14454) 8 : audit [DBG] from='client.24377 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi121=a;smithi144=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:33.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[25067]: cluster 2023-12-07T15:44:32.502225+0000 mgr.y (mgr.14454) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:33.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[25067]: cephadm 2023-12-07T15:44:32.503071+0000 mgr.y (mgr.14454) 10 : cephadm [INF] Saving service node-exporter spec with placement smithi121=a;smithi144=b;count:2 2023-12-07T15:44:33.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[25067]: audit 2023-12-07T15:44:32.506501+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:33.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[25067]: cephadm 2023-12-07T15:44:32.514823+0000 mgr.y (mgr.14454) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi144 2023-12-07T15:44:33.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:33 smithi121 bash[25067]: cluster 2023-12-07T15:44:33.472957+0000 mgr.y (mgr.14454) 12 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:33.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:33 smithi144 bash[25224]: cephadm 2023-12-07T15:44:31.539835+0000 mgr.y (mgr.14454) 1 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:44:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:33 smithi144 bash[25224]: cephadm 2023-12-07T15:44:31.546200+0000 mgr.y (mgr.14454) 2 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:44:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:33 smithi144 bash[25224]: cephadm 2023-12-07T15:44:32.200439+0000 mgr.y (mgr.14454) 3 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:44:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:33 smithi144 bash[25224]: cephadm 2023-12-07T15:44:32.215869+0000 mgr.y (mgr.14454) 4 : cephadm [INF] [07/Dec/2023:15:44:32] ENGINE Bus STARTING 2023-12-07T15:44:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:33 smithi144 bash[25224]: cephadm 2023-12-07T15:44:32.234840+0000 mgr.y (mgr.14454) 5 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:44:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:33 smithi144 bash[25224]: cephadm 2023-12-07T15:44:32.346471+0000 mgr.y (mgr.14454) 6 : cephadm [INF] [07/Dec/2023:15:44:32] ENGINE Serving on https://172.21.15.121:7150 2023-12-07T15:44:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:33 smithi144 bash[25224]: cephadm 2023-12-07T15:44:32.347105+0000 mgr.y (mgr.14454) 7 : cephadm [INF] [07/Dec/2023:15:44:32] ENGINE Bus STARTED 2023-12-07T15:44:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:33 smithi144 bash[25224]: audit 2023-12-07T15:44:32.485075+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-07T15:44:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:33 smithi144 bash[25224]: cluster 2023-12-07T15:44:32.485167+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e17: y(active, since 1.0827s), standbys: x 2023-12-07T15:44:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:33 smithi144 bash[25224]: audit 2023-12-07T15:44:32.493272+0000 mgr.y (mgr.14454) 8 : audit [DBG] from='client.24377 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi121=a;smithi144=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:33 smithi144 bash[25224]: cluster 2023-12-07T15:44:32.502225+0000 mgr.y (mgr.14454) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:33 smithi144 bash[25224]: cephadm 2023-12-07T15:44:32.503071+0000 mgr.y (mgr.14454) 10 : cephadm [INF] Saving service node-exporter spec with placement smithi121=a;smithi144=b;count:2 2023-12-07T15:44:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:33 smithi144 bash[25224]: audit 2023-12-07T15:44:32.506501+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:33 smithi144 bash[25224]: cephadm 2023-12-07T15:44:32.514823+0000 mgr.y (mgr.14454) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi144 2023-12-07T15:44:33.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:33 smithi144 bash[25224]: cluster 2023-12-07T15:44:33.472957+0000 mgr.y (mgr.14454) 12 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:33.887 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:44:34.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:34 smithi121 bash[30890]: cluster 2023-12-07T15:44:33.520603+0000 mon.a (mon.0) 816 : cluster [DBG] mgrmap e18: y(active, since 2s), standbys: x 2023-12-07T15:44:34.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:34 smithi121 bash[25067]: cluster 2023-12-07T15:44:33.520603+0000 mon.a (mon.0) 816 : cluster [DBG] mgrmap e18: y(active, since 2s), standbys: x 2023-12-07T15:44:34.833 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:34 smithi144 bash[25224]: cluster 2023-12-07T15:44:33.520603+0000 mon.a (mon.0) 816 : cluster [DBG] mgrmap e18: y(active, since 2s), standbys: x 2023-12-07T15:44:35.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:35 smithi121 bash[30890]: cluster 2023-12-07T15:44:35.473563+0000 mgr.y (mgr.14454) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:35.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:35 smithi121 bash[25067]: cluster 2023-12-07T15:44:35.473563+0000 mgr.y (mgr.14454) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:35.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:35 smithi144 bash[25224]: cluster 2023-12-07T15:44:35.473563+0000 mgr.y (mgr.14454) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:38.698 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:38 smithi144 bash[25224]: cluster 2023-12-07T15:44:37.474195+0000 mgr.y (mgr.14454) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:38.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:38 smithi121 bash[25067]: cluster 2023-12-07T15:44:37.474195+0000 mgr.y (mgr.14454) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:38.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:38 smithi121 bash[30890]: cluster 2023-12-07T15:44:37.474195+0000 mgr.y (mgr.14454) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:39.195 INFO:teuthology.orchestra.run.smithi144.stdout:Scheduled alertmanager update... 2023-12-07T15:44:39.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:39 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:44:39] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:44:40.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:40 smithi121 bash[25067]: audit 2023-12-07T15:44:39.183237+0000 mgr.y (mgr.14454) 15 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi121=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:40.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:40 smithi121 bash[25067]: cephadm 2023-12-07T15:44:39.186684+0000 mgr.y (mgr.14454) 16 : cephadm [INF] Saving service alertmanager spec with placement smithi121=a;count:1 2023-12-07T15:44:40.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:40 smithi121 bash[25067]: audit 2023-12-07T15:44:39.193792+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:40.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:40 smithi121 bash[25067]: audit 2023-12-07T15:44:39.247700+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:40.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:40 smithi121 bash[25067]: audit 2023-12-07T15:44:39.255777+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:40.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:40 smithi121 bash[25067]: cluster 2023-12-07T15:44:39.474864+0000 mgr.y (mgr.14454) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:40.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:40 smithi121 bash[30890]: audit 2023-12-07T15:44:39.183237+0000 mgr.y (mgr.14454) 15 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi121=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:40.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:40 smithi121 bash[30890]: cephadm 2023-12-07T15:44:39.186684+0000 mgr.y (mgr.14454) 16 : cephadm [INF] Saving service alertmanager spec with placement smithi121=a;count:1 2023-12-07T15:44:40.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:40 smithi121 bash[30890]: audit 2023-12-07T15:44:39.193792+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:40.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:40 smithi121 bash[30890]: audit 2023-12-07T15:44:39.247700+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:40.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:40 smithi121 bash[30890]: audit 2023-12-07T15:44:39.255777+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:40.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:40 smithi121 bash[30890]: cluster 2023-12-07T15:44:39.474864+0000 mgr.y (mgr.14454) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:40.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:40 smithi144 bash[25224]: audit 2023-12-07T15:44:39.183237+0000 mgr.y (mgr.14454) 15 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi121=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:40.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:40 smithi144 bash[25224]: cephadm 2023-12-07T15:44:39.186684+0000 mgr.y (mgr.14454) 16 : cephadm [INF] Saving service alertmanager spec with placement smithi121=a;count:1 2023-12-07T15:44:40.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:40 smithi144 bash[25224]: audit 2023-12-07T15:44:39.193792+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:40.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:40 smithi144 bash[25224]: audit 2023-12-07T15:44:39.247700+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:40.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:40 smithi144 bash[25224]: audit 2023-12-07T15:44:39.255777+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:40.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:40 smithi144 bash[25224]: cluster 2023-12-07T15:44:39.474864+0000 mgr.y (mgr.14454) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:41.035 DEBUG:teuthology.orchestra.run.smithi121:alertmanager.a> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@alertmanager.a.service 2023-12-07T15:44:41.037 INFO:tasks.cephadm:Adding grafana.a on smithi144 2023-12-07T15:44:41.037 DEBUG:teuthology.orchestra.run.smithi144:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph orch apply grafana '1;smithi144=a' 2023-12-07T15:44:41.047 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:40 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:44:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:44:41.131 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:44:42.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:41 smithi121 bash[25067]: audit 2023-12-07T15:44:40.642989+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:42.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:41 smithi121 bash[25067]: audit 2023-12-07T15:44:40.650830+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:42.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:41 smithi121 bash[25067]: cluster 2023-12-07T15:44:41.475482+0000 mgr.y (mgr.14454) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:42.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:41 smithi121 bash[30890]: audit 2023-12-07T15:44:40.642989+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:42.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:41 smithi121 bash[30890]: audit 2023-12-07T15:44:40.650830+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:42.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:41 smithi121 bash[30890]: cluster 2023-12-07T15:44:41.475482+0000 mgr.y (mgr.14454) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:42.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:41 smithi144 bash[25224]: audit 2023-12-07T15:44:40.642989+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:42.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:41 smithi144 bash[25224]: audit 2023-12-07T15:44:40.650830+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:42.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:41 smithi144 bash[25224]: cluster 2023-12-07T15:44:41.475482+0000 mgr.y (mgr.14454) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:43.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:43 smithi121 bash[25067]: cluster 2023-12-07T15:44:43.476098+0000 mgr.y (mgr.14454) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:43.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:43 smithi121 bash[30890]: cluster 2023-12-07T15:44:43.476098+0000 mgr.y (mgr.14454) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:43.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:43 smithi144 bash[25224]: cluster 2023-12-07T15:44:43.476098+0000 mgr.y (mgr.14454) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:45.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:45 smithi121 bash[25067]: cluster 2023-12-07T15:44:45.476707+0000 mgr.y (mgr.14454) 20 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:45.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:45 smithi121 bash[30890]: cluster 2023-12-07T15:44:45.476707+0000 mgr.y (mgr.14454) 20 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:45.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:45 smithi144 bash[25224]: cluster 2023-12-07T15:44:45.476707+0000 mgr.y (mgr.14454) 20 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:45.920 INFO:teuthology.orchestra.run.smithi144.stdout:Scheduled grafana update... 2023-12-07T15:44:47.023 DEBUG:teuthology.orchestra.run.smithi144:grafana.a> sudo journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@grafana.a.service 2023-12-07T15:44:47.026 INFO:tasks.cephadm:Setting up client nodes... 2023-12-07T15:44:47.026 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-07T15:44:47.036 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:46 smithi144 bash[25224]: audit 2023-12-07T15:44:45.908948+0000 mgr.y (mgr.14454) 21 : audit [DBG] from='client.24410 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi144=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:47.036 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:46 smithi144 bash[25224]: cephadm 2023-12-07T15:44:45.912296+0000 mgr.y (mgr.14454) 22 : cephadm [INF] Saving service grafana spec with placement smithi144=a;count:1 2023-12-07T15:44:47.036 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:46 smithi144 bash[25224]: audit 2023-12-07T15:44:45.919416+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:47.215 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:46 smithi121 bash[30890]: audit 2023-12-07T15:44:45.908948+0000 mgr.y (mgr.14454) 21 : audit [DBG] from='client.24410 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi144=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:47.215 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:46 smithi121 bash[30890]: cephadm 2023-12-07T15:44:45.912296+0000 mgr.y (mgr.14454) 22 : cephadm [INF] Saving service grafana spec with placement smithi144=a;count:1 2023-12-07T15:44:47.215 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:46 smithi121 bash[30890]: audit 2023-12-07T15:44:45.919416+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:47.215 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:46 smithi121 bash[25067]: audit 2023-12-07T15:44:45.908948+0000 mgr.y (mgr.14454) 21 : audit [DBG] from='client.24410 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi144=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:47.215 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:46 smithi121 bash[25067]: cephadm 2023-12-07T15:44:45.912296+0000 mgr.y (mgr.14454) 22 : cephadm [INF] Saving service grafana spec with placement smithi144=a;count:1 2023-12-07T15:44:47.215 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:46 smithi121 bash[25067]: audit 2023-12-07T15:44:45.919416+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:47.511 INFO:journalctl@ceph.grafana.a.smithi144.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T15:44:48.807 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:48 smithi121 bash[30890]: cluster 2023-12-07T15:44:47.477331+0000 mgr.y (mgr.14454) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:48.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:48 smithi121 bash[25067]: cluster 2023-12-07T15:44:47.477331+0000 mgr.y (mgr.14454) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:48.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:48 smithi144 bash[25224]: cluster 2023-12-07T15:44:47.477331+0000 mgr.y (mgr.14454) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:50.174 INFO:teuthology.orchestra.run.smithi121.stdout:[client.0] 2023-12-07T15:44:50.174 INFO:teuthology.orchestra.run.smithi121.stdout: key = AQBy6HFlARP5CRAASrlMlvXHL7Tc/VnNC3lcqg== 2023-12-07T15:44:50.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: cluster 2023-12-07T15:44:49.478046+0000 mgr.y (mgr.14454) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:50.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:49.497705+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:50.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:49.502240+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:50.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:49.504436+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:50.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:49.506094+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:50.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:49.516781+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:50.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:49.525263+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:44:50.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:49.527267+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.144:9095"}]: dispatch 2023-12-07T15:44:50.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:49.534108+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:50.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:49.541130+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:50.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:49.542828+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:50.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:49.544127+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:50.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:49.552038+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:50.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:49.555248+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:50.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:49.556658+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:50.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:49.557699+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:50.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:49.564604+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:50.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:50.166576+0000 mon.c (mon.1) 17 : audit [INF] from='client.? 172.21.15.121:0/614274996' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:44:50.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:50.167173+0000 mon.a (mon.0) 839 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:44:50.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[25067]: audit 2023-12-07T15:44:50.173625+0000 mon.a (mon.0) 840 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-07T15:44:50.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: cluster 2023-12-07T15:44:49.478046+0000 mgr.y (mgr.14454) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:50.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:49.497705+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:50.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:49.502240+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:50.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:49.504436+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:50.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:49.506094+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:50.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:49.516781+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:50.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:49.525263+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:44:50.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:49.527267+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.144:9095"}]: dispatch 2023-12-07T15:44:50.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:49.534108+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:50.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:49.541130+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:50.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:49.542828+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:50.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:49.544127+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:50.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:49.552038+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:50.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:49.555248+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:50.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:49.556658+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:50.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:49.557699+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:50.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:49.564604+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:50.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:50.166576+0000 mon.c (mon.1) 17 : audit [INF] from='client.? 172.21.15.121:0/614274996' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:44:50.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:50.167173+0000 mon.a (mon.0) 839 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:44:50.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:50 smithi121 bash[30890]: audit 2023-12-07T15:44:50.173625+0000 mon.a (mon.0) 840 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-07T15:44:50.848 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2023-12-07T15:44:50.848 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-07T15:44:50.848 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-07T15:44:50.871 DEBUG:teuthology.orchestra.run.smithi144:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-07T15:44:50.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: cluster 2023-12-07T15:44:49.478046+0000 mgr.y (mgr.14454) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:50.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:49.497705+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:50.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:49.502240+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:50.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:49.504436+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:50.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:49.506094+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:50.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:49.516781+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:50.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:49.525263+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:44:50.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:49.527267+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.144:9095"}]: dispatch 2023-12-07T15:44:50.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:49.534108+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:50.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:49.541130+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:50.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:49.542828+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:50.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:49.544127+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:50.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:49.552038+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:50.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:49.555248+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:50.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:49.556658+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:50.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:49.557699+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:50.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:49.564604+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:50.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:50.166576+0000 mon.c (mon.1) 17 : audit [INF] from='client.? 172.21.15.121:0/614274996' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:44:50.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:50.167173+0000 mon.a (mon.0) 839 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:44:50.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:50 smithi144 bash[25224]: audit 2023-12-07T15:44:50.173625+0000 mon.a (mon.0) 840 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-07T15:44:51.374 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:44:51 smithi144 bash[43633]: ts=2023-12-07T15:44:51.108Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-07T15:44:51.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:51 smithi121 bash[25067]: cephadm 2023-12-07T15:44:49.517533+0000 mgr.y (mgr.14454) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:44:51.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:51 smithi121 bash[25067]: audit 2023-12-07T15:44:49.525980+0000 mgr.y (mgr.14454) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:44:51.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:51 smithi121 bash[25067]: audit 2023-12-07T15:44:49.527846+0000 mgr.y (mgr.14454) 27 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.144:9095"}]: dispatch 2023-12-07T15:44:51.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:51 smithi121 bash[25067]: cephadm 2023-12-07T15:44:49.552556+0000 mgr.y (mgr.14454) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:44:51.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:51 smithi121 bash[25067]: cephadm 2023-12-07T15:44:49.565212+0000 mgr.y (mgr.14454) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:44:51.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:51 smithi121 bash[25067]: cluster 2023-12-07T15:44:51.478755+0000 mgr.y (mgr.14454) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:51.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:51 smithi121 bash[30890]: cephadm 2023-12-07T15:44:49.517533+0000 mgr.y (mgr.14454) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:44:51.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:51 smithi121 bash[30890]: audit 2023-12-07T15:44:49.525980+0000 mgr.y (mgr.14454) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:44:51.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:51 smithi121 bash[30890]: audit 2023-12-07T15:44:49.527846+0000 mgr.y (mgr.14454) 27 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.144:9095"}]: dispatch 2023-12-07T15:44:51.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:51 smithi121 bash[30890]: cephadm 2023-12-07T15:44:49.552556+0000 mgr.y (mgr.14454) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:44:51.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:51 smithi121 bash[30890]: cephadm 2023-12-07T15:44:49.565212+0000 mgr.y (mgr.14454) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:44:51.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:51 smithi121 bash[30890]: cluster 2023-12-07T15:44:51.478755+0000 mgr.y (mgr.14454) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:51.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:51 smithi144 bash[25224]: cephadm 2023-12-07T15:44:49.517533+0000 mgr.y (mgr.14454) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:44:51.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:51 smithi144 bash[25224]: audit 2023-12-07T15:44:49.525980+0000 mgr.y (mgr.14454) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:44:51.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:51 smithi144 bash[25224]: audit 2023-12-07T15:44:49.527846+0000 mgr.y (mgr.14454) 27 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.144:9095"}]: dispatch 2023-12-07T15:44:51.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:51 smithi144 bash[25224]: cephadm 2023-12-07T15:44:49.552556+0000 mgr.y (mgr.14454) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:44:51.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:51 smithi144 bash[25224]: cephadm 2023-12-07T15:44:49.565212+0000 mgr.y (mgr.14454) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:44:51.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:51 smithi144 bash[25224]: cluster 2023-12-07T15:44:51.478755+0000 mgr.y (mgr.14454) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:52.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:52 smithi121 bash[25067]: audit 2023-12-07T15:44:51.554372+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:52.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:52 smithi121 bash[30890]: audit 2023-12-07T15:44:51.554372+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:52.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:52 smithi144 bash[25224]: audit 2023-12-07T15:44:51.554372+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:53.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:53 smithi144 bash[25224]: cluster 2023-12-07T15:44:53.479465+0000 mgr.y (mgr.14454) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:54.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:53 smithi121 bash[25067]: cluster 2023-12-07T15:44:53.479465+0000 mgr.y (mgr.14454) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:54.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:53 smithi121 bash[30890]: cluster 2023-12-07T15:44:53.479465+0000 mgr.y (mgr.14454) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:55.362 INFO:teuthology.orchestra.run.smithi144.stdout:[client.1] 2023-12-07T15:44:55.362 INFO:teuthology.orchestra.run.smithi144.stdout: key = AQB36HFlhfkpFRAA5BrFYRG8H+TL+HJlKsKgWA== 2023-12-07T15:44:55.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:55 smithi121 bash[25067]: audit 2023-12-07T15:44:55.353829+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.144:0/1381787391' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:44:55.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:55 smithi121 bash[25067]: audit 2023-12-07T15:44:55.354784+0000 mon.a (mon.0) 842 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:44:55.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:55 smithi121 bash[25067]: audit 2023-12-07T15:44:55.361733+0000 mon.a (mon.0) 843 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-07T15:44:55.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:55 smithi121 bash[30890]: audit 2023-12-07T15:44:55.353829+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.144:0/1381787391' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:44:55.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:55 smithi121 bash[30890]: audit 2023-12-07T15:44:55.354784+0000 mon.a (mon.0) 842 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:44:55.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:55 smithi121 bash[30890]: audit 2023-12-07T15:44:55.361733+0000 mon.a (mon.0) 843 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-07T15:44:55.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:55 smithi144 bash[25224]: audit 2023-12-07T15:44:55.353829+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.144:0/1381787391' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:44:55.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:55 smithi144 bash[25224]: audit 2023-12-07T15:44:55.354784+0000 mon.a (mon.0) 842 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-07T15:44:55.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:55 smithi144 bash[25224]: audit 2023-12-07T15:44:55.361733+0000 mon.a (mon.0) 843 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-07T15:44:56.515 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2023-12-07T15:44:56.515 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-07T15:44:56.515 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-07T15:44:56.539 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-07T15:44:56.539 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-07T15:44:56.540 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-07T15:44:56.750 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:56 smithi121 bash[30890]: cluster 2023-12-07T15:44:55.480097+0000 mgr.y (mgr.14454) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:56.750 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:56 smithi121 bash[25067]: cluster 2023-12-07T15:44:55.480097+0000 mgr.y (mgr.14454) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:56.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:56 smithi144 bash[25224]: cluster 2023-12-07T15:44:55.480097+0000 mgr.y (mgr.14454) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:58.198 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:57 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:44:57] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:44:58.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:58 smithi144 bash[25224]: cluster 2023-12-07T15:44:57.480641+0000 mgr.y (mgr.14454) 33 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:58.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:58 smithi144 bash[25224]: audit 2023-12-07T15:44:57.855642+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:58.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:58 smithi144 bash[25224]: audit 2023-12-07T15:44:57.863986+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:58.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:58 smithi144 bash[25224]: audit 2023-12-07T15:44:57.903461+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:58.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:58 smithi144 bash[25224]: audit 2023-12-07T15:44:57.906242+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:58.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:58 smithi144 bash[25224]: audit 2023-12-07T15:44:57.908002+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:58.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:58 smithi144 bash[25224]: audit 2023-12-07T15:44:57.919056+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:58 smithi121 bash[25067]: cluster 2023-12-07T15:44:57.480641+0000 mgr.y (mgr.14454) 33 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:58 smithi121 bash[25067]: audit 2023-12-07T15:44:57.855642+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:58 smithi121 bash[25067]: audit 2023-12-07T15:44:57.863986+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:58 smithi121 bash[25067]: audit 2023-12-07T15:44:57.903461+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:58 smithi121 bash[25067]: audit 2023-12-07T15:44:57.906242+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:58 smithi121 bash[25067]: audit 2023-12-07T15:44:57.908002+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:58.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:58 smithi121 bash[25067]: audit 2023-12-07T15:44:57.919056+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:58.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:58 smithi121 bash[30890]: cluster 2023-12-07T15:44:57.480641+0000 mgr.y (mgr.14454) 33 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:44:58.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:58 smithi121 bash[30890]: audit 2023-12-07T15:44:57.855642+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:58.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:58 smithi121 bash[30890]: audit 2023-12-07T15:44:57.863986+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:58.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:58 smithi121 bash[30890]: audit 2023-12-07T15:44:57.903461+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:58.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:58 smithi121 bash[30890]: audit 2023-12-07T15:44:57.906242+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:58.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:58 smithi121 bash[30890]: audit 2023-12-07T15:44:57.908002+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:58.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:58 smithi121 bash[30890]: audit 2023-12-07T15:44:57.919056+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:59.244 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:44:58 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:44:58] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:44:59.262 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:44:59.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:59 smithi121 bash[25067]: cephadm 2023-12-07T15:44:57.923893+0000 mgr.y (mgr.14454) 34 : cephadm [INF] Deploying daemon node-exporter.a on smithi121 2023-12-07T15:44:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:59 smithi121 bash[25067]: audit 2023-12-07T15:44:58.909324+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:59 smithi121 bash[25067]: audit 2023-12-07T15:44:58.917378+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:59.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:44:59 smithi121 bash[25067]: audit 2023-12-07T15:44:59.380816+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:59.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:59 smithi121 bash[30890]: cephadm 2023-12-07T15:44:57.923893+0000 mgr.y (mgr.14454) 34 : cephadm [INF] Deploying daemon node-exporter.a on smithi121 2023-12-07T15:44:59.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:59 smithi121 bash[30890]: audit 2023-12-07T15:44:58.909324+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:59.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:59 smithi121 bash[30890]: audit 2023-12-07T15:44:58.917378+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:59.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:44:59 smithi121 bash[30890]: audit 2023-12-07T15:44:59.380816+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:59.559 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:44:59 smithi121 systemd[1]: Started Ceph node-exporter.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:44:59.559 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:44:59 smithi121 bash[49921]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-07T15:44:59.745 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:59 smithi144 bash[25224]: cephadm 2023-12-07T15:44:57.923893+0000 mgr.y (mgr.14454) 34 : cephadm [INF] Deploying daemon node-exporter.a on smithi121 2023-12-07T15:44:59.745 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:59 smithi144 bash[25224]: audit 2023-12-07T15:44:58.909324+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:59.745 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:59 smithi144 bash[25224]: audit 2023-12-07T15:44:58.917378+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:44:59.745 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:44:59 smithi144 bash[25224]: audit 2023-12-07T15:44:59.380816+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:00.374 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:00 smithi144 systemd[1]: Started Ceph node-exporter.b for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:45:00.374 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:00 smithi144 bash[44601]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-07T15:45:00.449 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:00 smithi121 bash[49921]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-07T15:45:00.710 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:00 smithi121 bash[30890]: cephadm 2023-12-07T15:44:59.382156+0000 mgr.y (mgr.14454) 35 : cephadm [INF] Deploying daemon node-exporter.b on smithi144 2023-12-07T15:45:00.710 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:00 smithi121 bash[30890]: cluster 2023-12-07T15:44:59.481282+0000 mgr.y (mgr.14454) 36 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:00.710 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:00 smithi121 bash[30890]: audit 2023-12-07T15:45:00.136264+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:00.711 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:00 smithi121 bash[49921]: aa2a8d90b84c: Pulling fs layer 2023-12-07T15:45:00.711 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:00 smithi121 bash[49921]: b45d31ee2d7f: Pulling fs layer 2023-12-07T15:45:00.711 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:00 smithi121 bash[49921]: b5db1e299295: Pulling fs layer 2023-12-07T15:45:00.711 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:00 smithi121 bash[25067]: cephadm 2023-12-07T15:44:59.382156+0000 mgr.y (mgr.14454) 35 : cephadm [INF] Deploying daemon node-exporter.b on smithi144 2023-12-07T15:45:00.711 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:00 smithi121 bash[25067]: cluster 2023-12-07T15:44:59.481282+0000 mgr.y (mgr.14454) 36 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:00.711 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:00 smithi121 bash[25067]: audit 2023-12-07T15:45:00.136264+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:00.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:45:00 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:45:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:45:00.807 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:00 smithi121 bash[49921]: b45d31ee2d7f: Verifying Checksum 2023-12-07T15:45:00.808 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:00 smithi121 bash[49921]: b45d31ee2d7f: Download complete 2023-12-07T15:45:00.808 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:00 smithi121 bash[49921]: aa2a8d90b84c: Verifying Checksum 2023-12-07T15:45:00.808 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:00 smithi121 bash[49921]: aa2a8d90b84c: Download complete 2023-12-07T15:45:00.874 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:00 smithi144 bash[44601]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-07T15:45:00.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:00 smithi144 bash[25224]: cephadm 2023-12-07T15:44:59.382156+0000 mgr.y (mgr.14454) 35 : cephadm [INF] Deploying daemon node-exporter.b on smithi144 2023-12-07T15:45:00.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:00 smithi144 bash[25224]: cluster 2023-12-07T15:44:59.481282+0000 mgr.y (mgr.14454) 36 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:00.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:00 smithi144 bash[25224]: audit 2023-12-07T15:45:00.136264+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:01.057 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:00 smithi121 bash[49921]: b5db1e299295: Verifying Checksum 2023-12-07T15:45:01.058 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:00 smithi121 bash[49921]: b5db1e299295: Download complete 2023-12-07T15:45:01.179 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:00 smithi144 bash[44601]: aa2a8d90b84c: Pulling fs layer 2023-12-07T15:45:01.179 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:00 smithi144 bash[44601]: b45d31ee2d7f: Pulling fs layer 2023-12-07T15:45:01.179 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:00 smithi144 bash[44601]: b5db1e299295: Pulling fs layer 2023-12-07T15:45:01.217 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:01 smithi144 bash[44601]: b5db1e299295: Verifying Checksum 2023-12-07T15:45:01.217 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:01 smithi144 bash[44601]: b5db1e299295: Download complete 2023-12-07T15:45:01.490 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:01 smithi144 bash[44601]: aa2a8d90b84c: Verifying Checksum 2023-12-07T15:45:01.490 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:01 smithi144 bash[44601]: aa2a8d90b84c: Download complete 2023-12-07T15:45:01.490 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:01 smithi144 bash[44601]: b45d31ee2d7f: Verifying Checksum 2023-12-07T15:45:01.490 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:01 smithi144 bash[44601]: b45d31ee2d7f: Download complete 2023-12-07T15:45:01.744 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:01 smithi121 bash[25067]: cephadm 2023-12-07T15:45:00.152617+0000 mgr.y (mgr.14454) 37 : cephadm [INF] Deploying daemon alertmanager.a on smithi121 2023-12-07T15:45:01.744 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:01 smithi121 bash[25067]: audit 2023-12-07T15:45:00.769666+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:01.744 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:01 smithi121 bash[30890]: cephadm 2023-12-07T15:45:00.152617+0000 mgr.y (mgr.14454) 37 : cephadm [INF] Deploying daemon alertmanager.a on smithi121 2023-12-07T15:45:01.745 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:01 smithi121 bash[30890]: audit 2023-12-07T15:45:00.769666+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:01.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:01 smithi144 bash[25224]: cephadm 2023-12-07T15:45:00.152617+0000 mgr.y (mgr.14454) 37 : cephadm [INF] Deploying daemon alertmanager.a on smithi121 2023-12-07T15:45:01.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:01 smithi144 bash[25224]: audit 2023-12-07T15:45:00.769666+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:02.057 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:01 smithi121 bash[49921]: aa2a8d90b84c: Pull complete 2023-12-07T15:45:02.374 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:01 smithi144 bash[44601]: aa2a8d90b84c: Pull complete 2023-12-07T15:45:02.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:02 smithi144 bash[25224]: cluster 2023-12-07T15:45:01.481874+0000 mgr.y (mgr.14454) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:02.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:02 smithi144 bash[25224]: audit 2023-12-07T15:45:01.564022+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:02.832 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:02 smithi121 bash[30890]: cluster 2023-12-07T15:45:01.481874+0000 mgr.y (mgr.14454) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:02.832 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:02 smithi121 bash[30890]: audit 2023-12-07T15:45:01.564022+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:02.832 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:02 smithi121 bash[25067]: cluster 2023-12-07T15:45:01.481874+0000 mgr.y (mgr.14454) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:02.832 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:02 smithi121 bash[25067]: audit 2023-12-07T15:45:01.564022+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:03.057 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:02 smithi121 bash[49921]: b45d31ee2d7f: Pull complete 2023-12-07T15:45:03.124 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:02 smithi144 bash[44601]: b45d31ee2d7f: Pull complete 2023-12-07T15:45:03.874 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:03 smithi144 bash[44601]: b5db1e299295: Pull complete 2023-12-07T15:45:04.395 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:04 smithi144 bash[44601]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-07T15:45:04.496 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:04 smithi121 bash[49921]: b5db1e299295: Pull complete 2023-12-07T15:45:04.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:04 smithi121 bash[25067]: cluster 2023-12-07T15:45:03.482598+0000 mgr.y (mgr.14454) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:04.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:04 smithi121 bash[30890]: cluster 2023-12-07T15:45:03.482598+0000 mgr.y (mgr.14454) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:04.808 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:04 smithi121 bash[49921]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-07T15:45:04.808 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:04 smithi121 bash[49921]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-07T15:45:04.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:04 smithi144 bash[25224]: cluster 2023-12-07T15:45:03.482598+0000 mgr.y (mgr.14454) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:04.877 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:04 smithi144 bash[44601]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-07T15:45:06.125 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.780Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-07T15:45:06.125 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.780Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2023-12-07T15:45:06.125 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.781Z 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/.+)($|/) 2023-12-07T15:45:06.125 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.781Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-07T15:45:06.125 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.781Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-07T15:45:06.125 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=arp 2023-12-07T15:45:06.125 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-07T15:45:06.126 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-07T15:45:06.126 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-07T15:45:06.126 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-07T15:45:06.126 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-07T15:45:06.126 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-07T15:45:06.126 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-07T15:45:06.126 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-07T15:45:06.126 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=edac 2023-12-07T15:45:06.126 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-07T15:45:06.126 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-07T15:45:06.126 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-07T15:45:06.126 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-07T15:45:06.126 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-07T15:45:06.126 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-07T15:45:06.127 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-07T15:45:06.127 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-07T15:45:06.127 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-07T15:45:06.127 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-07T15:45:06.127 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-07T15:45:06.127 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-07T15:45:06.127 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-07T15:45:06.127 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-07T15:45:06.127 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-07T15:45:06.127 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-07T15:45:06.127 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=os 2023-12-07T15:45:06.127 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-07T15:45:06.127 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-07T15:45:06.127 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-07T15:45:06.127 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-07T15:45:06.127 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-07T15:45:06.128 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-07T15:45:06.128 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=stat 2023-12-07T15:45:06.128 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-07T15:45:06.128 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-07T15:45:06.128 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-07T15:45:06.128 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=time 2023-12-07T15:45:06.128 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-07T15:45:06.128 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=uname 2023-12-07T15:45:06.128 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-07T15:45:06.128 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-07T15:45:06.128 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-07T15:45:06.128 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.782Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-07T15:45:06.128 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:45:05 smithi144 bash[44601]: ts=2023-12-07T15:45:05.783Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-07T15:45:06.515 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-07T15:45:06.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[30890]: cluster 2023-12-07T15:45:05.483255+0000 mgr.y (mgr.14454) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:06.757 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[25067]: cluster 2023-12-07T15:45:05.483255+0000 mgr.y (mgr.14454) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:06.826 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:06 smithi144 bash[25224]: cluster 2023-12-07T15:45:05.483255+0000 mgr.y (mgr.14454) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:07.058 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.756Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-07T15:45:07.058 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.756Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2023-12-07T15:45:07.058 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z 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/.+)($|/) 2023-12-07T15:45:07.058 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-07T15:45:07.059 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-07T15:45:07.059 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=arp 2023-12-07T15:45:07.059 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-07T15:45:07.059 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-07T15:45:07.059 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-07T15:45:07.059 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-07T15:45:07.059 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-07T15:45:07.059 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-07T15:45:07.059 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-07T15:45:07.059 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-07T15:45:07.059 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=edac 2023-12-07T15:45:07.059 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-07T15:45:07.059 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-07T15:45:07.059 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-07T15:45:07.059 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-07T15:45:07.060 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-07T15:45:07.060 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-07T15:45:07.060 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-07T15:45:07.060 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-07T15:45:07.060 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-07T15:45:07.060 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-07T15:45:07.060 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-07T15:45:07.060 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-07T15:45:07.060 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.758Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-07T15:45:07.060 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-07T15:45:07.060 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-07T15:45:07.060 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-07T15:45:07.060 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=os 2023-12-07T15:45:07.060 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-07T15:45:07.060 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-07T15:45:07.061 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-07T15:45:07.061 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-07T15:45:07.061 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-07T15:45:07.061 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-07T15:45:07.061 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=stat 2023-12-07T15:45:07.061 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-07T15:45:07.061 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-07T15:45:07.061 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-07T15:45:07.061 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=time 2023-12-07T15:45:07.061 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-07T15:45:07.061 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=uname 2023-12-07T15:45:07.061 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-07T15:45:07.061 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-07T15:45:07.061 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-07T15:45:07.061 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-07T15:45:07.062 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:45:06 smithi121 bash[49921]: ts=2023-12-07T15:45:06.759Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-07T15:45:07.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:45:07 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:45:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:45:07.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:07 smithi121 bash[25067]: audit 2023-12-07T15:45:06.508819+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.121:0/4003751499' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T15:45:07.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:07 smithi121 bash[25067]: cluster 2023-12-07T15:45:07.483881+0000 mgr.y (mgr.14454) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:07.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:07 smithi121 bash[30890]: audit 2023-12-07T15:45:06.508819+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.121:0/4003751499' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T15:45:07.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:07 smithi121 bash[30890]: cluster 2023-12-07T15:45:07.483881+0000 mgr.y (mgr.14454) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:07.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:07 smithi144 bash[25224]: audit 2023-12-07T15:45:06.508819+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.121:0/4003751499' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T15:45:07.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:07 smithi144 bash[25224]: cluster 2023-12-07T15:45:07.483881+0000 mgr.y (mgr.14454) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:08.203 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:45:08 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:45:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:45:08.205 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":18,"active_gid":14454,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6800","nonce":3200105595},{"type":"v1","addr":"172.21.15.121:6801","nonce":3200105595}]},"active_addr":"172.21.15.121:6801/3200105595","active_change":"2023-12-07T15:44:31.402454+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14457,"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.121:8443/","prometheus":"http://172.21.15.121: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":61,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.121:0","nonce":2318273241}]},{"addrvec":[{"type":"v2","addr":"172.21.15.121:0","nonce":1529985734}]},{"addrvec":[{"type":"v2","addr":"172.21.15.121:0","nonce":3675971127}]},{"addrvec":[{"type":"v2","addr":"172.21.15.121:0","nonce":2271257143}]}]}} 2023-12-07T15:45:08.208 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-07T15:45:08.208 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-07T15:45:08.208 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T15:45:09.057 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:08 smithi121 bash[25067]: audit 2023-12-07T15:45:07.630836+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:09.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:08 smithi121 bash[25067]: audit 2023-12-07T15:45:08.086343+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:09.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:08 smithi121 bash[30890]: audit 2023-12-07T15:45:07.630836+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:09.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:08 smithi121 bash[30890]: audit 2023-12-07T15:45:08.086343+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:09.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:08 smithi144 bash[25224]: audit 2023-12-07T15:45:07.630836+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:09.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:08 smithi144 bash[25224]: audit 2023-12-07T15:45:08.086343+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:09.485 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:45:09 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:45:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:45:10.502 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:10 smithi121 bash[30890]: audit 2023-12-07T15:45:09.182059+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:10.502 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:10 smithi121 bash[30890]: audit 2023-12-07T15:45:09.189196+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:10.503 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:10 smithi121 bash[30890]: cluster 2023-12-07T15:45:09.484465+0000 mgr.y (mgr.14454) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:10.503 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:10 smithi121 bash[25067]: audit 2023-12-07T15:45:09.182059+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:10.503 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:10 smithi121 bash[25067]: audit 2023-12-07T15:45:09.189196+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:10.503 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:10 smithi121 bash[25067]: cluster 2023-12-07T15:45:09.484465+0000 mgr.y (mgr.14454) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:10.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:10 smithi144 bash[25224]: audit 2023-12-07T15:45:09.182059+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:10.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:10 smithi144 bash[25224]: audit 2023-12-07T15:45:09.189196+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:10.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:10 smithi144 bash[25224]: cluster 2023-12-07T15:45:09.484465+0000 mgr.y (mgr.14454) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:10.697 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:11.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:45:11 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:45:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:45:12.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:12 smithi121 bash[25067]: audit 2023-12-07T15:45:11.005839+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:12.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:12 smithi121 bash[25067]: audit 2023-12-07T15:45:11.015041+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:12.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:12 smithi121 bash[25067]: cluster 2023-12-07T15:45:11.485064+0000 mgr.y (mgr.14454) 43 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:12.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:12 smithi121 bash[30890]: audit 2023-12-07T15:45:11.005839+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:12.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:12 smithi121 bash[30890]: audit 2023-12-07T15:45:11.015041+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:12.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:12 smithi121 bash[30890]: cluster 2023-12-07T15:45:11.485064+0000 mgr.y (mgr.14454) 43 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:12.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:12 smithi144 bash[25224]: audit 2023-12-07T15:45:11.005839+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:12.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:12 smithi144 bash[25224]: audit 2023-12-07T15:45:11.015041+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:12.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:12 smithi144 bash[25224]: cluster 2023-12-07T15:45:11.485064+0000 mgr.y (mgr.14454) 43 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:14.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:14 smithi121 bash[25067]: audit 2023-12-07T15:45:13.160122+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:14.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:14 smithi121 bash[25067]: audit 2023-12-07T15:45:13.196472+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:14.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:14 smithi121 bash[25067]: audit 2023-12-07T15:45:13.200887+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:14.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:14 smithi121 bash[25067]: audit 2023-12-07T15:45:13.204878+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:45:14.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:14 smithi121 bash[25067]: audit 2023-12-07T15:45:13.205417+0000 mgr.y (mgr.14454) 44 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:45:14.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:14 smithi121 bash[25067]: audit 2023-12-07T15:45:13.209825+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:14.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:14 smithi121 bash[25067]: cephadm 2023-12-07T15:45:13.218264+0000 mgr.y (mgr.14454) 45 : cephadm [INF] Deploying daemon grafana.a on smithi144 2023-12-07T15:45:14.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:14 smithi121 bash[25067]: cluster 2023-12-07T15:45:13.485460+0000 mgr.y (mgr.14454) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:14.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:14 smithi121 bash[30890]: audit 2023-12-07T15:45:13.160122+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:14.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:14 smithi121 bash[30890]: audit 2023-12-07T15:45:13.196472+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:14.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:14 smithi121 bash[30890]: audit 2023-12-07T15:45:13.200887+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:14.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:14 smithi121 bash[30890]: audit 2023-12-07T15:45:13.204878+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:45:14.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:14 smithi121 bash[30890]: audit 2023-12-07T15:45:13.205417+0000 mgr.y (mgr.14454) 44 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:45:14.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:14 smithi121 bash[30890]: audit 2023-12-07T15:45:13.209825+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:14.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:14 smithi121 bash[30890]: cephadm 2023-12-07T15:45:13.218264+0000 mgr.y (mgr.14454) 45 : cephadm [INF] Deploying daemon grafana.a on smithi144 2023-12-07T15:45:14.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:14 smithi121 bash[30890]: cluster 2023-12-07T15:45:13.485460+0000 mgr.y (mgr.14454) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:14.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:14 smithi144 bash[25224]: audit 2023-12-07T15:45:13.160122+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:14.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:14 smithi144 bash[25224]: audit 2023-12-07T15:45:13.196472+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:14.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:14 smithi144 bash[25224]: audit 2023-12-07T15:45:13.200887+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:14.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:14 smithi144 bash[25224]: audit 2023-12-07T15:45:13.204878+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:45:14.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:14 smithi144 bash[25224]: audit 2023-12-07T15:45:13.205417+0000 mgr.y (mgr.14454) 44 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:45:14.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:14 smithi144 bash[25224]: audit 2023-12-07T15:45:13.209825+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:14.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:14 smithi144 bash[25224]: cephadm 2023-12-07T15:45:13.218264+0000 mgr.y (mgr.14454) 45 : cephadm [INF] Deploying daemon grafana.a on smithi144 2023-12-07T15:45:14.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:14 smithi144 bash[25224]: cluster 2023-12-07T15:45:13.485460+0000 mgr.y (mgr.14454) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:15.381 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-07T15:45:15.381 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":61,"fsid":"53d6ee1e-9516-11ee-95a2-87774f69a715","created":"2023-12-07T15:36:56.329844+0000","modified":"2023-12-07T15:44:31.401675+0000","last_up_change":"2023-12-07T15:44:03.453668+0000","last_in_change":"2023-12-07T15:43:39.221737+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":"2023-12-07T15:41:04.923015+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":"bf7d1feb-9fdc-49d7-863a-47feaf2445b0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6802","nonce":3629443390},{"type":"v1","addr":"172.21.15.121:6803","nonce":3629443390}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6804","nonce":3629443390},{"type":"v1","addr":"172.21.15.121:6805","nonce":3629443390}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6808","nonce":3629443390},{"type":"v1","addr":"172.21.15.121:6809","nonce":3629443390}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6806","nonce":3629443390},{"type":"v1","addr":"172.21.15.121:6807","nonce":3629443390}]},"public_addr":"172.21.15.121:6803/3629443390","cluster_addr":"172.21.15.121:6805/3629443390","heartbeat_back_addr":"172.21.15.121:6809/3629443390","heartbeat_front_addr":"172.21.15.121:6807/3629443390","state":["exists","up"]},{"osd":1,"uuid":"55000406-e4f9-49b2-9d9b-24fbde05655e","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.121:6810","nonce":1754167298},{"type":"v1","addr":"172.21.15.121:6811","nonce":1754167298}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6812","nonce":1754167298},{"type":"v1","addr":"172.21.15.121:6813","nonce":1754167298}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6816","nonce":1754167298},{"type":"v1","addr":"172.21.15.121:6817","nonce":1754167298}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6814","nonce":1754167298},{"type":"v1","addr":"172.21.15.121:6815","nonce":1754167298}]},"public_addr":"172.21.15.121:6811/1754167298","cluster_addr":"172.21.15.121:6813/1754167298","heartbeat_back_addr":"172.21.15.121:6817/1754167298","heartbeat_front_addr":"172.21.15.121:6815/1754167298","state":["exists","up"]},{"osd":2,"uuid":"e72139f1-2cd5-413f-a1cf-6aaeb7a40633","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.121:6818","nonce":1377513261},{"type":"v1","addr":"172.21.15.121:6819","nonce":1377513261}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6820","nonce":1377513261},{"type":"v1","addr":"172.21.15.121:6821","nonce":1377513261}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6824","nonce":1377513261},{"type":"v1","addr":"172.21.15.121:6825","nonce":1377513261}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6822","nonce":1377513261},{"type":"v1","addr":"172.21.15.121:6823","nonce":1377513261}]},"public_addr":"172.21.15.121:6819/1377513261","cluster_addr":"172.21.15.121:6821/1377513261","heartbeat_back_addr":"172.21.15.121:6825/1377513261","heartbeat_front_addr":"172.21.15.121:6823/1377513261","state":["exists","up"]},{"osd":3,"uuid":"dab369c9-72bf-41c3-b636-c974106dfa83","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.121:6826","nonce":2995945974},{"type":"v1","addr":"172.21.15.121:6827","nonce":2995945974}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6828","nonce":2995945974},{"type":"v1","addr":"172.21.15.121:6829","nonce":2995945974}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6832","nonce":2995945974},{"type":"v1","addr":"172.21.15.121:6833","nonce":2995945974}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6830","nonce":2995945974},{"type":"v1","addr":"172.21.15.121:6831","nonce":2995945974}]},"public_addr":"172.21.15.121:6827/2995945974","cluster_addr":"172.21.15.121:6829/2995945974","heartbeat_back_addr":"172.21.15.121:6833/2995945974","heartbeat_front_addr":"172.21.15.121:6831/2995945974","state":["exists","up"]},{"osd":4,"uuid":"117287c8-fbf6-4420-beee-e85f86a98ffa","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.144:6800","nonce":1188726530},{"type":"v1","addr":"172.21.15.144:6801","nonce":1188726530}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":1188726530},{"type":"v1","addr":"172.21.15.144:6803","nonce":1188726530}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":1188726530},{"type":"v1","addr":"172.21.15.144:6807","nonce":1188726530}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":1188726530},{"type":"v1","addr":"172.21.15.144:6805","nonce":1188726530}]},"public_addr":"172.21.15.144:6801/1188726530","cluster_addr":"172.21.15.144:6803/1188726530","heartbeat_back_addr":"172.21.15.144:6807/1188726530","heartbeat_front_addr":"172.21.15.144:6805/1188726530","state":["exists","up"]},{"osd":5,"uuid":"81c52ac1-c1af-41e9-a2ba-17e0541d90d6","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.144:6808","nonce":839611261},{"type":"v1","addr":"172.21.15.144:6809","nonce":839611261}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6810","nonce":839611261},{"type":"v1","addr":"172.21.15.144:6811","nonce":839611261}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6814","nonce":839611261},{"type":"v1","addr":"172.21.15.144:6815","nonce":839611261}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6812","nonce":839611261},{"type":"v1","addr":"172.21.15.144:6813","nonce":839611261}]},"public_addr":"172.21.15.144:6809/839611261","cluster_addr":"172.21.15.144:6811/839611261","heartbeat_back_addr":"172.21.15.144:6815/839611261","heartbeat_front_addr":"172.21.15.144:6813/839611261","state":["exists","up"]},{"osd":6,"uuid":"5c246315-d011-46c3-b819-1b9f0a83548f","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.144:6816","nonce":3526976672},{"type":"v1","addr":"172.21.15.144:6817","nonce":3526976672}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6818","nonce":3526976672},{"type":"v1","addr":"172.21.15.144:6819","nonce":3526976672}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6822","nonce":3526976672},{"type":"v1","addr":"172.21.15.144:6823","nonce":3526976672}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6820","nonce":3526976672},{"type":"v1","addr":"172.21.15.144:6821","nonce":3526976672}]},"public_addr":"172.21.15.144:6817/3526976672","cluster_addr":"172.21.15.144:6819/3526976672","heartbeat_back_addr":"172.21.15.144:6823/3526976672","heartbeat_front_addr":"172.21.15.144:6821/3526976672","state":["exists","up"]},{"osd":7,"uuid":"d31272f3-e2d5-4aa2-af20-319aa80a8ff6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":56,"up_thru":59,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6824","nonce":2786782619},{"type":"v1","addr":"172.21.15.144:6825","nonce":2786782619}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6826","nonce":2786782619},{"type":"v1","addr":"172.21.15.144:6827","nonce":2786782619}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6830","nonce":2786782619},{"type":"v1","addr":"172.21.15.144:6831","nonce":2786782619}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6828","nonce":2786782619},{"type":"v1","addr":"172.21.15.144:6829","nonce":2786782619}]},"public_addr":"172.21.15.144:6825/2786782619","cluster_addr":"172.21.15.144:6827/2786782619","heartbeat_back_addr":"172.21.15.144:6831/2786782619","heartbeat_front_addr":"172.21.15.144:6829/2786782619","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":"2023-12-07T15:39:42.893228+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":"2023-12-07T15:40:21.027307+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":"2023-12-07T15:41:01.479421+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":"2023-12-07T15:41:36.761098+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":"2023-12-07T15:42:11.723460+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":"2023-12-07T15:42:49.401470+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":"2023-12-07T15:43:26.597915+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":"2023-12-07T15:44:02.169460+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.121:0/3925669302":"2023-12-08T15:44:31.401598+0000","172.21.15.121:0/1617848471":"2023-12-08T15:44:31.401598+0000","172.21.15.121:6801/805630826":"2023-12-08T15:44:31.401598+0000","172.21.15.121:6800/805630826":"2023-12-08T15:44:31.401598+0000","172.21.15.121:0/4255758559":"2023-12-08T15:37:58.274162+0000","172.21.15.121:0/1528716763":"2023-12-08T15:37:58.274162+0000","172.21.15.121:6801/113740501":"2023-12-08T15:37:58.274162+0000","172.21.15.121:6800/113740501":"2023-12-08T15:37:58.274162+0000","172.21.15.121:0/2020567542":"2023-12-08T15:44:31.401598+0000","172.21.15.121:0/2588793938":"2023-12-08T15:44:31.401598+0000","172.21.15.121:0/1247423152":"2023-12-08T15:37:58.274162+0000","172.21.15.121:0/4043194369":"2023-12-08T15:37:27.329528+0000","172.21.15.121:6800/1592275265":"2023-12-08T15:37:27.329528+0000","172.21.15.121:6801/1592275265":"2023-12-08T15:37:27.329528+0000","172.21.15.121:0/3115747932":"2023-12-08T15:37:27.329528+0000","172.21.15.121:0/730033865":"2023-12-08T15:37:27.329528+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}} 2023-12-07T15:45:15.406 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:45:15 smithi121 bash[51028]: level=info ts=2023-12-07T15:45:15.179Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-07T15:45:15.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:15 smithi121 bash[25067]: audit 2023-12-07T15:45:15.378338+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.121:0/3709296646' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:45:15.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:15 smithi121 bash[30890]: audit 2023-12-07T15:45:15.378338+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.121:0/3709296646' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:45:15.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:15 smithi144 bash[25224]: audit 2023-12-07T15:45:15.378338+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.121:0/3709296646' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:45:16.131 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-07T15:45:16.132 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T15:45:16.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:16 smithi121 bash[25067]: cluster 2023-12-07T15:45:15.485966+0000 mgr.y (mgr.14454) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:16.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:16 smithi121 bash[30890]: cluster 2023-12-07T15:45:15.485966+0000 mgr.y (mgr.14454) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:16.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:16 smithi144 bash[25224]: cluster 2023-12-07T15:45:15.485966+0000 mgr.y (mgr.14454) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:17.557 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:45:17 smithi121 bash[51028]: level=info ts=2023-12-07T15:45:17.136Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000519291s 2023-12-07T15:45:17.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:45:17 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:45:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:45:17.828 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:17 smithi121 bash[30890]: audit 2023-12-07T15:45:16.577974+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:17.829 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:17 smithi121 bash[30890]: audit 2023-12-07T15:45:17.148273+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:17.829 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:17 smithi121 bash[30890]: cluster 2023-12-07T15:45:17.486629+0000 mgr.y (mgr.14454) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:17.829 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:17 smithi121 bash[25067]: audit 2023-12-07T15:45:16.577974+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:17.829 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:17 smithi121 bash[25067]: audit 2023-12-07T15:45:17.148273+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:17.829 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:17 smithi121 bash[25067]: cluster 2023-12-07T15:45:17.486629+0000 mgr.y (mgr.14454) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:17.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:17 smithi144 bash[25224]: audit 2023-12-07T15:45:16.577974+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:17.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:17 smithi144 bash[25224]: audit 2023-12-07T15:45:17.148273+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:17.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:17 smithi144 bash[25224]: cluster 2023-12-07T15:45:17.486629+0000 mgr.y (mgr.14454) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:19.043 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:19.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:19 smithi121 bash[30890]: cluster 2023-12-07T15:45:19.487265+0000 mgr.y (mgr.14454) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:19.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:19 smithi121 bash[25067]: cluster 2023-12-07T15:45:19.487265+0000 mgr.y (mgr.14454) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:19.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:19 smithi144 bash[25224]: cluster 2023-12-07T15:45:19.487265+0000 mgr.y (mgr.14454) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:21.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:45:20 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:45:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:45:22.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:21 smithi121 bash[25067]: audit 2023-12-07T15:45:20.873399+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:22.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:21 smithi121 bash[25067]: audit 2023-12-07T15:45:20.880116+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:22.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:21 smithi121 bash[25067]: cluster 2023-12-07T15:45:21.487915+0000 mgr.y (mgr.14454) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:22.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:21 smithi121 bash[30890]: audit 2023-12-07T15:45:20.873399+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:22.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:21 smithi121 bash[30890]: audit 2023-12-07T15:45:20.880116+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:22.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:21 smithi121 bash[30890]: cluster 2023-12-07T15:45:21.487915+0000 mgr.y (mgr.14454) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:22.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:21 smithi144 bash[25224]: audit 2023-12-07T15:45:20.873399+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:22.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:21 smithi144 bash[25224]: audit 2023-12-07T15:45:20.880116+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:22.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:21 smithi144 bash[25224]: cluster 2023-12-07T15:45:21.487915+0000 mgr.y (mgr.14454) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:22.550 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-07T15:45:22.550 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":61,"fsid":"53d6ee1e-9516-11ee-95a2-87774f69a715","created":"2023-12-07T15:36:56.329844+0000","modified":"2023-12-07T15:44:31.401675+0000","last_up_change":"2023-12-07T15:44:03.453668+0000","last_in_change":"2023-12-07T15:43:39.221737+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":"2023-12-07T15:41:04.923015+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":"bf7d1feb-9fdc-49d7-863a-47feaf2445b0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6802","nonce":3629443390},{"type":"v1","addr":"172.21.15.121:6803","nonce":3629443390}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6804","nonce":3629443390},{"type":"v1","addr":"172.21.15.121:6805","nonce":3629443390}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6808","nonce":3629443390},{"type":"v1","addr":"172.21.15.121:6809","nonce":3629443390}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6806","nonce":3629443390},{"type":"v1","addr":"172.21.15.121:6807","nonce":3629443390}]},"public_addr":"172.21.15.121:6803/3629443390","cluster_addr":"172.21.15.121:6805/3629443390","heartbeat_back_addr":"172.21.15.121:6809/3629443390","heartbeat_front_addr":"172.21.15.121:6807/3629443390","state":["exists","up"]},{"osd":1,"uuid":"55000406-e4f9-49b2-9d9b-24fbde05655e","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.121:6810","nonce":1754167298},{"type":"v1","addr":"172.21.15.121:6811","nonce":1754167298}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6812","nonce":1754167298},{"type":"v1","addr":"172.21.15.121:6813","nonce":1754167298}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6816","nonce":1754167298},{"type":"v1","addr":"172.21.15.121:6817","nonce":1754167298}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6814","nonce":1754167298},{"type":"v1","addr":"172.21.15.121:6815","nonce":1754167298}]},"public_addr":"172.21.15.121:6811/1754167298","cluster_addr":"172.21.15.121:6813/1754167298","heartbeat_back_addr":"172.21.15.121:6817/1754167298","heartbeat_front_addr":"172.21.15.121:6815/1754167298","state":["exists","up"]},{"osd":2,"uuid":"e72139f1-2cd5-413f-a1cf-6aaeb7a40633","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.121:6818","nonce":1377513261},{"type":"v1","addr":"172.21.15.121:6819","nonce":1377513261}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6820","nonce":1377513261},{"type":"v1","addr":"172.21.15.121:6821","nonce":1377513261}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6824","nonce":1377513261},{"type":"v1","addr":"172.21.15.121:6825","nonce":1377513261}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6822","nonce":1377513261},{"type":"v1","addr":"172.21.15.121:6823","nonce":1377513261}]},"public_addr":"172.21.15.121:6819/1377513261","cluster_addr":"172.21.15.121:6821/1377513261","heartbeat_back_addr":"172.21.15.121:6825/1377513261","heartbeat_front_addr":"172.21.15.121:6823/1377513261","state":["exists","up"]},{"osd":3,"uuid":"dab369c9-72bf-41c3-b636-c974106dfa83","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.121:6826","nonce":2995945974},{"type":"v1","addr":"172.21.15.121:6827","nonce":2995945974}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6828","nonce":2995945974},{"type":"v1","addr":"172.21.15.121:6829","nonce":2995945974}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6832","nonce":2995945974},{"type":"v1","addr":"172.21.15.121:6833","nonce":2995945974}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.121:6830","nonce":2995945974},{"type":"v1","addr":"172.21.15.121:6831","nonce":2995945974}]},"public_addr":"172.21.15.121:6827/2995945974","cluster_addr":"172.21.15.121:6829/2995945974","heartbeat_back_addr":"172.21.15.121:6833/2995945974","heartbeat_front_addr":"172.21.15.121:6831/2995945974","state":["exists","up"]},{"osd":4,"uuid":"117287c8-fbf6-4420-beee-e85f86a98ffa","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.144:6800","nonce":1188726530},{"type":"v1","addr":"172.21.15.144:6801","nonce":1188726530}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":1188726530},{"type":"v1","addr":"172.21.15.144:6803","nonce":1188726530}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":1188726530},{"type":"v1","addr":"172.21.15.144:6807","nonce":1188726530}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":1188726530},{"type":"v1","addr":"172.21.15.144:6805","nonce":1188726530}]},"public_addr":"172.21.15.144:6801/1188726530","cluster_addr":"172.21.15.144:6803/1188726530","heartbeat_back_addr":"172.21.15.144:6807/1188726530","heartbeat_front_addr":"172.21.15.144:6805/1188726530","state":["exists","up"]},{"osd":5,"uuid":"81c52ac1-c1af-41e9-a2ba-17e0541d90d6","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.144:6808","nonce":839611261},{"type":"v1","addr":"172.21.15.144:6809","nonce":839611261}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6810","nonce":839611261},{"type":"v1","addr":"172.21.15.144:6811","nonce":839611261}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6814","nonce":839611261},{"type":"v1","addr":"172.21.15.144:6815","nonce":839611261}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6812","nonce":839611261},{"type":"v1","addr":"172.21.15.144:6813","nonce":839611261}]},"public_addr":"172.21.15.144:6809/839611261","cluster_addr":"172.21.15.144:6811/839611261","heartbeat_back_addr":"172.21.15.144:6815/839611261","heartbeat_front_addr":"172.21.15.144:6813/839611261","state":["exists","up"]},{"osd":6,"uuid":"5c246315-d011-46c3-b819-1b9f0a83548f","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.144:6816","nonce":3526976672},{"type":"v1","addr":"172.21.15.144:6817","nonce":3526976672}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6818","nonce":3526976672},{"type":"v1","addr":"172.21.15.144:6819","nonce":3526976672}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6822","nonce":3526976672},{"type":"v1","addr":"172.21.15.144:6823","nonce":3526976672}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6820","nonce":3526976672},{"type":"v1","addr":"172.21.15.144:6821","nonce":3526976672}]},"public_addr":"172.21.15.144:6817/3526976672","cluster_addr":"172.21.15.144:6819/3526976672","heartbeat_back_addr":"172.21.15.144:6823/3526976672","heartbeat_front_addr":"172.21.15.144:6821/3526976672","state":["exists","up"]},{"osd":7,"uuid":"d31272f3-e2d5-4aa2-af20-319aa80a8ff6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":56,"up_thru":59,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6824","nonce":2786782619},{"type":"v1","addr":"172.21.15.144:6825","nonce":2786782619}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6826","nonce":2786782619},{"type":"v1","addr":"172.21.15.144:6827","nonce":2786782619}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6830","nonce":2786782619},{"type":"v1","addr":"172.21.15.144:6831","nonce":2786782619}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6828","nonce":2786782619},{"type":"v1","addr":"172.21.15.144:6829","nonce":2786782619}]},"public_addr":"172.21.15.144:6825/2786782619","cluster_addr":"172.21.15.144:6827/2786782619","heartbeat_back_addr":"172.21.15.144:6831/2786782619","heartbeat_front_addr":"172.21.15.144:6829/2786782619","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":"2023-12-07T15:39:42.893228+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":"2023-12-07T15:40:21.027307+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":"2023-12-07T15:41:01.479421+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":"2023-12-07T15:41:36.761098+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":"2023-12-07T15:42:11.723460+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":"2023-12-07T15:42:49.401470+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":"2023-12-07T15:43:26.597915+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":"2023-12-07T15:44:02.169460+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.121:0/3925669302":"2023-12-08T15:44:31.401598+0000","172.21.15.121:0/1617848471":"2023-12-08T15:44:31.401598+0000","172.21.15.121:6801/805630826":"2023-12-08T15:44:31.401598+0000","172.21.15.121:6800/805630826":"2023-12-08T15:44:31.401598+0000","172.21.15.121:0/4255758559":"2023-12-08T15:37:58.274162+0000","172.21.15.121:0/1528716763":"2023-12-08T15:37:58.274162+0000","172.21.15.121:6801/113740501":"2023-12-08T15:37:58.274162+0000","172.21.15.121:6800/113740501":"2023-12-08T15:37:58.274162+0000","172.21.15.121:0/2020567542":"2023-12-08T15:44:31.401598+0000","172.21.15.121:0/2588793938":"2023-12-08T15:44:31.401598+0000","172.21.15.121:0/1247423152":"2023-12-08T15:37:58.274162+0000","172.21.15.121:0/4043194369":"2023-12-08T15:37:27.329528+0000","172.21.15.121:6800/1592275265":"2023-12-08T15:37:27.329528+0000","172.21.15.121:6801/1592275265":"2023-12-08T15:37:27.329528+0000","172.21.15.121:0/3115747932":"2023-12-08T15:37:27.329528+0000","172.21.15.121:0/730033865":"2023-12-08T15:37:27.329528+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}} 2023-12-07T15:45:22.557 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:45:22 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:45:22] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:45:23.292 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-07T15:45:23.292 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-07T15:45:23.293 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-07T15:45:23.293 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-07T15:45:23.293 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-07T15:45:23.294 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-07T15:45:23.294 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-07T15:45:23.295 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-07T15:45:23.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:23 smithi121 bash[30890]: audit 2023-12-07T15:45:22.327239+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:23.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:23 smithi121 bash[30890]: audit 2023-12-07T15:45:22.335456+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:23.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:23 smithi121 bash[30890]: audit 2023-12-07T15:45:22.547484+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.121:0/2557348238' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:45:23.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:23 smithi121 bash[25067]: audit 2023-12-07T15:45:22.327239+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:23.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:23 smithi121 bash[25067]: audit 2023-12-07T15:45:22.335456+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:23.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:23 smithi121 bash[25067]: audit 2023-12-07T15:45:22.547484+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.121:0/2557348238' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:45:23.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:23 smithi144 bash[25224]: audit 2023-12-07T15:45:22.327239+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:23.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:23 smithi144 bash[25224]: audit 2023-12-07T15:45:22.335456+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:23.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:23 smithi144 bash[25224]: audit 2023-12-07T15:45:22.547484+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.121:0/2557348238' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T15:45:24.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:24 smithi144 bash[25224]: cluster 2023-12-07T15:45:23.488394+0000 mgr.y (mgr.14454) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:24.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:24 smithi121 bash[30890]: cluster 2023-12-07T15:45:23.488394+0000 mgr.y (mgr.14454) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:24.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:24 smithi121 bash[25067]: cluster 2023-12-07T15:45:23.488394+0000 mgr.y (mgr.14454) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:25.554 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:45:25 smithi121 bash[51028]: level=info ts=2023-12-07T15:45:25.140Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.00419862s 2023-12-07T15:45:25.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:25 smithi121 bash[25067]: cluster 2023-12-07T15:45:25.488964+0000 mgr.y (mgr.14454) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:25.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:25 smithi121 bash[30890]: cluster 2023-12-07T15:45:25.488964+0000 mgr.y (mgr.14454) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:25.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:25 smithi144 bash[25224]: cluster 2023-12-07T15:45:25.488964+0000 mgr.y (mgr.14454) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:26.129 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:26.130 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:26.130 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:26.135 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:26.135 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:26.135 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:26.136 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:26.136 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:26.307 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:45:25 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:45:25] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:45:27.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:27 smithi121 bash[30890]: audit 2023-12-07T15:45:25.921247+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:27.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:27 smithi121 bash[30890]: audit 2023-12-07T15:45:25.927097+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:27.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:26 smithi121 bash[25067]: audit 2023-12-07T15:45:25.921247+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:27.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:27 smithi121 bash[25067]: audit 2023-12-07T15:45:25.927097+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:27.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:26 smithi144 bash[25224]: audit 2023-12-07T15:45:25.921247+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:27.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:26 smithi144 bash[25224]: audit 2023-12-07T15:45:25.927097+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:28.507 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:28 smithi121 bash[30890]: cluster 2023-12-07T15:45:27.489592+0000 mgr.y (mgr.14454) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:28.507 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:28 smithi121 bash[25067]: cluster 2023-12-07T15:45:27.489592+0000 mgr.y (mgr.14454) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:28.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:28 smithi144 bash[25224]: cluster 2023-12-07T15:45:27.489592+0000 mgr.y (mgr.14454) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:29 smithi121 bash[25067]: cluster 2023-12-07T15:45:29.490243+0000 mgr.y (mgr.14454) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:29.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:29 smithi121 bash[30890]: cluster 2023-12-07T15:45:29.490243+0000 mgr.y (mgr.14454) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:29.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:29 smithi144 bash[25224]: cluster 2023-12-07T15:45:29.490243+0000 mgr.y (mgr.14454) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:31.637 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:31 smithi121 bash[30890]: cluster 2023-12-07T15:45:31.490812+0000 mgr.y (mgr.14454) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:31.637 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:31 smithi121 bash[25067]: cluster 2023-12-07T15:45:31.490812+0000 mgr.y (mgr.14454) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:31.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:31 smithi144 bash[25224]: cluster 2023-12-07T15:45:31.490812+0000 mgr.y (mgr.14454) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:32.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:32 smithi121 bash[30890]: audit 2023-12-07T15:45:31.569603+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:45:32.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:32 smithi121 bash[30890]: audit 2023-12-07T15:45:31.803721+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:45:32.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:32 smithi121 bash[25067]: audit 2023-12-07T15:45:31.569603+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:45:32.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:32 smithi121 bash[25067]: audit 2023-12-07T15:45:31.803721+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:45:32.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:32 smithi144 bash[25224]: audit 2023-12-07T15:45:31.569603+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:45:32.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:32 smithi144 bash[25224]: audit 2023-12-07T15:45:31.803721+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:45:33.826 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:33 smithi121 bash[30890]: cluster 2023-12-07T15:45:33.491688+0000 mgr.y (mgr.14454) 56 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:33.826 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:33 smithi121 bash[25067]: cluster 2023-12-07T15:45:33.491688+0000 mgr.y (mgr.14454) 56 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:33.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:33 smithi144 bash[25224]: cluster 2023-12-07T15:45:33.491688+0000 mgr.y (mgr.14454) 56 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:35.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:35 smithi144 bash[25224]: cluster 2023-12-07T15:45:35.492404+0000 mgr.y (mgr.14454) 57 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:35.876 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:35 smithi121 bash[30890]: cluster 2023-12-07T15:45:35.492404+0000 mgr.y (mgr.14454) 57 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:35.876 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:35 smithi121 bash[25067]: cluster 2023-12-07T15:45:35.492404+0000 mgr.y (mgr.14454) 57 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:38.716 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:38 smithi121 bash[30890]: cluster 2023-12-07T15:45:37.492906+0000 mgr.y (mgr.14454) 58 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:38.716 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:38 smithi121 bash[25067]: cluster 2023-12-07T15:45:37.492906+0000 mgr.y (mgr.14454) 58 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:38.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:38 smithi144 bash[25224]: cluster 2023-12-07T15:45:37.492906+0000 mgr.y (mgr.14454) 58 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:38.904 INFO:teuthology.orchestra.run.smithi121.stdout:167503724578 2023-12-07T15:45:38.905 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-07T15:45:39.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:39 smithi121 bash[25067]: cluster 2023-12-07T15:45:39.493587+0000 mgr.y (mgr.14454) 59 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:39.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:39 smithi121 bash[30890]: cluster 2023-12-07T15:45:39.493587+0000 mgr.y (mgr.14454) 59 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:39.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:39 smithi144 bash[25224]: cluster 2023-12-07T15:45:39.493587+0000 mgr.y (mgr.14454) 59 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:40.225 INFO:teuthology.orchestra.run.smithi121.stdout:77309411383 2023-12-07T15:45:40.225 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-07T15:45:40.643 INFO:teuthology.orchestra.run.smithi121.stdout:34359738440 2023-12-07T15:45:40.643 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-07T15:45:41.697 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:41 smithi121 bash[30890]: cluster 2023-12-07T15:45:41.494136+0000 mgr.y (mgr.14454) 60 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:41.698 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:41 smithi121 bash[25067]: cluster 2023-12-07T15:45:41.494136+0000 mgr.y (mgr.14454) 60 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:41.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:41 smithi144 bash[25224]: cluster 2023-12-07T15:45:41.494136+0000 mgr.y (mgr.14454) 60 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:42.086 INFO:teuthology.orchestra.run.smithi121.stdout:133143986219 2023-12-07T15:45:42.086 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-07T15:45:42.087 INFO:teuthology.orchestra.run.smithi121.stdout:55834574914 2023-12-07T15:45:42.087 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-07T15:45:42.143 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:42 smithi144 systemd[1]: Started Ceph grafana.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:45:42.572 INFO:teuthology.orchestra.run.smithi121.stdout:201863462940 2023-12-07T15:45:42.572 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-07T15:45:42.807 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:45:42 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:45:42] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:45:43.458 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[25224]: audit 2023-12-07T15:45:42.183104+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:43.458 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[25224]: audit 2023-12-07T15:45:42.185162+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:45:43.458 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[25224]: audit 2023-12-07T15:45:42.186779+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:45:43.458 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[25224]: audit 2023-12-07T15:45:42.188079+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:45:43.459 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[25224]: audit 2023-12-07T15:45:42.195332+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:43.459 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[25224]: cephadm 2023-12-07T15:45:42.195896+0000 mgr.y (mgr.14454) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:45:43.459 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[25224]: cephadm 2023-12-07T15:45:42.197713+0000 mgr.y (mgr.14454) 62 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-07T15:45:43.459 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[25224]: cephadm 2023-12-07T15:45:42.203663+0000 mgr.y (mgr.14454) 63 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi121 2023-12-07T15:45:43.459 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[25224]: audit 2023-12-07T15:45:42.459026+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:43.459 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[25224]: audit 2023-12-07T15:45:42.468133+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:43.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[30890]: audit 2023-12-07T15:45:42.183104+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:43.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[30890]: audit 2023-12-07T15:45:42.185162+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:45:43.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[30890]: audit 2023-12-07T15:45:42.186779+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:45:43.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[30890]: audit 2023-12-07T15:45:42.188079+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:45:43.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[30890]: audit 2023-12-07T15:45:42.195332+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:43.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[30890]: cephadm 2023-12-07T15:45:42.195896+0000 mgr.y (mgr.14454) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:45:43.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[30890]: cephadm 2023-12-07T15:45:42.197713+0000 mgr.y (mgr.14454) 62 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-07T15:45:43.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[30890]: cephadm 2023-12-07T15:45:42.203663+0000 mgr.y (mgr.14454) 63 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi121 2023-12-07T15:45:43.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[30890]: audit 2023-12-07T15:45:42.459026+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:43.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[30890]: audit 2023-12-07T15:45:42.468133+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:43.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[25067]: audit 2023-12-07T15:45:42.183104+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:43.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[25067]: audit 2023-12-07T15:45:42.185162+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:45:43.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[25067]: audit 2023-12-07T15:45:42.186779+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:45:43.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[25067]: audit 2023-12-07T15:45:42.188079+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:45:43.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[25067]: audit 2023-12-07T15:45:42.195332+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:43.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[25067]: cephadm 2023-12-07T15:45:42.195896+0000 mgr.y (mgr.14454) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:45:43.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[25067]: cephadm 2023-12-07T15:45:42.197713+0000 mgr.y (mgr.14454) 62 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-07T15:45:43.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[25067]: cephadm 2023-12-07T15:45:42.203663+0000 mgr.y (mgr.14454) 63 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi121 2023-12-07T15:45:43.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[25067]: audit 2023-12-07T15:45:42.459026+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:43.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:43 smithi121 bash[25067]: audit 2023-12-07T15:45:42.468133+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:43.718 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+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 2023-12-07T15:45:43.718 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+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 2023-12-07T15:45:43.719 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-07T15:45:43.719 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-07T15:45:43.719 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-07T15:45:43.719 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-07T15:45:43.719 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-07T15:45:43.719 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-07T15:45:43.719 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-07T15:45:43.719 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-07T15:45:43.719 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-07T15:45:43.719 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-07T15:45:43.719 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-07T15:45:43.719 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="App mode production" logger=settings 2023-12-07T15:45:43.719 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-07T15:45:43.719 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+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----- 2023-12-07T15:45:43.720 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Starting DB migrations" logger=migrator 2023-12-07T15:45:43.720 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2023-12-07T15:45:43.720 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2023-12-07T15:45:43.720 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2023-12-07T15:45:43.858 INFO:teuthology.orchestra.run.smithi121.stdout:240518168598 2023-12-07T15:45:43.859 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-07T15:45:43.864 INFO:teuthology.orchestra.run.smithi121.stdout:111669149745 2023-12-07T15:45:43.864 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-07T15:45:43.979 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2023-12-07T15:45:43.979 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2023-12-07T15:45:43.980 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2023-12-07T15:45:43.980 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2023-12-07T15:45:43.980 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2023-12-07T15:45:43.980 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2023-12-07T15:45:43.980 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2023-12-07T15:45:44.231 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[25224]: cluster 2023-12-07T15:45:43.494788+0000 mgr.y (mgr.14454) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:44.232 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:43 smithi144 bash[45742]: t=2023-12-07T15:45:43+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-07T15:45:44.232 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2023-12-07T15:45:44.232 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2023-12-07T15:45:44.232 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2023-12-07T15:45:44.232 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2023-12-07T15:45:44.232 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2023-12-07T15:45:44.232 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2023-12-07T15:45:44.326 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:44.501 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2023-12-07T15:45:44.501 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2023-12-07T15:45:44.501 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2023-12-07T15:45:44.501 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2023-12-07T15:45:44.501 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2023-12-07T15:45:44.501 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2023-12-07T15:45:44.501 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2023-12-07T15:45:44.539 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:44 smithi121 bash[30890]: cluster 2023-12-07T15:45:43.494788+0000 mgr.y (mgr.14454) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:44.539 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:44 smithi121 bash[25067]: cluster 2023-12-07T15:45:43.494788+0000 mgr.y (mgr.14454) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:44.585 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:44.586 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:44.595 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:44.596 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:44.597 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:44.755 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2023-12-07T15:45:44.755 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2023-12-07T15:45:44.756 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2023-12-07T15:45:44.756 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2023-12-07T15:45:44.756 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2023-12-07T15:45:44.756 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2023-12-07T15:45:44.756 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2023-12-07T15:45:44.808 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:45:44 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:45:44] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:45:45.055 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2023-12-07T15:45:45.056 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2023-12-07T15:45:45.056 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:44 smithi144 bash[45742]: t=2023-12-07T15:45:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2023-12-07T15:45:45.056 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:45 smithi144 bash[45742]: t=2023-12-07T15:45:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2023-12-07T15:45:45.374 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:45 smithi144 bash[45742]: t=2023-12-07T15:45:45+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2023-12-07T15:45:45.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:45 smithi144 bash[25224]: audit 2023-12-07T15:45:44.632400+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:45.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:45 smithi144 bash[25224]: audit 2023-12-07T15:45:44.637332+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:45.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:45 smithi144 bash[25224]: cluster 2023-12-07T15:45:45.495414+0000 mgr.y (mgr.14454) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:45.794 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:45 smithi144 bash[45742]: t=2023-12-07T15:45:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2023-12-07T15:45:45.794 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:45 smithi144 bash[45742]: t=2023-12-07T15:45:45+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2023-12-07T15:45:45.794 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:45 smithi144 bash[45742]: t=2023-12-07T15:45:45+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2023-12-07T15:45:45.794 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:45 smithi144 bash[45742]: t=2023-12-07T15:45:45+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2023-12-07T15:45:45.837 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:45.838 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:45:45.910 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:45 smithi121 bash[30890]: audit 2023-12-07T15:45:44.632400+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:45.910 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:45 smithi121 bash[30890]: audit 2023-12-07T15:45:44.637332+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:45.910 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:45 smithi121 bash[30890]: cluster 2023-12-07T15:45:45.495414+0000 mgr.y (mgr.14454) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:45.911 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:45 smithi121 bash[25067]: audit 2023-12-07T15:45:44.632400+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:45.911 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:45 smithi121 bash[25067]: audit 2023-12-07T15:45:44.637332+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:45.911 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:45 smithi121 bash[25067]: cluster 2023-12-07T15:45:45.495414+0000 mgr.y (mgr.14454) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:46.049 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:45 smithi144 bash[45742]: t=2023-12-07T15:45:45+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2023-12-07T15:45:46.308 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:45:46 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:45:46] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:45:46.334 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:46 smithi144 bash[45742]: t=2023-12-07T15:45:46+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2023-12-07T15:45:46.614 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:46 smithi144 bash[45742]: t=2023-12-07T15:45:46+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2023-12-07T15:45:46.874 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:46 smithi144 bash[45742]: t=2023-12-07T15:45:46+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2023-12-07T15:45:46.875 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:46 smithi144 bash[45742]: t=2023-12-07T15:45:46+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2023-12-07T15:45:46.875 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:46 smithi144 bash[45742]: t=2023-12-07T15:45:46+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2023-12-07T15:45:47.035 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:46 smithi144 bash[45742]: t=2023-12-07T15:45:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2023-12-07T15:45:47.229 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:47 smithi144 bash[25224]: audit 2023-12-07T15:45:46.046874+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:47.229 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:47 smithi144 bash[25224]: audit 2023-12-07T15:45:46.585790+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:47.229 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:47 smithi144 bash[45742]: t=2023-12-07T15:45:47+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2023-12-07T15:45:47.229 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:47 smithi144 bash[45742]: t=2023-12-07T15:45:47+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2023-12-07T15:45:47.229 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:47 smithi144 bash[45742]: t=2023-12-07T15:45:47+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2023-12-07T15:45:47.229 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:47 smithi144 bash[45742]: t=2023-12-07T15:45:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2023-12-07T15:45:47.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:47 smithi121 bash[30890]: audit 2023-12-07T15:45:46.046874+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:47.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:47 smithi121 bash[30890]: audit 2023-12-07T15:45:46.585790+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:47.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:47 smithi121 bash[25067]: audit 2023-12-07T15:45:46.046874+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:47.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:47 smithi121 bash[25067]: audit 2023-12-07T15:45:46.585790+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:47.485 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:47 smithi144 bash[45742]: t=2023-12-07T15:45:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2023-12-07T15:45:47.485 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:47 smithi144 bash[45742]: t=2023-12-07T15:45:47+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2023-12-07T15:45:47.485 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:47 smithi144 bash[45742]: t=2023-12-07T15:45:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2023-12-07T15:45:47.485 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:47 smithi144 bash[45742]: t=2023-12-07T15:45:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-12-07T15:45:47.797 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:47 smithi144 bash[45742]: t=2023-12-07T15:45:47+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2023-12-07T15:45:47.798 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:47 smithi144 bash[45742]: t=2023-12-07T15:45:47+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2023-12-07T15:45:47.798 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:47 smithi144 bash[45742]: t=2023-12-07T15:45:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2023-12-07T15:45:48.058 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:45:47 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:45:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:45:48.110 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:47 smithi144 bash[45742]: t=2023-12-07T15:45:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2023-12-07T15:45:48.374 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:48 smithi144 bash[45742]: t=2023-12-07T15:45:48+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2023-12-07T15:45:48.374 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:48 smithi144 bash[45742]: t=2023-12-07T15:45:48+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2023-12-07T15:45:48.374 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:48 smithi144 bash[45742]: t=2023-12-07T15:45:48+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2023-12-07T15:45:48.732 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:48 smithi121 bash[30890]: cluster 2023-12-07T15:45:47.495881+0000 mgr.y (mgr.14454) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:48.732 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:48 smithi121 bash[30890]: audit 2023-12-07T15:45:47.795293+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:48.732 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:48 smithi121 bash[25067]: cluster 2023-12-07T15:45:47.495881+0000 mgr.y (mgr.14454) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:48.732 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:48 smithi121 bash[25067]: audit 2023-12-07T15:45:47.795293+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:48.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:48 smithi144 bash[25224]: cluster 2023-12-07T15:45:47.495881+0000 mgr.y (mgr.14454) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:48.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:48 smithi144 bash[25224]: audit 2023-12-07T15:45:47.795293+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:48.875 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:48 smithi144 bash[45742]: t=2023-12-07T15:45:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2023-12-07T15:45:48.875 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:48 smithi144 bash[45742]: t=2023-12-07T15:45:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2023-12-07T15:45:48.875 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:48 smithi144 bash[45742]: t=2023-12-07T15:45:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2023-12-07T15:45:49.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:48 smithi144 bash[45742]: t=2023-12-07T15:45:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2023-12-07T15:45:49.249 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:49 smithi144 bash[45742]: t=2023-12-07T15:45:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2023-12-07T15:45:49.548 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:49 smithi144 bash[45742]: t=2023-12-07T15:45:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2023-12-07T15:45:49.548 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:49 smithi144 bash[45742]: t=2023-12-07T15:45:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2023-12-07T15:45:49.549 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:49 smithi144 bash[45742]: t=2023-12-07T15:45:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2023-12-07T15:45:49.821 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:49 smithi144 bash[25224]: cluster 2023-12-07T15:45:49.496474+0000 mgr.y (mgr.14454) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:49.822 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:49 smithi144 bash[45742]: t=2023-12-07T15:45:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2023-12-07T15:45:49.822 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:49 smithi144 bash[45742]: t=2023-12-07T15:45:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2023-12-07T15:45:49.822 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:49 smithi144 bash[45742]: t=2023-12-07T15:45:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2023-12-07T15:45:49.822 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:49 smithi144 bash[45742]: t=2023-12-07T15:45:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2023-12-07T15:45:49.822 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:49 smithi144 bash[45742]: t=2023-12-07T15:45:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2023-12-07T15:45:50.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:49 smithi121 bash[25067]: cluster 2023-12-07T15:45:49.496474+0000 mgr.y (mgr.14454) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:50.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:49 smithi121 bash[30890]: cluster 2023-12-07T15:45:49.496474+0000 mgr.y (mgr.14454) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:50.107 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:49 smithi144 bash[45742]: t=2023-12-07T15:45:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2023-12-07T15:45:50.107 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:49 smithi144 bash[45742]: t=2023-12-07T15:45:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2023-12-07T15:45:50.107 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:49 smithi144 bash[45742]: t=2023-12-07T15:45:49+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2023-12-07T15:45:50.107 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:49 smithi144 bash[45742]: t=2023-12-07T15:45:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2023-12-07T15:45:50.107 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2023-12-07T15:45:50.107 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2023-12-07T15:45:50.107 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-12-07T15:45:50.108 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2023-12-07T15:45:50.360 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-12-07T15:45:50.360 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-12-07T15:45:50.360 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2023-12-07T15:45:50.360 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2023-12-07T15:45:50.360 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2023-12-07T15:45:50.360 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2023-12-07T15:45:50.621 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2023-12-07T15:45:50.621 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2023-12-07T15:45:50.621 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2023-12-07T15:45:50.621 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2023-12-07T15:45:50.621 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2023-12-07T15:45:50.621 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2023-12-07T15:45:50.783 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:45:50 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:45:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:45:50.874 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2023-12-07T15:45:50.875 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2023-12-07T15:45:50.875 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2023-12-07T15:45:50.875 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2023-12-07T15:45:50.875 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2023-12-07T15:45:51.151 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2023-12-07T15:45:51.151 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-07T15:45:51.151 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2023-12-07T15:45:51.151 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:50 smithi144 bash[45742]: t=2023-12-07T15:45:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2023-12-07T15:45:51.151 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:51 smithi144 bash[45742]: t=2023-12-07T15:45:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2023-12-07T15:45:51.151 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:51 smithi144 bash[45742]: t=2023-12-07T15:45:51+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2023-12-07T15:45:51.151 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:51 smithi144 bash[45742]: t=2023-12-07T15:45:51+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2023-12-07T15:45:51.152 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:51 smithi144 bash[45742]: t=2023-12-07T15:45:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2023-12-07T15:45:51.152 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:51 smithi144 bash[45742]: t=2023-12-07T15:45:51+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2023-12-07T15:45:51.456 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:51 smithi144 bash[45742]: t=2023-12-07T15:45:51+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2023-12-07T15:45:51.456 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:51 smithi144 bash[45742]: t=2023-12-07T15:45:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2023-12-07T15:45:51.745 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:51 smithi144 bash[25224]: audit 2023-12-07T15:45:50.556551+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:51.745 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:51 smithi144 bash[25224]: audit 2023-12-07T15:45:50.562966+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:51.745 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:51 smithi144 bash[25224]: cluster 2023-12-07T15:45:51.497051+0000 mgr.y (mgr.14454) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:51.746 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:51 smithi144 bash[45742]: t=2023-12-07T15:45:51+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2023-12-07T15:45:51.746 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:51 smithi144 bash[45742]: t=2023-12-07T15:45:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2023-12-07T15:45:51.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:51 smithi121 bash[30890]: audit 2023-12-07T15:45:50.556551+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:51.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:51 smithi121 bash[30890]: audit 2023-12-07T15:45:50.562966+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:51.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:51 smithi121 bash[30890]: cluster 2023-12-07T15:45:51.497051+0000 mgr.y (mgr.14454) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:51.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:51 smithi121 bash[25067]: audit 2023-12-07T15:45:50.556551+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:51.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:51 smithi121 bash[25067]: audit 2023-12-07T15:45:50.562966+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:51.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:51 smithi121 bash[25067]: cluster 2023-12-07T15:45:51.497051+0000 mgr.y (mgr.14454) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:52.020 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:51 smithi144 bash[45742]: t=2023-12-07T15:45:51+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2023-12-07T15:45:52.315 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2023-12-07T15:45:52.315 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2023-12-07T15:45:52.315 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2023-12-07T15:45:52.577 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2023-12-07T15:45:52.577 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2023-12-07T15:45:52.577 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2023-12-07T15:45:52.577 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2023-12-07T15:45:52.578 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2023-12-07T15:45:52.578 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2023-12-07T15:45:52.578 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2023-12-07T15:45:52.578 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2023-12-07T15:45:52.578 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2023-12-07T15:45:52.808 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:45:52 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:45:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:45:52.874 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2023-12-07T15:45:52.875 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2023-12-07T15:45:52.875 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2023-12-07T15:45:52.875 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2023-12-07T15:45:52.875 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2023-12-07T15:45:52.875 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2023-12-07T15:45:52.876 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2023-12-07T15:45:52.876 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2023-12-07T15:45:53.146 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2023-12-07T15:45:53.146 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-12-07T15:45:53.146 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2023-12-07T15:45:53.146 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:52 smithi144 bash[45742]: t=2023-12-07T15:45:52+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2023-12-07T15:45:53.147 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2023-12-07T15:45:53.147 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2023-12-07T15:45:53.147 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2023-12-07T15:45:53.147 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2023-12-07T15:45:53.147 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2023-12-07T15:45:53.413 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2023-12-07T15:45:53.413 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2023-12-07T15:45:53.413 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2023-12-07T15:45:53.414 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-12-07T15:45:53.414 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2023-12-07T15:45:53.414 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2023-12-07T15:45:53.414 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2023-12-07T15:45:53.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[25224]: audit 2023-12-07T15:45:52.412479+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:53.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[25224]: audit 2023-12-07T15:45:52.419677+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:53.668 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2023-12-07T15:45:53.669 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2023-12-07T15:45:53.669 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2023-12-07T15:45:53.669 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2023-12-07T15:45:53.669 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2023-12-07T15:45:53.669 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2023-12-07T15:45:53.669 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2023-12-07T15:45:53.669 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2023-12-07T15:45:53.669 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2023-12-07T15:45:53.703 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:53 smithi121 bash[30890]: audit 2023-12-07T15:45:52.412479+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:53.703 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:53 smithi121 bash[30890]: audit 2023-12-07T15:45:52.419677+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:53.703 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:53 smithi121 bash[25067]: audit 2023-12-07T15:45:52.412479+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:53.703 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:53 smithi121 bash[25067]: audit 2023-12-07T15:45:52.419677+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:45:53.938 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2023-12-07T15:45:53.938 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2023-12-07T15:45:53.938 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2023-12-07T15:45:53.938 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2023-12-07T15:45:53.938 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2023-12-07T15:45:53.938 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2023-12-07T15:45:53.938 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2023-12-07T15:45:53.938 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2023-12-07T15:45:54.201 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:53 smithi144 bash[45742]: t=2023-12-07T15:45:53+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2023-12-07T15:45:54.201 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-12-07T15:45:54.201 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2023-12-07T15:45:54.202 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2023-12-07T15:45:54.202 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2023-12-07T15:45:54.202 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+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" 2023-12-07T15:45:54.202 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2023-12-07T15:45:54.476 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[25224]: cluster 2023-12-07T15:45:53.497744+0000 mgr.y (mgr.14454) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:54.477 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2023-12-07T15:45:54.477 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2023-12-07T15:45:54.477 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2023-12-07T15:45:54.477 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2023-12-07T15:45:54.477 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2023-12-07T15:45:54.477 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2023-12-07T15:45:54.477 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2023-12-07T15:45:54.477 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2023-12-07T15:45:54.477 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2023-12-07T15:45:54.477 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2023-12-07T15:45:54.492 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:54 smithi121 bash[30890]: cluster 2023-12-07T15:45:53.497744+0000 mgr.y (mgr.14454) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:54.492 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:54 smithi121 bash[25067]: cluster 2023-12-07T15:45:53.497744+0000 mgr.y (mgr.14454) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:54.738 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2023-12-07T15:45:54.738 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2023-12-07T15:45:54.738 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2023-12-07T15:45:54.738 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-12-07T15:45:54.738 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2023-12-07T15:45:54.738 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2023-12-07T15:45:54.738 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2023-12-07T15:45:55.016 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2023-12-07T15:45:55.016 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2023-12-07T15:45:55.017 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2023-12-07T15:45:55.017 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2023-12-07T15:45:55.017 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2023-12-07T15:45:55.017 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2023-12-07T15:45:55.017 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2023-12-07T15:45:55.017 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2023-12-07T15:45:55.017 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:54 smithi144 bash[45742]: t=2023-12-07T15:45:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2023-12-07T15:45:55.017 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2023-12-07T15:45:55.285 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2023-12-07T15:45:55.285 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2023-12-07T15:45:55.285 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2023-12-07T15:45:55.285 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2023-12-07T15:45:55.285 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2023-12-07T15:45:55.285 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2023-12-07T15:45:55.285 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2023-12-07T15:45:55.285 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2023-12-07T15:45:55.556 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2023-12-07T15:45:55.557 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2023-12-07T15:45:55.557 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2023-12-07T15:45:55.557 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2023-12-07T15:45:55.557 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+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" 2023-12-07T15:45:55.557 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2023-12-07T15:45:55.557 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2023-12-07T15:45:55.557 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2023-12-07T15:45:55.557 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2023-12-07T15:45:55.807 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[25224]: cluster 2023-12-07T15:45:55.498385+0000 mgr.y (mgr.14454) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:55.807 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2023-12-07T15:45:55.807 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2023-12-07T15:45:55.807 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2023-12-07T15:45:55.808 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2023-12-07T15:45:55.808 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2023-12-07T15:45:55.808 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2023-12-07T15:45:55.808 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2023-12-07T15:45:55.808 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2023-12-07T15:45:56.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:55 smithi121 bash[25067]: cluster 2023-12-07T15:45:55.498385+0000 mgr.y (mgr.14454) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:56.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:55 smithi121 bash[30890]: cluster 2023-12-07T15:45:55.498385+0000 mgr.y (mgr.14454) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:56.085 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2023-12-07T15:45:56.085 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-12-07T15:45:56.085 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-12-07T15:45:56.085 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2023-12-07T15:45:56.085 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2023-12-07T15:45:56.085 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:55 smithi144 bash[45742]: t=2023-12-07T15:45:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2023-12-07T15:45:56.085 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2023-12-07T15:45:56.085 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2023-12-07T15:45:56.346 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2023-12-07T15:45:56.346 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-12-07T15:45:56.346 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2023-12-07T15:45:56.346 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2023-12-07T15:45:56.346 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2023-12-07T15:45:56.346 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2023-12-07T15:45:56.346 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2023-12-07T15:45:56.347 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2023-12-07T15:45:56.625 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2023-12-07T15:45:56.625 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2023-12-07T15:45:56.625 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2023-12-07T15:45:56.625 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2023-12-07T15:45:56.625 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2023-12-07T15:45:56.625 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2023-12-07T15:45:56.711 INFO:teuthology.orchestra.run.smithi121.stdout:201863462943 2023-12-07T15:45:56.910 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[25224]: audit 2023-12-07T15:45:56.709831+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.121:0/141242013' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-07T15:45:56.910 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2023-12-07T15:45:56.910 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2023-12-07T15:45:56.910 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2023-12-07T15:45:56.910 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2023-12-07T15:45:56.910 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2023-12-07T15:45:56.910 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2023-12-07T15:45:56.910 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2023-12-07T15:45:56.910 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2023-12-07T15:45:56.910 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2023-12-07T15:45:56.911 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2023-12-07T15:45:56.911 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2023-12-07T15:45:57.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:56 smithi121 bash[25067]: audit 2023-12-07T15:45:56.709831+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.121:0/141242013' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-07T15:45:57.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:56 smithi121 bash[30890]: audit 2023-12-07T15:45:56.709831+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.121:0/141242013' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-07T15:45:57.178 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2023-12-07T15:45:57.179 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:56 smithi144 bash[45742]: t=2023-12-07T15:45:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2023-12-07T15:45:57.179 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2023-12-07T15:45:57.179 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2023-12-07T15:45:57.179 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2023-12-07T15:45:57.179 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-12-07T15:45:57.179 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2023-12-07T15:45:57.431 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2023-12-07T15:45:57.432 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2023-12-07T15:45:57.432 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2023-12-07T15:45:57.432 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2023-12-07T15:45:57.432 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-12-07T15:45:57.432 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2023-12-07T15:45:57.432 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2023-12-07T15:45:57.432 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2023-12-07T15:45:57.432 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2023-12-07T15:45:57.692 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2023-12-07T15:45:57.692 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2023-12-07T15:45:57.692 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2023-12-07T15:45:57.693 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2023-12-07T15:45:57.693 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2023-12-07T15:45:57.693 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2023-12-07T15:45:57.693 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2023-12-07T15:45:57.763 INFO:teuthology.orchestra.run.smithi121.stdout:133143986222 2023-12-07T15:45:57.945 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2023-12-07T15:45:57.945 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2023-12-07T15:45:57.945 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2023-12-07T15:45:57.945 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2023-12-07T15:45:57.945 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2023-12-07T15:45:57.945 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2023-12-07T15:45:57.945 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2023-12-07T15:45:57.945 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2023-12-07T15:45:58.103 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:45:58 smithi121 systemd[1]: Stopping Ceph alertmanager.a for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:45:58.214 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:57 smithi144 bash[45742]: t=2023-12-07T15:45:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2023-12-07T15:45:58.214 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2023-12-07T15:45:58.214 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2023-12-07T15:45:58.214 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2023-12-07T15:45:58.214 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2023-12-07T15:45:58.214 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2023-12-07T15:45:58.215 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2023-12-07T15:45:58.215 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2023-12-07T15:45:58.495 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2023-12-07T15:45:58.496 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2023-12-07T15:45:58.496 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2023-12-07T15:45:58.496 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_id and version columns" 2023-12-07T15:45:58.496 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_uid and version columns" 2023-12-07T15:45:58.496 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2023-12-07T15:45:58.496 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2023-12-07T15:45:58.496 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2023-12-07T15:45:58.496 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+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" 2023-12-07T15:45:58.503 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:45:58 smithi121 bash[55075]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-alertmanager.a 2023-12-07T15:45:58.753 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[25224]: cluster 2023-12-07T15:45:57.499180+0000 mgr.y (mgr.14454) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:58.753 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[25224]: audit 2023-12-07T15:45:57.762652+0000 mon.a (mon.0) 894 : audit [DBG] from='client.? 172.21.15.121:0/1699593247' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-07T15:45:58.753 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2023-12-07T15:45:58.753 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2023-12-07T15:45:58.753 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2023-12-07T15:45:58.753 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2023-12-07T15:45:58.753 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2023-12-07T15:45:58.753 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2023-12-07T15:45:58.753 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2023-12-07T15:45:58.753 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2023-12-07T15:45:58.772 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:58 smithi121 bash[30890]: cluster 2023-12-07T15:45:57.499180+0000 mgr.y (mgr.14454) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:58.772 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:58 smithi121 bash[30890]: audit 2023-12-07T15:45:57.762652+0000 mon.a (mon.0) 894 : audit [DBG] from='client.? 172.21.15.121:0/1699593247' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-07T15:45:58.772 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:58 smithi121 bash[25067]: cluster 2023-12-07T15:45:57.499180+0000 mgr.y (mgr.14454) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:45:58.773 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:58 smithi121 bash[25067]: audit 2023-12-07T15:45:57.762652+0000 mon.a (mon.0) 894 : audit [DBG] from='client.? 172.21.15.121:0/1699593247' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-07T15:45:58.773 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:45:58 smithi121 bash[51028]: level=info ts=2023-12-07T15:45:58.513Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-07T15:45:59.014 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2023-12-07T15:45:59.014 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2023-12-07T15:45:59.014 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2023-12-07T15:45:59.014 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2023-12-07T15:45:59.014 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2023-12-07T15:45:59.014 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2023-12-07T15:45:59.014 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:58 smithi144 bash[45742]: t=2023-12-07T15:45:58+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2023-12-07T15:45:59.014 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:59 smithi144 bash[45742]: t=2023-12-07T15:45:59+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2023-12-07T15:45:59.164 INFO:teuthology.orchestra.run.smithi121.stdout:34359738444 2023-12-07T15:45:59.266 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:59 smithi144 bash[45742]: t=2023-12-07T15:45:59+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2023-12-07T15:45:59.266 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:59 smithi144 bash[45742]: t=2023-12-07T15:45:59+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2023-12-07T15:45:59.267 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:59 smithi144 bash[45742]: t=2023-12-07T15:45:59+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2023-12-07T15:45:59.267 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:59 smithi144 bash[45742]: t=2023-12-07T15:45:59+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2023-12-07T15:45:59.267 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:59 smithi144 bash[45742]: t=2023-12-07T15:45:59+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2023-12-07T15:45:59.267 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:59 smithi144 bash[45742]: t=2023-12-07T15:45:59+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2023-12-07T15:45:59.267 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:59 smithi144 bash[45742]: t=2023-12-07T15:45:59+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" 2023-12-07T15:45:59.267 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:59 smithi144 bash[45742]: t=2023-12-07T15:45:59+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" 2023-12-07T15:45:59.267 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:59 smithi144 bash[45742]: t=2023-12-07T15:45:59+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2023-12-07T15:45:59.560 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:45:59 smithi144 bash[25224]: audit 2023-12-07T15:45:59.163779+0000 mon.a (mon.0) 895 : audit [DBG] from='client.? 172.21.15.121:0/433453528' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T15:45:59.560 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:59 smithi144 bash[45742]: t=2023-12-07T15:45:59+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2023-12-07T15:45:59.560 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:59 smithi144 bash[45742]: t=2023-12-07T15:45:59+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2023-12-07T15:45:59.560 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:59 smithi144 bash[45742]: t=2023-12-07T15:45:59+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2023-12-07T15:45:59.560 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:59 smithi144 bash[45742]: t=2023-12-07T15:45:59+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2023-12-07T15:45:59.793 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:45:59 smithi121 bash[30890]: audit 2023-12-07T15:45:59.163779+0000 mon.a (mon.0) 895 : audit [DBG] from='client.? 172.21.15.121:0/433453528' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T15:45:59.793 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:45:59 smithi121 bash[25067]: audit 2023-12-07T15:45:59.163779+0000 mon.a (mon.0) 895 : audit [DBG] from='client.? 172.21.15.121:0/433453528' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T15:45:59.938 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:45:59 smithi144 bash[45742]: t=2023-12-07T15:45:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2023-12-07T15:46:00.162 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462940 got 201863462943 for osd.6 2023-12-07T15:46:00.162 DEBUG:teuthology.parallel:result is None 2023-12-07T15:46:00.184 INFO:teuthology.orchestra.run.smithi121.stdout:111669149749 2023-12-07T15:46:00.326 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:00 smithi144 bash[45742]: t=2023-12-07T15:46:00+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2023-12-07T15:46:00.326 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:00 smithi144 bash[45742]: t=2023-12-07T15:46:00+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2023-12-07T15:46:00.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:00 smithi144 bash[25224]: cluster 2023-12-07T15:45:59.499902+0000 mgr.y (mgr.14454) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:00.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:00 smithi144 bash[25224]: audit 2023-12-07T15:46:00.183396+0000 mon.a (mon.0) 896 : audit [DBG] from='client.? 172.21.15.121:0/2235382392' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-07T15:46:00.625 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:00 smithi144 bash[45742]: t=2023-12-07T15:46:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2023-12-07T15:46:00.625 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:00 smithi144 bash[45742]: t=2023-12-07T15:46:00+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2023-12-07T15:46:00.625 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:00 smithi144 bash[45742]: t=2023-12-07T15:46:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2023-12-07T15:46:00.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:00 smithi121 bash[25067]: cluster 2023-12-07T15:45:59.499902+0000 mgr.y (mgr.14454) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:00.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:00 smithi121 bash[25067]: audit 2023-12-07T15:46:00.183396+0000 mon.a (mon.0) 896 : audit [DBG] from='client.? 172.21.15.121:0/2235382392' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-07T15:46:00.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:00 smithi121 bash[30890]: cluster 2023-12-07T15:45:59.499902+0000 mgr.y (mgr.14454) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:00.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:00 smithi121 bash[30890]: audit 2023-12-07T15:46:00.183396+0000 mon.a (mon.0) 896 : audit [DBG] from='client.? 172.21.15.121:0/2235382392' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-07T15:46:00.942 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:00 smithi144 bash[45742]: t=2023-12-07T15:46:00+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2023-12-07T15:46:00.942 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:00 smithi144 bash[45742]: t=2023-12-07T15:46:00+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2023-12-07T15:46:00.942 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:00 smithi144 bash[45742]: t=2023-12-07T15:46:00+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2023-12-07T15:46:00.943 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:00 smithi144 bash[45742]: t=2023-12-07T15:46:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2023-12-07T15:46:00.943 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:00 smithi144 bash[45742]: t=2023-12-07T15:46:00+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2023-12-07T15:46:00.943 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:00 smithi144 bash[45742]: t=2023-12-07T15:46:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2023-12-07T15:46:01.046 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986219 got 133143986222 for osd.4 2023-12-07T15:46:01.046 DEBUG:teuthology.parallel:result is None 2023-12-07T15:46:01.264 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:01 smithi144 bash[45742]: t=2023-12-07T15:46:01+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2023-12-07T15:46:01.264 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:01 smithi144 bash[45742]: t=2023-12-07T15:46:01+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2023-12-07T15:46:01.264 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:01 smithi144 bash[45742]: t=2023-12-07T15:46:01+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2023-12-07T15:46:01.264 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:01 smithi144 bash[45742]: t=2023-12-07T15:46:01+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2023-12-07T15:46:01.624 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:01 smithi144 bash[45742]: t=2023-12-07T15:46:01+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2023-12-07T15:46:01.625 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:01 smithi144 bash[45742]: t=2023-12-07T15:46:01+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2023-12-07T15:46:01.625 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:01 smithi144 bash[45742]: t=2023-12-07T15:46:01+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2023-12-07T15:46:01.625 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:46:01 smithi121 bash[55083]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-alertmanager-a 2023-12-07T15:46:02.058 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:46:01 smithi121 bash[55348]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-alertmanager.a 2023-12-07T15:46:02.089 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:01 smithi144 bash[45742]: t=2023-12-07T15:46:01+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2023-12-07T15:46:02.090 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:01 smithi144 bash[45742]: t=2023-12-07T15:46:01+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2023-12-07T15:46:02.090 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:02 smithi144 bash[45742]: t=2023-12-07T15:46:02+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2023-12-07T15:46:02.090 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:02 smithi144 bash[45742]: t=2023-12-07T15:46:02+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2023-12-07T15:46:02.374 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:02 smithi144 bash[45742]: t=2023-12-07T15:46:02+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2023-12-07T15:46:02.511 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:46:02 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-07T15:46:02.512 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:46:02 smithi121 systemd[1]: Stopped Ceph alertmanager.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:46:02.512 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:46:02 smithi121 systemd[1]: Started Ceph alertmanager.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:46:02.623 INFO:teuthology.orchestra.run.smithi121.stdout:167503724583 2023-12-07T15:46:02.650 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:02 smithi121 bash[30890]: cluster 2023-12-07T15:46:01.500557+0000 mgr.y (mgr.14454) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:02.650 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:02 smithi121 bash[30890]: audit 2023-12-07T15:46:02.281968+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:02.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:02 smithi121 bash[25067]: cluster 2023-12-07T15:46:01.500557+0000 mgr.y (mgr.14454) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:02.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:02 smithi121 bash[25067]: audit 2023-12-07T15:46:02.281968+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:02.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:02 smithi144 bash[25224]: cluster 2023-12-07T15:46:01.500557+0000 mgr.y (mgr.14454) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:02.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:02 smithi144 bash[25224]: audit 2023-12-07T15:46:02.281968+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:02.813 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:02 smithi144 bash[45742]: t=2023-12-07T15:46:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2023-12-07T15:46:02.813 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:02 smithi144 bash[45742]: t=2023-12-07T15:46:02+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2023-12-07T15:46:02.926 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738440 got 34359738444 for osd.0 2023-12-07T15:46:02.926 DEBUG:teuthology.parallel:result is None 2023-12-07T15:46:03.124 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:02 smithi144 bash[45742]: t=2023-12-07T15:46:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2023-12-07T15:46:03.125 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[45742]: t=2023-12-07T15:46:03+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2023-12-07T15:46:03.240 INFO:teuthology.orchestra.run.smithi121.stdout:55834574918 2023-12-07T15:46:03.457 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[45742]: t=2023-12-07T15:46:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2023-12-07T15:46:03.457 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[45742]: t=2023-12-07T15:46:03+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2023-12-07T15:46:03.457 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[45742]: t=2023-12-07T15:46:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2023-12-07T15:46:03.457 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[45742]: t=2023-12-07T15:46:03+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2023-12-07T15:46:03.457 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[45742]: t=2023-12-07T15:46:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2023-12-07T15:46:03.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:03 smithi121 bash[30890]: cephadm 2023-12-07T15:46:02.283744+0000 mgr.y (mgr.14454) 74 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T15:46:03.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:03 smithi121 bash[30890]: cephadm 2023-12-07T15:46:02.288405+0000 mgr.y (mgr.14454) 75 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi144 2023-12-07T15:46:03.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:03 smithi121 bash[30890]: audit 2023-12-07T15:46:02.622787+0000 mon.a (mon.0) 898 : audit [DBG] from='client.? 172.21.15.121:0/4153276881' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-07T15:46:03.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:03 smithi121 bash[30890]: audit 2023-12-07T15:46:03.239381+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.121:0/3091954691' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T15:46:03.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:03 smithi121 bash[30890]: cluster 2023-12-07T15:46:03.501313+0000 mgr.y (mgr.14454) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:03.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:03 smithi121 bash[25067]: cephadm 2023-12-07T15:46:02.283744+0000 mgr.y (mgr.14454) 74 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T15:46:03.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:03 smithi121 bash[25067]: cephadm 2023-12-07T15:46:02.288405+0000 mgr.y (mgr.14454) 75 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi144 2023-12-07T15:46:03.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:03 smithi121 bash[25067]: audit 2023-12-07T15:46:02.622787+0000 mon.a (mon.0) 898 : audit [DBG] from='client.? 172.21.15.121:0/4153276881' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-07T15:46:03.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:03 smithi121 bash[25067]: audit 2023-12-07T15:46:03.239381+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.121:0/3091954691' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T15:46:03.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:03 smithi121 bash[25067]: cluster 2023-12-07T15:46:03.501313+0000 mgr.y (mgr.14454) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:03.592 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149745 got 111669149749 for osd.3 2023-12-07T15:46:03.592 DEBUG:teuthology.parallel:result is None 2023-12-07T15:46:03.708 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[45742]: t=2023-12-07T15:46:03+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2023-12-07T15:46:03.708 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[45742]: t=2023-12-07T15:46:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2023-12-07T15:46:03.708 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[45742]: t=2023-12-07T15:46:03+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2023-12-07T15:46:03.708 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[25224]: cephadm 2023-12-07T15:46:02.283744+0000 mgr.y (mgr.14454) 74 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T15:46:03.708 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[25224]: cephadm 2023-12-07T15:46:02.288405+0000 mgr.y (mgr.14454) 75 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi144 2023-12-07T15:46:03.708 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[25224]: audit 2023-12-07T15:46:02.622787+0000 mon.a (mon.0) 898 : audit [DBG] from='client.? 172.21.15.121:0/4153276881' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-07T15:46:03.708 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[25224]: audit 2023-12-07T15:46:03.239381+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.121:0/3091954691' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T15:46:03.708 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[25224]: cluster 2023-12-07T15:46:03.501313+0000 mgr.y (mgr.14454) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:03.969 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[45742]: t=2023-12-07T15:46:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2023-12-07T15:46:03.969 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[45742]: t=2023-12-07T15:46:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2023-12-07T15:46:03.969 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[45742]: t=2023-12-07T15:46:03+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2023-12-07T15:46:03.969 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[45742]: t=2023-12-07T15:46:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2023-12-07T15:46:03.969 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[45742]: t=2023-12-07T15:46:03+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2023-12-07T15:46:03.969 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[45742]: t=2023-12-07T15:46:03+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2023-12-07T15:46:03.969 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[45742]: t=2023-12-07T15:46:03+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2023-12-07T15:46:03.970 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:03 smithi144 bash[45742]: t=2023-12-07T15:46:03+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2023-12-07T15:46:04.332 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:04 smithi144 bash[45742]: t=2023-12-07T15:46:04+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2023-12-07T15:46:04.332 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:04 smithi144 bash[45742]: t=2023-12-07T15:46:04+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=20.473329302s 2023-12-07T15:46:04.333 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:04 smithi144 bash[45742]: t=2023-12-07T15:46:04+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-07T15:46:04.333 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:04 smithi144 bash[45742]: t=2023-12-07T15:46:04+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-07T15:46:04.333 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:04 smithi144 bash[45742]: t=2023-12-07T15:46:04+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-07T15:46:04.333 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:04 smithi144 bash[45742]: t=2023-12-07T15:46:04+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-07T15:46:04.333 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:04 smithi144 bash[45742]: t=2023-12-07T15:46:04+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-07T15:46:04.333 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:04 smithi144 bash[45742]: t=2023-12-07T15:46:04+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-07T15:46:04.333 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:04 smithi144 bash[45742]: t=2023-12-07T15:46:04+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2023-12-07T15:46:04.333 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:04 smithi144 bash[45742]: t=2023-12-07T15:46:04+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-07T15:46:04.455 INFO:teuthology.orchestra.run.smithi121.stdout:240518168603 2023-12-07T15:46:04.610 INFO:teuthology.orchestra.run.smithi121.stdout:77309411389 2023-12-07T15:46:04.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:04 smithi144 bash[25224]: audit 2023-12-07T15:46:04.454087+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.121:0/3489811203' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-07T15:46:04.625 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:04 smithi144 bash[45742]: t=2023-12-07T15:46:04+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-07T15:46:04.625 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:04 smithi144 bash[45742]: t=2023-12-07T15:46:04+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-07T15:46:04.625 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:46:04 smithi144 bash[45742]: t=2023-12-07T15:46:04+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-07T15:46:04.777 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:04 smithi121 bash[30890]: audit 2023-12-07T15:46:04.454087+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.121:0/3489811203' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-07T15:46:04.777 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:04 smithi121 bash[25067]: audit 2023-12-07T15:46:04.454087+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.121:0/3489811203' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-07T15:46:04.989 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724578 got 167503724583 for osd.5 2023-12-07T15:46:04.990 DEBUG:teuthology.parallel:result is None 2023-12-07T15:46:05.058 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:46:04 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:46:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:46:05.560 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574914 got 55834574918 for osd.1 2023-12-07T15:46:05.561 DEBUG:teuthology.parallel:result is None 2023-12-07T15:46:05.860 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:05 smithi121 bash[30890]: audit 2023-12-07T15:46:04.609002+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.121:0/1118484104' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T15:46:05.860 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:05 smithi121 bash[30890]: audit 2023-12-07T15:46:04.765249+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:05.860 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:05 smithi121 bash[30890]: audit 2023-12-07T15:46:04.772865+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:05.861 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:05 smithi121 bash[30890]: cluster 2023-12-07T15:46:05.501938+0000 mgr.y (mgr.14454) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:05.861 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:05 smithi121 bash[25067]: audit 2023-12-07T15:46:04.609002+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.121:0/1118484104' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T15:46:05.861 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:05 smithi121 bash[25067]: audit 2023-12-07T15:46:04.765249+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:05.861 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:05 smithi121 bash[25067]: audit 2023-12-07T15:46:04.772865+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:05.861 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:05 smithi121 bash[25067]: cluster 2023-12-07T15:46:05.501938+0000 mgr.y (mgr.14454) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:05.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:05 smithi144 bash[25224]: audit 2023-12-07T15:46:04.609002+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.121:0/1118484104' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T15:46:05.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:05 smithi144 bash[25224]: audit 2023-12-07T15:46:04.765249+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:05.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:05 smithi144 bash[25224]: audit 2023-12-07T15:46:04.772865+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:05.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:05 smithi144 bash[25224]: cluster 2023-12-07T15:46:05.501938+0000 mgr.y (mgr.14454) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:06.398 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411383 got 77309411389 for osd.2 2023-12-07T15:46:06.398 DEBUG:teuthology.parallel:result is None 2023-12-07T15:46:06.832 INFO:tasks.cephadm.ceph_manager.ceph:need seq 240518168598 got 240518168603 for osd.7 2023-12-07T15:46:06.832 DEBUG:teuthology.parallel:result is None 2023-12-07T15:46:06.832 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-07T15:46:06.833 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-07T15:46:07.308 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:46:06 smithi121 bash[55459]: level=info ts=2023-12-07T15:46:06.976Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-07T15:46:07.308 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:46:06 smithi121 bash[55459]: level=info ts=2023-12-07T15:46:06.976Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-07T15:46:07.308 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:46:06 smithi121 bash[55459]: level=info ts=2023-12-07T15:46:06.978Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.121 port=9094 2023-12-07T15:46:07.308 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:46:06 smithi121 bash[55459]: level=info ts=2023-12-07T15:46:06.981Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-07T15:46:07.308 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:46:07 smithi121 bash[55459]: level=info ts=2023-12-07T15:46:07.023Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-07T15:46:07.308 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:46:07 smithi121 bash[55459]: level=info ts=2023-12-07T15:46:07.023Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-07T15:46:07.308 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:46:07 smithi121 bash[55459]: level=info ts=2023-12-07T15:46:07.027Z caller=main.go:518 msg=Listening address=:9093 2023-12-07T15:46:07.308 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:46:07 smithi121 bash[55459]: level=info ts=2023-12-07T15:46:07.027Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-07T15:46:08.722 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:08 smithi144 bash[25224]: cluster 2023-12-07T15:46:07.502571+0000 mgr.y (mgr.14454) 78 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:08.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:08 smithi121 bash[25067]: cluster 2023-12-07T15:46:07.502571+0000 mgr.y (mgr.14454) 78 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:08.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:08 smithi121 bash[30890]: cluster 2023-12-07T15:46:07.502571+0000 mgr.y (mgr.14454) 78 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:09.308 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:46:08 smithi121 bash[55459]: level=info ts=2023-12-07T15:46:08.982Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.001017775s 2023-12-07T15:46:09.312 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 systemd[1]: Stopping Ceph prometheus.a for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:46:09.312 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 bash[47089]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-prometheus.a 2023-12-07T15:46:09.312 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 bash[43633]: ts=2023-12-07T15:46:09.292Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-07T15:46:09.313 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 bash[43633]: ts=2023-12-07T15:46:09.292Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-07T15:46:09.313 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 bash[43633]: ts=2023-12-07T15:46:09.292Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-07T15:46:09.313 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 bash[43633]: ts=2023-12-07T15:46:09.292Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-07T15:46:09.313 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 bash[43633]: ts=2023-12-07T15:46:09.292Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-07T15:46:09.313 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 bash[43633]: ts=2023-12-07T15:46:09.292Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-07T15:46:09.313 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 bash[43633]: ts=2023-12-07T15:46:09.292Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-07T15:46:09.313 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 bash[43633]: ts=2023-12-07T15:46:09.292Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-07T15:46:09.313 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 bash[43633]: ts=2023-12-07T15:46:09.292Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-07T15:46:09.313 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 bash[43633]: ts=2023-12-07T15:46:09.293Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-07T15:46:09.313 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 bash[43633]: ts=2023-12-07T15:46:09.293Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-07T15:46:09.313 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 bash[43633]: ts=2023-12-07T15:46:09.293Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-07T15:46:09.335 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:46:09.623 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:09 smithi121 bash[25067]: cluster 2023-12-07T15:46:09.503198+0000 mgr.y (mgr.14454) 79 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:09.624 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:09 smithi121 bash[30890]: cluster 2023-12-07T15:46:09.503198+0000 mgr.y (mgr.14454) 79 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:09.772 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:09 smithi144 bash[25224]: cluster 2023-12-07T15:46:09.503198+0000 mgr.y (mgr.14454) 79 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:09.874 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 bash[47103]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-prometheus-a 2023-12-07T15:46:09.875 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 bash[47139]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-prometheus.a 2023-12-07T15:46:10.375 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-07T15:46:10.375 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 systemd[1]: Stopped Ceph prometheus.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:46:10.375 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:09 smithi144 systemd[1]: Started Ceph prometheus.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:46:10.748 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:46:10 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:46:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:46:11.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.017429+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.023219+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:46:11.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.023912+0000 mgr.y (mgr.14454) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:46:11.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.025417+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.121:9093"}]: dispatch 2023-12-07T15:46:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.025925+0000 mgr.y (mgr.14454) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.121:9093"}]: dispatch 2023-12-07T15:46:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.033009+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.040486+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:46:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.041170+0000 mgr.y (mgr.14454) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:46:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.052828+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:46:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.053493+0000 mgr.y (mgr.14454) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:46:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.055056+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.144:3000"}]: dispatch 2023-12-07T15:46:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.055570+0000 mgr.y (mgr.14454) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.144:3000"}]: dispatch 2023-12-07T15:46:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.063067+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.067488+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:46:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.069533+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:46:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.070873+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:46:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.082126+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.090030+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:46:11.127 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.931Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-07T15:46:11.127 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.931Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-07T15:46:11.127 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.931Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-07T15:46:11.127 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.931Z caller=main.go:518 level=info host_details="(Linux 5.4.0-167-generic #184-Ubuntu SMP Tue Oct 31 09:21:49 UTC 2023 x86_64 smithi144 (none))" 2023-12-07T15:46:11.127 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.931Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-07T15:46:11.127 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.931Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-07T15:46:11.127 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.935Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-07T15:46:11.127 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.936Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-07T15:46:11.127 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.938Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-07T15:46:11.127 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.940Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-07T15:46:11.128 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.940Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.285µs 2023-12-07T15:46:11.128 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.940Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-07T15:46:11.128 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.942Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2023-12-07T15:46:11.128 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.942Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2023-12-07T15:46:11.128 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.942Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=81.764µs wal_replay_duration=2.08059ms total_replay_duration=2.19236ms 2023-12-07T15:46:11.128 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.945Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-07T15:46:11.128 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.945Z caller=main.go:947 level=info msg="TSDB started" 2023-12-07T15:46:11.128 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.945Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-07T15:46:11.128 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.979Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=34.368895ms db_storage=1.177µs remote_storage=1.991µs web_handler=680ns query_engine=989ns scrape=646.844µs scrape_sd=65.639µs notify=52.893µs notify_sd=46.532µs rules=32.980931ms 2023-12-07T15:46:11.128 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:46:10 smithi144 bash[47168]: ts=2023-12-07T15:46:10.979Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-07T15:46:11.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.091948+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:46:11.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.092970+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:46:11.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.103174+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.553193+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:11 smithi144 bash[25224]: audit 2023-12-07T15:46:10.559767+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.017429+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.023219+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:46:11.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.023912+0000 mgr.y (mgr.14454) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:46:11.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.025417+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.121:9093"}]: dispatch 2023-12-07T15:46:11.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.025925+0000 mgr.y (mgr.14454) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.121:9093"}]: dispatch 2023-12-07T15:46:11.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.033009+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.040486+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:46:11.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.041170+0000 mgr.y (mgr.14454) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:46:11.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.052828+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:46:11.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.053493+0000 mgr.y (mgr.14454) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:46:11.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.055056+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.144:3000"}]: dispatch 2023-12-07T15:46:11.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.055570+0000 mgr.y (mgr.14454) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.144:3000"}]: dispatch 2023-12-07T15:46:11.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.063067+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.067488+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:46:11.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.069533+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:46:11.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.070873+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:46:11.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.082126+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.090030+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:46:11.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.017429+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.023219+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:46:11.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.023912+0000 mgr.y (mgr.14454) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:46:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.025417+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.121:9093"}]: dispatch 2023-12-07T15:46:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.025925+0000 mgr.y (mgr.14454) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.121:9093"}]: dispatch 2023-12-07T15:46:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.033009+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.040486+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:46:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.041170+0000 mgr.y (mgr.14454) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:46:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.052828+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:46:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.053493+0000 mgr.y (mgr.14454) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:46:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.055056+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.144:3000"}]: dispatch 2023-12-07T15:46:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.055570+0000 mgr.y (mgr.14454) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.144:3000"}]: dispatch 2023-12-07T15:46:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.063067+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.067488+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:46:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.069533+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:46:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.070873+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:46:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.082126+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.090030+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:46:11.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.091948+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:46:11.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.092970+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:46:11.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.103174+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.553193+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[30890]: audit 2023-12-07T15:46:10.559767+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.091948+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:46:11.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.092970+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:46:11.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.103174+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.553193+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:11.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:11 smithi121 bash[25067]: audit 2023-12-07T15:46:10.559767+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:12.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:12 smithi121 bash[25067]: cluster 2023-12-07T15:46:11.503906+0000 mgr.y (mgr.14454) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:12.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:12 smithi121 bash[30890]: cluster 2023-12-07T15:46:11.503906+0000 mgr.y (mgr.14454) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:12.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:12 smithi144 bash[25224]: cluster 2023-12-07T15:46:11.503906+0000 mgr.y (mgr.14454) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:12.808 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:46:12 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:46:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:46:13.680 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-07T15:46:13.686 INFO:teuthology.orchestra.run.smithi121.stderr:dumped all 2023-12-07T15:46:13.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:13 smithi121 bash[25067]: audit 2023-12-07T15:46:12.539441+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:13.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:13 smithi121 bash[25067]: audit 2023-12-07T15:46:12.546337+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:13.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:13 smithi121 bash[25067]: cluster 2023-12-07T15:46:13.504514+0000 mgr.y (mgr.14454) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:13.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:13 smithi121 bash[30890]: audit 2023-12-07T15:46:12.539441+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:13.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:13 smithi121 bash[30890]: audit 2023-12-07T15:46:12.546337+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:13.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:13 smithi121 bash[30890]: cluster 2023-12-07T15:46:13.504514+0000 mgr.y (mgr.14454) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:13.849 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:13 smithi144 bash[25224]: audit 2023-12-07T15:46:12.539441+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:13.849 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:13 smithi144 bash[25224]: audit 2023-12-07T15:46:12.546337+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:13.849 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:13 smithi144 bash[25224]: cluster 2023-12-07T15:46:13.504514+0000 mgr.y (mgr.14454) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:14.655 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:14 smithi121 bash[25067]: audit 2023-12-07T15:46:13.673812+0000 mgr.y (mgr.14454) 87 : audit [DBG] from='client.14625 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T15:46:14.656 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:14 smithi121 bash[30890]: audit 2023-12-07T15:46:13.673812+0000 mgr.y (mgr.14454) 87 : audit [DBG] from='client.14625 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T15:46:14.656 INFO:teuthology.orchestra.run.smithi121.stdout:{"pg_ready":true,"pg_map":{"version":54,"stamp":"2023-12-07T15:46:13.504223+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":49124,"kb_used_data":6244,"kb_used_omap":0,"kb_used_meta":42816,"kb_avail":749912092,"statfs":{"total":767960285184,"available":767909982208,"internally_reserved":0,"allocated":6393856,"data_stored":3552223,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43843584},"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.003945"},"pg_stats":[{"pgid":"1.0","version":"61'128","reported_seq":269,"reported_epoch":61,"state":"active+clean","last_fresh":"2023-12-07T15:44:31.836378+0000","last_change":"2023-12-07T15:44:07.509661+0000","last_active":"2023-12-07T15:44:31.836378+0000","last_peered":"2023-12-07T15:44:31.836378+0000","last_clean":"2023-12-07T15:44:31.836378+0000","last_became_active":"2023-12-07T15:44:07.508830+0000","last_became_peered":"2023-12-07T15:44:07.508830+0000","last_unstale":"2023-12-07T15:44:31.836378+0000","last_undegraded":"2023-12-07T15:44:31.836378+0000","last_fullsized":"2023-12-07T15:44:31.836378+0000","mapping_epoch":59,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":60,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-07T15:41:05.491429+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-07T15:41:05.491429+0000","last_clean_scrub_stamp":"2023-12-07T15:41:05.491429+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 @ 2023-12-09T00:09:16.527628+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":56,"seq":240518168605,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6108,"kb_used_data":1108,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739044,"statfs":{"total":95995035648,"available":95988781056,"internally_reserved":0,"allocated":1134592,"data_stored":774824,"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":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.85399999999999998,"15min":0.84699999999999998},"min":{"1min":0.58799999999999997,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":1.244},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.875,"15min":0.86699999999999999},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.304,"5min":1.304,"15min":1.304},"last":0.98799999999999999}]},{"osd":1,"last update":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.91300000000000003,"15min":0.91500000000000004},"min":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.3169999999999999,"5min":1.494,"15min":1.494},"last":1.1160000000000001},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.91300000000000003,"15min":0.90800000000000003},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.3520000000000001,"5min":1.3520000000000001,"15min":1.3520000000000001},"last":1.3520000000000001}]},{"osd":2,"last update":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.96099999999999997,"15min":0.96299999999999997},"min":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.3200000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":1.03},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.96199999999999997,"15min":0.96099999999999997},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.2350000000000001,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.206}]},{"osd":3,"last update":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":0.94599999999999995,"15min":0.93999999999999995},"min":{"1min":0.72399999999999998,"5min":0.629,"15min":0.629},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":1.3300000000000001},{"interface":"front","average":{"1min":1.0109999999999999,"5min":1.0800000000000001,"15min":1.0920000000000001},"min":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.403,"5min":1.46,"15min":1.46},"last":1.403}]},{"osd":4,"last update":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.96899999999999997,"15min":0.97699999999999998},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.3120000000000001,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":1.1819999999999999},{"interface":"front","average":{"1min":1.085,"5min":1.101,"15min":1.1040000000000001},"min":{"1min":0.71099999999999997,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.4470000000000001,"5min":1.599,"15min":1.599},"last":1.4319999999999999}]},{"osd":5,"last update":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":1.05,"5min":1.077,"15min":1.081},"min":{"1min":0.623,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.3839999999999999,"5min":1.415,"15min":1.415},"last":1.3009999999999999},{"interface":"front","average":{"1min":1.034,"5min":1.0649999999999999,"15min":1.0700000000000001},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.242,"5min":1.4039999999999999,"15min":1.4039999999999999},"last":1.0800000000000001}]},{"osd":6,"last update":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":1.085,"5min":1.155,"15min":1.167},"min":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.3149999999999999,"5min":1.506,"15min":1.506},"last":1.2769999999999999},{"interface":"front","average":{"1min":1.173,"5min":1.212,"15min":1.218},"min":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.5629999999999999,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":1.5629999999999999}]}]},{"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":6160,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93738992,"statfs":{"total":95995035648,"available":95988727808,"internally_reserved":0,"allocated":1122304,"data_stored":773971,"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":"Thu Dec 7 15:45:29 2023","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.89300000000000002,"15min":0.89500000000000002},"min":{"1min":0.60799999999999998,"5min":0.433,"15min":0.433},"max":{"1min":1.129,"5min":1.159,"15min":1.159},"last":1.0980000000000001},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.96799999999999997,"15min":0.96699999999999997},"min":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.2789999999999999,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.86399999999999999}]},{"osd":1,"last update":"Thu Dec 7 15:45:29 2023","interfaces":[{"interface":"back","average":{"1min":0.96499999999999997,"5min":0.98899999999999999,"15min":0.99299999999999999},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.2330000000000001,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":1.157},{"interface":"front","average":{"1min":0.98299999999999998,"5min":0.97499999999999998,"15min":0.97299999999999998},"min":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.1930000000000001,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.70399999999999996}]},{"osd":2,"last update":"Thu Dec 7 15:45:29 2023","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":0.88400000000000001,"15min":0.872},"min":{"1min":0.73199999999999998,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.2749999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.82899999999999996},{"interface":"front","average":{"1min":1.0660000000000001,"5min":1.002,"15min":0.99199999999999999},"min":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.6120000000000001,"5min":1.6120000000000001,"15min":1.6120000000000001},"last":0.97399999999999998}]},{"osd":3,"last update":"Thu Dec 7 15:45:29 2023","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":1.022,"15min":1.028},"min":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":1.2450000000000001,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.80700000000000005},{"interface":"front","average":{"1min":1.0629999999999999,"5min":1.0089999999999999,"15min":1},"min":{"1min":0.83899999999999997,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.214,"5min":1.365,"15min":1.365},"last":1.0169999999999999}]},{"osd":4,"last update":"Thu Dec 7 15:45:29 2023","interfaces":[{"interface":"back","average":{"1min":1.006,"5min":0.95299999999999996,"15min":0.94399999999999995},"min":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.6599999999999999,"5min":1.6599999999999999,"15min":1.6599999999999999},"last":0.73099999999999998},{"interface":"front","average":{"1min":1.0800000000000001,"5min":1.0780000000000001,"15min":1.0780000000000001},"min":{"1min":0.72299999999999998,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.3049999999999999,"5min":1.448,"15min":1.448},"last":0.89500000000000002}]},{"osd":5,"last update":"Thu Dec 7 15:45:29 2023","interfaces":[{"interface":"back","average":{"1min":1.1140000000000001,"5min":1.0469999999999999,"15min":1.036},"min":{"1min":0.79500000000000004,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.552,"5min":1.552,"15min":1.552},"last":1.0780000000000001},{"interface":"front","average":{"1min":1.1519999999999999,"5min":1.1120000000000001,"15min":1.105},"min":{"1min":0.80000000000000004,"5min":0.78100000000000003,"15min":0.78100000000000003},"max":{"1min":1.383,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":1.056}]},{"osd":7,"last update":"Thu Dec 7 15:46:08 2023","interfaces":[{"interface":"back","average":{"1min":1.1379999999999999,"5min":1.1739999999999999,"15min":1.1799999999999999},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":1.3899999999999999,"5min":1.9510000000000001,"15min":1.9510000000000001},"last":1.115},{"interface":"front","average":{"1min":1.198,"5min":1.2010000000000001,"15min":1.2010000000000001},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.712,"5min":1.712,"15min":1.712},"last":1.1439999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574921,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6352,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738800,"statfs":{"total":95995035648,"available":95988531200,"internally_reserved":0,"allocated":598016,"data_stored":245631,"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":"Thu Dec 7 15:45:30 2023","interfaces":[{"interface":"back","average":{"1min":0.72899999999999998,"5min":0.67200000000000004,"15min":0.60499999999999998},"min":{"1min":0.54800000000000004,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.0489999999999999,"5min":1.0489999999999999,"15min":1.0489999999999999},"last":1.139},{"interface":"front","average":{"1min":0.82699999999999996,"5min":0.78800000000000003,"15min":0.66600000000000004},"min":{"1min":0.57199999999999995,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.5329999999999999,"5min":4.1280000000000001,"15min":4.1280000000000001},"last":0.751}]},{"osd":2,"last update":"Thu Dec 7 15:46:11 2023","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.76200000000000001,"15min":0.71499999999999997},"min":{"1min":0.59199999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":2.5339999999999998,"5min":2.5339999999999998,"15min":2.5339999999999998},"last":0.72599999999999998},{"interface":"front","average":{"1min":0.83499999999999996,"5min":0.79900000000000004,"15min":0.73299999999999998},"min":{"1min":0.53200000000000003,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.258,"5min":1.258,"15min":1.258},"last":0.89600000000000002}]},{"osd":3,"last update":"Thu Dec 7 15:45:43 2023","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.81599999999999995,"15min":0.80600000000000005},"min":{"1min":0.51000000000000001,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.0880000000000001,"5min":1.6220000000000001,"15min":1.6220000000000001},"last":0.83199999999999996},{"interface":"front","average":{"1min":0.99099999999999999,"5min":0.88800000000000001,"15min":0.85599999999999998},"min":{"1min":0.61299999999999999,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":2.613,"5min":2.613,"15min":2.613},"last":0.85399999999999998}]},{"osd":4,"last update":"Thu Dec 7 15:45:16 2023","interfaces":[{"interface":"back","average":{"1min":1.085,"5min":1.026,"15min":1.008},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.4039999999999999,"5min":1.4039999999999999,"15min":1.4039999999999999},"last":0.98799999999999999},{"interface":"front","average":{"1min":1.161,"5min":1.0269999999999999,"15min":0.98799999999999999},"min":{"1min":0.82099999999999995,"5min":0.78100000000000003,"15min":0.78100000000000003},"max":{"1min":1.6619999999999999,"5min":1.6619999999999999,"15min":1.6619999999999999},"last":1.042}]},{"osd":5,"last update":"Thu Dec 7 15:45:57 2023","interfaces":[{"interface":"back","average":{"1min":1.167,"5min":1.087,"15min":1.0569999999999999},"min":{"1min":0.73499999999999999,"5min":0.623,"15min":0.623},"max":{"1min":2.9239999999999999,"5min":2.9239999999999999,"15min":2.9239999999999999},"last":0.95499999999999996},{"interface":"front","average":{"1min":1.1419999999999999,"5min":1.117,"15min":1.095},"min":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.603,"5min":1.603,"15min":1.603},"last":1.075}]},{"osd":6,"last update":"Thu Dec 7 15:45:30 2023","interfaces":[{"interface":"back","average":{"1min":1.2350000000000001,"5min":1.335,"15min":1.3520000000000001},"min":{"1min":0.94999999999999996,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.645,"5min":4.0119999999999996,"15min":4.0119999999999996},"last":1.1759999999999999},{"interface":"front","average":{"1min":1.2370000000000001,"5min":1.222,"15min":1.22},"min":{"1min":0.90100000000000002,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.609,"5min":1.609,"15min":1.609},"last":1.151}]},{"osd":7,"last update":"Thu Dec 7 15:46:11 2023","interfaces":[{"interface":"back","average":{"1min":1.2,"5min":1.256,"15min":1.2649999999999999},"min":{"1min":0.89600000000000002,"5min":0.86099999999999999,"15min":0.86099999999999999},"max":{"1min":1.522,"5min":1.6519999999999999,"15min":1.6519999999999999},"last":1.212},{"interface":"front","average":{"1min":1.2270000000000001,"5min":1.4239999999999999,"15min":1.4570000000000001},"min":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"max":{"1min":1.5029999999999999,"5min":4.1849999999999996,"15min":4.1849999999999996},"last":1.284}]}]},{"osd":0,"up_from":8,"seq":34359738448,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6940,"kb_used_data":1108,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738212,"statfs":{"total":95995035648,"available":95987929088,"internally_reserved":0,"allocated":1134592,"data_stored":774824,"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":"Thu Dec 7 15:45:35 2023","interfaces":[{"interface":"back","average":{"1min":0.77300000000000002,"5min":0.70299999999999996,"15min":0.63500000000000001},"min":{"1min":0.59899999999999998,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":1.8260000000000001,"5min":1.8260000000000001,"15min":1.8260000000000001},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.85299999999999998,"15min":0.73299999999999998},"min":{"1min":0.64800000000000002,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":1.958,"5min":1.958,"15min":1.958},"last":0.86399999999999999}]},{"osd":2,"last update":"Thu Dec 7 15:45:12 2023","interfaces":[{"interface":"back","average":{"1min":0.82499999999999996,"5min":0.78500000000000003,"15min":0.72999999999999998},"min":{"1min":0.56000000000000005,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.095,"5min":1.417,"15min":1.417},"last":1.1699999999999999},{"interface":"front","average":{"1min":0.78200000000000003,"5min":0.79000000000000004,"15min":0.76500000000000001},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":1.196,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.625}]},{"osd":3,"last update":"Thu Dec 7 15:45:47 2023","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.85999999999999999,"15min":0.83399999999999996},"min":{"1min":0.56399999999999995,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.8879999999999999,"5min":1.8879999999999999,"15min":1.8879999999999999},"last":1.024},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.89100000000000001,"15min":0.85299999999999998},"min":{"1min":0.53800000000000003,"5min":0.442,"15min":0.442},"max":{"1min":1.851,"5min":1.851,"15min":1.851},"last":0.76200000000000001}]},{"osd":4,"last update":"Thu Dec 7 15:45:17 2023","interfaces":[{"interface":"back","average":{"1min":1.0249999999999999,"5min":1.028,"15min":1.016},"min":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"max":{"1min":1.1479999999999999,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":1.2470000000000001},{"interface":"front","average":{"1min":0.98899999999999999,"5min":1.0429999999999999,"15min":1.022},"min":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.2350000000000001,"5min":1.698,"15min":1.698},"last":1.123}]},{"osd":5,"last update":"Thu Dec 7 15:45:59 2023","interfaces":[{"interface":"back","average":{"1min":1.0860000000000001,"5min":1.105,"15min":1.117},"min":{"1min":0.83799999999999997,"5min":0.748,"15min":0.748},"max":{"1min":1.762,"5min":1.762,"15min":1.762},"last":1.0669999999999999},{"interface":"front","average":{"1min":1.1819999999999999,"5min":1.1839999999999999,"15min":1.194},"min":{"1min":0.753,"5min":0.753,"15min":0.753},"max":{"1min":1.681,"5min":1.681,"15min":1.681},"last":1.2789999999999999}]},{"osd":6,"last update":"Thu Dec 7 15:45:31 2023","interfaces":[{"interface":"back","average":{"1min":1.1950000000000001,"5min":1.2509999999999999,"15min":1.26},"min":{"1min":0.91500000000000004,"5min":0.88600000000000001,"15min":0.88600000000000001},"max":{"1min":1.5229999999999999,"5min":1.736,"15min":1.736},"last":0.91000000000000003},{"interface":"front","average":{"1min":1.23,"5min":1.2470000000000001,"15min":1.25},"min":{"1min":0.95699999999999996,"5min":0.79900000000000004,"15min":0.79900000000000004},"max":{"1min":1.5820000000000001,"5min":1.79,"15min":1.79},"last":0.95899999999999996}]},{"osd":7,"last update":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":1.2290000000000001,"5min":1.232,"15min":1.232},"min":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":2.2320000000000002,"5min":2.2320000000000002,"15min":2.2320000000000002},"last":1.143},{"interface":"front","average":{"1min":1.1930000000000001,"5min":1.23,"15min":1.236},"min":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"max":{"1min":1.72,"5min":1.72,"15min":1.72},"last":1.21}]}]},{"osd":2,"up_from":18,"seq":77309411391,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6288,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738864,"statfs":{"total":95995035648,"available":95988596736,"internally_reserved":0,"allocated":598016,"data_stored":245285,"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":"Thu Dec 7 15:45:10 2023","interfaces":[{"interface":"back","average":{"1min":0.754,"5min":0.72299999999999998,"15min":0.68799999999999994},"min":{"1min":0.59499999999999997,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.0589999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.78900000000000003,"5min":0.75,"15min":0.71599999999999997},"min":{"1min":0.51800000000000002,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":1.524,"5min":1.524,"15min":1.524},"last":0.85299999999999998}]},{"osd":1,"last update":"Thu Dec 7 15:45:10 2023","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":0.82299999999999995,"15min":0.751},"min":{"1min":0.55200000000000005,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.431,"5min":1.484,"15min":1.484},"last":0.73999999999999999},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.79300000000000004,"15min":0.749},"min":{"1min":0.58399999999999996,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.881,"5min":1.881,"15min":1.881},"last":0.47199999999999998}]},{"osd":3,"last update":"Thu Dec 7 15:45:45 2023","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.94099999999999995,"15min":0.93300000000000005},"min":{"1min":0.73199999999999998,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.268,"5min":2.1549999999999998,"15min":2.1549999999999998},"last":0.79000000000000004},{"interface":"front","average":{"1min":0.879,"5min":0.88500000000000001,"15min":0.82799999999999996},"min":{"1min":0.69199999999999995,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.1539999999999999,"5min":2.25,"15min":2.25},"last":0.69999999999999996}]},{"osd":4,"last update":"Thu Dec 7 15:45:19 2023","interfaces":[{"interface":"back","average":{"1min":1.1299999999999999,"5min":1.0820000000000001,"15min":1.0569999999999999},"min":{"1min":0.84899999999999998,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.3720000000000001,"5min":1.6559999999999999,"15min":1.6559999999999999},"last":0.95999999999999996},{"interface":"front","average":{"1min":1.1160000000000001,"5min":1.103,"15min":1.0840000000000001},"min":{"1min":0.82499999999999996,"5min":0.82399999999999995,"15min":0.82399999999999995},"max":{"1min":1.359,"5min":1.7709999999999999,"15min":1.7709999999999999},"last":0.96999999999999997}]},{"osd":5,"last update":"Thu Dec 7 15:45:57 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.125,"15min":1.121},"min":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"max":{"1min":1.474,"5min":2.0539999999999998,"15min":2.0539999999999998},"last":1.0249999999999999},{"interface":"front","average":{"1min":1.0720000000000001,"5min":1.109,"15min":1.105},"min":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.3109999999999999,"5min":1.7130000000000001,"15min":1.7130000000000001},"last":0.93400000000000005}]},{"osd":6,"last update":"Thu Dec 7 15:45:36 2023","interfaces":[{"interface":"back","average":{"1min":1.206,"5min":1.2350000000000001,"15min":1.24},"min":{"1min":0.86199999999999999,"5min":0.75800000000000001,"15min":0.75800000000000001},"max":{"1min":1.4670000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":0.91300000000000003},{"interface":"front","average":{"1min":1.2110000000000001,"5min":1.2290000000000001,"15min":1.232},"min":{"1min":0.93100000000000005,"5min":0.82999999999999996,"15min":0.82999999999999996},"max":{"1min":1.569,"5min":2.1619999999999999,"15min":2.1619999999999999},"last":1.0669999999999999}]},{"osd":7,"last update":"Thu Dec 7 15:46:07 2023","interfaces":[{"interface":"back","average":{"1min":1.1879999999999999,"5min":1.25,"15min":1.26},"min":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.45,"5min":1.591,"15min":1.591},"last":1},{"interface":"front","average":{"1min":1.254,"5min":1.294,"15min":1.3},"min":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"max":{"1min":1.5109999999999999,"5min":1.5740000000000001,"15min":1.5740000000000001},"last":0.83699999999999997}]}]},{"osd":3,"up_from":26,"seq":111669149752,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5780,"kb_used_data":588,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739372,"statfs":{"total":95995035648,"available":95989116928,"internally_reserved":0,"allocated":602112,"data_stored":245896,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"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":"Thu Dec 7 15:45:45 2023","interfaces":[{"interface":"back","average":{"1min":0.752,"5min":0.71599999999999997,"15min":0.67900000000000005},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":1.2549999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.80500000000000005,"15min":0.76700000000000002},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.669,"5min":1.669,"15min":1.669},"last":0.61699999999999999}]},{"osd":1,"last update":"Thu Dec 7 15:45:45 2023","interfaces":[{"interface":"back","average":{"1min":0.79500000000000004,"5min":0.77300000000000002,"15min":0.76900000000000002},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.089,"5min":1.157,"15min":1.157},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.876,"5min":0.83599999999999997,"15min":0.79400000000000004},"min":{"1min":0.503,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.853,"5min":1.853,"15min":1.853},"last":0.79800000000000004}]},{"osd":2,"last update":"Thu Dec 7 15:45:45 2023","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":0.90100000000000002,"15min":0.88900000000000001},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.776,"5min":1.776,"15min":1.776},"last":0.89600000000000002},{"interface":"front","average":{"1min":1.077,"5min":0.86199999999999999,"15min":0.80800000000000005},"min":{"1min":0.61699999999999999,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":3.6080000000000001,"5min":3.6080000000000001,"15min":3.6080000000000001},"last":0.67800000000000005}]},{"osd":4,"last update":"Thu Dec 7 15:45:21 2023","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":0.96899999999999997,"15min":0.94499999999999995},"min":{"1min":0.79100000000000004,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":1.0609999999999999},{"interface":"front","average":{"1min":1.139,"5min":1.0720000000000001,"15min":1.05},"min":{"1min":0.88700000000000001,"5min":0.877,"15min":0.877},"max":{"1min":1.5740000000000001,"5min":1.5740000000000001,"15min":1.5740000000000001},"last":1.1060000000000001}]},{"osd":5,"last update":"Thu Dec 7 15:45:53 2023","interfaces":[{"interface":"back","average":{"1min":1.2,"5min":1.131,"15min":1.1220000000000001},"min":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":2.552,"5min":2.552,"15min":2.552},"last":1.04},{"interface":"front","average":{"1min":1.095,"5min":1.1180000000000001,"15min":1.107},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.452,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.262}]},{"osd":6,"last update":"Thu Dec 7 15:45:32 2023","interfaces":[{"interface":"back","average":{"1min":1.171,"5min":1.24,"15min":1.252},"min":{"1min":0.874,"5min":0.874,"15min":0.874},"max":{"1min":1.534,"5min":1.821,"15min":1.821},"last":1.167},{"interface":"front","average":{"1min":1.2230000000000001,"5min":1.167,"15min":1.157},"min":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"max":{"1min":2.827,"5min":2.827,"15min":2.827},"last":0.98299999999999998}]},{"osd":7,"last update":"Thu Dec 7 15:46:04 2023","interfaces":[{"interface":"back","average":{"1min":1.383,"5min":1.264,"15min":1.244},"min":{"1min":0.749,"5min":0.749,"15min":0.749},"max":{"1min":3.306,"5min":3.306,"15min":3.306},"last":1.0860000000000001},{"interface":"front","average":{"1min":1.278,"5min":1.3180000000000001,"15min":1.3240000000000001},"min":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"max":{"1min":2.6459999999999999,"5min":2.6459999999999999,"15min":2.6459999999999999},"last":1.208}]}]},{"osd":4,"up_from":31,"seq":133143986226,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5780,"kb_used_data":588,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739372,"statfs":{"total":95995035648,"available":95989116928,"internally_reserved":0,"allocated":602112,"data_stored":245896,"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":"Thu Dec 7 15:45:15 2023","interfaces":[{"interface":"back","average":{"1min":0.84099999999999997,"5min":0.85799999999999998,"15min":0.85399999999999998},"min":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.409,"5min":1.413,"15min":1.413},"last":0.98499999999999999},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.90900000000000003,"15min":0.91400000000000003},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":1.3029999999999999,"5min":1.514,"15min":1.514},"last":0.81599999999999995}]},{"osd":1,"last update":"Thu Dec 7 15:45:15 2023","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.86399999999999999,"15min":0.85499999999999998},"min":{"1min":0.58999999999999997,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.2090000000000001,"5min":1.294,"15min":1.294},"last":1.022},{"interface":"front","average":{"1min":0.91100000000000003,"5min":0.94899999999999995,"15min":0.95099999999999996},"min":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.2609999999999999,"5min":1.419,"15min":1.419},"last":0.90200000000000002}]},{"osd":2,"last update":"Thu Dec 7 15:45:15 2023","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.91600000000000004,"15min":0.91100000000000003},"min":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.2549999999999999,"5min":1.411,"15min":1.411},"last":0.89000000000000001},{"interface":"front","average":{"1min":0.92800000000000005,"5min":0.95999999999999996,"15min":0.96399999999999997},"min":{"1min":0.69899999999999995,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.401,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":1.0980000000000001}]},{"osd":3,"last update":"Thu Dec 7 15:45:15 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.94699999999999995,"15min":0.94499999999999995},"min":{"1min":0.72399999999999998,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.155,"5min":1.2210000000000001,"15min":1.2210000000000001},"last":1.155},{"interface":"front","average":{"1min":1.032,"5min":1.016,"15min":1.0069999999999999},"min":{"1min":0.79300000000000004,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":1.2949999999999999,"5min":1.498,"15min":1.498},"last":1.135}]},{"osd":5,"last update":"Thu Dec 7 15:45:57 2023","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":0.88500000000000001,"15min":0.85099999999999998},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.411,"5min":1.411,"15min":1.411},"last":0.94199999999999995},{"interface":"front","average":{"1min":0.98899999999999999,"5min":0.91900000000000004,"15min":0.88300000000000001},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":1.466,"5min":1.466,"15min":1.466},"last":0.873}]},{"osd":6,"last update":"Thu Dec 7 15:45:32 2023","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":1.0429999999999999,"15min":1.0509999999999999},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.357,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":1.1890000000000001},{"interface":"front","average":{"1min":1.0409999999999999,"5min":1.0680000000000001,"15min":1.0720000000000001},"min":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.389,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":1.004}]},{"osd":7,"last update":"Thu Dec 7 15:46:08 2023","interfaces":[{"interface":"back","average":{"1min":1.147,"5min":1.107,"15min":1.1000000000000001},"min":{"1min":0.82199999999999995,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.5149999999999999,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.1990000000000001},{"interface":"front","average":{"1min":1.169,"5min":1.1850000000000001,"15min":1.1879999999999999},"min":{"1min":0.745,"5min":0.745,"15min":0.745},"max":{"1min":1.5960000000000001,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":0.96699999999999997}]}]},{"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":5716,"kb_used_data":588,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739436,"statfs":{"total":95995035648,"available":95989182464,"internally_reserved":0,"allocated":602112,"data_stored":245896,"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":"Thu Dec 7 15:45:59 2023","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.876,"15min":0.878},"min":{"1min":0.58399999999999996,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.274,"5min":1.375,"15min":1.375},"last":0.80100000000000005},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.92800000000000005,"15min":0.92600000000000005},"min":{"1min":0.66200000000000003,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.248,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.78400000000000003}]},{"osd":1,"last update":"Thu Dec 7 15:45:59 2023","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.86699999999999999,"15min":0.85599999999999998},"min":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.101,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.93200000000000005,"15min":0.93300000000000005},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.179,"5min":1.488,"15min":1.488},"last":1.087}]},{"osd":2,"last update":"Thu Dec 7 15:45:59 2023","interfaces":[{"interface":"back","average":{"1min":1.0940000000000001,"5min":0.97299999999999998,"15min":0.95899999999999996},"min":{"1min":0.57399999999999995,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.4610000000000001,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.91100000000000003,"15min":0.89300000000000002},"min":{"1min":0.61699999999999999,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.4419999999999999,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":0.84899999999999998}]},{"osd":3,"last update":"Thu Dec 7 15:45:59 2023","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":0.94899999999999995,"15min":0.93899999999999995},"min":{"1min":0.77600000000000002,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.2729999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.96099999999999997},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.0229999999999999,"15min":1.01},"min":{"1min":0.83799999999999997,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.2649999999999999,"5min":1.5740000000000001,"15min":1.5740000000000001},"last":0.90400000000000003}]},{"osd":4,"last update":"Thu Dec 7 15:45:59 2023","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":0.89700000000000002,"15min":0.84599999999999997},"min":{"1min":0.69599999999999995,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.343,"5min":1.6439999999999999,"15min":1.6439999999999999},"last":1.002},{"interface":"front","average":{"1min":1.129,"5min":0.97199999999999998,"15min":0.90900000000000003},"min":{"1min":0.70099999999999996,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.4510000000000001,"5min":1.6619999999999999,"15min":1.6619999999999999},"last":0.98399999999999999}]},{"osd":6,"last update":"Thu Dec 7 15:45:30 2023","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.0109999999999999,"15min":1.0009999999999999},"min":{"1min":0.75,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.306,"5min":1.4159999999999999,"15min":1.4159999999999999},"last":1.1819999999999999},{"interface":"front","average":{"1min":1.1910000000000001,"5min":1.139,"15min":1.1299999999999999},"min":{"1min":0.94099999999999995,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.377,"5min":1.643,"15min":1.643},"last":1.2669999999999999}]},{"osd":7,"last update":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":1.2110000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"min":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"max":{"1min":1.778,"5min":1.778,"15min":1.778},"last":1.2110000000000001},{"interface":"front","average":{"1min":1.292,"5min":1.2529999999999999,"15min":1.2470000000000001},"min":{"1min":1.0569999999999999,"5min":0.89600000000000002,"15min":0.89600000000000002},"max":{"1min":1.5960000000000001,"5min":1.825,"15min":1.825},"last":1.327}]}]}],"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}]}} 2023-12-07T15:46:14.658 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-07T15:46:14.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:14 smithi144 bash[25224]: audit 2023-12-07T15:46:13.673812+0000 mgr.y (mgr.14454) 87 : audit [DBG] from='client.14625 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T15:46:15.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:15 smithi121 bash[25067]: cluster 2023-12-07T15:46:15.505122+0000 mgr.y (mgr.14454) 88 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:15.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:15 smithi121 bash[30890]: cluster 2023-12-07T15:46:15.505122+0000 mgr.y (mgr.14454) 88 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:15.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:15 smithi144 bash[25224]: cluster 2023-12-07T15:46:15.505122+0000 mgr.y (mgr.14454) 88 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:17.308 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:46:16 smithi121 bash[55459]: level=info ts=2023-12-07T15:46:16.985Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.00414799s 2023-12-07T15:46:17.387 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:46:18.308 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:46:17 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:46:17] "GET /metrics HTTP/1.1" 200 191512 "" "Prometheus/2.33.4" 2023-12-07T15:46:18.647 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:18 smithi121 bash[30890]: cluster 2023-12-07T15:46:17.505703+0000 mgr.y (mgr.14454) 89 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:18.647 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:18 smithi121 bash[25067]: cluster 2023-12-07T15:46:17.505703+0000 mgr.y (mgr.14454) 89 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:18.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:18 smithi144 bash[25224]: cluster 2023-12-07T15:46:17.505703+0000 mgr.y (mgr.14454) 89 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:19.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:19 smithi121 bash[25067]: cluster 2023-12-07T15:46:19.506421+0000 mgr.y (mgr.14454) 90 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:19.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:19 smithi144 bash[25224]: cluster 2023-12-07T15:46:19.506421+0000 mgr.y (mgr.14454) 90 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:19.945 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:19 smithi121 bash[30890]: cluster 2023-12-07T15:46:19.506421+0000 mgr.y (mgr.14454) 90 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:20.342 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-07T15:46:20.345 INFO:teuthology.orchestra.run.smithi121.stderr:dumped all 2023-12-07T15:46:20.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:20 smithi121 bash[30890]: audit 2023-12-07T15:46:20.333723+0000 mgr.y (mgr.14454) 91 : audit [DBG] from='client.24532 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T15:46:20.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:20 smithi121 bash[25067]: audit 2023-12-07T15:46:20.333723+0000 mgr.y (mgr.14454) 91 : audit [DBG] from='client.24532 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T15:46:20.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:20 smithi144 bash[25224]: audit 2023-12-07T15:46:20.333723+0000 mgr.y (mgr.14454) 91 : audit [DBG] from='client.24532 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T15:46:21.136 INFO:teuthology.orchestra.run.smithi121.stdout:{"pg_ready":true,"pg_map":{"version":57,"stamp":"2023-12-07T15:46:19.506035+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":49124,"kb_used_data":6244,"kb_used_omap":0,"kb_used_meta":42816,"kb_avail":749912092,"statfs":{"total":767960285184,"available":767909982208,"internally_reserved":0,"allocated":6393856,"data_stored":3552223,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43843584},"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.003776"},"pg_stats":[{"pgid":"1.0","version":"61'128","reported_seq":269,"reported_epoch":61,"state":"active+clean","last_fresh":"2023-12-07T15:44:31.836378+0000","last_change":"2023-12-07T15:44:07.509661+0000","last_active":"2023-12-07T15:44:31.836378+0000","last_peered":"2023-12-07T15:44:31.836378+0000","last_clean":"2023-12-07T15:44:31.836378+0000","last_became_active":"2023-12-07T15:44:07.508830+0000","last_became_peered":"2023-12-07T15:44:07.508830+0000","last_unstale":"2023-12-07T15:44:31.836378+0000","last_undegraded":"2023-12-07T15:44:31.836378+0000","last_fullsized":"2023-12-07T15:44:31.836378+0000","mapping_epoch":59,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":60,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-07T15:41:05.491429+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-07T15:41:05.491429+0000","last_clean_scrub_stamp":"2023-12-07T15:41:05.491429+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 @ 2023-12-09T00:09:16.527628+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":56,"seq":240518168606,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6108,"kb_used_data":1108,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739044,"statfs":{"total":95995035648,"available":95988781056,"internally_reserved":0,"allocated":1134592,"data_stored":774824,"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":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.85399999999999998,"15min":0.84699999999999998},"min":{"1min":0.58799999999999997,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.84299999999999997},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.875,"15min":0.86699999999999999},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.304,"5min":1.304,"15min":1.304},"last":1.0760000000000001}]},{"osd":1,"last update":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.91300000000000003,"15min":0.91500000000000004},"min":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.3169999999999999,"5min":1.494,"15min":1.494},"last":1.4490000000000001},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.91300000000000003,"15min":0.90800000000000003},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.3520000000000001,"5min":1.3520000000000001,"15min":1.3520000000000001},"last":1.27}]},{"osd":2,"last update":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.96099999999999997,"15min":0.96299999999999997},"min":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.3200000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":1.292},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.96199999999999997,"15min":0.96099999999999997},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.2350000000000001,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.93899999999999995}]},{"osd":3,"last update":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":0.94599999999999995,"15min":0.93999999999999995},"min":{"1min":0.72399999999999998,"5min":0.629,"15min":0.629},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":1.1539999999999999},{"interface":"front","average":{"1min":1.0109999999999999,"5min":1.0800000000000001,"15min":1.0920000000000001},"min":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.403,"5min":1.46,"15min":1.46},"last":1.226}]},{"osd":4,"last update":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.96899999999999997,"15min":0.97699999999999998},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.3120000000000001,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.98299999999999998},{"interface":"front","average":{"1min":1.085,"5min":1.101,"15min":1.1040000000000001},"min":{"1min":0.71099999999999997,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.4470000000000001,"5min":1.599,"15min":1.599},"last":1.4750000000000001}]},{"osd":5,"last update":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":1.05,"5min":1.077,"15min":1.081},"min":{"1min":0.623,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.3839999999999999,"5min":1.415,"15min":1.415},"last":1.3600000000000001},{"interface":"front","average":{"1min":1.034,"5min":1.0649999999999999,"15min":1.0700000000000001},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.242,"5min":1.4039999999999999,"15min":1.4039999999999999},"last":1.1890000000000001}]},{"osd":6,"last update":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":1.085,"5min":1.155,"15min":1.167},"min":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.3149999999999999,"5min":1.506,"15min":1.506},"last":1.337},{"interface":"front","average":{"1min":1.173,"5min":1.212,"15min":1.218},"min":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.5629999999999999,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":1.4019999999999999}]}]},{"osd":6,"up_from":47,"seq":201863462948,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6160,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93738992,"statfs":{"total":95995035648,"available":95988727808,"internally_reserved":0,"allocated":1122304,"data_stored":773971,"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":"Thu Dec 7 15:45:29 2023","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.89300000000000002,"15min":0.89500000000000002},"min":{"1min":0.60799999999999998,"5min":0.433,"15min":0.433},"max":{"1min":1.129,"5min":1.159,"15min":1.159},"last":0.84399999999999997},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.96799999999999997,"15min":0.96699999999999997},"min":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.2789999999999999,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.66500000000000004}]},{"osd":1,"last update":"Thu Dec 7 15:45:29 2023","interfaces":[{"interface":"back","average":{"1min":0.96499999999999997,"5min":0.98899999999999999,"15min":0.99299999999999999},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.2330000000000001,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":0.75600000000000001},{"interface":"front","average":{"1min":0.98299999999999998,"5min":0.97499999999999998,"15min":0.97299999999999998},"min":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.1930000000000001,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.71599999999999997}]},{"osd":2,"last update":"Thu Dec 7 15:45:29 2023","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":0.88400000000000001,"15min":0.872},"min":{"1min":0.73199999999999998,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.2749999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.95699999999999996},{"interface":"front","average":{"1min":1.0660000000000001,"5min":1.002,"15min":0.99199999999999999},"min":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.6120000000000001,"5min":1.6120000000000001,"15min":1.6120000000000001},"last":0.90200000000000002}]},{"osd":3,"last update":"Thu Dec 7 15:45:29 2023","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":1.022,"15min":1.028},"min":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":1.2450000000000001,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":1.085},{"interface":"front","average":{"1min":1.0629999999999999,"5min":1.0089999999999999,"15min":1},"min":{"1min":0.83899999999999997,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.214,"5min":1.365,"15min":1.365},"last":1.0680000000000001}]},{"osd":4,"last update":"Thu Dec 7 15:45:29 2023","interfaces":[{"interface":"back","average":{"1min":1.006,"5min":0.95299999999999996,"15min":0.94399999999999995},"min":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.6599999999999999,"5min":1.6599999999999999,"15min":1.6599999999999999},"last":1.6579999999999999},{"interface":"front","average":{"1min":1.0800000000000001,"5min":1.0780000000000001,"15min":1.0780000000000001},"min":{"1min":0.72299999999999998,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.3049999999999999,"5min":1.448,"15min":1.448},"last":1.2909999999999999}]},{"osd":5,"last update":"Thu Dec 7 15:45:29 2023","interfaces":[{"interface":"back","average":{"1min":1.1140000000000001,"5min":1.0469999999999999,"15min":1.036},"min":{"1min":0.79500000000000004,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.552,"5min":1.552,"15min":1.552},"last":1.758},{"interface":"front","average":{"1min":1.1519999999999999,"5min":1.1120000000000001,"15min":1.105},"min":{"1min":0.80000000000000004,"5min":0.78100000000000003,"15min":0.78100000000000003},"max":{"1min":1.383,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":1.177}]},{"osd":7,"last update":"Thu Dec 7 15:46:08 2023","interfaces":[{"interface":"back","average":{"1min":1.1379999999999999,"5min":1.1739999999999999,"15min":1.1799999999999999},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":1.3899999999999999,"5min":1.9510000000000001,"15min":1.9510000000000001},"last":1.613},{"interface":"front","average":{"1min":1.198,"5min":1.2010000000000001,"15min":1.2010000000000001},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.712,"5min":1.712,"15min":1.712},"last":1.8340000000000001}]}]},{"osd":1,"up_from":13,"seq":55834574922,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6352,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738800,"statfs":{"total":95995035648,"available":95988531200,"internally_reserved":0,"allocated":598016,"data_stored":245631,"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":"Thu Dec 7 15:45:30 2023","interfaces":[{"interface":"back","average":{"1min":0.72899999999999998,"5min":0.67200000000000004,"15min":0.60499999999999998},"min":{"1min":0.54800000000000004,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.0489999999999999,"5min":1.0489999999999999,"15min":1.0489999999999999},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.82699999999999996,"5min":0.78800000000000003,"15min":0.66600000000000004},"min":{"1min":0.57199999999999995,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.5329999999999999,"5min":4.1280000000000001,"15min":4.1280000000000001},"last":0.95699999999999996}]},{"osd":2,"last update":"Thu Dec 7 15:46:11 2023","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.76200000000000001,"15min":0.71499999999999997},"min":{"1min":0.59199999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":2.5339999999999998,"5min":2.5339999999999998,"15min":2.5339999999999998},"last":0.59199999999999997},{"interface":"front","average":{"1min":0.83499999999999996,"5min":0.79900000000000004,"15min":0.73299999999999998},"min":{"1min":0.53200000000000003,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.258,"5min":1.258,"15min":1.258},"last":0.81699999999999995}]},{"osd":3,"last update":"Thu Dec 7 15:45:43 2023","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.81599999999999995,"15min":0.80600000000000005},"min":{"1min":0.51000000000000001,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.0880000000000001,"5min":1.6220000000000001,"15min":1.6220000000000001},"last":0.628},{"interface":"front","average":{"1min":0.99099999999999999,"5min":0.88800000000000001,"15min":0.85599999999999998},"min":{"1min":0.61299999999999999,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":2.613,"5min":2.613,"15min":2.613},"last":1.0369999999999999}]},{"osd":4,"last update":"Thu Dec 7 15:46:17 2023","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":1.02,"15min":1.006},"min":{"1min":0.69099999999999995,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.5549999999999999,"5min":1.5549999999999999,"15min":1.5549999999999999},"last":1.0580000000000001},{"interface":"front","average":{"1min":1.0449999999999999,"5min":1.042,"15min":0.99299999999999999},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.28,"5min":1.6619999999999999,"15min":1.6619999999999999},"last":1.236}]},{"osd":5,"last update":"Thu Dec 7 15:45:57 2023","interfaces":[{"interface":"back","average":{"1min":1.167,"5min":1.087,"15min":1.0569999999999999},"min":{"1min":0.73499999999999999,"5min":0.623,"15min":0.623},"max":{"1min":2.9239999999999999,"5min":2.9239999999999999,"15min":2.9239999999999999},"last":0.93999999999999995},{"interface":"front","average":{"1min":1.1419999999999999,"5min":1.117,"15min":1.095},"min":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.603,"5min":1.603,"15min":1.603},"last":1.2050000000000001}]},{"osd":6,"last update":"Thu Dec 7 15:45:30 2023","interfaces":[{"interface":"back","average":{"1min":1.2350000000000001,"5min":1.335,"15min":1.3520000000000001},"min":{"1min":0.94999999999999996,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.645,"5min":4.0119999999999996,"15min":4.0119999999999996},"last":1.083},{"interface":"front","average":{"1min":1.2370000000000001,"5min":1.222,"15min":1.22},"min":{"1min":0.90100000000000002,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.609,"5min":1.609,"15min":1.609},"last":1.159}]},{"osd":7,"last update":"Thu Dec 7 15:46:11 2023","interfaces":[{"interface":"back","average":{"1min":1.2,"5min":1.256,"15min":1.2649999999999999},"min":{"1min":0.89600000000000002,"5min":0.86099999999999999,"15min":0.86099999999999999},"max":{"1min":1.522,"5min":1.6519999999999999,"15min":1.6519999999999999},"last":1.268},{"interface":"front","average":{"1min":1.2270000000000001,"5min":1.4239999999999999,"15min":1.4570000000000001},"min":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"max":{"1min":1.5029999999999999,"5min":4.1849999999999996,"15min":4.1849999999999996},"last":1.306}]}]},{"osd":0,"up_from":8,"seq":34359738449,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6940,"kb_used_data":1108,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738212,"statfs":{"total":95995035648,"available":95987929088,"internally_reserved":0,"allocated":1134592,"data_stored":774824,"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":"Thu Dec 7 15:45:35 2023","interfaces":[{"interface":"back","average":{"1min":0.77300000000000002,"5min":0.70299999999999996,"15min":0.63500000000000001},"min":{"1min":0.59899999999999998,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":1.8260000000000001,"5min":1.8260000000000001,"15min":1.8260000000000001},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.85299999999999998,"15min":0.73299999999999998},"min":{"1min":0.64800000000000002,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":1.958,"5min":1.958,"15min":1.958},"last":0.82699999999999996}]},{"osd":2,"last update":"Thu Dec 7 15:46:12 2023","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.81899999999999995,"15min":0.74099999999999999},"min":{"1min":0.59099999999999997,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.7929999999999999,"5min":1.7929999999999999,"15min":1.7929999999999999},"last":1.0409999999999999},{"interface":"front","average":{"1min":0.81999999999999995,"5min":0.80300000000000005,"15min":0.76900000000000002},"min":{"1min":0.39400000000000002,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":1.4830000000000001,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":0.66100000000000003}]},{"osd":3,"last update":"Thu Dec 7 15:45:47 2023","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.85999999999999999,"15min":0.83399999999999996},"min":{"1min":0.56399999999999995,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.8879999999999999,"5min":1.8879999999999999,"15min":1.8879999999999999},"last":1.127},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.89100000000000001,"15min":0.85299999999999998},"min":{"1min":0.53800000000000003,"5min":0.442,"15min":0.442},"max":{"1min":1.851,"5min":1.851,"15min":1.851},"last":0.77900000000000003}]},{"osd":4,"last update":"Thu Dec 7 15:45:17 2023","interfaces":[{"interface":"back","average":{"1min":1.0249999999999999,"5min":1.028,"15min":1.016},"min":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"max":{"1min":1.1479999999999999,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":1.0840000000000001},{"interface":"front","average":{"1min":0.98899999999999999,"5min":1.0429999999999999,"15min":1.022},"min":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.2350000000000001,"5min":1.698,"15min":1.698},"last":0.99099999999999999}]},{"osd":5,"last update":"Thu Dec 7 15:45:59 2023","interfaces":[{"interface":"back","average":{"1min":1.0860000000000001,"5min":1.105,"15min":1.117},"min":{"1min":0.83799999999999997,"5min":0.748,"15min":0.748},"max":{"1min":1.762,"5min":1.762,"15min":1.762},"last":0.96499999999999997},{"interface":"front","average":{"1min":1.1819999999999999,"5min":1.1839999999999999,"15min":1.194},"min":{"1min":0.753,"5min":0.753,"15min":0.753},"max":{"1min":1.681,"5min":1.681,"15min":1.681},"last":0.94599999999999995}]},{"osd":6,"last update":"Thu Dec 7 15:45:31 2023","interfaces":[{"interface":"back","average":{"1min":1.1950000000000001,"5min":1.2509999999999999,"15min":1.26},"min":{"1min":0.91500000000000004,"5min":0.88600000000000001,"15min":0.88600000000000001},"max":{"1min":1.5229999999999999,"5min":1.736,"15min":1.736},"last":0.91700000000000004},{"interface":"front","average":{"1min":1.23,"5min":1.2470000000000001,"15min":1.25},"min":{"1min":0.95699999999999996,"5min":0.79900000000000004,"15min":0.79900000000000004},"max":{"1min":1.5820000000000001,"5min":1.79,"15min":1.79},"last":1.1699999999999999}]},{"osd":7,"last update":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":1.2290000000000001,"5min":1.232,"15min":1.232},"min":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":2.2320000000000002,"5min":2.2320000000000002,"15min":2.2320000000000002},"last":1.1990000000000001},{"interface":"front","average":{"1min":1.1930000000000001,"5min":1.23,"15min":1.236},"min":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"max":{"1min":1.72,"5min":1.72,"15min":1.72},"last":1.24}]}]},{"osd":2,"up_from":18,"seq":77309411392,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6288,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738864,"statfs":{"total":95995035648,"available":95988596736,"internally_reserved":0,"allocated":598016,"data_stored":245285,"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":"Thu Dec 7 15:46:15 2023","interfaces":[{"interface":"back","average":{"1min":0.80300000000000005,"5min":0.749,"15min":0.69699999999999995},"min":{"1min":0.55200000000000005,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.2789999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.78700000000000003,"5min":0.76800000000000002,"15min":0.72199999999999998},"min":{"1min":0.41999999999999998,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":1.093,"5min":1.524,"15min":1.524},"last":0.64900000000000002}]},{"osd":1,"last update":"Thu Dec 7 15:46:15 2023","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.85199999999999998,"15min":0.76000000000000001},"min":{"1min":0.70099999999999996,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.1859999999999999,"5min":1.484,"15min":1.484},"last":0.79600000000000004},{"interface":"front","average":{"1min":0.79600000000000004,"5min":0.80600000000000005,"15min":0.754},"min":{"1min":0.47199999999999998,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.2330000000000001,"5min":1.881,"15min":1.881},"last":0.54700000000000004}]},{"osd":3,"last update":"Thu Dec 7 15:45:45 2023","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.94099999999999995,"15min":0.93300000000000005},"min":{"1min":0.73199999999999998,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.268,"5min":2.1549999999999998,"15min":2.1549999999999998},"last":0.91900000000000004},{"interface":"front","average":{"1min":0.879,"5min":0.88500000000000001,"15min":0.82799999999999996},"min":{"1min":0.69199999999999995,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.1539999999999999,"5min":2.25,"15min":2.25},"last":0.77100000000000002}]},{"osd":4,"last update":"Thu Dec 7 15:45:19 2023","interfaces":[{"interface":"back","average":{"1min":1.1299999999999999,"5min":1.0820000000000001,"15min":1.0569999999999999},"min":{"1min":0.84899999999999998,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.3720000000000001,"5min":1.6559999999999999,"15min":1.6559999999999999},"last":1.2010000000000001},{"interface":"front","average":{"1min":1.1160000000000001,"5min":1.103,"15min":1.0840000000000001},"min":{"1min":0.82499999999999996,"5min":0.82399999999999995,"15min":0.82399999999999995},"max":{"1min":1.359,"5min":1.7709999999999999,"15min":1.7709999999999999},"last":1.159}]},{"osd":5,"last update":"Thu Dec 7 15:45:57 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.125,"15min":1.121},"min":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"max":{"1min":1.474,"5min":2.0539999999999998,"15min":2.0539999999999998},"last":0.90300000000000002},{"interface":"front","average":{"1min":1.0720000000000001,"5min":1.109,"15min":1.105},"min":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.3109999999999999,"5min":1.7130000000000001,"15min":1.7130000000000001},"last":1.121}]},{"osd":6,"last update":"Thu Dec 7 15:45:36 2023","interfaces":[{"interface":"back","average":{"1min":1.206,"5min":1.2350000000000001,"15min":1.24},"min":{"1min":0.86199999999999999,"5min":0.75800000000000001,"15min":0.75800000000000001},"max":{"1min":1.4670000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":1.0029999999999999},{"interface":"front","average":{"1min":1.2110000000000001,"5min":1.2290000000000001,"15min":1.232},"min":{"1min":0.93100000000000005,"5min":0.82999999999999996,"15min":0.82999999999999996},"max":{"1min":1.569,"5min":2.1619999999999999,"15min":2.1619999999999999},"last":1.0449999999999999}]},{"osd":7,"last update":"Thu Dec 7 15:46:07 2023","interfaces":[{"interface":"back","average":{"1min":1.1879999999999999,"5min":1.25,"15min":1.26},"min":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.45,"5min":1.591,"15min":1.591},"last":1.226},{"interface":"front","average":{"1min":1.254,"5min":1.294,"15min":1.3},"min":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"max":{"1min":1.5109999999999999,"5min":1.5740000000000001,"15min":1.5740000000000001},"last":1.1000000000000001}]}]},{"osd":3,"up_from":26,"seq":111669149753,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5780,"kb_used_data":588,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739372,"statfs":{"total":95995035648,"available":95989116928,"internally_reserved":0,"allocated":602112,"data_stored":245896,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"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":"Thu Dec 7 15:45:45 2023","interfaces":[{"interface":"back","average":{"1min":0.752,"5min":0.71599999999999997,"15min":0.67900000000000005},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":1.2549999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.71399999999999997},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.80500000000000005,"15min":0.76700000000000002},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.669,"5min":1.669,"15min":1.669},"last":0.78400000000000003}]},{"osd":1,"last update":"Thu Dec 7 15:45:45 2023","interfaces":[{"interface":"back","average":{"1min":0.79500000000000004,"5min":0.77300000000000002,"15min":0.76900000000000002},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.089,"5min":1.157,"15min":1.157},"last":0.95299999999999996},{"interface":"front","average":{"1min":0.876,"5min":0.83599999999999997,"15min":0.79400000000000004},"min":{"1min":0.503,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.853,"5min":1.853,"15min":1.853},"last":0.98999999999999999}]},{"osd":2,"last update":"Thu Dec 7 15:45:45 2023","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":0.90100000000000002,"15min":0.88900000000000001},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.776,"5min":1.776,"15min":1.776},"last":0.91800000000000004},{"interface":"front","average":{"1min":1.077,"5min":0.86199999999999999,"15min":0.80800000000000005},"min":{"1min":0.61699999999999999,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":3.6080000000000001,"5min":3.6080000000000001,"15min":3.6080000000000001},"last":0.89600000000000002}]},{"osd":4,"last update":"Thu Dec 7 15:45:21 2023","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":0.96899999999999997,"15min":0.94499999999999995},"min":{"1min":0.79100000000000004,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":1.0589999999999999},{"interface":"front","average":{"1min":1.139,"5min":1.0720000000000001,"15min":1.05},"min":{"1min":0.88700000000000001,"5min":0.877,"15min":0.877},"max":{"1min":1.5740000000000001,"5min":1.5740000000000001,"15min":1.5740000000000001},"last":1.518}]},{"osd":5,"last update":"Thu Dec 7 15:45:53 2023","interfaces":[{"interface":"back","average":{"1min":1.2,"5min":1.131,"15min":1.1220000000000001},"min":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":2.552,"5min":2.552,"15min":2.552},"last":1.321},{"interface":"front","average":{"1min":1.095,"5min":1.1180000000000001,"15min":1.107},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.452,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.163}]},{"osd":6,"last update":"Thu Dec 7 15:45:32 2023","interfaces":[{"interface":"back","average":{"1min":1.171,"5min":1.24,"15min":1.252},"min":{"1min":0.874,"5min":0.874,"15min":0.874},"max":{"1min":1.534,"5min":1.821,"15min":1.821},"last":1.2310000000000001},{"interface":"front","average":{"1min":1.2230000000000001,"5min":1.167,"15min":1.157},"min":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"max":{"1min":2.827,"5min":2.827,"15min":2.827},"last":1.125}]},{"osd":7,"last update":"Thu Dec 7 15:46:04 2023","interfaces":[{"interface":"back","average":{"1min":1.383,"5min":1.264,"15min":1.244},"min":{"1min":0.749,"5min":0.749,"15min":0.749},"max":{"1min":3.306,"5min":3.306,"15min":3.306},"last":1.036},{"interface":"front","average":{"1min":1.278,"5min":1.3180000000000001,"15min":1.3240000000000001},"min":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"max":{"1min":2.6459999999999999,"5min":2.6459999999999999,"15min":2.6459999999999999},"last":1.4099999999999999}]}]},{"osd":4,"up_from":31,"seq":133143986227,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5780,"kb_used_data":588,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739372,"statfs":{"total":95995035648,"available":95989116928,"internally_reserved":0,"allocated":602112,"data_stored":245896,"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":"Thu Dec 7 15:46:17 2023","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.872,"15min":0.85799999999999998},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":1.2589999999999999,"5min":1.413,"15min":1.413},"last":1.131},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.90900000000000003,"15min":0.91400000000000003},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.3540000000000001,"5min":1.514,"15min":1.514},"last":0.92300000000000004}]},{"osd":1,"last update":"Thu Dec 7 15:46:17 2023","interfaces":[{"interface":"back","average":{"1min":0.97299999999999998,"5min":0.88900000000000001,"15min":0.86299999999999999},"min":{"1min":0.67000000000000004,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.302,"5min":1.302,"15min":1.302},"last":0.95599999999999996},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.93999999999999995,"15min":0.94799999999999995},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.1910000000000001,"5min":1.419,"15min":1.419},"last":0.80700000000000005}]},{"osd":2,"last update":"Thu Dec 7 15:46:17 2023","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.91400000000000003,"15min":0.91000000000000003},"min":{"1min":0.70199999999999996,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.212,"5min":1.411,"15min":1.411},"last":1.0780000000000001},{"interface":"front","average":{"1min":1.0029999999999999,"5min":0.96799999999999997,"15min":0.96699999999999997},"min":{"1min":0.68200000000000005,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.6830000000000001,"5min":1.6830000000000001,"15min":1.6830000000000001},"last":1.0389999999999999}]},{"osd":3,"last update":"Thu Dec 7 15:46:17 2023","interfaces":[{"interface":"back","average":{"1min":0.97399999999999998,"5min":0.95299999999999996,"15min":0.94699999999999995},"min":{"1min":0.745,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.425,"5min":1.425,"15min":1.425},"last":1.165},{"interface":"front","average":{"1min":0.98999999999999999,"5min":1.0129999999999999,"15min":1.006},"min":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.345,"5min":1.498,"15min":1.498},"last":1.2030000000000001}]},{"osd":5,"last update":"Thu Dec 7 15:45:57 2023","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":0.88500000000000001,"15min":0.85099999999999998},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.411,"5min":1.411,"15min":1.411},"last":1.2749999999999999},{"interface":"front","average":{"1min":0.98899999999999999,"5min":0.91900000000000004,"15min":0.88300000000000001},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":1.466,"5min":1.466,"15min":1.466},"last":0.876}]},{"osd":6,"last update":"Thu Dec 7 15:45:32 2023","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":1.0429999999999999,"15min":1.0509999999999999},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.357,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":1.0009999999999999},{"interface":"front","average":{"1min":1.0409999999999999,"5min":1.0680000000000001,"15min":1.0720000000000001},"min":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.389,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":1.3520000000000001}]},{"osd":7,"last update":"Thu Dec 7 15:46:08 2023","interfaces":[{"interface":"back","average":{"1min":1.147,"5min":1.107,"15min":1.1000000000000001},"min":{"1min":0.82199999999999995,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.5149999999999999,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.444},{"interface":"front","average":{"1min":1.169,"5min":1.1850000000000001,"15min":1.1879999999999999},"min":{"1min":0.745,"5min":0.745,"15min":0.745},"max":{"1min":1.5960000000000001,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":1.111}]}]},{"osd":5,"up_from":39,"seq":167503724587,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5716,"kb_used_data":588,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739436,"statfs":{"total":95995035648,"available":95989182464,"internally_reserved":0,"allocated":602112,"data_stored":245896,"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":"Thu Dec 7 15:45:59 2023","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.876,"15min":0.878},"min":{"1min":0.58399999999999996,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.274,"5min":1.375,"15min":1.375},"last":1.121},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.92800000000000005,"15min":0.92600000000000005},"min":{"1min":0.66200000000000003,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.248,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":1.1519999999999999}]},{"osd":1,"last update":"Thu Dec 7 15:45:59 2023","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.86699999999999999,"15min":0.85599999999999998},"min":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.101,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":1.0129999999999999},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.93200000000000005,"15min":0.93300000000000005},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.179,"5min":1.488,"15min":1.488},"last":0.93999999999999995}]},{"osd":2,"last update":"Thu Dec 7 15:45:59 2023","interfaces":[{"interface":"back","average":{"1min":1.0940000000000001,"5min":0.97299999999999998,"15min":0.95899999999999996},"min":{"1min":0.57399999999999995,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.4610000000000001,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":1.2410000000000001},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.91100000000000003,"15min":0.89300000000000002},"min":{"1min":0.61699999999999999,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.4419999999999999,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":1.079}]},{"osd":3,"last update":"Thu Dec 7 15:45:59 2023","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":0.94899999999999995,"15min":0.93899999999999995},"min":{"1min":0.77600000000000002,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.2729999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.83399999999999996},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.0229999999999999,"15min":1.01},"min":{"1min":0.83799999999999997,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.2649999999999999,"5min":1.5740000000000001,"15min":1.5740000000000001},"last":1.0409999999999999}]},{"osd":4,"last update":"Thu Dec 7 15:45:59 2023","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":0.89700000000000002,"15min":0.84599999999999997},"min":{"1min":0.69599999999999995,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.343,"5min":1.6439999999999999,"15min":1.6439999999999999},"last":0.85299999999999998},{"interface":"front","average":{"1min":1.129,"5min":0.97199999999999998,"15min":0.90900000000000003},"min":{"1min":0.70099999999999996,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.4510000000000001,"5min":1.6619999999999999,"15min":1.6619999999999999},"last":1.173}]},{"osd":6,"last update":"Thu Dec 7 15:45:30 2023","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.0109999999999999,"15min":1.0009999999999999},"min":{"1min":0.75,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.306,"5min":1.4159999999999999,"15min":1.4159999999999999},"last":0.95099999999999996},{"interface":"front","average":{"1min":1.1910000000000001,"5min":1.139,"15min":1.1299999999999999},"min":{"1min":0.94099999999999995,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.377,"5min":1.643,"15min":1.643},"last":1.1990000000000001}]},{"osd":7,"last update":"Thu Dec 7 15:46:09 2023","interfaces":[{"interface":"back","average":{"1min":1.2110000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"min":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"max":{"1min":1.778,"5min":1.778,"15min":1.778},"last":0.877},{"interface":"front","average":{"1min":1.292,"5min":1.2529999999999999,"15min":1.2470000000000001},"min":{"1min":1.0569999999999999,"5min":0.89600000000000002,"15min":0.89600000000000002},"max":{"1min":1.5960000000000001,"5min":1.825,"15min":1.825},"last":1.087}]}]}],"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}]}} 2023-12-07T15:46:21.138 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-07T15:46:21.138 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-07T15:46:21.138 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-07T15:46:21.138 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-07T15:46:21.846 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:21 smithi121 bash[30890]: cluster 2023-12-07T15:46:21.507085+0000 mgr.y (mgr.14454) 92 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:21.847 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:21 smithi121 bash[25067]: cluster 2023-12-07T15:46:21.507085+0000 mgr.y (mgr.14454) 92 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:21.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:21 smithi144 bash[25224]: cluster 2023-12-07T15:46:21.507085+0000 mgr.y (mgr.14454) 92 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:23.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:23 smithi144 bash[25224]: cluster 2023-12-07T15:46:23.507769+0000 mgr.y (mgr.14454) 93 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:24.045 INFO:teuthology.orchestra.run.smithi121.stderr:Inferring config /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T15:46:24.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:23 smithi121 bash[25067]: cluster 2023-12-07T15:46:23.507769+0000 mgr.y (mgr.14454) 93 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:24.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:23 smithi121 bash[30890]: cluster 2023-12-07T15:46:23.507769+0000 mgr.y (mgr.14454) 93 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:24.808 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:46:24 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:46:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:46:25.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:46:24 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:46:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:46:25.365 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:25 smithi121 bash[25067]: audit 2023-12-07T15:46:24.340603+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:25.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:25 smithi144 bash[25224]: audit 2023-12-07T15:46:24.340603+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:25.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:25 smithi144 bash[25224]: audit 2023-12-07T15:46:24.347570+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:25.670 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:25 smithi121 bash[30890]: audit 2023-12-07T15:46:24.340603+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:25.670 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:25 smithi121 bash[30890]: audit 2023-12-07T15:46:24.347570+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:25.670 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:25 smithi121 bash[25067]: audit 2023-12-07T15:46:24.347570+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:26.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:26 smithi121 bash[30890]: cluster 2023-12-07T15:46:25.508253+0000 mgr.y (mgr.14454) 94 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:26.521 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:26 smithi121 bash[25067]: cluster 2023-12-07T15:46:25.508253+0000 mgr.y (mgr.14454) 94 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:26.624 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:26 smithi144 bash[25224]: cluster 2023-12-07T15:46:25.508253+0000 mgr.y (mgr.14454) 94 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:28.058 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:46:27 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:46:27] "GET /metrics HTTP/1.1" 200 191512 "" "Prometheus/2.33.4" 2023-12-07T15:46:28.160 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-07T15:46:28.160 INFO:teuthology.orchestra.run.smithi121.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-07T15:46:28.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:28 smithi121 bash[30890]: cluster 2023-12-07T15:46:27.508819+0000 mgr.y (mgr.14454) 95 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:28.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:28 smithi121 bash[30890]: audit 2023-12-07T15:46:28.158889+0000 mon.a (mon.0) 924 : audit [DBG] from='client.? 172.21.15.121:0/4096424309' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T15:46:28.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:28 smithi121 bash[25067]: cluster 2023-12-07T15:46:27.508819+0000 mgr.y (mgr.14454) 95 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:28.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:28 smithi121 bash[25067]: audit 2023-12-07T15:46:28.158889+0000 mon.a (mon.0) 924 : audit [DBG] from='client.? 172.21.15.121:0/4096424309' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T15:46:28.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:28 smithi144 bash[25224]: cluster 2023-12-07T15:46:27.508819+0000 mgr.y (mgr.14454) 95 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:28.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:28 smithi144 bash[25224]: audit 2023-12-07T15:46:28.158889+0000 mon.a (mon.0) 924 : audit [DBG] from='client.? 172.21.15.121:0/4096424309' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T15:46:28.929 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-07T15:46:28.930 INFO:tasks.cephadm:Setup complete, yielding 2023-12-07T15:46:28.930 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-07T15:46:28.949 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi121.front.sepia.ceph.com 2023-12-07T15:46:28.949 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2023-12-07T15:46:29.828 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:29 smithi144 bash[25224]: cluster 2023-12-07T15:46:29.509486+0000 mgr.y (mgr.14454) 96 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:30.057 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:29 smithi121 bash[30890]: cluster 2023-12-07T15:46:29.509486+0000 mgr.y (mgr.14454) 96 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:30.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:29 smithi121 bash[25067]: cluster 2023-12-07T15:46:29.509486+0000 mgr.y (mgr.14454) 96 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:31.308 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:46:31 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:46:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:46:32.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:32 smithi144 bash[25224]: audit 2023-12-07T15:46:31.078163+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:32.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:32 smithi144 bash[25224]: audit 2023-12-07T15:46:31.087282+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:32.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:32 smithi144 bash[25224]: cluster 2023-12-07T15:46:31.510011+0000 mgr.y (mgr.14454) 97 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:32.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:32 smithi144 bash[25224]: audit 2023-12-07T15:46:31.573671+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:46:32.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:32 smithi144 bash[25224]: audit 2023-12-07T15:46:31.807660+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:46:32.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:32 smithi144 bash[25224]: audit 2023-12-07T15:46:32.051346+0000 mon.a (mon.0) 929 : audit [INF] from='client.? 172.21.15.121:0/3018432967' entity='client.admin' 2023-12-07T15:46:32.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:32 smithi121 bash[30890]: audit 2023-12-07T15:46:31.078163+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:32.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:32 smithi121 bash[30890]: audit 2023-12-07T15:46:31.087282+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:32.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:32 smithi121 bash[30890]: cluster 2023-12-07T15:46:31.510011+0000 mgr.y (mgr.14454) 97 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:32.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:32 smithi121 bash[30890]: audit 2023-12-07T15:46:31.573671+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:46:32.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:32 smithi121 bash[30890]: audit 2023-12-07T15:46:31.807660+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:46:32.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:32 smithi121 bash[30890]: audit 2023-12-07T15:46:32.051346+0000 mon.a (mon.0) 929 : audit [INF] from='client.? 172.21.15.121:0/3018432967' entity='client.admin' 2023-12-07T15:46:32.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:32 smithi121 bash[25067]: audit 2023-12-07T15:46:31.078163+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:32.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:32 smithi121 bash[25067]: audit 2023-12-07T15:46:31.087282+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:32.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:32 smithi121 bash[25067]: cluster 2023-12-07T15:46:31.510011+0000 mgr.y (mgr.14454) 97 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:32.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:32 smithi121 bash[25067]: audit 2023-12-07T15:46:31.573671+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:46:32.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:32 smithi121 bash[25067]: audit 2023-12-07T15:46:31.807660+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:46:32.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:32 smithi121 bash[25067]: audit 2023-12-07T15:46:32.051346+0000 mon.a (mon.0) 929 : audit [INF] from='client.? 172.21.15.121:0/3018432967' entity='client.admin' 2023-12-07T15:46:33.087 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-07T15:46:33.097 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi121.front.sepia.ceph.com 2023-12-07T15:46:33.097 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2023-12-07T15:46:33.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:33 smithi144 bash[25224]: audit 2023-12-07T15:46:32.084090+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:46:33.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:33 smithi144 bash[25224]: audit 2023-12-07T15:46:32.089025+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:46:33.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:33 smithi144 bash[25224]: audit 2023-12-07T15:46:32.097800+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:33.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:33 smithi121 bash[25067]: audit 2023-12-07T15:46:32.084090+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:46:33.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:33 smithi121 bash[25067]: audit 2023-12-07T15:46:32.089025+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:46:33.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:33 smithi121 bash[25067]: audit 2023-12-07T15:46:32.097800+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:33.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:33 smithi121 bash[30890]: audit 2023-12-07T15:46:32.084090+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:46:33.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:33 smithi121 bash[30890]: audit 2023-12-07T15:46:32.089025+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:46:33.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:33 smithi121 bash[30890]: audit 2023-12-07T15:46:32.097800+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:34.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:34 smithi144 bash[25224]: cluster 2023-12-07T15:46:33.510674+0000 mgr.y (mgr.14454) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:34.474 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:34 smithi121 bash[30890]: cluster 2023-12-07T15:46:33.510674+0000 mgr.y (mgr.14454) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:34.475 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:34 smithi121 bash[25067]: cluster 2023-12-07T15:46:33.510674+0000 mgr.y (mgr.14454) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:35.124 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:46:34 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:46:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:46:35.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:35 smithi121 bash[25067]: cluster 2023-12-07T15:46:35.511261+0000 mgr.y (mgr.14454) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:35.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:35 smithi121 bash[30890]: cluster 2023-12-07T15:46:35.511261+0000 mgr.y (mgr.14454) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:35.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:35 smithi144 bash[25224]: cluster 2023-12-07T15:46:35.511261+0000 mgr.y (mgr.14454) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:38.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:37 smithi121 bash[25067]: cluster 2023-12-07T15:46:37.511696+0000 mgr.y (mgr.14454) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:38.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:37 smithi121 bash[30890]: cluster 2023-12-07T15:46:37.511696+0000 mgr.y (mgr.14454) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:38.309 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:46:37 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:46:37] "GET /metrics HTTP/1.1" 200 191512 "" "Prometheus/2.33.4" 2023-12-07T15:46:38.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:37 smithi144 bash[25224]: cluster 2023-12-07T15:46:37.511696+0000 mgr.y (mgr.14454) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:38.991 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:46:38.991 INFO:teuthology.orchestra.run.smithi121.stdout: "id": "cf185153-1252-4915-9d39-ab54e60f892a", 2023-12-07T15:46:38.991 INFO:teuthology.orchestra.run.smithi121.stdout: "name": "r", 2023-12-07T15:46:38.991 INFO:teuthology.orchestra.run.smithi121.stdout: "current_period": "957c1563-8179-49a0-b063-fba00eb90ba0", 2023-12-07T15:46:38.991 INFO:teuthology.orchestra.run.smithi121.stdout: "epoch": 1 2023-12-07T15:46:38.991 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:46:39.036 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:38 smithi121 bash[25067]: cluster 2023-12-07T15:46:37.942789+0000 mon.a (mon.0) 933 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-07T15:46:39.036 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:38 smithi121 bash[25067]: audit 2023-12-07T15:46:37.946801+0000 mon.a (mon.0) 934 : audit [INF] from='client.? 172.21.15.121:0/2608875538' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T15:46:39.036 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:38 smithi121 bash[25067]: audit 2023-12-07T15:46:38.946793+0000 mon.a (mon.0) 935 : audit [INF] from='client.? 172.21.15.121:0/2608875538' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T15:46:39.036 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:38 smithi121 bash[25067]: cluster 2023-12-07T15:46:38.946979+0000 mon.a (mon.0) 936 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-07T15:46:39.036 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:38 smithi121 bash[30890]: cluster 2023-12-07T15:46:37.942789+0000 mon.a (mon.0) 933 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-07T15:46:39.037 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:38 smithi121 bash[30890]: audit 2023-12-07T15:46:37.946801+0000 mon.a (mon.0) 934 : audit [INF] from='client.? 172.21.15.121:0/2608875538' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T15:46:39.037 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:38 smithi121 bash[30890]: audit 2023-12-07T15:46:38.946793+0000 mon.a (mon.0) 935 : audit [INF] from='client.? 172.21.15.121:0/2608875538' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T15:46:39.037 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:38 smithi121 bash[30890]: cluster 2023-12-07T15:46:38.946979+0000 mon.a (mon.0) 936 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-07T15:46:39.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:38 smithi144 bash[25224]: cluster 2023-12-07T15:46:37.942789+0000 mon.a (mon.0) 933 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-07T15:46:39.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:38 smithi144 bash[25224]: audit 2023-12-07T15:46:37.946801+0000 mon.a (mon.0) 934 : audit [INF] from='client.? 172.21.15.121:0/2608875538' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T15:46:39.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:38 smithi144 bash[25224]: audit 2023-12-07T15:46:38.946793+0000 mon.a (mon.0) 935 : audit [INF] from='client.? 172.21.15.121:0/2608875538' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T15:46:39.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:38 smithi144 bash[25224]: cluster 2023-12-07T15:46:38.946979+0000 mon.a (mon.0) 936 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-07T15:46:40.066 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2023-12-07T15:46:40.252 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:39 smithi121 bash[30890]: cluster 2023-12-07T15:46:39.512335+0000 mgr.y (mgr.14454) 101 : cluster [DBG] pgmap v69: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:40.252 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:39 smithi121 bash[30890]: cluster 2023-12-07T15:46:39.947715+0000 mon.a (mon.0) 937 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-07T15:46:40.252 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:39 smithi121 bash[25067]: cluster 2023-12-07T15:46:39.512335+0000 mgr.y (mgr.14454) 101 : cluster [DBG] pgmap v69: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:40.252 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:39 smithi121 bash[25067]: cluster 2023-12-07T15:46:39.947715+0000 mon.a (mon.0) 937 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-07T15:46:40.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:39 smithi144 bash[25224]: cluster 2023-12-07T15:46:39.512335+0000 mgr.y (mgr.14454) 101 : cluster [DBG] pgmap v69: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:40.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:39 smithi144 bash[25224]: cluster 2023-12-07T15:46:39.947715+0000 mon.a (mon.0) 937 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-07T15:46:41.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:41 smithi121 bash[25067]: cluster 2023-12-07T15:46:41.512978+0000 mgr.y (mgr.14454) 102 : cluster [DBG] pgmap v71: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:41.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:41 smithi121 bash[30890]: cluster 2023-12-07T15:46:41.512978+0000 mgr.y (mgr.14454) 102 : cluster [DBG] pgmap v71: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:41.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:41 smithi144 bash[25224]: cluster 2023-12-07T15:46:41.512978+0000 mgr.y (mgr.14454) 102 : cluster [DBG] pgmap v71: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:46:42.942 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:46:42.942 INFO:teuthology.orchestra.run.smithi121.stdout: "id": "f4a8b82a-aa66-484b-a12e-c9b258cc916f", 2023-12-07T15:46:42.942 INFO:teuthology.orchestra.run.smithi121.stdout: "name": "default", 2023-12-07T15:46:42.942 INFO:teuthology.orchestra.run.smithi121.stdout: "api_name": "default", 2023-12-07T15:46:42.942 INFO:teuthology.orchestra.run.smithi121.stdout: "is_master": "true", 2023-12-07T15:46:42.942 INFO:teuthology.orchestra.run.smithi121.stdout: "endpoints": [], 2023-12-07T15:46:42.942 INFO:teuthology.orchestra.run.smithi121.stdout: "hostnames": [], 2023-12-07T15:46:42.943 INFO:teuthology.orchestra.run.smithi121.stdout: "hostnames_s3website": [], 2023-12-07T15:46:42.943 INFO:teuthology.orchestra.run.smithi121.stdout: "master_zone": "", 2023-12-07T15:46:42.943 INFO:teuthology.orchestra.run.smithi121.stdout: "zones": [], 2023-12-07T15:46:42.943 INFO:teuthology.orchestra.run.smithi121.stdout: "placement_targets": [], 2023-12-07T15:46:42.943 INFO:teuthology.orchestra.run.smithi121.stdout: "default_placement": "", 2023-12-07T15:46:42.943 INFO:teuthology.orchestra.run.smithi121.stdout: "realm_id": "cf185153-1252-4915-9d39-ab54e60f892a", 2023-12-07T15:46:42.943 INFO:teuthology.orchestra.run.smithi121.stdout: "sync_policy": { 2023-12-07T15:46:42.943 INFO:teuthology.orchestra.run.smithi121.stdout: "groups": [] 2023-12-07T15:46:42.943 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:46:42.943 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:46:43.683 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2023-12-07T15:46:44.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:43 smithi121 bash[25067]: cluster 2023-12-07T15:46:43.513796+0000 mgr.y (mgr.14454) 103 : cluster [DBG] pgmap v72: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-07T15:46:44.059 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:43 smithi121 bash[30890]: cluster 2023-12-07T15:46:43.513796+0000 mgr.y (mgr.14454) 103 : cluster [DBG] pgmap v72: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-07T15:46:44.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:43 smithi144 bash[25224]: cluster 2023-12-07T15:46:43.513796+0000 mgr.y (mgr.14454) 103 : cluster [DBG] pgmap v72: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-07T15:46:44.796 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:46:44 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:46:44] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:46:45.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:46:44 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:46:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:46:45.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:45 smithi121 bash[25067]: audit 2023-12-07T15:46:44.467824+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:45.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:45 smithi121 bash[25067]: audit 2023-12-07T15:46:44.474689+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:45.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:45 smithi121 bash[30890]: audit 2023-12-07T15:46:44.467824+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:45.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:45 smithi121 bash[30890]: audit 2023-12-07T15:46:44.474689+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:45.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:45 smithi144 bash[25224]: audit 2023-12-07T15:46:44.467824+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:45.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:45 smithi144 bash[25224]: audit 2023-12-07T15:46:44.474689+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:46.678 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:46:46.678 INFO:teuthology.orchestra.run.smithi121.stdout: "id": "0adcf05d-9574-4876-b9b4-cf6ab5cdb424", 2023-12-07T15:46:46.678 INFO:teuthology.orchestra.run.smithi121.stdout: "name": "z", 2023-12-07T15:46:46.678 INFO:teuthology.orchestra.run.smithi121.stdout: "domain_root": "z.rgw.meta:root", 2023-12-07T15:46:46.678 INFO:teuthology.orchestra.run.smithi121.stdout: "control_pool": "z.rgw.control", 2023-12-07T15:46:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "gc_pool": "z.rgw.log:gc", 2023-12-07T15:46:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "lc_pool": "z.rgw.log:lc", 2023-12-07T15:46:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "log_pool": "z.rgw.log", 2023-12-07T15:46:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "intent_log_pool": "z.rgw.log:intent", 2023-12-07T15:46:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "usage_log_pool": "z.rgw.log:usage", 2023-12-07T15:46:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "roles_pool": "z.rgw.meta:roles", 2023-12-07T15:46:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "reshard_pool": "z.rgw.log:reshard", 2023-12-07T15:46:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2023-12-07T15:46:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "user_email_pool": "z.rgw.meta:users.email", 2023-12-07T15:46:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2023-12-07T15:46:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2023-12-07T15:46:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "otp_pool": "z.rgw.otp", 2023-12-07T15:46:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "system_key": { 2023-12-07T15:46:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "access_key": "", 2023-12-07T15:46:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "secret_key": "" 2023-12-07T15:46:46.680 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:46:46.680 INFO:teuthology.orchestra.run.smithi121.stdout: "placement_pools": [ 2023-12-07T15:46:46.680 INFO:teuthology.orchestra.run.smithi121.stdout: { 2023-12-07T15:46:46.680 INFO:teuthology.orchestra.run.smithi121.stdout: "key": "default-placement", 2023-12-07T15:46:46.680 INFO:teuthology.orchestra.run.smithi121.stdout: "val": { 2023-12-07T15:46:46.680 INFO:teuthology.orchestra.run.smithi121.stdout: "index_pool": "z.rgw.buckets.index", 2023-12-07T15:46:46.680 INFO:teuthology.orchestra.run.smithi121.stdout: "storage_classes": { 2023-12-07T15:46:46.680 INFO:teuthology.orchestra.run.smithi121.stdout: "STANDARD": { 2023-12-07T15:46:46.680 INFO:teuthology.orchestra.run.smithi121.stdout: "data_pool": "z.rgw.buckets.data" 2023-12-07T15:46:46.680 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:46:46.680 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:46:46.680 INFO:teuthology.orchestra.run.smithi121.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2023-12-07T15:46:46.680 INFO:teuthology.orchestra.run.smithi121.stdout: "index_type": 0 2023-12-07T15:46:46.680 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:46:46.680 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:46:46.680 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T15:46:46.681 INFO:teuthology.orchestra.run.smithi121.stdout: "realm_id": "cf185153-1252-4915-9d39-ab54e60f892a", 2023-12-07T15:46:46.681 INFO:teuthology.orchestra.run.smithi121.stdout: "notif_pool": "z.rgw.log:notif" 2023-12-07T15:46:46.681 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:46:46.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:46 smithi121 bash[30890]: cluster 2023-12-07T15:46:45.514448+0000 mgr.y (mgr.14454) 104 : cluster [DBG] pgmap v73: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s wr, 1 op/s 2023-12-07T15:46:46.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:46 smithi121 bash[25067]: cluster 2023-12-07T15:46:45.514448+0000 mgr.y (mgr.14454) 104 : cluster [DBG] pgmap v73: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s wr, 1 op/s 2023-12-07T15:46:46.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:46 smithi144 bash[25224]: cluster 2023-12-07T15:46:45.514448+0000 mgr.y (mgr.14454) 104 : cluster [DBG] pgmap v73: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s wr, 1 op/s 2023-12-07T15:46:47.470 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2023-12-07T15:46:47.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:47 smithi121 bash[30890]: cluster 2023-12-07T15:46:47.515226+0000 mgr.y (mgr.14454) 105 : cluster [DBG] pgmap v74: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 836 B/s rd, 1.9 KiB/s wr, 3 op/s 2023-12-07T15:46:47.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:47 smithi121 bash[25067]: cluster 2023-12-07T15:46:47.515226+0000 mgr.y (mgr.14454) 105 : cluster [DBG] pgmap v74: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 836 B/s rd, 1.9 KiB/s wr, 3 op/s 2023-12-07T15:46:47.874 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:47 smithi144 bash[25224]: cluster 2023-12-07T15:46:47.515226+0000 mgr.y (mgr.14454) 105 : cluster [DBG] pgmap v74: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 836 B/s rd, 1.9 KiB/s wr, 3 op/s 2023-12-07T15:46:48.058 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:46:47 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:46:47] "GET /metrics HTTP/1.1" 200 192940 "" "Prometheus/2.33.4" 2023-12-07T15:46:49.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:49 smithi121 bash[25067]: cluster 2023-12-07T15:46:49.515687+0000 mgr.y (mgr.14454) 106 : cluster [DBG] pgmap v75: 33 pgs: 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 2023-12-07T15:46:49.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:49 smithi121 bash[30890]: cluster 2023-12-07T15:46:49.515687+0000 mgr.y (mgr.14454) 106 : cluster [DBG] pgmap v75: 33 pgs: 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 2023-12-07T15:46:49.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:49 smithi144 bash[25224]: cluster 2023-12-07T15:46:49.515687+0000 mgr.y (mgr.14454) 106 : cluster [DBG] pgmap v75: 33 pgs: 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 2023-12-07T15:46:51.308 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:46:50 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:46:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:46:52.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:51 smithi144 bash[25224]: audit 2023-12-07T15:46:50.930719+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:52.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:51 smithi144 bash[25224]: audit 2023-12-07T15:46:50.937611+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:52.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:51 smithi144 bash[25224]: cluster 2023-12-07T15:46:50.979770+0000 mon.a (mon.0) 942 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-07T15:46:52.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:51 smithi144 bash[25224]: audit 2023-12-07T15:46:50.983488+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.121:0/2448053887' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-07T15:46:52.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:51 smithi144 bash[25224]: audit 2023-12-07T15:46:50.983959+0000 mon.a (mon.0) 943 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-07T15:46:52.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:51 smithi144 bash[25224]: cluster 2023-12-07T15:46:51.516366+0000 mgr.y (mgr.14454) 107 : cluster [DBG] pgmap v77: 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 2023-12-07T15:46:52.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:51 smithi121 bash[25067]: audit 2023-12-07T15:46:50.930719+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:52.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:51 smithi121 bash[25067]: audit 2023-12-07T15:46:50.937611+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:52.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:51 smithi121 bash[25067]: cluster 2023-12-07T15:46:50.979770+0000 mon.a (mon.0) 942 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-07T15:46:52.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:51 smithi121 bash[25067]: audit 2023-12-07T15:46:50.983488+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.121:0/2448053887' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-07T15:46:52.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:51 smithi121 bash[25067]: audit 2023-12-07T15:46:50.983959+0000 mon.a (mon.0) 943 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-07T15:46:52.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:51 smithi121 bash[25067]: cluster 2023-12-07T15:46:51.516366+0000 mgr.y (mgr.14454) 107 : cluster [DBG] pgmap v77: 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 2023-12-07T15:46:52.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:51 smithi121 bash[30890]: audit 2023-12-07T15:46:50.930719+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:52.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:51 smithi121 bash[30890]: audit 2023-12-07T15:46:50.937611+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:46:52.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:51 smithi121 bash[30890]: cluster 2023-12-07T15:46:50.979770+0000 mon.a (mon.0) 942 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-07T15:46:52.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:51 smithi121 bash[30890]: audit 2023-12-07T15:46:50.983488+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.121:0/2448053887' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-07T15:46:52.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:51 smithi121 bash[30890]: audit 2023-12-07T15:46:50.983959+0000 mon.a (mon.0) 943 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-07T15:46:52.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:51 smithi121 bash[30890]: cluster 2023-12-07T15:46:51.516366+0000 mgr.y (mgr.14454) 107 : cluster [DBG] pgmap v77: 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 2023-12-07T15:46:53.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:52 smithi121 bash[25067]: audit 2023-12-07T15:46:51.986416+0000 mon.a (mon.0) 944 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-07T15:46:53.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:52 smithi121 bash[25067]: cluster 2023-12-07T15:46:51.986807+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-07T15:46:53.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:52 smithi121 bash[30890]: audit 2023-12-07T15:46:51.986416+0000 mon.a (mon.0) 944 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-07T15:46:53.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:52 smithi121 bash[30890]: cluster 2023-12-07T15:46:51.986807+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-07T15:46:53.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:52 smithi144 bash[25224]: audit 2023-12-07T15:46:51.986416+0000 mon.a (mon.0) 944 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-07T15:46:53.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:52 smithi144 bash[25224]: cluster 2023-12-07T15:46:51.986807+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-07T15:46:54.017 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:54 smithi121 bash[25067]: cluster 2023-12-07T15:46:53.000554+0000 mon.a (mon.0) 946 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-07T15:46:54.017 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:54 smithi121 bash[25067]: audit 2023-12-07T15:46:53.002076+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.121:0/2448053887' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-07T15:46:54.018 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:54 smithi121 bash[25067]: audit 2023-12-07T15:46:53.010302+0000 mon.a (mon.0) 947 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-07T15:46:54.018 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:54 smithi121 bash[25067]: cluster 2023-12-07T15:46:53.517155+0000 mgr.y (mgr.14454) 108 : cluster [DBG] pgmap v80: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2023-12-07T15:46:54.018 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:54 smithi121 bash[30890]: cluster 2023-12-07T15:46:53.000554+0000 mon.a (mon.0) 946 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-07T15:46:54.018 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:54 smithi121 bash[30890]: audit 2023-12-07T15:46:53.002076+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.121:0/2448053887' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-07T15:46:54.018 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:54 smithi121 bash[30890]: audit 2023-12-07T15:46:53.010302+0000 mon.a (mon.0) 947 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-07T15:46:54.018 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:54 smithi121 bash[30890]: cluster 2023-12-07T15:46:53.517155+0000 mgr.y (mgr.14454) 108 : cluster [DBG] pgmap v80: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2023-12-07T15:46:54.320 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:54 smithi144 bash[25224]: cluster 2023-12-07T15:46:53.000554+0000 mon.a (mon.0) 946 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-07T15:46:54.320 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:54 smithi144 bash[25224]: audit 2023-12-07T15:46:53.002076+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.121:0/2448053887' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-07T15:46:54.320 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:54 smithi144 bash[25224]: audit 2023-12-07T15:46:53.010302+0000 mon.a (mon.0) 947 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-07T15:46:54.320 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:54 smithi144 bash[25224]: cluster 2023-12-07T15:46:53.517155+0000 mgr.y (mgr.14454) 108 : cluster [DBG] pgmap v80: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2023-12-07T15:46:55.035 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:46:54 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:46:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:46:55.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:55 smithi121 bash[25067]: audit 2023-12-07T15:46:54.004741+0000 mon.a (mon.0) 948 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-07T15:46:55.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:55 smithi121 bash[25067]: cluster 2023-12-07T15:46:54.005199+0000 mon.a (mon.0) 949 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-07T15:46:55.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:55 smithi121 bash[30890]: audit 2023-12-07T15:46:54.004741+0000 mon.a (mon.0) 948 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-07T15:46:55.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:55 smithi121 bash[30890]: cluster 2023-12-07T15:46:54.005199+0000 mon.a (mon.0) 949 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-07T15:46:55.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:55 smithi144 bash[25224]: audit 2023-12-07T15:46:54.004741+0000 mon.a (mon.0) 948 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-07T15:46:55.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:55 smithi144 bash[25224]: cluster 2023-12-07T15:46:54.005199+0000 mon.a (mon.0) 949 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-07T15:46:56.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:56 smithi121 bash[25067]: cluster 2023-12-07T15:46:55.028095+0000 mon.a (mon.0) 950 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-07T15:46:56.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:56 smithi121 bash[25067]: audit 2023-12-07T15:46:55.031495+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.121:0/3817383532' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-07T15:46:56.041 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:56 smithi121 bash[30890]: cluster 2023-12-07T15:46:55.028095+0000 mon.a (mon.0) 950 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-07T15:46:56.041 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:56 smithi121 bash[30890]: audit 2023-12-07T15:46:55.031495+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.121:0/3817383532' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-07T15:46:56.041 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:56 smithi121 bash[30890]: audit 2023-12-07T15:46:55.039283+0000 mon.a (mon.0) 951 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-07T15:46:56.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:56 smithi121 bash[30890]: cluster 2023-12-07T15:46:55.517898+0000 mgr.y (mgr.14454) 109 : cluster [DBG] pgmap v83: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-07T15:46:56.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:56 smithi121 bash[30890]: audit 2023-12-07T15:46:56.030391+0000 mon.a (mon.0) 952 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-07T15:46:56.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:56 smithi121 bash[30890]: cluster 2023-12-07T15:46:56.030519+0000 mon.a (mon.0) 953 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-07T15:46:56.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:56 smithi121 bash[25067]: audit 2023-12-07T15:46:55.039283+0000 mon.a (mon.0) 951 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-07T15:46:56.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:56 smithi121 bash[25067]: cluster 2023-12-07T15:46:55.517898+0000 mgr.y (mgr.14454) 109 : cluster [DBG] pgmap v83: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-07T15:46:56.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:56 smithi121 bash[25067]: audit 2023-12-07T15:46:56.030391+0000 mon.a (mon.0) 952 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-07T15:46:56.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:56 smithi121 bash[25067]: cluster 2023-12-07T15:46:56.030519+0000 mon.a (mon.0) 953 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-07T15:46:56.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:56 smithi144 bash[25224]: cluster 2023-12-07T15:46:55.028095+0000 mon.a (mon.0) 950 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-07T15:46:56.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:56 smithi144 bash[25224]: audit 2023-12-07T15:46:55.031495+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.121:0/3817383532' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-07T15:46:56.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:56 smithi144 bash[25224]: audit 2023-12-07T15:46:55.039283+0000 mon.a (mon.0) 951 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-07T15:46:56.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:56 smithi144 bash[25224]: cluster 2023-12-07T15:46:55.517898+0000 mgr.y (mgr.14454) 109 : cluster [DBG] pgmap v83: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-07T15:46:56.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:56 smithi144 bash[25224]: audit 2023-12-07T15:46:56.030391+0000 mon.a (mon.0) 952 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-07T15:46:56.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:56 smithi144 bash[25224]: cluster 2023-12-07T15:46:56.030519+0000 mon.a (mon.0) 953 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-07T15:46:57.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:57 smithi121 bash[25067]: audit 2023-12-07T15:46:56.034076+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.121:0/3817383532' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-07T15:46:57.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:57 smithi121 bash[25067]: audit 2023-12-07T15:46:56.045305+0000 mon.a (mon.0) 954 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-07T15:46:57.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:57 smithi121 bash[30890]: audit 2023-12-07T15:46:56.034076+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.121:0/3817383532' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-07T15:46:57.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:57 smithi121 bash[30890]: audit 2023-12-07T15:46:56.045305+0000 mon.a (mon.0) 954 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-07T15:46:57.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:57 smithi144 bash[25224]: audit 2023-12-07T15:46:56.034076+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.121:0/3817383532' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-07T15:46:57.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:57 smithi144 bash[25224]: audit 2023-12-07T15:46:56.045305+0000 mon.a (mon.0) 954 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-07T15:46:58.058 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:46:57 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:46:57] "GET /metrics HTTP/1.1" 200 192940 "" "Prometheus/2.33.4" 2023-12-07T15:46:58.165 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:46:58.165 INFO:teuthology.orchestra.run.smithi121.stdout: "id": "e6230525-c01a-4152-80fe-b172cffa8c65", 2023-12-07T15:46:58.165 INFO:teuthology.orchestra.run.smithi121.stdout: "epoch": 1, 2023-12-07T15:46:58.165 INFO:teuthology.orchestra.run.smithi121.stdout: "predecessor_uuid": "957c1563-8179-49a0-b063-fba00eb90ba0", 2023-12-07T15:46:58.165 INFO:teuthology.orchestra.run.smithi121.stdout: "sync_status": [], 2023-12-07T15:46:58.165 INFO:teuthology.orchestra.run.smithi121.stdout: "period_map": { 2023-12-07T15:46:58.165 INFO:teuthology.orchestra.run.smithi121.stdout: "id": "e6230525-c01a-4152-80fe-b172cffa8c65", 2023-12-07T15:46:58.165 INFO:teuthology.orchestra.run.smithi121.stdout: "zonegroups": [ 2023-12-07T15:46:58.165 INFO:teuthology.orchestra.run.smithi121.stdout: { 2023-12-07T15:46:58.166 INFO:teuthology.orchestra.run.smithi121.stdout: "id": "f4a8b82a-aa66-484b-a12e-c9b258cc916f", 2023-12-07T15:46:58.166 INFO:teuthology.orchestra.run.smithi121.stdout: "name": "default", 2023-12-07T15:46:58.166 INFO:teuthology.orchestra.run.smithi121.stdout: "api_name": "default", 2023-12-07T15:46:58.166 INFO:teuthology.orchestra.run.smithi121.stdout: "is_master": "true", 2023-12-07T15:46:58.166 INFO:teuthology.orchestra.run.smithi121.stdout: "endpoints": [], 2023-12-07T15:46:58.166 INFO:teuthology.orchestra.run.smithi121.stdout: "hostnames": [], 2023-12-07T15:46:58.166 INFO:teuthology.orchestra.run.smithi121.stdout: "hostnames_s3website": [], 2023-12-07T15:46:58.166 INFO:teuthology.orchestra.run.smithi121.stdout: "master_zone": "0adcf05d-9574-4876-b9b4-cf6ab5cdb424", 2023-12-07T15:46:58.166 INFO:teuthology.orchestra.run.smithi121.stdout: "zones": [ 2023-12-07T15:46:58.166 INFO:teuthology.orchestra.run.smithi121.stdout: { 2023-12-07T15:46:58.166 INFO:teuthology.orchestra.run.smithi121.stdout: "id": "0adcf05d-9574-4876-b9b4-cf6ab5cdb424", 2023-12-07T15:46:58.166 INFO:teuthology.orchestra.run.smithi121.stdout: "name": "z", 2023-12-07T15:46:58.166 INFO:teuthology.orchestra.run.smithi121.stdout: "endpoints": [], 2023-12-07T15:46:58.166 INFO:teuthology.orchestra.run.smithi121.stdout: "log_meta": "false", 2023-12-07T15:46:58.166 INFO:teuthology.orchestra.run.smithi121.stdout: "log_data": "false", 2023-12-07T15:46:58.167 INFO:teuthology.orchestra.run.smithi121.stdout: "bucket_index_max_shards": 11, 2023-12-07T15:46:58.167 INFO:teuthology.orchestra.run.smithi121.stdout: "read_only": "false", 2023-12-07T15:46:58.167 INFO:teuthology.orchestra.run.smithi121.stdout: "tier_type": "", 2023-12-07T15:46:58.167 INFO:teuthology.orchestra.run.smithi121.stdout: "sync_from_all": "true", 2023-12-07T15:46:58.167 INFO:teuthology.orchestra.run.smithi121.stdout: "sync_from": [], 2023-12-07T15:46:58.167 INFO:teuthology.orchestra.run.smithi121.stdout: "redirect_zone": "" 2023-12-07T15:46:58.167 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:46:58.167 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T15:46:58.167 INFO:teuthology.orchestra.run.smithi121.stdout: "placement_targets": [ 2023-12-07T15:46:58.167 INFO:teuthology.orchestra.run.smithi121.stdout: { 2023-12-07T15:46:58.167 INFO:teuthology.orchestra.run.smithi121.stdout: "name": "default-placement", 2023-12-07T15:46:58.167 INFO:teuthology.orchestra.run.smithi121.stdout: "tags": [], 2023-12-07T15:46:58.167 INFO:teuthology.orchestra.run.smithi121.stdout: "storage_classes": [ 2023-12-07T15:46:58.167 INFO:teuthology.orchestra.run.smithi121.stdout: "STANDARD" 2023-12-07T15:46:58.167 INFO:teuthology.orchestra.run.smithi121.stdout: ] 2023-12-07T15:46:58.168 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:46:58.168 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T15:46:58.168 INFO:teuthology.orchestra.run.smithi121.stdout: "default_placement": "default-placement", 2023-12-07T15:46:58.168 INFO:teuthology.orchestra.run.smithi121.stdout: "realm_id": "cf185153-1252-4915-9d39-ab54e60f892a", 2023-12-07T15:46:58.168 INFO:teuthology.orchestra.run.smithi121.stdout: "sync_policy": { 2023-12-07T15:46:58.168 INFO:teuthology.orchestra.run.smithi121.stdout: "groups": [] 2023-12-07T15:46:58.168 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:46:58.168 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:46:58.168 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T15:46:58.168 INFO:teuthology.orchestra.run.smithi121.stdout: "short_zone_ids": [ 2023-12-07T15:46:58.168 INFO:teuthology.orchestra.run.smithi121.stdout: { 2023-12-07T15:46:58.168 INFO:teuthology.orchestra.run.smithi121.stdout: "key": "0adcf05d-9574-4876-b9b4-cf6ab5cdb424", 2023-12-07T15:46:58.168 INFO:teuthology.orchestra.run.smithi121.stdout: "val": 3028444928 2023-12-07T15:46:58.168 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:46:58.168 INFO:teuthology.orchestra.run.smithi121.stdout: ] 2023-12-07T15:46:58.169 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:46:58.169 INFO:teuthology.orchestra.run.smithi121.stdout: "master_zonegroup": "f4a8b82a-aa66-484b-a12e-c9b258cc916f", 2023-12-07T15:46:58.169 INFO:teuthology.orchestra.run.smithi121.stdout: "master_zone": "0adcf05d-9574-4876-b9b4-cf6ab5cdb424", 2023-12-07T15:46:58.169 INFO:teuthology.orchestra.run.smithi121.stdout: "period_config": { 2023-12-07T15:46:58.169 INFO:teuthology.orchestra.run.smithi121.stdout: "bucket_quota": { 2023-12-07T15:46:58.169 INFO:teuthology.orchestra.run.smithi121.stdout: "enabled": false, 2023-12-07T15:46:58.169 INFO:teuthology.orchestra.run.smithi121.stdout: "check_on_raw": false, 2023-12-07T15:46:58.169 INFO:teuthology.orchestra.run.smithi121.stdout: "max_size": -1, 2023-12-07T15:46:58.169 INFO:teuthology.orchestra.run.smithi121.stdout: "max_size_kb": 0, 2023-12-07T15:46:58.169 INFO:teuthology.orchestra.run.smithi121.stdout: "max_objects": -1 2023-12-07T15:46:58.169 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:46:58.169 INFO:teuthology.orchestra.run.smithi121.stdout: "user_quota": { 2023-12-07T15:46:58.169 INFO:teuthology.orchestra.run.smithi121.stdout: "enabled": false, 2023-12-07T15:46:58.169 INFO:teuthology.orchestra.run.smithi121.stdout: "check_on_raw": false, 2023-12-07T15:46:58.169 INFO:teuthology.orchestra.run.smithi121.stdout: "max_size": -1, 2023-12-07T15:46:58.170 INFO:teuthology.orchestra.run.smithi121.stdout: "max_size_kb": 0, 2023-12-07T15:46:58.170 INFO:teuthology.orchestra.run.smithi121.stdout: "max_objects": -1 2023-12-07T15:46:58.170 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:46:58.170 INFO:teuthology.orchestra.run.smithi121.stdout: "user_ratelimit": { 2023-12-07T15:46:58.170 INFO:teuthology.orchestra.run.smithi121.stdout: "max_read_ops": 0, 2023-12-07T15:46:58.170 INFO:teuthology.orchestra.run.smithi121.stdout: "max_write_ops": 0, 2023-12-07T15:46:58.170 INFO:teuthology.orchestra.run.smithi121.stdout: "max_read_bytes": 0, 2023-12-07T15:46:58.170 INFO:teuthology.orchestra.run.smithi121.stdout: "max_write_bytes": 0, 2023-12-07T15:46:58.170 INFO:teuthology.orchestra.run.smithi121.stdout: "enabled": false 2023-12-07T15:46:58.170 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:46:58.170 INFO:teuthology.orchestra.run.smithi121.stdout: "bucket_ratelimit": { 2023-12-07T15:46:58.170 INFO:teuthology.orchestra.run.smithi121.stdout: "max_read_ops": 0, 2023-12-07T15:46:58.170 INFO:teuthology.orchestra.run.smithi121.stdout: "max_write_ops": 0, 2023-12-07T15:46:58.170 INFO:teuthology.orchestra.run.smithi121.stdout: "max_read_bytes": 0, 2023-12-07T15:46:58.170 INFO:teuthology.orchestra.run.smithi121.stdout: "max_write_bytes": 0, 2023-12-07T15:46:58.171 INFO:teuthology.orchestra.run.smithi121.stdout: "enabled": false 2023-12-07T15:46:58.171 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:46:58.171 INFO:teuthology.orchestra.run.smithi121.stdout: "anonymous_ratelimit": { 2023-12-07T15:46:58.171 INFO:teuthology.orchestra.run.smithi121.stdout: "max_read_ops": 0, 2023-12-07T15:46:58.171 INFO:teuthology.orchestra.run.smithi121.stdout: "max_write_ops": 0, 2023-12-07T15:46:58.171 INFO:teuthology.orchestra.run.smithi121.stdout: "max_read_bytes": 0, 2023-12-07T15:46:58.171 INFO:teuthology.orchestra.run.smithi121.stdout: "max_write_bytes": 0, 2023-12-07T15:46:58.171 INFO:teuthology.orchestra.run.smithi121.stdout: "enabled": false 2023-12-07T15:46:58.171 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:46:58.171 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:46:58.171 INFO:teuthology.orchestra.run.smithi121.stdout: "realm_id": "cf185153-1252-4915-9d39-ab54e60f892a", 2023-12-07T15:46:58.171 INFO:teuthology.orchestra.run.smithi121.stdout: "realm_name": "r", 2023-12-07T15:46:58.171 INFO:teuthology.orchestra.run.smithi121.stdout: "realm_epoch": 2 2023-12-07T15:46:58.171 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:46:58.191 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:58 smithi121 bash[25067]: audit 2023-12-07T15:46:57.055299+0000 mon.a (mon.0) 955 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-07T15:46:58.191 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:58 smithi121 bash[25067]: cluster 2023-12-07T15:46:57.055411+0000 mon.a (mon.0) 956 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-07T15:46:58.191 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:58 smithi121 bash[25067]: audit 2023-12-07T15:46:57.056188+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.121:0/3817383532' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-07T15:46:58.191 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:58 smithi121 bash[25067]: audit 2023-12-07T15:46:57.056792+0000 mon.a (mon.0) 957 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-07T15:46:58.191 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:58 smithi121 bash[30890]: audit 2023-12-07T15:46:57.055299+0000 mon.a (mon.0) 955 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-07T15:46:58.191 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:58 smithi121 bash[30890]: cluster 2023-12-07T15:46:57.055411+0000 mon.a (mon.0) 956 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-07T15:46:58.191 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:58 smithi121 bash[30890]: audit 2023-12-07T15:46:57.056188+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.121:0/3817383532' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-07T15:46:58.191 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:58 smithi121 bash[30890]: audit 2023-12-07T15:46:57.056792+0000 mon.a (mon.0) 957 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-07T15:46:58.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:58 smithi144 bash[25224]: audit 2023-12-07T15:46:57.055299+0000 mon.a (mon.0) 955 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-07T15:46:58.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:58 smithi144 bash[25224]: cluster 2023-12-07T15:46:57.055411+0000 mon.a (mon.0) 956 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-07T15:46:58.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:58 smithi144 bash[25224]: audit 2023-12-07T15:46:57.056188+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.121:0/3817383532' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-07T15:46:58.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:58 smithi144 bash[25224]: audit 2023-12-07T15:46:57.056792+0000 mon.a (mon.0) 957 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-07T15:46:59.101 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2023-12-07T15:46:59.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:59 smithi121 bash[30890]: cluster 2023-12-07T15:46:57.519152+0000 mgr.y (mgr.14454) 110 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 579 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2023-12-07T15:46:59.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:59 smithi121 bash[30890]: audit 2023-12-07T15:46:58.058358+0000 mon.a (mon.0) 958 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-07T15:46:59.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:46:59 smithi121 bash[30890]: cluster 2023-12-07T15:46:58.058484+0000 mon.a (mon.0) 959 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-07T15:46:59.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:59 smithi121 bash[25067]: cluster 2023-12-07T15:46:57.519152+0000 mgr.y (mgr.14454) 110 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 579 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2023-12-07T15:46:59.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:59 smithi121 bash[25067]: audit 2023-12-07T15:46:58.058358+0000 mon.a (mon.0) 958 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-07T15:46:59.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:46:59 smithi121 bash[25067]: cluster 2023-12-07T15:46:58.058484+0000 mon.a (mon.0) 959 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-07T15:46:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:59 smithi144 bash[25224]: cluster 2023-12-07T15:46:57.519152+0000 mgr.y (mgr.14454) 110 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 579 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2023-12-07T15:46:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:59 smithi144 bash[25224]: audit 2023-12-07T15:46:58.058358+0000 mon.a (mon.0) 958 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-07T15:46:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:46:59 smithi144 bash[25224]: cluster 2023-12-07T15:46:58.058484+0000 mon.a (mon.0) 959 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-07T15:47:01.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:01 smithi121 bash[25067]: cluster 2023-12-07T15:46:59.519900+0000 mgr.y (mgr.14454) 111 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 579 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 227 B/s rd, 455 B/s wr, 1 op/s 2023-12-07T15:47:01.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:01 smithi121 bash[30890]: cluster 2023-12-07T15:46:59.519900+0000 mgr.y (mgr.14454) 111 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 579 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 227 B/s rd, 455 B/s wr, 1 op/s 2023-12-07T15:47:01.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:01 smithi144 bash[25224]: cluster 2023-12-07T15:46:59.519900+0000 mgr.y (mgr.14454) 111 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 579 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 227 B/s rd, 455 B/s wr, 1 op/s 2023-12-07T15:47:02.109 INFO:teuthology.orchestra.run.smithi121.stdout:Scheduled rgw.foo update... 2023-12-07T15:47:03.373 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[25067]: cluster 2023-12-07T15:47:01.520579+0000 mgr.y (mgr.14454) 112 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 579 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-07T15:47:03.373 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[25067]: audit 2023-12-07T15:47:02.095746+0000 mgr.y (mgr.14454) 113 : audit [DBG] from='client.14703 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:03.374 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[25067]: cephadm 2023-12-07T15:47:02.099806+0000 mgr.y (mgr.14454) 114 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-07T15:47:03.374 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[25067]: audit 2023-12-07T15:47:02.107435+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.374 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[25067]: audit 2023-12-07T15:47:02.151674+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:03.374 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[25067]: audit 2023-12-07T15:47:02.153339+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:03.374 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[25067]: audit 2023-12-07T15:47:02.164593+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.374 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[25067]: audit 2023-12-07T15:47:02.179734+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.374 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[25067]: audit 2023-12-07T15:47:02.190774+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.374 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[25067]: cephadm 2023-12-07T15:47:02.192018+0000 mgr.y (mgr.14454) 115 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-07T15:47:03.374 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[25067]: audit 2023-12-07T15:47:02.199242+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.374 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[25067]: audit 2023-12-07T15:47:02.200234+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi121.qinpyd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:47:03.374 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[25067]: audit 2023-12-07T15:47:02.207086+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi121.qinpyd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:47:03.374 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[25067]: audit 2023-12-07T15:47:02.216327+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.374 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[25067]: audit 2023-12-07T15:47:02.217997+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:03.374 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[25067]: cephadm 2023-12-07T15:47:02.219474+0000 mgr.y (mgr.14454) 116 : cephadm [INF] Deploying daemon rgw.foo.smithi121.qinpyd on smithi121 2023-12-07T15:47:03.375 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[30890]: cluster 2023-12-07T15:47:01.520579+0000 mgr.y (mgr.14454) 112 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 579 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-07T15:47:03.375 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[30890]: audit 2023-12-07T15:47:02.095746+0000 mgr.y (mgr.14454) 113 : audit [DBG] from='client.14703 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:03.375 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[30890]: cephadm 2023-12-07T15:47:02.099806+0000 mgr.y (mgr.14454) 114 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-07T15:47:03.375 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[30890]: audit 2023-12-07T15:47:02.107435+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.375 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[30890]: audit 2023-12-07T15:47:02.151674+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:03.375 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[30890]: audit 2023-12-07T15:47:02.153339+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:03.375 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[30890]: audit 2023-12-07T15:47:02.164593+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.375 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[30890]: audit 2023-12-07T15:47:02.179734+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.375 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[30890]: audit 2023-12-07T15:47:02.190774+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.375 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[30890]: cephadm 2023-12-07T15:47:02.192018+0000 mgr.y (mgr.14454) 115 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-07T15:47:03.375 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[30890]: audit 2023-12-07T15:47:02.199242+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.375 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[30890]: audit 2023-12-07T15:47:02.200234+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi121.qinpyd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:47:03.376 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[30890]: audit 2023-12-07T15:47:02.207086+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi121.qinpyd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:47:03.376 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[30890]: audit 2023-12-07T15:47:02.216327+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.376 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[30890]: audit 2023-12-07T15:47:02.217997+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:03.376 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:03 smithi121 bash[30890]: cephadm 2023-12-07T15:47:02.219474+0000 mgr.y (mgr.14454) 116 : cephadm [INF] Deploying daemon rgw.foo.smithi121.qinpyd on smithi121 2023-12-07T15:47:03.377 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch apply rgw smpl' 2023-12-07T15:47:03.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:03 smithi144 bash[25224]: cluster 2023-12-07T15:47:01.520579+0000 mgr.y (mgr.14454) 112 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 579 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-07T15:47:03.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:03 smithi144 bash[25224]: audit 2023-12-07T15:47:02.095746+0000 mgr.y (mgr.14454) 113 : audit [DBG] from='client.14703 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:03.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:03 smithi144 bash[25224]: cephadm 2023-12-07T15:47:02.099806+0000 mgr.y (mgr.14454) 114 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-07T15:47:03.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:03 smithi144 bash[25224]: audit 2023-12-07T15:47:02.107435+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:03 smithi144 bash[25224]: audit 2023-12-07T15:47:02.151674+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:03.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:03 smithi144 bash[25224]: audit 2023-12-07T15:47:02.153339+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:03.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:03 smithi144 bash[25224]: audit 2023-12-07T15:47:02.164593+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:03 smithi144 bash[25224]: audit 2023-12-07T15:47:02.179734+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:03 smithi144 bash[25224]: audit 2023-12-07T15:47:02.190774+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:03 smithi144 bash[25224]: cephadm 2023-12-07T15:47:02.192018+0000 mgr.y (mgr.14454) 115 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-07T15:47:03.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:03 smithi144 bash[25224]: audit 2023-12-07T15:47:02.199242+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:03 smithi144 bash[25224]: audit 2023-12-07T15:47:02.200234+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi121.qinpyd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:47:03.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:03 smithi144 bash[25224]: audit 2023-12-07T15:47:02.207086+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi121.qinpyd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:47:03.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:03 smithi144 bash[25224]: audit 2023-12-07T15:47:02.216327+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:03.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:03 smithi144 bash[25224]: audit 2023-12-07T15:47:02.217997+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:03.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:03 smithi144 bash[25224]: cephadm 2023-12-07T15:47:02.219474+0000 mgr.y (mgr.14454) 116 : cephadm [INF] Deploying daemon rgw.foo.smithi121.qinpyd on smithi121 2023-12-07T15:47:04.845 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:04 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:47:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:47:05.117 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:47:04 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:47:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:47:05.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:05 smithi144 bash[25224]: cluster 2023-12-07T15:47:03.522069+0000 mgr.y (mgr.14454) 117 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-12-07T15:47:05.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:05 smithi144 bash[25224]: audit 2023-12-07T15:47:04.597369+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:05.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:05 smithi144 bash[25224]: audit 2023-12-07T15:47:04.604309+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:05.543 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:05 smithi121 bash[25067]: cluster 2023-12-07T15:47:03.522069+0000 mgr.y (mgr.14454) 117 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-12-07T15:47:05.543 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:05 smithi121 bash[25067]: audit 2023-12-07T15:47:04.597369+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:05.544 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:05 smithi121 bash[25067]: audit 2023-12-07T15:47:04.604309+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:05.544 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:05 smithi121 bash[30890]: cluster 2023-12-07T15:47:03.522069+0000 mgr.y (mgr.14454) 117 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-12-07T15:47:05.544 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:05 smithi121 bash[30890]: audit 2023-12-07T15:47:04.597369+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:05.544 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:05 smithi121 bash[30890]: audit 2023-12-07T15:47:04.604309+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:07.486 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:07 smithi144 bash[25224]: cluster 2023-12-07T15:47:05.522848+0000 mgr.y (mgr.14454) 118 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 1.1 KiB/s wr, 2 op/s 2023-12-07T15:47:07.486 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:07 smithi144 bash[25224]: audit 2023-12-07T15:47:06.148359+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:07.486 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:07 smithi144 bash[25224]: audit 2023-12-07T15:47:06.150142+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.ukcjdp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:47:07.486 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:07 smithi144 bash[25224]: audit 2023-12-07T15:47:06.154890+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.ukcjdp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:47:07.486 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:07 smithi144 bash[25224]: audit 2023-12-07T15:47:06.162309+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:07.487 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:07 smithi144 bash[25224]: audit 2023-12-07T15:47:06.163598+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:07.487 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:07 smithi144 bash[25224]: cephadm 2023-12-07T15:47:06.164987+0000 mgr.y (mgr.14454) 119 : cephadm [INF] Deploying daemon rgw.foo.smithi144.ukcjdp on smithi144 2023-12-07T15:47:07.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:07 smithi121 bash[30890]: cluster 2023-12-07T15:47:05.522848+0000 mgr.y (mgr.14454) 118 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 1.1 KiB/s wr, 2 op/s 2023-12-07T15:47:07.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:07 smithi121 bash[30890]: audit 2023-12-07T15:47:06.148359+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:07.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:07 smithi121 bash[30890]: audit 2023-12-07T15:47:06.150142+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.ukcjdp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:47:07.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:07 smithi121 bash[30890]: audit 2023-12-07T15:47:06.154890+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.ukcjdp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:47:07.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:07 smithi121 bash[30890]: audit 2023-12-07T15:47:06.162309+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:07.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:07 smithi121 bash[30890]: audit 2023-12-07T15:47:06.163598+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:07.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:07 smithi121 bash[30890]: cephadm 2023-12-07T15:47:06.164987+0000 mgr.y (mgr.14454) 119 : cephadm [INF] Deploying daemon rgw.foo.smithi144.ukcjdp on smithi144 2023-12-07T15:47:07.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:07 smithi121 bash[25067]: cluster 2023-12-07T15:47:05.522848+0000 mgr.y (mgr.14454) 118 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 1.1 KiB/s wr, 2 op/s 2023-12-07T15:47:07.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:07 smithi121 bash[25067]: audit 2023-12-07T15:47:06.148359+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:07.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:07 smithi121 bash[25067]: audit 2023-12-07T15:47:06.150142+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.ukcjdp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:47:07.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:07 smithi121 bash[25067]: audit 2023-12-07T15:47:06.154890+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.ukcjdp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:47:07.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:07 smithi121 bash[25067]: audit 2023-12-07T15:47:06.162309+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:07.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:07 smithi121 bash[25067]: audit 2023-12-07T15:47:06.163598+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:07.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:07 smithi121 bash[25067]: cephadm 2023-12-07T15:47:06.164987+0000 mgr.y (mgr.14454) 119 : cephadm [INF] Deploying daemon rgw.foo.smithi144.ukcjdp on smithi144 2023-12-07T15:47:07.977 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:07 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:47:07] "GET /metrics HTTP/1.1" 200 196776 "" "Prometheus/2.33.4" 2023-12-07T15:47:08.178 INFO:teuthology.orchestra.run.smithi121.stdout:Scheduled rgw.smpl update... 2023-12-07T15:47:09.178 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[25067]: cluster 2023-12-07T15:47:07.524310+0000 mgr.y (mgr.14454) 120 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 716 B/s wr, 1 op/s 2023-12-07T15:47:09.179 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[25067]: audit 2023-12-07T15:47:08.169853+0000 mgr.y (mgr.14454) 121 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:09.179 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[25067]: cephadm 2023-12-07T15:47:08.171512+0000 mgr.y (mgr.14454) 122 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-07T15:47:09.179 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[25067]: audit 2023-12-07T15:47:08.175939+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:09.179 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[25067]: audit 2023-12-07T15:47:08.598927+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:09.179 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[25067]: audit 2023-12-07T15:47:08.603116+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:09.179 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[25067]: audit 2023-12-07T15:47:08.604809+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:09.179 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[25067]: audit 2023-12-07T15:47:09.117035+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:09.179 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[25067]: audit 2023-12-07T15:47:09.126523+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:09.179 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[25067]: audit 2023-12-07T15:47:09.132846+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:09.179 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[25067]: audit 2023-12-07T15:47:09.143492+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:09.179 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[25067]: audit 2023-12-07T15:47:09.144579+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:09.515 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:09 smithi144 bash[25224]: cluster 2023-12-07T15:47:07.524310+0000 mgr.y (mgr.14454) 120 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 716 B/s wr, 1 op/s 2023-12-07T15:47:09.516 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:09 smithi144 bash[25224]: audit 2023-12-07T15:47:08.169853+0000 mgr.y (mgr.14454) 121 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:09.516 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:09 smithi144 bash[25224]: cephadm 2023-12-07T15:47:08.171512+0000 mgr.y (mgr.14454) 122 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-07T15:47:09.516 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:09 smithi144 bash[25224]: audit 2023-12-07T15:47:08.175939+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:09.516 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:09 smithi144 bash[25224]: audit 2023-12-07T15:47:08.598927+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:09.516 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:09 smithi144 bash[25224]: audit 2023-12-07T15:47:08.603116+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:09.516 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:09 smithi144 bash[25224]: audit 2023-12-07T15:47:08.604809+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:09.516 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:09 smithi144 bash[25224]: audit 2023-12-07T15:47:09.117035+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:09.516 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:09 smithi144 bash[25224]: audit 2023-12-07T15:47:09.126523+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:09.516 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:09 smithi144 bash[25224]: audit 2023-12-07T15:47:09.132846+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:09.516 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:09 smithi144 bash[25224]: audit 2023-12-07T15:47:09.143492+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:09.516 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:09 smithi144 bash[25224]: audit 2023-12-07T15:47:09.144579+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:09.517 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[30890]: cluster 2023-12-07T15:47:07.524310+0000 mgr.y (mgr.14454) 120 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 716 B/s wr, 1 op/s 2023-12-07T15:47:09.517 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[30890]: audit 2023-12-07T15:47:08.169853+0000 mgr.y (mgr.14454) 121 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:09.517 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[30890]: cephadm 2023-12-07T15:47:08.171512+0000 mgr.y (mgr.14454) 122 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-07T15:47:09.517 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[30890]: audit 2023-12-07T15:47:08.175939+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:09.517 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[30890]: audit 2023-12-07T15:47:08.598927+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:09.517 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[30890]: audit 2023-12-07T15:47:08.603116+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:09.517 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[30890]: audit 2023-12-07T15:47:08.604809+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:09.517 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[30890]: audit 2023-12-07T15:47:09.117035+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:09.517 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[30890]: audit 2023-12-07T15:47:09.126523+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:09.517 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[30890]: audit 2023-12-07T15:47:09.132846+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:09.517 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[30890]: audit 2023-12-07T15:47:09.143492+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:09.517 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:09 smithi121 bash[30890]: audit 2023-12-07T15:47:09.144579+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:09.518 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph osd pool create foo' 2023-12-07T15:47:10.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[30890]: cephadm 2023-12-07T15:47:08.614199+0000 mgr.y (mgr.14454) 123 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:47:10.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[30890]: cephadm 2023-12-07T15:47:09.133653+0000 mgr.y (mgr.14454) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:10.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[30890]: cephadm 2023-12-07T15:47:09.149735+0000 mgr.y (mgr.14454) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:47:10.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[30890]: audit 2023-12-07T15:47:09.465380+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:10.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[30890]: cephadm 2023-12-07T15:47:09.466078+0000 mgr.y (mgr.14454) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:10.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[30890]: audit 2023-12-07T15:47:09.469542+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:10.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[30890]: audit 2023-12-07T15:47:09.470478+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:10.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[30890]: audit 2023-12-07T15:47:09.476550+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:10.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[30890]: cephadm 2023-12-07T15:47:09.477032+0000 mgr.y (mgr.14454) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:10.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[25067]: cephadm 2023-12-07T15:47:08.614199+0000 mgr.y (mgr.14454) 123 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:47:10.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[25067]: cephadm 2023-12-07T15:47:09.133653+0000 mgr.y (mgr.14454) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:10.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[25067]: cephadm 2023-12-07T15:47:09.149735+0000 mgr.y (mgr.14454) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:47:10.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[25067]: audit 2023-12-07T15:47:09.465380+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:10.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[25067]: cephadm 2023-12-07T15:47:09.466078+0000 mgr.y (mgr.14454) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:10.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[25067]: audit 2023-12-07T15:47:09.469542+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:10.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[25067]: audit 2023-12-07T15:47:09.470478+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:10.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[25067]: audit 2023-12-07T15:47:09.476550+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:10.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:10 smithi121 bash[25067]: cephadm 2023-12-07T15:47:09.477032+0000 mgr.y (mgr.14454) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:10.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:10 smithi144 bash[25224]: cephadm 2023-12-07T15:47:08.614199+0000 mgr.y (mgr.14454) 123 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:47:10.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:10 smithi144 bash[25224]: cephadm 2023-12-07T15:47:09.133653+0000 mgr.y (mgr.14454) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:10.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:10 smithi144 bash[25224]: cephadm 2023-12-07T15:47:09.149735+0000 mgr.y (mgr.14454) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:47:10.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:10 smithi144 bash[25224]: audit 2023-12-07T15:47:09.465380+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:10.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:10 smithi144 bash[25224]: cephadm 2023-12-07T15:47:09.466078+0000 mgr.y (mgr.14454) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:10.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:10 smithi144 bash[25224]: audit 2023-12-07T15:47:09.469542+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:10.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:10 smithi144 bash[25224]: audit 2023-12-07T15:47:09.470478+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:10.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:10 smithi144 bash[25224]: audit 2023-12-07T15:47:09.476550+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:10.817 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:10 smithi144 bash[25224]: cephadm 2023-12-07T15:47:09.477032+0000 mgr.y (mgr.14454) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:11.169 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:11 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:47:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:47:11.766 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:11 smithi121 bash[30890]: cluster 2023-12-07T15:47:09.525167+0000 mgr.y (mgr.14454) 128 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 624 B/s rd, 624 B/s wr, 1 op/s 2023-12-07T15:47:11.766 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:11 smithi121 bash[30890]: audit 2023-12-07T15:47:11.048271+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:11.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:11 smithi121 bash[25067]: cluster 2023-12-07T15:47:09.525167+0000 mgr.y (mgr.14454) 128 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 624 B/s rd, 624 B/s wr, 1 op/s 2023-12-07T15:47:11.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:11 smithi121 bash[25067]: audit 2023-12-07T15:47:11.048271+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:11.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:11 smithi144 bash[25224]: cluster 2023-12-07T15:47:09.525167+0000 mgr.y (mgr.14454) 128 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 624 B/s rd, 624 B/s wr, 1 op/s 2023-12-07T15:47:11.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:11 smithi144 bash[25224]: audit 2023-12-07T15:47:11.048271+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:12.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:12 smithi144 bash[25224]: cluster 2023-12-07T15:47:11.525969+0000 mgr.y (mgr.14454) 129 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 597 B/s wr, 1 op/s 2023-12-07T15:47:12.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:12 smithi144 bash[25224]: audit 2023-12-07T15:47:11.613910+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:13.058 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:12 smithi121 bash[30890]: cluster 2023-12-07T15:47:11.525969+0000 mgr.y (mgr.14454) 129 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 597 B/s wr, 1 op/s 2023-12-07T15:47:13.059 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:12 smithi121 bash[30890]: audit 2023-12-07T15:47:11.613910+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:13.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:12 smithi121 bash[25067]: cluster 2023-12-07T15:47:11.525969+0000 mgr.y (mgr.14454) 129 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 597 B/s wr, 1 op/s 2023-12-07T15:47:13.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:12 smithi121 bash[25067]: audit 2023-12-07T15:47:11.613910+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:14.937 INFO:teuthology.orchestra.run.smithi121.stderr:pool 'foo' created 2023-12-07T15:47:14.985 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:14 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:47:14] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:47:14.985 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:14 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:47:14] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:47:14.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:14 smithi121 bash[30890]: cluster 2023-12-07T15:47:13.527487+0000 mgr.y (mgr.14454) 130 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 100 KiB/s rd, 3.6 KiB/s wr, 185 op/s 2023-12-07T15:47:14.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:14 smithi121 bash[30890]: audit 2023-12-07T15:47:14.266002+0000 mon.a (mon.0) 993 : audit [INF] from='client.? 172.21.15.121:0/2054408140' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-07T15:47:14.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:14 smithi121 bash[30890]: audit 2023-12-07T15:47:14.716678+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:14.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:14 smithi121 bash[30890]: audit 2023-12-07T15:47:14.723040+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:14.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:14 smithi121 bash[30890]: audit 2023-12-07T15:47:14.727326+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:14.986 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:14 smithi121 bash[25067]: cluster 2023-12-07T15:47:13.527487+0000 mgr.y (mgr.14454) 130 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 100 KiB/s rd, 3.6 KiB/s wr, 185 op/s 2023-12-07T15:47:14.986 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:14 smithi121 bash[25067]: audit 2023-12-07T15:47:14.266002+0000 mon.a (mon.0) 993 : audit [INF] from='client.? 172.21.15.121:0/2054408140' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-07T15:47:14.986 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:14 smithi121 bash[25067]: audit 2023-12-07T15:47:14.716678+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:14.986 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:14 smithi121 bash[25067]: audit 2023-12-07T15:47:14.723040+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:14.986 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:14 smithi121 bash[25067]: audit 2023-12-07T15:47:14.727326+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:15.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:47:14 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:47:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:47:15.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:14 smithi144 bash[25224]: cluster 2023-12-07T15:47:13.527487+0000 mgr.y (mgr.14454) 130 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 100 KiB/s rd, 3.6 KiB/s wr, 185 op/s 2023-12-07T15:47:15.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:14 smithi144 bash[25224]: audit 2023-12-07T15:47:14.266002+0000 mon.a (mon.0) 993 : audit [INF] from='client.? 172.21.15.121:0/2054408140' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-07T15:47:15.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:14 smithi144 bash[25224]: audit 2023-12-07T15:47:14.716678+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:15.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:14 smithi144 bash[25224]: audit 2023-12-07T15:47:14.723040+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:15.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:14 smithi144 bash[25224]: audit 2023-12-07T15:47:14.727326+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:16.124 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'rbd pool init foo' 2023-12-07T15:47:16.171 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:15 smithi121 bash[25067]: audit 2023-12-07T15:47:14.925405+0000 mon.a (mon.0) 997 : audit [INF] from='client.? 172.21.15.121:0/2054408140' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-07T15:47:16.171 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:15 smithi121 bash[25067]: cluster 2023-12-07T15:47:14.925530+0000 mon.a (mon.0) 998 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-07T15:47:16.172 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:15 smithi121 bash[30890]: audit 2023-12-07T15:47:14.925405+0000 mon.a (mon.0) 997 : audit [INF] from='client.? 172.21.15.121:0/2054408140' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-07T15:47:16.172 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:15 smithi121 bash[30890]: cluster 2023-12-07T15:47:14.925530+0000 mon.a (mon.0) 998 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-07T15:47:16.172 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:15 smithi144 bash[25224]: audit 2023-12-07T15:47:14.925405+0000 mon.a (mon.0) 997 : audit [INF] from='client.? 172.21.15.121:0/2054408140' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-07T15:47:16.172 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:15 smithi144 bash[25224]: cluster 2023-12-07T15:47:14.925530+0000 mon.a (mon.0) 998 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-07T15:47:16.558 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:16 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:47:16] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:47:16.559 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:16 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:47:16] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:47:17.195 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:16 smithi121 bash[25067]: cluster 2023-12-07T15:47:15.528376+0000 mgr.y (mgr.14454) 131 : cluster [DBG] pgmap v97: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 119 KiB/s rd, 3.6 KiB/s wr, 220 op/s 2023-12-07T15:47:17.195 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:16 smithi121 bash[25067]: cluster 2023-12-07T15:47:15.933354+0000 mon.a (mon.0) 999 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-07T15:47:17.195 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:16 smithi121 bash[25067]: audit 2023-12-07T15:47:16.169417+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:17.195 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:16 smithi121 bash[25067]: audit 2023-12-07T15:47:16.215320+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:17.195 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:16 smithi121 bash[25067]: audit 2023-12-07T15:47:16.223587+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:17.196 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:16 smithi121 bash[30890]: cluster 2023-12-07T15:47:15.528376+0000 mgr.y (mgr.14454) 131 : cluster [DBG] pgmap v97: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 119 KiB/s rd, 3.6 KiB/s wr, 220 op/s 2023-12-07T15:47:17.196 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:16 smithi121 bash[30890]: cluster 2023-12-07T15:47:15.933354+0000 mon.a (mon.0) 999 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-07T15:47:17.196 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:16 smithi121 bash[30890]: audit 2023-12-07T15:47:16.169417+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:17.196 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:16 smithi121 bash[30890]: audit 2023-12-07T15:47:16.215320+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:17.196 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:16 smithi121 bash[30890]: audit 2023-12-07T15:47:16.223587+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:17.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:16 smithi144 bash[25224]: cluster 2023-12-07T15:47:15.528376+0000 mgr.y (mgr.14454) 131 : cluster [DBG] pgmap v97: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 119 KiB/s rd, 3.6 KiB/s wr, 220 op/s 2023-12-07T15:47:17.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:16 smithi144 bash[25224]: cluster 2023-12-07T15:47:15.933354+0000 mon.a (mon.0) 999 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-07T15:47:17.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:16 smithi144 bash[25224]: audit 2023-12-07T15:47:16.169417+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:17.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:16 smithi144 bash[25224]: audit 2023-12-07T15:47:16.215320+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:17.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:16 smithi144 bash[25224]: audit 2023-12-07T15:47:16.223587+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:18.135 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:17 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:47:17] "GET /metrics HTTP/1.1" 200 208003 "" "Prometheus/2.33.4" 2023-12-07T15:47:18.136 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:17 smithi121 bash[30890]: cluster 2023-12-07T15:47:16.937214+0000 mon.a (mon.0) 1003 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-07T15:47:18.136 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:17 smithi121 bash[25067]: cluster 2023-12-07T15:47:16.937214+0000 mon.a (mon.0) 1003 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-07T15:47:18.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:17 smithi144 bash[25224]: cluster 2023-12-07T15:47:16.937214+0000 mon.a (mon.0) 1003 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-07T15:47:19.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:18 smithi121 bash[30890]: cluster 2023-12-07T15:47:17.529972+0000 mgr.y (mgr.14454) 132 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 198 KiB/s rd, 6.0 KiB/s wr, 367 op/s 2023-12-07T15:47:19.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:18 smithi121 bash[25067]: cluster 2023-12-07T15:47:17.529972+0000 mgr.y (mgr.14454) 132 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 198 KiB/s rd, 6.0 KiB/s wr, 367 op/s 2023-12-07T15:47:19.309 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:18 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:47:18] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:47:19.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:18 smithi144 bash[25224]: cluster 2023-12-07T15:47:17.529972+0000 mgr.y (mgr.14454) 132 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 198 KiB/s rd, 6.0 KiB/s wr, 367 op/s 2023-12-07T15:47:20.264 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[30890]: audit 2023-12-07T15:47:18.971015+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:20.264 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[30890]: audit 2023-12-07T15:47:18.976482+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:20.264 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[30890]: audit 2023-12-07T15:47:19.022979+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:20.264 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[30890]: audit 2023-12-07T15:47:19.024680+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:20.264 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[30890]: audit 2023-12-07T15:47:19.034833+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:20.264 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[30890]: cephadm 2023-12-07T15:47:19.046738+0000 mgr.y (mgr.14454) 133 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-07T15:47:20.264 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[30890]: audit 2023-12-07T15:47:19.049679+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.121:0/2965426902' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-07T15:47:20.264 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[30890]: audit 2023-12-07T15:47:19.052173+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:20.265 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[30890]: audit 2023-12-07T15:47:19.053110+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi121.zmmcfa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:47:20.265 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[30890]: audit 2023-12-07T15:47:19.064550+0000 mon.a (mon.0) 1011 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-07T15:47:20.265 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[30890]: audit 2023-12-07T15:47:19.071209+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi121.zmmcfa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:47:20.265 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[30890]: audit 2023-12-07T15:47:19.081042+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:20.265 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[30890]: audit 2023-12-07T15:47:19.082456+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:20.265 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[30890]: cephadm 2023-12-07T15:47:19.084154+0000 mgr.y (mgr.14454) 134 : cephadm [INF] Deploying daemon rgw.smpl.smithi121.zmmcfa on smithi121 2023-12-07T15:47:20.265 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[25067]: audit 2023-12-07T15:47:18.971015+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:20.265 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[25067]: audit 2023-12-07T15:47:18.976482+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:20.265 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[25067]: audit 2023-12-07T15:47:19.022979+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:20.265 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[25067]: audit 2023-12-07T15:47:19.024680+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:20.265 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[25067]: audit 2023-12-07T15:47:19.034833+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:20.265 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[25067]: cephadm 2023-12-07T15:47:19.046738+0000 mgr.y (mgr.14454) 133 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-07T15:47:20.266 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[25067]: audit 2023-12-07T15:47:19.049679+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.121:0/2965426902' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-07T15:47:20.266 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[25067]: audit 2023-12-07T15:47:19.052173+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:20.266 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[25067]: audit 2023-12-07T15:47:19.053110+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi121.zmmcfa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:47:20.266 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[25067]: audit 2023-12-07T15:47:19.064550+0000 mon.a (mon.0) 1011 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-07T15:47:20.266 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[25067]: audit 2023-12-07T15:47:19.071209+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi121.zmmcfa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:47:20.266 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[25067]: audit 2023-12-07T15:47:19.081042+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:20.266 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[25067]: audit 2023-12-07T15:47:19.082456+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:20.266 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:19 smithi121 bash[25067]: cephadm 2023-12-07T15:47:19.084154+0000 mgr.y (mgr.14454) 134 : cephadm [INF] Deploying daemon rgw.smpl.smithi121.zmmcfa on smithi121 2023-12-07T15:47:20.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:19 smithi144 bash[25224]: audit 2023-12-07T15:47:18.971015+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:20.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:19 smithi144 bash[25224]: audit 2023-12-07T15:47:18.976482+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:20.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:19 smithi144 bash[25224]: audit 2023-12-07T15:47:19.022979+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:20.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:19 smithi144 bash[25224]: audit 2023-12-07T15:47:19.024680+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:20.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:19 smithi144 bash[25224]: audit 2023-12-07T15:47:19.034833+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:19 smithi144 bash[25224]: cephadm 2023-12-07T15:47:19.046738+0000 mgr.y (mgr.14454) 133 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-07T15:47:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:19 smithi144 bash[25224]: audit 2023-12-07T15:47:19.049679+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.121:0/2965426902' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-07T15:47:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:19 smithi144 bash[25224]: audit 2023-12-07T15:47:19.052173+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:19 smithi144 bash[25224]: audit 2023-12-07T15:47:19.053110+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi121.zmmcfa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:47:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:19 smithi144 bash[25224]: audit 2023-12-07T15:47:19.064550+0000 mon.a (mon.0) 1011 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-07T15:47:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:19 smithi144 bash[25224]: audit 2023-12-07T15:47:19.071209+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi121.zmmcfa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:47:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:19 smithi144 bash[25224]: audit 2023-12-07T15:47:19.081042+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:19 smithi144 bash[25224]: audit 2023-12-07T15:47:19.082456+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:19 smithi144 bash[25224]: cephadm 2023-12-07T15:47:19.084154+0000 mgr.y (mgr.14454) 134 : cephadm [INF] Deploying daemon rgw.smpl.smithi121.zmmcfa on smithi121 2023-12-07T15:47:21.372 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:21 smithi121 bash[30890]: cluster 2023-12-07T15:47:19.530757+0000 mgr.y (mgr.14454) 135 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:47:21.372 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:21 smithi121 bash[30890]: audit 2023-12-07T15:47:20.058047+0000 mon.a (mon.0) 1015 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-07T15:47:21.372 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:21 smithi121 bash[30890]: cluster 2023-12-07T15:47:20.058193+0000 mon.a (mon.0) 1016 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-07T15:47:21.372 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:21 smithi121 bash[25067]: cluster 2023-12-07T15:47:19.530757+0000 mgr.y (mgr.14454) 135 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:47:21.373 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:21 smithi121 bash[25067]: audit 2023-12-07T15:47:20.058047+0000 mon.a (mon.0) 1015 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-07T15:47:21.373 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:21 smithi121 bash[25067]: cluster 2023-12-07T15:47:20.058193+0000 mon.a (mon.0) 1016 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-07T15:47:21.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:21 smithi144 bash[25224]: cluster 2023-12-07T15:47:19.530757+0000 mgr.y (mgr.14454) 135 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:47:21.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:21 smithi144 bash[25224]: audit 2023-12-07T15:47:20.058047+0000 mon.a (mon.0) 1015 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-07T15:47:21.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:21 smithi144 bash[25224]: cluster 2023-12-07T15:47:20.058193+0000 mon.a (mon.0) 1016 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-07T15:47:22.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:22 smithi144 bash[25224]: cluster 2023-12-07T15:47:21.062194+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-07T15:47:22.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:22 smithi144 bash[25224]: audit 2023-12-07T15:47:21.638463+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:22.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:22 smithi144 bash[25224]: audit 2023-12-07T15:47:21.640347+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi144.qkcshe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:47:22.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:22 smithi144 bash[25224]: audit 2023-12-07T15:47:21.645582+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi144.qkcshe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:47:22.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:22 smithi144 bash[25224]: audit 2023-12-07T15:47:21.651974+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:22.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:22 smithi144 bash[25224]: audit 2023-12-07T15:47:21.653213+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:22.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:22 smithi121 bash[25067]: cluster 2023-12-07T15:47:21.062194+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-07T15:47:22.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:22 smithi121 bash[25067]: audit 2023-12-07T15:47:21.638463+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:22.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:22 smithi121 bash[25067]: audit 2023-12-07T15:47:21.640347+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi144.qkcshe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:47:22.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:22 smithi121 bash[25067]: audit 2023-12-07T15:47:21.645582+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi144.qkcshe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:47:22.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:22 smithi121 bash[25067]: audit 2023-12-07T15:47:21.651974+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:22.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:22 smithi121 bash[25067]: audit 2023-12-07T15:47:21.653213+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:22.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:22 smithi121 bash[30890]: cluster 2023-12-07T15:47:21.062194+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-07T15:47:22.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:22 smithi121 bash[30890]: audit 2023-12-07T15:47:21.638463+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:22.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:22 smithi121 bash[30890]: audit 2023-12-07T15:47:21.640347+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi144.qkcshe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:47:22.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:22 smithi121 bash[30890]: audit 2023-12-07T15:47:21.645582+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi144.qkcshe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-07T15:47:22.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:22 smithi121 bash[30890]: audit 2023-12-07T15:47:21.651974+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:22.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:22 smithi121 bash[30890]: audit 2023-12-07T15:47:21.653213+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:23.066 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch apply iscsi foo u p' 2023-12-07T15:47:23.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:23 smithi144 bash[25224]: cluster 2023-12-07T15:47:21.531420+0000 mgr.y (mgr.14454) 136 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:47:23.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:23 smithi144 bash[25224]: cephadm 2023-12-07T15:47:21.654257+0000 mgr.y (mgr.14454) 137 : cephadm [INF] Deploying daemon rgw.smpl.smithi144.qkcshe on smithi144 2023-12-07T15:47:23.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:23 smithi144 bash[25224]: cluster 2023-12-07T15:47:22.081238+0000 mon.a (mon.0) 1023 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-07T15:47:23.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:23 smithi121 bash[25067]: cluster 2023-12-07T15:47:21.531420+0000 mgr.y (mgr.14454) 136 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:47:23.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:23 smithi121 bash[25067]: cephadm 2023-12-07T15:47:21.654257+0000 mgr.y (mgr.14454) 137 : cephadm [INF] Deploying daemon rgw.smpl.smithi144.qkcshe on smithi144 2023-12-07T15:47:23.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:23 smithi121 bash[25067]: cluster 2023-12-07T15:47:22.081238+0000 mon.a (mon.0) 1023 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-07T15:47:23.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:23 smithi121 bash[30890]: cluster 2023-12-07T15:47:21.531420+0000 mgr.y (mgr.14454) 136 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:47:23.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:23 smithi121 bash[30890]: cephadm 2023-12-07T15:47:21.654257+0000 mgr.y (mgr.14454) 137 : cephadm [INF] Deploying daemon rgw.smpl.smithi144.qkcshe on smithi144 2023-12-07T15:47:23.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:23 smithi121 bash[30890]: cluster 2023-12-07T15:47:22.081238+0000 mon.a (mon.0) 1023 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-07T15:47:24.875 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:47:24 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:47:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:47:25.550 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[30890]: cluster 2023-12-07T15:47:23.533138+0000 mgr.y (mgr.14454) 138 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-12-07T15:47:25.550 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[30890]: audit 2023-12-07T15:47:24.219734+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:25.551 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[30890]: audit 2023-12-07T15:47:24.224056+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:25.551 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[30890]: audit 2023-12-07T15:47:24.228492+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:25.551 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[30890]: cephadm 2023-12-07T15:47:24.235870+0000 mgr.y (mgr.14454) 139 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:47:25.551 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[30890]: audit 2023-12-07T15:47:24.558266+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:25.551 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[30890]: audit 2023-12-07T15:47:24.568538+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:25.551 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[30890]: audit 2023-12-07T15:47:24.569492+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:25.551 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[30890]: audit 2023-12-07T15:47:24.899652+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:25.551 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[25067]: cluster 2023-12-07T15:47:23.533138+0000 mgr.y (mgr.14454) 138 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-12-07T15:47:25.551 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[25067]: audit 2023-12-07T15:47:24.219734+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:25.551 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[25067]: audit 2023-12-07T15:47:24.224056+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:25.551 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[25067]: audit 2023-12-07T15:47:24.228492+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:25.552 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[25067]: cephadm 2023-12-07T15:47:24.235870+0000 mgr.y (mgr.14454) 139 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:47:25.552 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[25067]: audit 2023-12-07T15:47:24.558266+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:25.552 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[25067]: audit 2023-12-07T15:47:24.568538+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:25.552 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[25067]: audit 2023-12-07T15:47:24.569492+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:25.552 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:25 smithi121 bash[25067]: audit 2023-12-07T15:47:24.899652+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:25.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:25 smithi144 bash[25224]: cluster 2023-12-07T15:47:23.533138+0000 mgr.y (mgr.14454) 138 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-12-07T15:47:25.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:25 smithi144 bash[25224]: audit 2023-12-07T15:47:24.219734+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:25.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:25 smithi144 bash[25224]: audit 2023-12-07T15:47:24.224056+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:25.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:25 smithi144 bash[25224]: audit 2023-12-07T15:47:24.228492+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:25.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:25 smithi144 bash[25224]: cephadm 2023-12-07T15:47:24.235870+0000 mgr.y (mgr.14454) 139 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:47:25.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:25 smithi144 bash[25224]: audit 2023-12-07T15:47:24.558266+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:25.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:25 smithi144 bash[25224]: audit 2023-12-07T15:47:24.568538+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:25.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:25 smithi144 bash[25224]: audit 2023-12-07T15:47:24.569492+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:25.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:25 smithi144 bash[25224]: audit 2023-12-07T15:47:24.899652+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:26.572 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:26 smithi121 bash[30890]: cephadm 2023-12-07T15:47:24.559070+0000 mgr.y (mgr.14454) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:26.572 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:26 smithi121 bash[30890]: cephadm 2023-12-07T15:47:24.574581+0000 mgr.y (mgr.14454) 141 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:47:26.572 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:26 smithi121 bash[30890]: cephadm 2023-12-07T15:47:24.900473+0000 mgr.y (mgr.14454) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:26.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:26 smithi121 bash[25067]: cephadm 2023-12-07T15:47:24.559070+0000 mgr.y (mgr.14454) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:26.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:26 smithi121 bash[25067]: cephadm 2023-12-07T15:47:24.574581+0000 mgr.y (mgr.14454) 141 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:47:26.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:26 smithi121 bash[25067]: cephadm 2023-12-07T15:47:24.900473+0000 mgr.y (mgr.14454) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:26.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:26 smithi144 bash[25224]: cephadm 2023-12-07T15:47:24.559070+0000 mgr.y (mgr.14454) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:26.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:26 smithi144 bash[25224]: cephadm 2023-12-07T15:47:24.574581+0000 mgr.y (mgr.14454) 141 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-07T15:47:26.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:26 smithi144 bash[25224]: cephadm 2023-12-07T15:47:24.900473+0000 mgr.y (mgr.14454) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:27.207 INFO:teuthology.orchestra.run.smithi121.stdout:Scheduled iscsi.foo update... 2023-12-07T15:47:27.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:27 smithi121 bash[30890]: cluster 2023-12-07T15:47:25.533852+0000 mgr.y (mgr.14454) 143 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-12-07T15:47:27.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:27 smithi121 bash[30890]: audit 2023-12-07T15:47:26.624275+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:27.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:27 smithi121 bash[30890]: audit 2023-12-07T15:47:27.204640+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:27.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:27 smithi121 bash[30890]: audit 2023-12-07T15:47:27.224984+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:27.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:27 smithi121 bash[30890]: audit 2023-12-07T15:47:27.226464+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:27.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:27 smithi121 bash[25067]: cluster 2023-12-07T15:47:25.533852+0000 mgr.y (mgr.14454) 143 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-12-07T15:47:27.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:27 smithi121 bash[25067]: audit 2023-12-07T15:47:26.624275+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:27.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:27 smithi121 bash[25067]: audit 2023-12-07T15:47:27.204640+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:27.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:27 smithi121 bash[25067]: audit 2023-12-07T15:47:27.224984+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:27.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:27 smithi121 bash[25067]: audit 2023-12-07T15:47:27.226464+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:27.572 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:27 smithi144 bash[25224]: cluster 2023-12-07T15:47:25.533852+0000 mgr.y (mgr.14454) 143 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-12-07T15:47:27.573 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:27 smithi144 bash[25224]: audit 2023-12-07T15:47:26.624275+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:27.573 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:27 smithi144 bash[25224]: audit 2023-12-07T15:47:27.204640+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:27.573 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:27 smithi144 bash[25224]: audit 2023-12-07T15:47:27.224984+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:27.573 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:27 smithi144 bash[25224]: audit 2023-12-07T15:47:27.226464+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:28.230 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:27 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:47:27] "GET /metrics HTTP/1.1" 200 208003 "" "Prometheus/2.33.4" 2023-12-07T15:47:28.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:28 smithi121 bash[25067]: audit 2023-12-07T15:47:27.195690+0000 mgr.y (mgr.14454) 144 : audit [DBG] from='client.24841 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:28.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:28 smithi121 bash[25067]: cephadm 2023-12-07T15:47:27.197450+0000 mgr.y (mgr.14454) 145 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-07T15:47:28.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:28 smithi121 bash[25067]: audit 2023-12-07T15:47:27.242948+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:28.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:28 smithi121 bash[25067]: cephadm 2023-12-07T15:47:27.243501+0000 mgr.y (mgr.14454) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:28.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:28 smithi121 bash[25067]: cluster 2023-12-07T15:47:27.914250+0000 mon.a (mon.0) 1036 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-07T15:47:28.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:28 smithi121 bash[30890]: audit 2023-12-07T15:47:27.195690+0000 mgr.y (mgr.14454) 144 : audit [DBG] from='client.24841 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:28.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:28 smithi121 bash[30890]: cephadm 2023-12-07T15:47:27.197450+0000 mgr.y (mgr.14454) 145 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-07T15:47:28.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:28 smithi121 bash[30890]: audit 2023-12-07T15:47:27.242948+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:28.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:28 smithi121 bash[30890]: cephadm 2023-12-07T15:47:27.243501+0000 mgr.y (mgr.14454) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:28.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:28 smithi121 bash[30890]: cluster 2023-12-07T15:47:27.914250+0000 mon.a (mon.0) 1036 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-07T15:47:28.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:28 smithi144 bash[25224]: audit 2023-12-07T15:47:27.195690+0000 mgr.y (mgr.14454) 144 : audit [DBG] from='client.24841 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:28.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:28 smithi144 bash[25224]: cephadm 2023-12-07T15:47:27.197450+0000 mgr.y (mgr.14454) 145 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-07T15:47:28.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:28 smithi144 bash[25224]: audit 2023-12-07T15:47:27.242948+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:28.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:28 smithi144 bash[25224]: cephadm 2023-12-07T15:47:27.243501+0000 mgr.y (mgr.14454) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:28.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:28 smithi144 bash[25224]: cluster 2023-12-07T15:47:27.914250+0000 mon.a (mon.0) 1036 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-07T15:47:29.002 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'sleep 120' 2023-12-07T15:47:29.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:29 smithi121 bash[30890]: cluster 2023-12-07T15:47:27.535655+0000 mgr.y (mgr.14454) 147 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 183 KiB/s rd, 547 B/s wr, 278 op/s 2023-12-07T15:47:29.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:29 smithi121 bash[25067]: cluster 2023-12-07T15:47:27.535655+0000 mgr.y (mgr.14454) 147 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 183 KiB/s rd, 547 B/s wr, 278 op/s 2023-12-07T15:47:29.573 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:29 smithi144 bash[25224]: cluster 2023-12-07T15:47:27.535655+0000 mgr.y (mgr.14454) 147 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 183 KiB/s rd, 547 B/s wr, 278 op/s 2023-12-07T15:47:30.059 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:29 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:47:29] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:47:30.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:30 smithi121 bash[30890]: cluster 2023-12-07T15:47:29.536360+0000 mgr.y (mgr.14454) 148 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 171 KiB/s rd, 511 B/s wr, 260 op/s 2023-12-07T15:47:30.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:30 smithi121 bash[30890]: audit 2023-12-07T15:47:29.569797+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:30.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:30 smithi121 bash[25067]: cluster 2023-12-07T15:47:29.536360+0000 mgr.y (mgr.14454) 148 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 171 KiB/s rd, 511 B/s wr, 260 op/s 2023-12-07T15:47:30.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:30 smithi121 bash[25067]: audit 2023-12-07T15:47:29.569797+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:30.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:30 smithi144 bash[25224]: cluster 2023-12-07T15:47:29.536360+0000 mgr.y (mgr.14454) 148 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 171 KiB/s rd, 511 B/s wr, 260 op/s 2023-12-07T15:47:30.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:30 smithi144 bash[25224]: audit 2023-12-07T15:47:29.569797+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:31.808 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:31 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:47:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:47:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[25067]: audit 2023-12-07T15:47:31.499915+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2023-12-07T15:47:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[25067]: audit 2023-12-07T15:47:31.502879+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[25067]: audit 2023-12-07T15:47:31.503453+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-07T15:47:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[25067]: audit 2023-12-07T15:47:31.503828+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2023-12-07T15:47:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[25067]: audit 2023-12-07T15:47:31.504056+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2023-12-07T15:47:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[25067]: audit 2023-12-07T15:47:31.508795+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[25067]: audit 2023-12-07T15:47:31.575907+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]': finished 2023-12-07T15:47:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[25067]: audit 2023-12-07T15:47:31.576172+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-12-07T15:47:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[25067]: audit 2023-12-07T15:47:31.576346+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]': finished 2023-12-07T15:47:32.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[25067]: audit 2023-12-07T15:47:31.576562+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]': finished 2023-12-07T15:47:32.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[25067]: cluster 2023-12-07T15:47:31.576803+0000 mon.a (mon.0) 1048 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-07T15:47:32.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[25067]: audit 2023-12-07T15:47:31.585566+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:47:32.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[25067]: audit 2023-12-07T15:47:31.811975+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:47:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[30890]: audit 2023-12-07T15:47:31.499915+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2023-12-07T15:47:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[30890]: audit 2023-12-07T15:47:31.502879+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[30890]: audit 2023-12-07T15:47:31.503453+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-07T15:47:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[30890]: audit 2023-12-07T15:47:31.503828+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2023-12-07T15:47:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[30890]: audit 2023-12-07T15:47:31.504056+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2023-12-07T15:47:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[30890]: audit 2023-12-07T15:47:31.508795+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[30890]: audit 2023-12-07T15:47:31.575907+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]': finished 2023-12-07T15:47:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[30890]: audit 2023-12-07T15:47:31.576172+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-12-07T15:47:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[30890]: audit 2023-12-07T15:47:31.576346+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]': finished 2023-12-07T15:47:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[30890]: audit 2023-12-07T15:47:31.576562+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]': finished 2023-12-07T15:47:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[30890]: cluster 2023-12-07T15:47:31.576803+0000 mon.a (mon.0) 1048 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-07T15:47:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[30890]: audit 2023-12-07T15:47:31.585566+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:47:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:32 smithi121 bash[30890]: audit 2023-12-07T15:47:31.811975+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:47:32.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:32 smithi144 bash[25224]: audit 2023-12-07T15:47:31.499915+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2023-12-07T15:47:32.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:32 smithi144 bash[25224]: audit 2023-12-07T15:47:31.502879+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:32.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:32 smithi144 bash[25224]: audit 2023-12-07T15:47:31.503453+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-07T15:47:32.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:32 smithi144 bash[25224]: audit 2023-12-07T15:47:31.503828+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2023-12-07T15:47:32.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:32 smithi144 bash[25224]: audit 2023-12-07T15:47:31.504056+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2023-12-07T15:47:32.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:32 smithi144 bash[25224]: audit 2023-12-07T15:47:31.508795+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:32.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:32 smithi144 bash[25224]: audit 2023-12-07T15:47:31.575907+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]': finished 2023-12-07T15:47:32.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:32 smithi144 bash[25224]: audit 2023-12-07T15:47:31.576172+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-12-07T15:47:32.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:32 smithi144 bash[25224]: audit 2023-12-07T15:47:31.576346+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]': finished 2023-12-07T15:47:32.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:32 smithi144 bash[25224]: audit 2023-12-07T15:47:31.576562+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]': finished 2023-12-07T15:47:32.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:32 smithi144 bash[25224]: cluster 2023-12-07T15:47:31.576803+0000 mon.a (mon.0) 1048 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-07T15:47:32.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:32 smithi144 bash[25224]: audit 2023-12-07T15:47:31.585566+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:47:32.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:32 smithi144 bash[25224]: audit 2023-12-07T15:47:31.811975+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:47:33.308 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:33 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:47:33] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:47:33.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:33 smithi121 bash[30890]: cluster 2023-12-07T15:47:31.537095+0000 mgr.y (mgr.14454) 149 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 145 KiB/s rd, 433 B/s wr, 220 op/s 2023-12-07T15:47:33.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:33 smithi121 bash[30890]: cluster 2023-12-07T15:47:32.577879+0000 mon.a (mon.0) 1051 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-07T15:47:33.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:33 smithi121 bash[30890]: audit 2023-12-07T15:47:33.137081+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:33.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:33 smithi121 bash[25067]: cluster 2023-12-07T15:47:31.537095+0000 mgr.y (mgr.14454) 149 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 145 KiB/s rd, 433 B/s wr, 220 op/s 2023-12-07T15:47:33.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:33 smithi121 bash[25067]: cluster 2023-12-07T15:47:32.577879+0000 mon.a (mon.0) 1051 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-07T15:47:33.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:33 smithi121 bash[25067]: audit 2023-12-07T15:47:33.137081+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:33 smithi144 bash[25224]: cluster 2023-12-07T15:47:31.537095+0000 mgr.y (mgr.14454) 149 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 145 KiB/s rd, 433 B/s wr, 220 op/s 2023-12-07T15:47:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:33 smithi144 bash[25224]: cluster 2023-12-07T15:47:32.577879+0000 mon.a (mon.0) 1051 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-07T15:47:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:33 smithi144 bash[25224]: audit 2023-12-07T15:47:33.137081+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:34.888 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:34 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:47:34] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:47:35.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:47:34 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:47:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:47:35.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[25067]: cluster 2023-12-07T15:47:33.537715+0000 mgr.y (mgr.14454) 150 : cluster [DBG] pgmap v114: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:47:35.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[25067]: audit 2023-12-07T15:47:34.551277+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:35.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[25067]: audit 2023-12-07T15:47:34.560004+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:35.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[25067]: audit 2023-12-07T15:47:34.585794+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:35.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[25067]: audit 2023-12-07T15:47:34.587746+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:35.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[25067]: audit 2023-12-07T15:47:34.598726+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:35.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[25067]: audit 2023-12-07T15:47:34.616650+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:47:35.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[25067]: audit 2023-12-07T15:47:34.622811+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:47:35.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[25067]: audit 2023-12-07T15:47:34.632179+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:35.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[30890]: cluster 2023-12-07T15:47:33.537715+0000 mgr.y (mgr.14454) 150 : cluster [DBG] pgmap v114: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:47:35.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[30890]: audit 2023-12-07T15:47:34.551277+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:35.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[30890]: audit 2023-12-07T15:47:34.560004+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:35.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[30890]: audit 2023-12-07T15:47:34.585794+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:35.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[30890]: audit 2023-12-07T15:47:34.587746+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:35.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[30890]: audit 2023-12-07T15:47:34.598726+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:35.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[30890]: audit 2023-12-07T15:47:34.616650+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:47:35.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[30890]: audit 2023-12-07T15:47:34.622811+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:47:35.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:35 smithi121 bash[30890]: audit 2023-12-07T15:47:34.632179+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:35.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:35 smithi144 bash[25224]: cluster 2023-12-07T15:47:33.537715+0000 mgr.y (mgr.14454) 150 : cluster [DBG] pgmap v114: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:47:35.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:35 smithi144 bash[25224]: audit 2023-12-07T15:47:34.551277+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:35.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:35 smithi144 bash[25224]: audit 2023-12-07T15:47:34.560004+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:35.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:35 smithi144 bash[25224]: audit 2023-12-07T15:47:34.585794+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:35.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:35 smithi144 bash[25224]: audit 2023-12-07T15:47:34.587746+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:35.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:35 smithi144 bash[25224]: audit 2023-12-07T15:47:34.598726+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:35.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:35 smithi144 bash[25224]: audit 2023-12-07T15:47:34.616650+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:47:35.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:35 smithi144 bash[25224]: audit 2023-12-07T15:47:34.622811+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:47:35.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:35 smithi144 bash[25224]: audit 2023-12-07T15:47:34.632179+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:36.803 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:36 smithi121 bash[30890]: cephadm 2023-12-07T15:47:34.606863+0000 mgr.y (mgr.14454) 151 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-07T15:47:36.804 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:36 smithi121 bash[30890]: cephadm 2023-12-07T15:47:34.633890+0000 mgr.y (mgr.14454) 152 : cephadm [INF] Deploying daemon iscsi.foo.smithi121.yucqht on smithi121 2023-12-07T15:47:36.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:36 smithi121 bash[25067]: cephadm 2023-12-07T15:47:34.606863+0000 mgr.y (mgr.14454) 151 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-07T15:47:36.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:36 smithi121 bash[25067]: cephadm 2023-12-07T15:47:34.633890+0000 mgr.y (mgr.14454) 152 : cephadm [INF] Deploying daemon iscsi.foo.smithi121.yucqht on smithi121 2023-12-07T15:47:36.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:36 smithi144 bash[25224]: cephadm 2023-12-07T15:47:34.606863+0000 mgr.y (mgr.14454) 151 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-07T15:47:36.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:36 smithi144 bash[25224]: cephadm 2023-12-07T15:47:34.633890+0000 mgr.y (mgr.14454) 152 : cephadm [INF] Deploying daemon iscsi.foo.smithi121.yucqht on smithi121 2023-12-07T15:47:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: cluster 2023-12-07T15:47:35.538358+0000 mgr.y (mgr.14454) 153 : cluster [DBG] pgmap v115: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:47:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: cluster 2023-12-07T15:47:36.545975+0000 mon.a (mon.0) 1061 : cluster [DBG] mgrmap e19: y(active, since 3m), standbys: x 2023-12-07T15:47:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: audit 2023-12-07T15:47:37.321327+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: audit 2023-12-07T15:47:37.324924+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: audit 2023-12-07T15:47:37.326463+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: audit 2023-12-07T15:47:37.334295+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: cephadm 2023-12-07T15:47:37.334945+0000 mgr.y (mgr.14454) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: audit 2023-12-07T15:47:37.343094+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:47:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: audit 2023-12-07T15:47:37.344081+0000 mgr.y (mgr.14454) 155 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:47:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: cephadm 2023-12-07T15:47:37.345474+0000 mgr.y (mgr.14454) 156 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.121:5000 to Dashboard 2023-12-07T15:47:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: audit 2023-12-07T15:47:37.345808+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:47:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: audit 2023-12-07T15:47:37.348125+0000 mgr.y (mgr.14454) 157 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:47:37.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: audit 2023-12-07T15:47:37.355462+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:37.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: audit 2023-12-07T15:47:37.357576+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:47:37.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: audit 2023-12-07T15:47:37.363574+0000 mgr.y (mgr.14454) 158 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:47:37.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: audit 2023-12-07T15:47:37.374315+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:37.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: audit 2023-12-07T15:47:37.376461+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:37.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: audit 2023-12-07T15:47:37.377934+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:37.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: audit 2023-12-07T15:47:37.387162+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:37.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[30890]: cephadm 2023-12-07T15:47:37.391704+0000 mgr.y (mgr.14454) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:37.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: cluster 2023-12-07T15:47:35.538358+0000 mgr.y (mgr.14454) 153 : cluster [DBG] pgmap v115: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:47:37.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: cluster 2023-12-07T15:47:36.545975+0000 mon.a (mon.0) 1061 : cluster [DBG] mgrmap e19: y(active, since 3m), standbys: x 2023-12-07T15:47:37.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: audit 2023-12-07T15:47:37.321327+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:37.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: audit 2023-12-07T15:47:37.324924+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:37.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: audit 2023-12-07T15:47:37.326463+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:37.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: audit 2023-12-07T15:47:37.334295+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:37.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: cephadm 2023-12-07T15:47:37.334945+0000 mgr.y (mgr.14454) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:37.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: audit 2023-12-07T15:47:37.343094+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:47:37.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: audit 2023-12-07T15:47:37.344081+0000 mgr.y (mgr.14454) 155 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:47:37.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: cephadm 2023-12-07T15:47:37.345474+0000 mgr.y (mgr.14454) 156 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.121:5000 to Dashboard 2023-12-07T15:47:37.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: audit 2023-12-07T15:47:37.345808+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:47:37.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: audit 2023-12-07T15:47:37.348125+0000 mgr.y (mgr.14454) 157 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:47:37.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: audit 2023-12-07T15:47:37.355462+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:37.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: audit 2023-12-07T15:47:37.357576+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:47:37.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: audit 2023-12-07T15:47:37.363574+0000 mgr.y (mgr.14454) 158 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:47:37.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: audit 2023-12-07T15:47:37.374315+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:37.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: audit 2023-12-07T15:47:37.376461+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:37.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: audit 2023-12-07T15:47:37.377934+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:37.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: audit 2023-12-07T15:47:37.387162+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:37.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25067]: cephadm 2023-12-07T15:47:37.391704+0000 mgr.y (mgr.14454) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:37.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: cluster 2023-12-07T15:47:35.538358+0000 mgr.y (mgr.14454) 153 : cluster [DBG] pgmap v115: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:47:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: cluster 2023-12-07T15:47:36.545975+0000 mon.a (mon.0) 1061 : cluster [DBG] mgrmap e19: y(active, since 3m), standbys: x 2023-12-07T15:47:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: audit 2023-12-07T15:47:37.321327+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: audit 2023-12-07T15:47:37.324924+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: audit 2023-12-07T15:47:37.326463+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: audit 2023-12-07T15:47:37.334295+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: cephadm 2023-12-07T15:47:37.334945+0000 mgr.y (mgr.14454) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: audit 2023-12-07T15:47:37.343094+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:47:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: audit 2023-12-07T15:47:37.344081+0000 mgr.y (mgr.14454) 155 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:47:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: cephadm 2023-12-07T15:47:37.345474+0000 mgr.y (mgr.14454) 156 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.121:5000 to Dashboard 2023-12-07T15:47:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: audit 2023-12-07T15:47:37.345808+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:47:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: audit 2023-12-07T15:47:37.348125+0000 mgr.y (mgr.14454) 157 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:47:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: audit 2023-12-07T15:47:37.355462+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: audit 2023-12-07T15:47:37.357576+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:47:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: audit 2023-12-07T15:47:37.363574+0000 mgr.y (mgr.14454) 158 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:47:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: audit 2023-12-07T15:47:37.374315+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: audit 2023-12-07T15:47:37.376461+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: audit 2023-12-07T15:47:37.377934+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: audit 2023-12-07T15:47:37.387162+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:37 smithi144 bash[25224]: cephadm 2023-12-07T15:47:37.391704+0000 mgr.y (mgr.14454) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:47:38.366 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:37 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:47:37] "GET /metrics HTTP/1.1" 200 214951 "" "Prometheus/2.33.4" 2023-12-07T15:47:39.237 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:38 smithi121 bash[25067]: cluster 2023-12-07T15:47:37.541232+0000 mgr.y (mgr.14454) 160 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-12-07T15:47:39.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:38 smithi121 bash[30890]: cluster 2023-12-07T15:47:37.541232+0000 mgr.y (mgr.14454) 160 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-12-07T15:47:39.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:38 smithi144 bash[25224]: cluster 2023-12-07T15:47:37.541232+0000 mgr.y (mgr.14454) 160 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-12-07T15:47:41.274 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:40 smithi121 bash[25067]: cluster 2023-12-07T15:47:39.541811+0000 mgr.y (mgr.14454) 161 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-12-07T15:47:41.274 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:40 smithi121 bash[25067]: audit 2023-12-07T15:47:40.313703+0000 mon.a (mon.0) 1074 : audit [DBG] from='client.? 172.21.15.121:0/3194396149' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T15:47:41.274 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:40 smithi121 bash[25067]: audit 2023-12-07T15:47:40.668429+0000 mon.a (mon.0) 1075 : audit [INF] from='client.? 172.21.15.121:0/2744713998' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3925669302"}]: dispatch 2023-12-07T15:47:41.275 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:40 smithi121 bash[30890]: cluster 2023-12-07T15:47:39.541811+0000 mgr.y (mgr.14454) 161 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-12-07T15:47:41.275 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:40 smithi121 bash[30890]: audit 2023-12-07T15:47:40.313703+0000 mon.a (mon.0) 1074 : audit [DBG] from='client.? 172.21.15.121:0/3194396149' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T15:47:41.275 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:40 smithi121 bash[30890]: audit 2023-12-07T15:47:40.668429+0000 mon.a (mon.0) 1075 : audit [INF] from='client.? 172.21.15.121:0/2744713998' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3925669302"}]: dispatch 2023-12-07T15:47:41.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:40 smithi144 bash[25224]: cluster 2023-12-07T15:47:39.541811+0000 mgr.y (mgr.14454) 161 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-12-07T15:47:41.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:40 smithi144 bash[25224]: audit 2023-12-07T15:47:40.313703+0000 mon.a (mon.0) 1074 : audit [DBG] from='client.? 172.21.15.121:0/3194396149' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T15:47:41.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:40 smithi144 bash[25224]: audit 2023-12-07T15:47:40.668429+0000 mon.a (mon.0) 1075 : audit [INF] from='client.? 172.21.15.121:0/2744713998' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3925669302"}]: dispatch 2023-12-07T15:47:42.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:41 smithi121 bash[30890]: audit 2023-12-07T15:47:40.928668+0000 mon.a (mon.0) 1076 : audit [INF] from='client.? 172.21.15.121:0/2744713998' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3925669302"}]': finished 2023-12-07T15:47:42.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:41 smithi121 bash[30890]: cluster 2023-12-07T15:47:40.928850+0000 mon.a (mon.0) 1077 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-07T15:47:42.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:41 smithi121 bash[30890]: audit 2023-12-07T15:47:41.306974+0000 mon.a (mon.0) 1078 : audit [INF] from='client.? 172.21.15.121:0/2470160243' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1617848471"}]: dispatch 2023-12-07T15:47:42.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:41 smithi121 bash[30890]: audit 2023-12-07T15:47:41.637083+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:42.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:41 smithi121 bash[25067]: audit 2023-12-07T15:47:40.928668+0000 mon.a (mon.0) 1076 : audit [INF] from='client.? 172.21.15.121:0/2744713998' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3925669302"}]': finished 2023-12-07T15:47:42.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:41 smithi121 bash[25067]: cluster 2023-12-07T15:47:40.928850+0000 mon.a (mon.0) 1077 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-07T15:47:42.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:41 smithi121 bash[25067]: audit 2023-12-07T15:47:41.306974+0000 mon.a (mon.0) 1078 : audit [INF] from='client.? 172.21.15.121:0/2470160243' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1617848471"}]: dispatch 2023-12-07T15:47:42.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:41 smithi121 bash[25067]: audit 2023-12-07T15:47:41.637083+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:42.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:41 smithi144 bash[25224]: audit 2023-12-07T15:47:40.928668+0000 mon.a (mon.0) 1076 : audit [INF] from='client.? 172.21.15.121:0/2744713998' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3925669302"}]': finished 2023-12-07T15:47:42.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:41 smithi144 bash[25224]: cluster 2023-12-07T15:47:40.928850+0000 mon.a (mon.0) 1077 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-07T15:47:42.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:41 smithi144 bash[25224]: audit 2023-12-07T15:47:41.306974+0000 mon.a (mon.0) 1078 : audit [INF] from='client.? 172.21.15.121:0/2470160243' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1617848471"}]: dispatch 2023-12-07T15:47:42.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:41 smithi144 bash[25224]: audit 2023-12-07T15:47:41.637083+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:42.968 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:42 smithi121 bash[30890]: cluster 2023-12-07T15:47:41.542458+0000 mgr.y (mgr.14454) 162 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-12-07T15:47:42.968 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:42 smithi121 bash[30890]: audit 2023-12-07T15:47:41.952893+0000 mon.a (mon.0) 1080 : audit [INF] from='client.? 172.21.15.121:0/2470160243' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1617848471"}]': finished 2023-12-07T15:47:42.968 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:42 smithi121 bash[30890]: cluster 2023-12-07T15:47:41.953095+0000 mon.a (mon.0) 1081 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-07T15:47:42.968 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:42 smithi121 bash[30890]: audit 2023-12-07T15:47:42.331099+0000 mon.a (mon.0) 1082 : audit [INF] from='client.? 172.21.15.121:0/1598412079' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/805630826"}]: dispatch 2023-12-07T15:47:43.058 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:42 smithi121 bash[25067]: cluster 2023-12-07T15:47:41.542458+0000 mgr.y (mgr.14454) 162 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-12-07T15:47:43.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:42 smithi121 bash[25067]: audit 2023-12-07T15:47:41.952893+0000 mon.a (mon.0) 1080 : audit [INF] from='client.? 172.21.15.121:0/2470160243' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1617848471"}]': finished 2023-12-07T15:47:43.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:42 smithi121 bash[25067]: cluster 2023-12-07T15:47:41.953095+0000 mon.a (mon.0) 1081 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-07T15:47:43.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:42 smithi121 bash[25067]: audit 2023-12-07T15:47:42.331099+0000 mon.a (mon.0) 1082 : audit [INF] from='client.? 172.21.15.121:0/1598412079' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/805630826"}]: dispatch 2023-12-07T15:47:43.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:42 smithi144 bash[25224]: cluster 2023-12-07T15:47:41.542458+0000 mgr.y (mgr.14454) 162 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-12-07T15:47:43.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:42 smithi144 bash[25224]: audit 2023-12-07T15:47:41.952893+0000 mon.a (mon.0) 1080 : audit [INF] from='client.? 172.21.15.121:0/2470160243' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1617848471"}]': finished 2023-12-07T15:47:43.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:42 smithi144 bash[25224]: cluster 2023-12-07T15:47:41.953095+0000 mon.a (mon.0) 1081 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-07T15:47:43.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:42 smithi144 bash[25224]: audit 2023-12-07T15:47:42.331099+0000 mon.a (mon.0) 1082 : audit [INF] from='client.? 172.21.15.121:0/1598412079' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/805630826"}]: dispatch 2023-12-07T15:47:43.808 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:43 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:47:43] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:47:44.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:43 smithi121 bash[30890]: audit 2023-12-07T15:47:42.957367+0000 mon.a (mon.0) 1083 : audit [INF] from='client.? 172.21.15.121:0/1598412079' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/805630826"}]': finished 2023-12-07T15:47:44.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:43 smithi121 bash[30890]: cluster 2023-12-07T15:47:42.957600+0000 mon.a (mon.0) 1084 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-07T15:47:44.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:43 smithi121 bash[30890]: audit 2023-12-07T15:47:43.317509+0000 mon.a (mon.0) 1085 : audit [INF] from='client.? 172.21.15.121:0/1828400957' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/805630826"}]: dispatch 2023-12-07T15:47:44.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:43 smithi121 bash[30890]: audit 2023-12-07T15:47:43.449814+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:44.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:43 smithi121 bash[25067]: audit 2023-12-07T15:47:42.957367+0000 mon.a (mon.0) 1083 : audit [INF] from='client.? 172.21.15.121:0/1598412079' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/805630826"}]': finished 2023-12-07T15:47:44.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:43 smithi121 bash[25067]: cluster 2023-12-07T15:47:42.957600+0000 mon.a (mon.0) 1084 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-07T15:47:44.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:43 smithi121 bash[25067]: audit 2023-12-07T15:47:43.317509+0000 mon.a (mon.0) 1085 : audit [INF] from='client.? 172.21.15.121:0/1828400957' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/805630826"}]: dispatch 2023-12-07T15:47:44.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:43 smithi121 bash[25067]: audit 2023-12-07T15:47:43.449814+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:44.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:43 smithi144 bash[25224]: audit 2023-12-07T15:47:42.957367+0000 mon.a (mon.0) 1083 : audit [INF] from='client.? 172.21.15.121:0/1598412079' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/805630826"}]': finished 2023-12-07T15:47:44.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:43 smithi144 bash[25224]: cluster 2023-12-07T15:47:42.957600+0000 mon.a (mon.0) 1084 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-07T15:47:44.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:43 smithi144 bash[25224]: audit 2023-12-07T15:47:43.317509+0000 mon.a (mon.0) 1085 : audit [INF] from='client.? 172.21.15.121:0/1828400957' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/805630826"}]: dispatch 2023-12-07T15:47:44.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:43 smithi144 bash[25224]: audit 2023-12-07T15:47:43.449814+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:45.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:47:44 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:47:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:47:45.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:44 smithi144 bash[25224]: cluster 2023-12-07T15:47:43.543294+0000 mgr.y (mgr.14454) 163 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 1 op/s 2023-12-07T15:47:45.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:44 smithi144 bash[25224]: audit 2023-12-07T15:47:43.977895+0000 mon.a (mon.0) 1087 : audit [INF] from='client.? 172.21.15.121:0/1828400957' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/805630826"}]': finished 2023-12-07T15:47:45.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:44 smithi144 bash[25224]: cluster 2023-12-07T15:47:43.978013+0000 mon.a (mon.0) 1088 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-07T15:47:45.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:44 smithi144 bash[25224]: audit 2023-12-07T15:47:44.381905+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.121:0/901385824' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4255758559"}]: dispatch 2023-12-07T15:47:45.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:44 smithi144 bash[25224]: audit 2023-12-07T15:47:44.382827+0000 mon.a (mon.0) 1089 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4255758559"}]: dispatch 2023-12-07T15:47:45.238 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:44 smithi121 bash[25067]: cluster 2023-12-07T15:47:43.543294+0000 mgr.y (mgr.14454) 163 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 1 op/s 2023-12-07T15:47:45.238 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:44 smithi121 bash[25067]: audit 2023-12-07T15:47:43.977895+0000 mon.a (mon.0) 1087 : audit [INF] from='client.? 172.21.15.121:0/1828400957' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/805630826"}]': finished 2023-12-07T15:47:45.238 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:44 smithi121 bash[25067]: cluster 2023-12-07T15:47:43.978013+0000 mon.a (mon.0) 1088 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-07T15:47:45.238 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:44 smithi121 bash[25067]: audit 2023-12-07T15:47:44.381905+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.121:0/901385824' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4255758559"}]: dispatch 2023-12-07T15:47:45.238 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:44 smithi121 bash[25067]: audit 2023-12-07T15:47:44.382827+0000 mon.a (mon.0) 1089 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4255758559"}]: dispatch 2023-12-07T15:47:45.239 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:44 smithi121 bash[30890]: cluster 2023-12-07T15:47:43.543294+0000 mgr.y (mgr.14454) 163 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 1 op/s 2023-12-07T15:47:45.239 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:44 smithi121 bash[30890]: audit 2023-12-07T15:47:43.977895+0000 mon.a (mon.0) 1087 : audit [INF] from='client.? 172.21.15.121:0/1828400957' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/805630826"}]': finished 2023-12-07T15:47:45.239 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:44 smithi121 bash[30890]: cluster 2023-12-07T15:47:43.978013+0000 mon.a (mon.0) 1088 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-07T15:47:45.239 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:44 smithi121 bash[30890]: audit 2023-12-07T15:47:44.381905+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.121:0/901385824' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4255758559"}]: dispatch 2023-12-07T15:47:45.239 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:44 smithi121 bash[30890]: audit 2023-12-07T15:47:44.382827+0000 mon.a (mon.0) 1089 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4255758559"}]: dispatch 2023-12-07T15:47:45.548 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:47:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:47:46.265 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[25067]: audit 2023-12-07T15:47:44.989632+0000 mon.a (mon.0) 1090 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4255758559"}]': finished 2023-12-07T15:47:46.265 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[25067]: cluster 2023-12-07T15:47:44.989759+0000 mon.a (mon.0) 1091 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-07T15:47:46.265 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[25067]: audit 2023-12-07T15:47:45.230031+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:46.265 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[25067]: audit 2023-12-07T15:47:45.236016+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:46.265 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[25067]: audit 2023-12-07T15:47:45.281335+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:46.265 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[25067]: audit 2023-12-07T15:47:45.282816+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:46.265 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[25067]: audit 2023-12-07T15:47:45.348282+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.121:0/2609101416' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1528716763"}]: dispatch 2023-12-07T15:47:46.265 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[25067]: audit 2023-12-07T15:47:45.348928+0000 mon.a (mon.0) 1096 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1528716763"}]: dispatch 2023-12-07T15:47:46.266 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[25067]: audit 2023-12-07T15:47:45.560054+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:46.266 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[25067]: audit 2023-12-07T15:47:45.568354+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:46.266 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[30890]: audit 2023-12-07T15:47:44.989632+0000 mon.a (mon.0) 1090 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4255758559"}]': finished 2023-12-07T15:47:46.266 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[30890]: cluster 2023-12-07T15:47:44.989759+0000 mon.a (mon.0) 1091 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-07T15:47:46.266 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[30890]: audit 2023-12-07T15:47:45.230031+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:46.266 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[30890]: audit 2023-12-07T15:47:45.236016+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:46.266 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[30890]: audit 2023-12-07T15:47:45.281335+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:46.266 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[30890]: audit 2023-12-07T15:47:45.282816+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:46.266 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[30890]: audit 2023-12-07T15:47:45.348282+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.121:0/2609101416' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1528716763"}]: dispatch 2023-12-07T15:47:46.266 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[30890]: audit 2023-12-07T15:47:45.348928+0000 mon.a (mon.0) 1096 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1528716763"}]: dispatch 2023-12-07T15:47:46.266 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[30890]: audit 2023-12-07T15:47:45.560054+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:46.266 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:45 smithi121 bash[30890]: audit 2023-12-07T15:47:45.568354+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:46.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:45 smithi144 bash[25224]: audit 2023-12-07T15:47:44.989632+0000 mon.a (mon.0) 1090 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4255758559"}]': finished 2023-12-07T15:47:46.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:45 smithi144 bash[25224]: cluster 2023-12-07T15:47:44.989759+0000 mon.a (mon.0) 1091 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-07T15:47:46.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:45 smithi144 bash[25224]: audit 2023-12-07T15:47:45.230031+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:46.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:45 smithi144 bash[25224]: audit 2023-12-07T15:47:45.236016+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:46.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:45 smithi144 bash[25224]: audit 2023-12-07T15:47:45.281335+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:46.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:45 smithi144 bash[25224]: audit 2023-12-07T15:47:45.282816+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:46.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:45 smithi144 bash[25224]: audit 2023-12-07T15:47:45.348282+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.121:0/2609101416' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1528716763"}]: dispatch 2023-12-07T15:47:46.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:45 smithi144 bash[25224]: audit 2023-12-07T15:47:45.348928+0000 mon.a (mon.0) 1096 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1528716763"}]: dispatch 2023-12-07T15:47:46.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:45 smithi144 bash[25224]: audit 2023-12-07T15:47:45.560054+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:46.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:45 smithi144 bash[25224]: audit 2023-12-07T15:47:45.568354+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:47.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:47 smithi121 bash[30890]: cluster 2023-12-07T15:47:45.544021+0000 mgr.y (mgr.14454) 164 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 2 op/s 2023-12-07T15:47:47.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:47 smithi121 bash[30890]: audit 2023-12-07T15:47:46.242832+0000 mon.a (mon.0) 1099 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1528716763"}]': finished 2023-12-07T15:47:47.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:47 smithi121 bash[30890]: cluster 2023-12-07T15:47:46.243030+0000 mon.a (mon.0) 1100 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-07T15:47:47.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:47 smithi121 bash[30890]: audit 2023-12-07T15:47:46.613251+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.121:0/3429657392' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/113740501"}]: dispatch 2023-12-07T15:47:47.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:47 smithi121 bash[30890]: audit 2023-12-07T15:47:46.615391+0000 mon.a (mon.0) 1101 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/113740501"}]: dispatch 2023-12-07T15:47:47.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:47 smithi121 bash[30890]: audit 2023-12-07T15:47:46.652482+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:47.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:47 smithi121 bash[25067]: cluster 2023-12-07T15:47:45.544021+0000 mgr.y (mgr.14454) 164 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 2 op/s 2023-12-07T15:47:47.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:47 smithi121 bash[25067]: audit 2023-12-07T15:47:46.242832+0000 mon.a (mon.0) 1099 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1528716763"}]': finished 2023-12-07T15:47:47.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:47 smithi121 bash[25067]: cluster 2023-12-07T15:47:46.243030+0000 mon.a (mon.0) 1100 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-07T15:47:47.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:47 smithi121 bash[25067]: audit 2023-12-07T15:47:46.613251+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.121:0/3429657392' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/113740501"}]: dispatch 2023-12-07T15:47:47.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:47 smithi121 bash[25067]: audit 2023-12-07T15:47:46.615391+0000 mon.a (mon.0) 1101 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/113740501"}]: dispatch 2023-12-07T15:47:47.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:47 smithi121 bash[25067]: audit 2023-12-07T15:47:46.652482+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:47.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:47 smithi144 bash[25224]: cluster 2023-12-07T15:47:45.544021+0000 mgr.y (mgr.14454) 164 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 2 op/s 2023-12-07T15:47:47.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:47 smithi144 bash[25224]: audit 2023-12-07T15:47:46.242832+0000 mon.a (mon.0) 1099 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1528716763"}]': finished 2023-12-07T15:47:47.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:47 smithi144 bash[25224]: cluster 2023-12-07T15:47:46.243030+0000 mon.a (mon.0) 1100 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-07T15:47:47.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:47 smithi144 bash[25224]: audit 2023-12-07T15:47:46.613251+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.121:0/3429657392' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/113740501"}]: dispatch 2023-12-07T15:47:47.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:47 smithi144 bash[25224]: audit 2023-12-07T15:47:46.615391+0000 mon.a (mon.0) 1101 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/113740501"}]: dispatch 2023-12-07T15:47:47.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:47 smithi144 bash[25224]: audit 2023-12-07T15:47:46.652482+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:48.266 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:47 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:47:47] "GET /metrics HTTP/1.1" 200 214951 "" "Prometheus/2.33.4" 2023-12-07T15:47:48.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:48 smithi144 bash[25224]: audit 2023-12-07T15:47:47.254005+0000 mon.a (mon.0) 1103 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/113740501"}]': finished 2023-12-07T15:47:48.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:48 smithi144 bash[25224]: cluster 2023-12-07T15:47:47.254156+0000 mon.a (mon.0) 1104 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-07T15:47:48.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:48 smithi144 bash[25224]: audit 2023-12-07T15:47:47.616000+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.121:0/2065086345' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/113740501"}]: dispatch 2023-12-07T15:47:48.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:48 smithi144 bash[25224]: audit 2023-12-07T15:47:47.617469+0000 mon.a (mon.0) 1105 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/113740501"}]: dispatch 2023-12-07T15:47:48.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:48 smithi121 bash[30890]: audit 2023-12-07T15:47:47.254005+0000 mon.a (mon.0) 1103 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/113740501"}]': finished 2023-12-07T15:47:48.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:48 smithi121 bash[30890]: cluster 2023-12-07T15:47:47.254156+0000 mon.a (mon.0) 1104 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-07T15:47:48.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:48 smithi121 bash[30890]: audit 2023-12-07T15:47:47.616000+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.121:0/2065086345' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/113740501"}]: dispatch 2023-12-07T15:47:48.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:48 smithi121 bash[30890]: audit 2023-12-07T15:47:47.617469+0000 mon.a (mon.0) 1105 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/113740501"}]: dispatch 2023-12-07T15:47:48.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:48 smithi121 bash[25067]: audit 2023-12-07T15:47:47.254005+0000 mon.a (mon.0) 1103 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/113740501"}]': finished 2023-12-07T15:47:48.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:48 smithi121 bash[25067]: cluster 2023-12-07T15:47:47.254156+0000 mon.a (mon.0) 1104 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-07T15:47:48.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:48 smithi121 bash[25067]: audit 2023-12-07T15:47:47.616000+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.121:0/2065086345' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/113740501"}]: dispatch 2023-12-07T15:47:48.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:48 smithi121 bash[25067]: audit 2023-12-07T15:47:47.617469+0000 mon.a (mon.0) 1105 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/113740501"}]: dispatch 2023-12-07T15:47:49.538 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:49 smithi144 bash[25224]: cluster 2023-12-07T15:47:47.545559+0000 mgr.y (mgr.14454) 165 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:47:49.542 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:49 smithi144 bash[25224]: audit 2023-12-07T15:47:48.260023+0000 mon.a (mon.0) 1106 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/113740501"}]': finished 2023-12-07T15:47:49.542 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:49 smithi144 bash[25224]: cluster 2023-12-07T15:47:48.260156+0000 mon.a (mon.0) 1107 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-07T15:47:49.542 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:49 smithi144 bash[25224]: audit 2023-12-07T15:47:48.618927+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.121:0/2553037594' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2020567542"}]: dispatch 2023-12-07T15:47:49.542 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:49 smithi144 bash[25224]: audit 2023-12-07T15:47:48.619944+0000 mon.a (mon.0) 1108 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2020567542"}]: dispatch 2023-12-07T15:47:49.558 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:49 smithi121 bash[30890]: cluster 2023-12-07T15:47:47.545559+0000 mgr.y (mgr.14454) 165 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:47:49.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:49 smithi121 bash[30890]: audit 2023-12-07T15:47:48.260023+0000 mon.a (mon.0) 1106 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/113740501"}]': finished 2023-12-07T15:47:49.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:49 smithi121 bash[30890]: cluster 2023-12-07T15:47:48.260156+0000 mon.a (mon.0) 1107 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-07T15:47:49.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:49 smithi121 bash[30890]: audit 2023-12-07T15:47:48.618927+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.121:0/2553037594' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2020567542"}]: dispatch 2023-12-07T15:47:49.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:49 smithi121 bash[30890]: audit 2023-12-07T15:47:48.619944+0000 mon.a (mon.0) 1108 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2020567542"}]: dispatch 2023-12-07T15:47:49.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:49 smithi121 bash[25067]: cluster 2023-12-07T15:47:47.545559+0000 mgr.y (mgr.14454) 165 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:47:49.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:49 smithi121 bash[25067]: audit 2023-12-07T15:47:48.260023+0000 mon.a (mon.0) 1106 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/113740501"}]': finished 2023-12-07T15:47:49.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:49 smithi121 bash[25067]: cluster 2023-12-07T15:47:48.260156+0000 mon.a (mon.0) 1107 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-07T15:47:49.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:49 smithi121 bash[25067]: audit 2023-12-07T15:47:48.618927+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.121:0/2553037594' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2020567542"}]: dispatch 2023-12-07T15:47:49.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:49 smithi121 bash[25067]: audit 2023-12-07T15:47:48.619944+0000 mon.a (mon.0) 1108 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2020567542"}]: dispatch 2023-12-07T15:47:50.289 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:50 smithi121 bash[25067]: audit 2023-12-07T15:47:49.280785+0000 mon.a (mon.0) 1109 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2020567542"}]': finished 2023-12-07T15:47:50.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:50 smithi121 bash[25067]: cluster 2023-12-07T15:47:49.280952+0000 mon.a (mon.0) 1110 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-07T15:47:50.559 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:50 smithi121 bash[25067]: audit 2023-12-07T15:47:49.642577+0000 mon.a (mon.0) 1111 : audit [INF] from='client.? 172.21.15.121:0/1558072820' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2588793938"}]: dispatch 2023-12-07T15:47:50.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:50 smithi121 bash[30890]: audit 2023-12-07T15:47:49.280785+0000 mon.a (mon.0) 1109 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2020567542"}]': finished 2023-12-07T15:47:50.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:50 smithi121 bash[30890]: cluster 2023-12-07T15:47:49.280952+0000 mon.a (mon.0) 1110 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-07T15:47:50.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:50 smithi121 bash[30890]: audit 2023-12-07T15:47:49.642577+0000 mon.a (mon.0) 1111 : audit [INF] from='client.? 172.21.15.121:0/1558072820' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2588793938"}]: dispatch 2023-12-07T15:47:50.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:50 smithi144 bash[25224]: audit 2023-12-07T15:47:49.280785+0000 mon.a (mon.0) 1109 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2020567542"}]': finished 2023-12-07T15:47:50.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:50 smithi144 bash[25224]: cluster 2023-12-07T15:47:49.280952+0000 mon.a (mon.0) 1110 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-07T15:47:50.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:50 smithi144 bash[25224]: audit 2023-12-07T15:47:49.642577+0000 mon.a (mon.0) 1111 : audit [INF] from='client.? 172.21.15.121:0/1558072820' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2588793938"}]: dispatch 2023-12-07T15:47:51.292 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:50 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:47:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:47:51.293 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:51 smithi121 bash[25067]: cluster 2023-12-07T15:47:49.546220+0000 mgr.y (mgr.14454) 166 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:47:51.293 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:51 smithi121 bash[25067]: audit 2023-12-07T15:47:49.988295+0000 mgr.y (mgr.14454) 167 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:47:51.293 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:51 smithi121 bash[25067]: audit 2023-12-07T15:47:50.292710+0000 mon.a (mon.0) 1112 : audit [INF] from='client.? 172.21.15.121:0/1558072820' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2588793938"}]': finished 2023-12-07T15:47:51.293 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:51 smithi121 bash[25067]: cluster 2023-12-07T15:47:50.292828+0000 mon.a (mon.0) 1113 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-07T15:47:51.293 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:51 smithi121 bash[25067]: audit 2023-12-07T15:47:50.654360+0000 mon.a (mon.0) 1114 : audit [INF] from='client.? 172.21.15.121:0/47876694' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1247423152"}]: dispatch 2023-12-07T15:47:51.293 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:51 smithi121 bash[25067]: audit 2023-12-07T15:47:50.821442+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:51.293 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:51 smithi121 bash[25067]: audit 2023-12-07T15:47:50.827833+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:51.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:51 smithi121 bash[30890]: cluster 2023-12-07T15:47:49.546220+0000 mgr.y (mgr.14454) 166 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:47:51.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:51 smithi121 bash[30890]: audit 2023-12-07T15:47:49.988295+0000 mgr.y (mgr.14454) 167 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:47:51.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:51 smithi121 bash[30890]: audit 2023-12-07T15:47:50.292710+0000 mon.a (mon.0) 1112 : audit [INF] from='client.? 172.21.15.121:0/1558072820' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2588793938"}]': finished 2023-12-07T15:47:51.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:51 smithi121 bash[30890]: cluster 2023-12-07T15:47:50.292828+0000 mon.a (mon.0) 1113 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-07T15:47:51.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:51 smithi121 bash[30890]: audit 2023-12-07T15:47:50.654360+0000 mon.a (mon.0) 1114 : audit [INF] from='client.? 172.21.15.121:0/47876694' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1247423152"}]: dispatch 2023-12-07T15:47:51.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:51 smithi121 bash[30890]: audit 2023-12-07T15:47:50.821442+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:51.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:51 smithi121 bash[30890]: audit 2023-12-07T15:47:50.827833+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:51.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:51 smithi144 bash[25224]: cluster 2023-12-07T15:47:49.546220+0000 mgr.y (mgr.14454) 166 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:47:51.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:51 smithi144 bash[25224]: audit 2023-12-07T15:47:49.988295+0000 mgr.y (mgr.14454) 167 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:47:51.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:51 smithi144 bash[25224]: audit 2023-12-07T15:47:50.292710+0000 mon.a (mon.0) 1112 : audit [INF] from='client.? 172.21.15.121:0/1558072820' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2588793938"}]': finished 2023-12-07T15:47:51.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:51 smithi144 bash[25224]: cluster 2023-12-07T15:47:50.292828+0000 mon.a (mon.0) 1113 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-07T15:47:51.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:51 smithi144 bash[25224]: audit 2023-12-07T15:47:50.654360+0000 mon.a (mon.0) 1114 : audit [INF] from='client.? 172.21.15.121:0/47876694' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1247423152"}]: dispatch 2023-12-07T15:47:51.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:51 smithi144 bash[25224]: audit 2023-12-07T15:47:50.821442+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:51.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:51 smithi144 bash[25224]: audit 2023-12-07T15:47:50.827833+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:47:52.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:52 smithi144 bash[25224]: audit 2023-12-07T15:47:51.310568+0000 mon.a (mon.0) 1117 : audit [INF] from='client.? 172.21.15.121:0/47876694' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1247423152"}]': finished 2023-12-07T15:47:52.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:52 smithi144 bash[25224]: cluster 2023-12-07T15:47:51.310692+0000 mon.a (mon.0) 1118 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-07T15:47:52.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:52 smithi144 bash[25224]: audit 2023-12-07T15:47:51.675227+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.121:0/3022385953' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4043194369"}]: dispatch 2023-12-07T15:47:52.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:52 smithi144 bash[25224]: audit 2023-12-07T15:47:51.675910+0000 mon.a (mon.0) 1119 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4043194369"}]: dispatch 2023-12-07T15:47:52.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:52 smithi121 bash[25067]: audit 2023-12-07T15:47:51.310568+0000 mon.a (mon.0) 1117 : audit [INF] from='client.? 172.21.15.121:0/47876694' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1247423152"}]': finished 2023-12-07T15:47:52.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:52 smithi121 bash[25067]: cluster 2023-12-07T15:47:51.310692+0000 mon.a (mon.0) 1118 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-07T15:47:52.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:52 smithi121 bash[25067]: audit 2023-12-07T15:47:51.675227+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.121:0/3022385953' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4043194369"}]: dispatch 2023-12-07T15:47:52.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:52 smithi121 bash[25067]: audit 2023-12-07T15:47:51.675910+0000 mon.a (mon.0) 1119 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4043194369"}]: dispatch 2023-12-07T15:47:52.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:52 smithi121 bash[30890]: audit 2023-12-07T15:47:51.310568+0000 mon.a (mon.0) 1117 : audit [INF] from='client.? 172.21.15.121:0/47876694' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1247423152"}]': finished 2023-12-07T15:47:52.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:52 smithi121 bash[30890]: cluster 2023-12-07T15:47:51.310692+0000 mon.a (mon.0) 1118 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-07T15:47:52.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:52 smithi121 bash[30890]: audit 2023-12-07T15:47:51.675227+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.121:0/3022385953' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4043194369"}]: dispatch 2023-12-07T15:47:52.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:52 smithi121 bash[30890]: audit 2023-12-07T15:47:51.675910+0000 mon.a (mon.0) 1119 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4043194369"}]: dispatch 2023-12-07T15:47:53.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:53 smithi144 bash[25224]: cluster 2023-12-07T15:47:51.547021+0000 mgr.y (mgr.14454) 168 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:47:53.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:53 smithi144 bash[25224]: audit 2023-12-07T15:47:52.311924+0000 mon.a (mon.0) 1120 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4043194369"}]': finished 2023-12-07T15:47:53.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:53 smithi144 bash[25224]: cluster 2023-12-07T15:47:52.312121+0000 mon.a (mon.0) 1121 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-07T15:47:53.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:53 smithi144 bash[25224]: audit 2023-12-07T15:47:52.671734+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.121:0/3110700051' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/1592275265"}]: dispatch 2023-12-07T15:47:53.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:53 smithi144 bash[25224]: audit 2023-12-07T15:47:52.672787+0000 mon.a (mon.0) 1122 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/1592275265"}]: dispatch 2023-12-07T15:47:53.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:53 smithi121 bash[25067]: cluster 2023-12-07T15:47:51.547021+0000 mgr.y (mgr.14454) 168 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:47:53.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:53 smithi121 bash[25067]: audit 2023-12-07T15:47:52.311924+0000 mon.a (mon.0) 1120 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4043194369"}]': finished 2023-12-07T15:47:53.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:53 smithi121 bash[25067]: cluster 2023-12-07T15:47:52.312121+0000 mon.a (mon.0) 1121 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-07T15:47:53.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:53 smithi121 bash[25067]: audit 2023-12-07T15:47:52.671734+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.121:0/3110700051' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/1592275265"}]: dispatch 2023-12-07T15:47:53.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:53 smithi121 bash[25067]: audit 2023-12-07T15:47:52.672787+0000 mon.a (mon.0) 1122 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/1592275265"}]: dispatch 2023-12-07T15:47:53.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:53 smithi121 bash[30890]: cluster 2023-12-07T15:47:51.547021+0000 mgr.y (mgr.14454) 168 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:47:53.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:53 smithi121 bash[30890]: audit 2023-12-07T15:47:52.311924+0000 mon.a (mon.0) 1120 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/4043194369"}]': finished 2023-12-07T15:47:53.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:53 smithi121 bash[30890]: cluster 2023-12-07T15:47:52.312121+0000 mon.a (mon.0) 1121 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-07T15:47:53.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:53 smithi121 bash[30890]: audit 2023-12-07T15:47:52.671734+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.121:0/3110700051' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/1592275265"}]: dispatch 2023-12-07T15:47:53.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:53 smithi121 bash[30890]: audit 2023-12-07T15:47:52.672787+0000 mon.a (mon.0) 1122 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/1592275265"}]: dispatch 2023-12-07T15:47:54.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:54 smithi144 bash[25224]: audit 2023-12-07T15:47:53.339961+0000 mon.a (mon.0) 1123 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/1592275265"}]': finished 2023-12-07T15:47:54.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:54 smithi144 bash[25224]: cluster 2023-12-07T15:47:53.340087+0000 mon.a (mon.0) 1124 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-07T15:47:54.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:54 smithi144 bash[25224]: audit 2023-12-07T15:47:53.707454+0000 mon.a (mon.0) 1125 : audit [INF] from='client.? 172.21.15.121:0/2384430688' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/1592275265"}]: dispatch 2023-12-07T15:47:54.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:54 smithi121 bash[25067]: audit 2023-12-07T15:47:53.339961+0000 mon.a (mon.0) 1123 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/1592275265"}]': finished 2023-12-07T15:47:54.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:54 smithi121 bash[25067]: cluster 2023-12-07T15:47:53.340087+0000 mon.a (mon.0) 1124 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-07T15:47:54.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:54 smithi121 bash[25067]: audit 2023-12-07T15:47:53.707454+0000 mon.a (mon.0) 1125 : audit [INF] from='client.? 172.21.15.121:0/2384430688' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/1592275265"}]: dispatch 2023-12-07T15:47:54.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:54 smithi121 bash[30890]: audit 2023-12-07T15:47:53.339961+0000 mon.a (mon.0) 1123 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/1592275265"}]': finished 2023-12-07T15:47:54.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:54 smithi121 bash[30890]: cluster 2023-12-07T15:47:53.340087+0000 mon.a (mon.0) 1124 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-07T15:47:54.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:54 smithi121 bash[30890]: audit 2023-12-07T15:47:53.707454+0000 mon.a (mon.0) 1125 : audit [INF] from='client.? 172.21.15.121:0/2384430688' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/1592275265"}]: dispatch 2023-12-07T15:47:55.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:47:54 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:47:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:47:55.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:55 smithi144 bash[25224]: cluster 2023-12-07T15:47:53.547775+0000 mgr.y (mgr.14454) 169 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:47:55.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:55 smithi144 bash[25224]: audit 2023-12-07T15:47:54.349217+0000 mon.a (mon.0) 1126 : audit [INF] from='client.? 172.21.15.121:0/2384430688' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/1592275265"}]': finished 2023-12-07T15:47:55.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:55 smithi144 bash[25224]: cluster 2023-12-07T15:47:54.349323+0000 mon.a (mon.0) 1127 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-07T15:47:55.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:55 smithi144 bash[25224]: audit 2023-12-07T15:47:54.714449+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.121:0/912206322' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3115747932"}]: dispatch 2023-12-07T15:47:55.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:55 smithi144 bash[25224]: audit 2023-12-07T15:47:54.715877+0000 mon.a (mon.0) 1128 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3115747932"}]: dispatch 2023-12-07T15:47:55.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:55 smithi121 bash[25067]: cluster 2023-12-07T15:47:53.547775+0000 mgr.y (mgr.14454) 169 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:47:55.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:55 smithi121 bash[25067]: audit 2023-12-07T15:47:54.349217+0000 mon.a (mon.0) 1126 : audit [INF] from='client.? 172.21.15.121:0/2384430688' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/1592275265"}]': finished 2023-12-07T15:47:55.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:55 smithi121 bash[25067]: cluster 2023-12-07T15:47:54.349323+0000 mon.a (mon.0) 1127 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-07T15:47:55.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:55 smithi121 bash[25067]: audit 2023-12-07T15:47:54.714449+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.121:0/912206322' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3115747932"}]: dispatch 2023-12-07T15:47:55.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:55 smithi121 bash[25067]: audit 2023-12-07T15:47:54.715877+0000 mon.a (mon.0) 1128 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3115747932"}]: dispatch 2023-12-07T15:47:55.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:55 smithi121 bash[30890]: cluster 2023-12-07T15:47:53.547775+0000 mgr.y (mgr.14454) 169 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:47:55.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:55 smithi121 bash[30890]: audit 2023-12-07T15:47:54.349217+0000 mon.a (mon.0) 1126 : audit [INF] from='client.? 172.21.15.121:0/2384430688' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/1592275265"}]': finished 2023-12-07T15:47:55.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:55 smithi121 bash[30890]: cluster 2023-12-07T15:47:54.349323+0000 mon.a (mon.0) 1127 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-07T15:47:55.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:55 smithi121 bash[30890]: audit 2023-12-07T15:47:54.714449+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.121:0/912206322' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3115747932"}]: dispatch 2023-12-07T15:47:55.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:55 smithi121 bash[30890]: audit 2023-12-07T15:47:54.715877+0000 mon.a (mon.0) 1128 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3115747932"}]: dispatch 2023-12-07T15:47:56.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:56 smithi144 bash[25224]: audit 2023-12-07T15:47:55.352216+0000 mon.a (mon.0) 1129 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3115747932"}]': finished 2023-12-07T15:47:56.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:56 smithi144 bash[25224]: cluster 2023-12-07T15:47:55.352398+0000 mon.a (mon.0) 1130 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-07T15:47:56.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:56 smithi144 bash[25224]: audit 2023-12-07T15:47:55.709273+0000 mon.a (mon.0) 1131 : audit [INF] from='client.? 172.21.15.121:0/370058226' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/730033865"}]: dispatch 2023-12-07T15:47:56.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:56 smithi121 bash[25067]: audit 2023-12-07T15:47:55.352216+0000 mon.a (mon.0) 1129 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3115747932"}]': finished 2023-12-07T15:47:56.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:56 smithi121 bash[25067]: cluster 2023-12-07T15:47:55.352398+0000 mon.a (mon.0) 1130 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-07T15:47:56.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:56 smithi121 bash[25067]: audit 2023-12-07T15:47:55.709273+0000 mon.a (mon.0) 1131 : audit [INF] from='client.? 172.21.15.121:0/370058226' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/730033865"}]: dispatch 2023-12-07T15:47:56.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:56 smithi121 bash[30890]: audit 2023-12-07T15:47:55.352216+0000 mon.a (mon.0) 1129 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3115747932"}]': finished 2023-12-07T15:47:56.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:56 smithi121 bash[30890]: cluster 2023-12-07T15:47:55.352398+0000 mon.a (mon.0) 1130 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-07T15:47:56.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:56 smithi121 bash[30890]: audit 2023-12-07T15:47:55.709273+0000 mon.a (mon.0) 1131 : audit [INF] from='client.? 172.21.15.121:0/370058226' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/730033865"}]: dispatch 2023-12-07T15:47:57.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:57 smithi144 bash[25224]: cluster 2023-12-07T15:47:55.548522+0000 mgr.y (mgr.14454) 170 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:47:57.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:57 smithi144 bash[25224]: audit 2023-12-07T15:47:56.371092+0000 mon.a (mon.0) 1132 : audit [INF] from='client.? 172.21.15.121:0/370058226' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/730033865"}]': finished 2023-12-07T15:47:57.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:57 smithi144 bash[25224]: cluster 2023-12-07T15:47:56.371184+0000 mon.a (mon.0) 1133 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-07T15:47:57.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:57 smithi121 bash[25067]: cluster 2023-12-07T15:47:55.548522+0000 mgr.y (mgr.14454) 170 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:47:57.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:57 smithi121 bash[25067]: audit 2023-12-07T15:47:56.371092+0000 mon.a (mon.0) 1132 : audit [INF] from='client.? 172.21.15.121:0/370058226' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/730033865"}]': finished 2023-12-07T15:47:57.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:57 smithi121 bash[25067]: cluster 2023-12-07T15:47:56.371184+0000 mon.a (mon.0) 1133 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-07T15:47:57.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:57 smithi121 bash[30890]: cluster 2023-12-07T15:47:55.548522+0000 mgr.y (mgr.14454) 170 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:47:57.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:57 smithi121 bash[30890]: audit 2023-12-07T15:47:56.371092+0000 mon.a (mon.0) 1132 : audit [INF] from='client.? 172.21.15.121:0/370058226' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/730033865"}]': finished 2023-12-07T15:47:57.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:57 smithi121 bash[30890]: cluster 2023-12-07T15:47:56.371184+0000 mon.a (mon.0) 1133 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-07T15:47:58.309 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:47:57 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:47:57] "GET /metrics HTTP/1.1" 200 214951 "" "Prometheus/2.33.4" 2023-12-07T15:47:59.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:47:59 smithi121 bash[25067]: cluster 2023-12-07T15:47:57.550134+0000 mgr.y (mgr.14454) 171 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:47:59.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:47:59 smithi121 bash[30890]: cluster 2023-12-07T15:47:57.550134+0000 mgr.y (mgr.14454) 171 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:47:59.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:47:59 smithi144 bash[25224]: cluster 2023-12-07T15:47:57.550134+0000 mgr.y (mgr.14454) 171 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:01.379 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:48:01 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:48:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:48:01.691 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:01 smithi121 bash[25067]: cluster 2023-12-07T15:47:59.550883+0000 mgr.y (mgr.14454) 172 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:01.691 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:01 smithi121 bash[25067]: audit 2023-12-07T15:47:59.996513+0000 mgr.y (mgr.14454) 173 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:01.691 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:01 smithi121 bash[25067]: audit 2023-12-07T15:48:01.081223+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:01.691 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:01 smithi121 bash[25067]: audit 2023-12-07T15:48:01.088344+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:01.691 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:01 smithi121 bash[30890]: cluster 2023-12-07T15:47:59.550883+0000 mgr.y (mgr.14454) 172 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:01.691 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:01 smithi121 bash[30890]: audit 2023-12-07T15:47:59.996513+0000 mgr.y (mgr.14454) 173 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:01.691 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:01 smithi121 bash[30890]: audit 2023-12-07T15:48:01.081223+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:01.692 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:01 smithi121 bash[30890]: audit 2023-12-07T15:48:01.088344+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:01.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:01 smithi144 bash[25224]: cluster 2023-12-07T15:47:59.550883+0000 mgr.y (mgr.14454) 172 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:01.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:01 smithi144 bash[25224]: audit 2023-12-07T15:47:59.996513+0000 mgr.y (mgr.14454) 173 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:01.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:01 smithi144 bash[25224]: audit 2023-12-07T15:48:01.081223+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:01.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:01 smithi144 bash[25224]: audit 2023-12-07T15:48:01.088344+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:03.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:03 smithi121 bash[25067]: cluster 2023-12-07T15:48:01.551735+0000 mgr.y (mgr.14454) 174 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 710 B/s rd, 0 op/s 2023-12-07T15:48:03.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:03 smithi121 bash[30890]: cluster 2023-12-07T15:48:01.551735+0000 mgr.y (mgr.14454) 174 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 710 B/s rd, 0 op/s 2023-12-07T15:48:03.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:03 smithi144 bash[25224]: cluster 2023-12-07T15:48:01.551735+0000 mgr.y (mgr.14454) 174 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 710 B/s rd, 0 op/s 2023-12-07T15:48:05.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:48:04 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:48:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:48:05.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:05 smithi121 bash[30890]: cluster 2023-12-07T15:48:03.553461+0000 mgr.y (mgr.14454) 175 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:05.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:05 smithi121 bash[25067]: cluster 2023-12-07T15:48:03.553461+0000 mgr.y (mgr.14454) 175 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:05.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:05 smithi144 bash[25224]: cluster 2023-12-07T15:48:03.553461+0000 mgr.y (mgr.14454) 175 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:07.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:07 smithi144 bash[25224]: cluster 2023-12-07T15:48:05.554237+0000 mgr.y (mgr.14454) 176 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:07.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:07 smithi121 bash[25067]: cluster 2023-12-07T15:48:05.554237+0000 mgr.y (mgr.14454) 176 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:07.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:07 smithi121 bash[30890]: cluster 2023-12-07T15:48:05.554237+0000 mgr.y (mgr.14454) 176 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:08.309 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:48:07 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:48:07] "GET /metrics HTTP/1.1" 200 214957 "" "Prometheus/2.33.4" 2023-12-07T15:48:09.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:09 smithi144 bash[25224]: cluster 2023-12-07T15:48:07.555884+0000 mgr.y (mgr.14454) 177 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:48:09.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:09 smithi121 bash[25067]: cluster 2023-12-07T15:48:07.555884+0000 mgr.y (mgr.14454) 177 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:48:09.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:09 smithi121 bash[30890]: cluster 2023-12-07T15:48:07.555884+0000 mgr.y (mgr.14454) 177 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:48:11.309 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:48:10 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:48:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:48:11.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:11 smithi121 bash[30890]: cluster 2023-12-07T15:48:09.556606+0000 mgr.y (mgr.14454) 178 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:11.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:11 smithi121 bash[30890]: audit 2023-12-07T15:48:10.004119+0000 mgr.y (mgr.14454) 179 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:11.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:11 smithi121 bash[30890]: audit 2023-12-07T15:48:10.974434+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:11.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:11 smithi121 bash[30890]: audit 2023-12-07T15:48:10.980802+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:11.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:11 smithi121 bash[25067]: cluster 2023-12-07T15:48:09.556606+0000 mgr.y (mgr.14454) 178 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:11.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:11 smithi121 bash[25067]: audit 2023-12-07T15:48:10.004119+0000 mgr.y (mgr.14454) 179 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:11.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:11 smithi121 bash[25067]: audit 2023-12-07T15:48:10.974434+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:11.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:11 smithi121 bash[25067]: audit 2023-12-07T15:48:10.980802+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:11.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:11 smithi144 bash[25224]: cluster 2023-12-07T15:48:09.556606+0000 mgr.y (mgr.14454) 178 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:11.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:11 smithi144 bash[25224]: audit 2023-12-07T15:48:10.004119+0000 mgr.y (mgr.14454) 179 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:11.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:11 smithi144 bash[25224]: audit 2023-12-07T15:48:10.974434+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:11.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:11 smithi144 bash[25224]: audit 2023-12-07T15:48:10.980802+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:13.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:13 smithi121 bash[30890]: cluster 2023-12-07T15:48:11.557342+0000 mgr.y (mgr.14454) 180 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:13.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:13 smithi121 bash[25067]: cluster 2023-12-07T15:48:11.557342+0000 mgr.y (mgr.14454) 180 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:13.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:13 smithi144 bash[25224]: cluster 2023-12-07T15:48:11.557342+0000 mgr.y (mgr.14454) 180 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:15.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:48:14 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:48:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:48:15.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:15 smithi121 bash[30890]: cluster 2023-12-07T15:48:13.559083+0000 mgr.y (mgr.14454) 181 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:15.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:15 smithi121 bash[25067]: cluster 2023-12-07T15:48:13.559083+0000 mgr.y (mgr.14454) 181 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:15.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:15 smithi144 bash[25224]: cluster 2023-12-07T15:48:13.559083+0000 mgr.y (mgr.14454) 181 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:17.864 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:17 smithi121 bash[30890]: cluster 2023-12-07T15:48:15.559885+0000 mgr.y (mgr.14454) 182 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:17.864 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:17 smithi121 bash[25067]: cluster 2023-12-07T15:48:15.559885+0000 mgr.y (mgr.14454) 182 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:17.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:17 smithi144 bash[25224]: cluster 2023-12-07T15:48:15.559885+0000 mgr.y (mgr.14454) 182 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:18.309 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:48:17 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:48:17] "GET /metrics HTTP/1.1" 200 214922 "" "Prometheus/2.33.4" 2023-12-07T15:48:19.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:19 smithi121 bash[30890]: cluster 2023-12-07T15:48:17.561651+0000 mgr.y (mgr.14454) 183 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:19.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:19 smithi121 bash[25067]: cluster 2023-12-07T15:48:17.561651+0000 mgr.y (mgr.14454) 183 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:19.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:19 smithi144 bash[25224]: cluster 2023-12-07T15:48:17.561651+0000 mgr.y (mgr.14454) 183 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:21.559 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:48:21 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:48:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:48:21.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:21 smithi121 bash[25067]: cluster 2023-12-07T15:48:19.562423+0000 mgr.y (mgr.14454) 184 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:21.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:21 smithi121 bash[25067]: audit 2023-12-07T15:48:20.011976+0000 mgr.y (mgr.14454) 185 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:21.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:21 smithi121 bash[25067]: audit 2023-12-07T15:48:21.224942+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:21.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:21 smithi121 bash[25067]: audit 2023-12-07T15:48:21.232908+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:21.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:21 smithi121 bash[30890]: cluster 2023-12-07T15:48:19.562423+0000 mgr.y (mgr.14454) 184 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:21.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:21 smithi121 bash[30890]: audit 2023-12-07T15:48:20.011976+0000 mgr.y (mgr.14454) 185 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:21.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:21 smithi121 bash[30890]: audit 2023-12-07T15:48:21.224942+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:21.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:21 smithi121 bash[30890]: audit 2023-12-07T15:48:21.232908+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:21.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:21 smithi144 bash[25224]: cluster 2023-12-07T15:48:19.562423+0000 mgr.y (mgr.14454) 184 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:21.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:21 smithi144 bash[25224]: audit 2023-12-07T15:48:20.011976+0000 mgr.y (mgr.14454) 185 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:21.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:21 smithi144 bash[25224]: audit 2023-12-07T15:48:21.224942+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:21.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:21 smithi144 bash[25224]: audit 2023-12-07T15:48:21.232908+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:23.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:23 smithi121 bash[25067]: cluster 2023-12-07T15:48:21.563158+0000 mgr.y (mgr.14454) 186 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:23.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:23 smithi121 bash[30890]: cluster 2023-12-07T15:48:21.563158+0000 mgr.y (mgr.14454) 186 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:23.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:23 smithi144 bash[25224]: cluster 2023-12-07T15:48:21.563158+0000 mgr.y (mgr.14454) 186 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:25.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:48:24 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:48:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:48:25.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:25 smithi121 bash[25067]: cluster 2023-12-07T15:48:23.564961+0000 mgr.y (mgr.14454) 187 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:25.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:25 smithi121 bash[30890]: cluster 2023-12-07T15:48:23.564961+0000 mgr.y (mgr.14454) 187 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:25.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:25 smithi144 bash[25224]: cluster 2023-12-07T15:48:23.564961+0000 mgr.y (mgr.14454) 187 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:27.564 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:27 smithi144 bash[25224]: cluster 2023-12-07T15:48:25.565717+0000 mgr.y (mgr.14454) 188 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:27.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:27 smithi121 bash[25067]: cluster 2023-12-07T15:48:25.565717+0000 mgr.y (mgr.14454) 188 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:27.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:27 smithi121 bash[30890]: cluster 2023-12-07T15:48:25.565717+0000 mgr.y (mgr.14454) 188 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:28.309 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:48:27 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:48:27] "GET /metrics HTTP/1.1" 200 214922 "" "Prometheus/2.33.4" 2023-12-07T15:48:29.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:29 smithi121 bash[25067]: cluster 2023-12-07T15:48:27.567333+0000 mgr.y (mgr.14454) 189 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:29.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:29 smithi121 bash[30890]: cluster 2023-12-07T15:48:27.567333+0000 mgr.y (mgr.14454) 189 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:29.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:29 smithi144 bash[25224]: cluster 2023-12-07T15:48:27.567333+0000 mgr.y (mgr.14454) 189 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:31.450 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:48:31 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:48:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:48:31.451 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:31 smithi121 bash[25067]: cluster 2023-12-07T15:48:29.568117+0000 mgr.y (mgr.14454) 190 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:31.452 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:31 smithi121 bash[25067]: audit 2023-12-07T15:48:30.020093+0000 mgr.y (mgr.14454) 191 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:31.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:31 smithi121 bash[25067]: audit 2023-12-07T15:48:31.107632+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:31.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:31 smithi121 bash[25067]: audit 2023-12-07T15:48:31.113818+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:31.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:31 smithi121 bash[30890]: cluster 2023-12-07T15:48:29.568117+0000 mgr.y (mgr.14454) 190 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:31.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:31 smithi121 bash[30890]: audit 2023-12-07T15:48:30.020093+0000 mgr.y (mgr.14454) 191 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:31.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:31 smithi121 bash[30890]: audit 2023-12-07T15:48:31.107632+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:31.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:31 smithi121 bash[30890]: audit 2023-12-07T15:48:31.113818+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:31.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:31 smithi144 bash[25224]: cluster 2023-12-07T15:48:29.568117+0000 mgr.y (mgr.14454) 190 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:31.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:31 smithi144 bash[25224]: audit 2023-12-07T15:48:30.020093+0000 mgr.y (mgr.14454) 191 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:31.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:31 smithi144 bash[25224]: audit 2023-12-07T15:48:31.107632+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:31.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:31 smithi144 bash[25224]: audit 2023-12-07T15:48:31.113818+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:32.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:32 smithi121 bash[30890]: audit 2023-12-07T15:48:31.593876+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:48:32.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:32 smithi121 bash[30890]: audit 2023-12-07T15:48:31.819843+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:48:32.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:32 smithi121 bash[25067]: audit 2023-12-07T15:48:31.593876+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:48:32.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:32 smithi121 bash[25067]: audit 2023-12-07T15:48:31.819843+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:48:32.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:32 smithi144 bash[25224]: audit 2023-12-07T15:48:31.593876+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:48:32.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:32 smithi144 bash[25224]: audit 2023-12-07T15:48:31.819843+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:48:33.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:33 smithi121 bash[30890]: cluster 2023-12-07T15:48:31.568937+0000 mgr.y (mgr.14454) 192 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:33.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:33 smithi121 bash[25067]: cluster 2023-12-07T15:48:31.568937+0000 mgr.y (mgr.14454) 192 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:33 smithi144 bash[25224]: cluster 2023-12-07T15:48:31.568937+0000 mgr.y (mgr.14454) 192 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:35.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:48:34 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:48:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:48:35.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:35 smithi121 bash[30890]: cluster 2023-12-07T15:48:33.570794+0000 mgr.y (mgr.14454) 193 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:35.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:35 smithi121 bash[25067]: cluster 2023-12-07T15:48:33.570794+0000 mgr.y (mgr.14454) 193 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:35.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:35 smithi144 bash[25224]: cluster 2023-12-07T15:48:33.570794+0000 mgr.y (mgr.14454) 193 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:37.766 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:37 smithi121 bash[30890]: cluster 2023-12-07T15:48:35.571637+0000 mgr.y (mgr.14454) 194 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:37.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:37 smithi121 bash[25067]: cluster 2023-12-07T15:48:35.571637+0000 mgr.y (mgr.14454) 194 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:37.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:37 smithi144 bash[25224]: cluster 2023-12-07T15:48:35.571637+0000 mgr.y (mgr.14454) 194 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:38.059 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:48:37 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:48:37] "GET /metrics HTTP/1.1" 200 214889 "" "Prometheus/2.33.4" 2023-12-07T15:48:39.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:39 smithi121 bash[25067]: cluster 2023-12-07T15:48:37.573258+0000 mgr.y (mgr.14454) 195 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:39.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:39 smithi121 bash[30890]: cluster 2023-12-07T15:48:37.573258+0000 mgr.y (mgr.14454) 195 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:39.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:39 smithi144 bash[25224]: cluster 2023-12-07T15:48:37.573258+0000 mgr.y (mgr.14454) 195 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:41.809 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:48:41 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:48:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:48:41.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:41 smithi121 bash[30890]: cluster 2023-12-07T15:48:39.574015+0000 mgr.y (mgr.14454) 196 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:41.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:41 smithi121 bash[30890]: audit 2023-12-07T15:48:40.031145+0000 mgr.y (mgr.14454) 197 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:41.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:41 smithi121 bash[30890]: audit 2023-12-07T15:48:41.355222+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:41.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:41 smithi121 bash[30890]: audit 2023-12-07T15:48:41.362301+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:41.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:41 smithi121 bash[25067]: cluster 2023-12-07T15:48:39.574015+0000 mgr.y (mgr.14454) 196 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:41.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:41 smithi121 bash[25067]: audit 2023-12-07T15:48:40.031145+0000 mgr.y (mgr.14454) 197 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:41.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:41 smithi121 bash[25067]: audit 2023-12-07T15:48:41.355222+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:41.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:41 smithi121 bash[25067]: audit 2023-12-07T15:48:41.362301+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:41.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:41 smithi144 bash[25224]: cluster 2023-12-07T15:48:39.574015+0000 mgr.y (mgr.14454) 196 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:41.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:41 smithi144 bash[25224]: audit 2023-12-07T15:48:40.031145+0000 mgr.y (mgr.14454) 197 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:41.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:41 smithi144 bash[25224]: audit 2023-12-07T15:48:41.355222+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:41.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:41 smithi144 bash[25224]: audit 2023-12-07T15:48:41.362301+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:43.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:43 smithi121 bash[30890]: cluster 2023-12-07T15:48:41.574797+0000 mgr.y (mgr.14454) 198 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:43.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:43 smithi121 bash[25067]: cluster 2023-12-07T15:48:41.574797+0000 mgr.y (mgr.14454) 198 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:43.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:43 smithi144 bash[25224]: cluster 2023-12-07T15:48:41.574797+0000 mgr.y (mgr.14454) 198 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:45.126 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:48:44 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:48:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:48:45.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:45 smithi121 bash[25067]: cluster 2023-12-07T15:48:43.576660+0000 mgr.y (mgr.14454) 199 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:45.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:45 smithi121 bash[30890]: cluster 2023-12-07T15:48:43.576660+0000 mgr.y (mgr.14454) 199 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:45.857 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:45 smithi144 bash[25224]: cluster 2023-12-07T15:48:43.576660+0000 mgr.y (mgr.14454) 199 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:46.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:46 smithi121 bash[30890]: audit 2023-12-07T15:48:45.580368+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:46.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:46 smithi121 bash[30890]: audit 2023-12-07T15:48:45.582301+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:46.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:46 smithi121 bash[30890]: audit 2023-12-07T15:48:45.873119+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:46.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:46 smithi121 bash[30890]: audit 2023-12-07T15:48:45.883359+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:46.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:46 smithi121 bash[25067]: audit 2023-12-07T15:48:45.580368+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:46.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:46 smithi121 bash[25067]: audit 2023-12-07T15:48:45.582301+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:46.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:46 smithi121 bash[25067]: audit 2023-12-07T15:48:45.873119+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:46.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:46 smithi121 bash[25067]: audit 2023-12-07T15:48:45.883359+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:46.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:46 smithi144 bash[25224]: audit 2023-12-07T15:48:45.580368+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:46.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:46 smithi144 bash[25224]: audit 2023-12-07T15:48:45.582301+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:46.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:46 smithi144 bash[25224]: audit 2023-12-07T15:48:45.873119+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:46.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:46 smithi144 bash[25224]: audit 2023-12-07T15:48:45.883359+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:47.777 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:47 smithi144 bash[25224]: cluster 2023-12-07T15:48:45.577533+0000 mgr.y (mgr.14454) 200 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:47.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:47 smithi121 bash[25067]: cluster 2023-12-07T15:48:45.577533+0000 mgr.y (mgr.14454) 200 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:47.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:47 smithi121 bash[30890]: cluster 2023-12-07T15:48:45.577533+0000 mgr.y (mgr.14454) 200 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:48.309 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:48:47 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:48:47] "GET /metrics HTTP/1.1" 200 214896 "" "Prometheus/2.33.4" 2023-12-07T15:48:49.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:49 smithi121 bash[30890]: cluster 2023-12-07T15:48:47.579253+0000 mgr.y (mgr.14454) 201 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:49.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:49 smithi121 bash[25067]: cluster 2023-12-07T15:48:47.579253+0000 mgr.y (mgr.14454) 201 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:49.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:49 smithi144 bash[25224]: cluster 2023-12-07T15:48:47.579253+0000 mgr.y (mgr.14454) 201 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:51.519 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:48:51 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:48:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:48:51.519 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:51 smithi121 bash[25067]: cluster 2023-12-07T15:48:49.580024+0000 mgr.y (mgr.14454) 202 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:51.519 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:51 smithi121 bash[25067]: audit 2023-12-07T15:48:50.042076+0000 mgr.y (mgr.14454) 203 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:51.519 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:51 smithi121 bash[25067]: audit 2023-12-07T15:48:51.240580+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:51.519 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:51 smithi121 bash[25067]: audit 2023-12-07T15:48:51.247997+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:51.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:51 smithi121 bash[30890]: cluster 2023-12-07T15:48:49.580024+0000 mgr.y (mgr.14454) 202 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:51.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:51 smithi121 bash[30890]: audit 2023-12-07T15:48:50.042076+0000 mgr.y (mgr.14454) 203 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:51.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:51 smithi121 bash[30890]: audit 2023-12-07T15:48:51.240580+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:51.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:51 smithi121 bash[30890]: audit 2023-12-07T15:48:51.247997+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:51.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:51 smithi144 bash[25224]: cluster 2023-12-07T15:48:49.580024+0000 mgr.y (mgr.14454) 202 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:51.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:51 smithi144 bash[25224]: audit 2023-12-07T15:48:50.042076+0000 mgr.y (mgr.14454) 203 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:48:51.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:51 smithi144 bash[25224]: audit 2023-12-07T15:48:51.240580+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:51.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:51 smithi144 bash[25224]: audit 2023-12-07T15:48:51.247997+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:48:53.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:53 smithi121 bash[25067]: cluster 2023-12-07T15:48:51.580891+0000 mgr.y (mgr.14454) 204 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:53.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:53 smithi121 bash[30890]: cluster 2023-12-07T15:48:51.580891+0000 mgr.y (mgr.14454) 204 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:53.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:53 smithi144 bash[25224]: cluster 2023-12-07T15:48:51.580891+0000 mgr.y (mgr.14454) 204 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:55.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:48:54 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:48:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:48:55.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:55 smithi121 bash[25067]: cluster 2023-12-07T15:48:53.582681+0000 mgr.y (mgr.14454) 205 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:55.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:55 smithi121 bash[30890]: cluster 2023-12-07T15:48:53.582681+0000 mgr.y (mgr.14454) 205 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:55.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:55 smithi144 bash[25224]: cluster 2023-12-07T15:48:53.582681+0000 mgr.y (mgr.14454) 205 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:57.593 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:57 smithi121 bash[25067]: cluster 2023-12-07T15:48:55.583524+0000 mgr.y (mgr.14454) 206 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:57.593 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:57 smithi121 bash[30890]: cluster 2023-12-07T15:48:55.583524+0000 mgr.y (mgr.14454) 206 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:57.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:57 smithi144 bash[25224]: cluster 2023-12-07T15:48:55.583524+0000 mgr.y (mgr.14454) 206 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:48:58.059 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:48:57 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:48:57] "GET /metrics HTTP/1.1" 200 214896 "" "Prometheus/2.33.4" 2023-12-07T15:48:59.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:48:59 smithi121 bash[30890]: cluster 2023-12-07T15:48:57.585420+0000 mgr.y (mgr.14454) 207 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:59.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:48:59 smithi121 bash[25067]: cluster 2023-12-07T15:48:57.585420+0000 mgr.y (mgr.14454) 207 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:48:59.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:48:59 smithi144 bash[25224]: cluster 2023-12-07T15:48:57.585420+0000 mgr.y (mgr.14454) 207 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:01.809 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:49:01 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:49:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:49:01.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:01 smithi121 bash[30890]: cluster 2023-12-07T15:48:59.586264+0000 mgr.y (mgr.14454) 208 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:01.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:01 smithi121 bash[30890]: audit 2023-12-07T15:49:00.052232+0000 mgr.y (mgr.14454) 209 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:01.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:01 smithi121 bash[30890]: audit 2023-12-07T15:49:01.483186+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:01.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:01 smithi121 bash[30890]: audit 2023-12-07T15:49:01.492743+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:01.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:01 smithi121 bash[25067]: cluster 2023-12-07T15:48:59.586264+0000 mgr.y (mgr.14454) 208 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:01.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:01 smithi121 bash[25067]: audit 2023-12-07T15:49:00.052232+0000 mgr.y (mgr.14454) 209 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:01.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:01 smithi121 bash[25067]: audit 2023-12-07T15:49:01.483186+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:01.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:01 smithi121 bash[25067]: audit 2023-12-07T15:49:01.492743+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:01.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:01 smithi144 bash[25224]: cluster 2023-12-07T15:48:59.586264+0000 mgr.y (mgr.14454) 208 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:01.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:01 smithi144 bash[25224]: audit 2023-12-07T15:49:00.052232+0000 mgr.y (mgr.14454) 209 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:01.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:01 smithi144 bash[25224]: audit 2023-12-07T15:49:01.483186+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:01.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:01 smithi144 bash[25224]: audit 2023-12-07T15:49:01.492743+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:03.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:03 smithi121 bash[25067]: cluster 2023-12-07T15:49:01.587028+0000 mgr.y (mgr.14454) 210 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:03.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:03 smithi121 bash[30890]: cluster 2023-12-07T15:49:01.587028+0000 mgr.y (mgr.14454) 210 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:03.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:03 smithi144 bash[25224]: cluster 2023-12-07T15:49:01.587028+0000 mgr.y (mgr.14454) 210 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:04.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:04 smithi144 bash[25224]: cluster 2023-12-07T15:49:03.588787+0000 mgr.y (mgr.14454) 211 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:04.875 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:49:04 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:49:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:49:05.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:04 smithi121 bash[25067]: cluster 2023-12-07T15:49:03.588787+0000 mgr.y (mgr.14454) 211 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:05.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:04 smithi121 bash[30890]: cluster 2023-12-07T15:49:03.588787+0000 mgr.y (mgr.14454) 211 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:06.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:06 smithi144 bash[25224]: cluster 2023-12-07T15:49:05.589541+0000 mgr.y (mgr.14454) 212 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:07.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:06 smithi121 bash[25067]: cluster 2023-12-07T15:49:05.589541+0000 mgr.y (mgr.14454) 212 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:07.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:06 smithi121 bash[30890]: cluster 2023-12-07T15:49:05.589541+0000 mgr.y (mgr.14454) 212 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:08.309 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:49:07 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:49:07] "GET /metrics HTTP/1.1" 200 214894 "" "Prometheus/2.33.4" 2023-12-07T15:49:09.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:08 smithi121 bash[30890]: cluster 2023-12-07T15:49:07.591284+0000 mgr.y (mgr.14454) 213 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:09.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:08 smithi121 bash[25067]: cluster 2023-12-07T15:49:07.591284+0000 mgr.y (mgr.14454) 213 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:09.329 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:08 smithi144 bash[25224]: cluster 2023-12-07T15:49:07.591284+0000 mgr.y (mgr.14454) 213 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:11.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:10 smithi144 bash[25224]: cluster 2023-12-07T15:49:09.592100+0000 mgr.y (mgr.14454) 214 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:11.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:10 smithi144 bash[25224]: audit 2023-12-07T15:49:10.058854+0000 mgr.y (mgr.14454) 215 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:11.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:10 smithi121 bash[25067]: cluster 2023-12-07T15:49:09.592100+0000 mgr.y (mgr.14454) 214 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:11.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:10 smithi121 bash[25067]: audit 2023-12-07T15:49:10.058854+0000 mgr.y (mgr.14454) 215 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:11.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:10 smithi121 bash[30890]: cluster 2023-12-07T15:49:09.592100+0000 mgr.y (mgr.14454) 214 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:11.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:10 smithi121 bash[30890]: audit 2023-12-07T15:49:10.058854+0000 mgr.y (mgr.14454) 215 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:11.809 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:49:11 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:49:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:49:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:12 smithi144 bash[25224]: audit 2023-12-07T15:49:11.374682+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:12 smithi144 bash[25224]: audit 2023-12-07T15:49:11.385690+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:12.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:12 smithi121 bash[30890]: audit 2023-12-07T15:49:11.374682+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:12.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:12 smithi121 bash[30890]: audit 2023-12-07T15:49:11.385690+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:12.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:12 smithi121 bash[25067]: audit 2023-12-07T15:49:11.374682+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:12.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:12 smithi121 bash[25067]: audit 2023-12-07T15:49:11.385690+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:13.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:13 smithi121 bash[25067]: cluster 2023-12-07T15:49:11.592854+0000 mgr.y (mgr.14454) 216 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:13.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:13 smithi121 bash[30890]: cluster 2023-12-07T15:49:11.592854+0000 mgr.y (mgr.14454) 216 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:13.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:13 smithi144 bash[25224]: cluster 2023-12-07T15:49:11.592854+0000 mgr.y (mgr.14454) 216 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:15.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:49:14 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:49:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:49:15.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:15 smithi121 bash[25067]: cluster 2023-12-07T15:49:13.594562+0000 mgr.y (mgr.14454) 217 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:15.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:15 smithi121 bash[30890]: cluster 2023-12-07T15:49:13.594562+0000 mgr.y (mgr.14454) 217 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:15.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:15 smithi144 bash[25224]: cluster 2023-12-07T15:49:13.594562+0000 mgr.y (mgr.14454) 217 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:17.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:17 smithi121 bash[30890]: cluster 2023-12-07T15:49:15.595286+0000 mgr.y (mgr.14454) 218 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:17.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:17 smithi121 bash[25067]: cluster 2023-12-07T15:49:15.595286+0000 mgr.y (mgr.14454) 218 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:17.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:17 smithi144 bash[25224]: cluster 2023-12-07T15:49:15.595286+0000 mgr.y (mgr.14454) 218 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:18.119 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:49:17 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:49:17] "GET /metrics HTTP/1.1" 200 214892 "" "Prometheus/2.33.4" 2023-12-07T15:49:19.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:19 smithi121 bash[30890]: cluster 2023-12-07T15:49:17.597009+0000 mgr.y (mgr.14454) 219 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:19.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:19 smithi121 bash[25067]: cluster 2023-12-07T15:49:17.597009+0000 mgr.y (mgr.14454) 219 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:19.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:19 smithi144 bash[25224]: cluster 2023-12-07T15:49:17.597009+0000 mgr.y (mgr.14454) 219 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:21.559 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:21 smithi121 bash[30890]: cluster 2023-12-07T15:49:19.597829+0000 mgr.y (mgr.14454) 220 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:21.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:21 smithi121 bash[30890]: audit 2023-12-07T15:49:20.067942+0000 mgr.y (mgr.14454) 221 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:21.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:21 smithi121 bash[25067]: cluster 2023-12-07T15:49:19.597829+0000 mgr.y (mgr.14454) 220 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:21.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:21 smithi121 bash[25067]: audit 2023-12-07T15:49:20.067942+0000 mgr.y (mgr.14454) 221 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:21.809 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:49:21 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:49:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:49:21.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:21 smithi144 bash[25224]: cluster 2023-12-07T15:49:19.597829+0000 mgr.y (mgr.14454) 220 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:21.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:21 smithi144 bash[25224]: audit 2023-12-07T15:49:20.067942+0000 mgr.y (mgr.14454) 221 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:22.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:22 smithi144 bash[25224]: cluster 2023-12-07T15:49:21.598592+0000 mgr.y (mgr.14454) 222 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:22.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:22 smithi144 bash[25224]: audit 2023-12-07T15:49:21.617987+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:22.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:22 smithi144 bash[25224]: audit 2023-12-07T15:49:21.627989+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:23.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:22 smithi121 bash[25067]: cluster 2023-12-07T15:49:21.598592+0000 mgr.y (mgr.14454) 222 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:23.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:22 smithi121 bash[25067]: audit 2023-12-07T15:49:21.617987+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:23.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:22 smithi121 bash[25067]: audit 2023-12-07T15:49:21.627989+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:23.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:22 smithi121 bash[30890]: cluster 2023-12-07T15:49:21.598592+0000 mgr.y (mgr.14454) 222 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:23.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:22 smithi121 bash[30890]: audit 2023-12-07T15:49:21.617987+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:23.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:22 smithi121 bash[30890]: audit 2023-12-07T15:49:21.627989+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:25.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:24 smithi144 bash[25224]: cluster 2023-12-07T15:49:23.600361+0000 mgr.y (mgr.14454) 223 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:25.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:49:24 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:49:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:49:25.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:24 smithi121 bash[25067]: cluster 2023-12-07T15:49:23.600361+0000 mgr.y (mgr.14454) 223 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:25.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:24 smithi121 bash[30890]: cluster 2023-12-07T15:49:23.600361+0000 mgr.y (mgr.14454) 223 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:27.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:26 smithi121 bash[25067]: cluster 2023-12-07T15:49:25.601179+0000 mgr.y (mgr.14454) 224 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:27.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:26 smithi121 bash[30890]: cluster 2023-12-07T15:49:25.601179+0000 mgr.y (mgr.14454) 224 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:27.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:26 smithi144 bash[25224]: cluster 2023-12-07T15:49:25.601179+0000 mgr.y (mgr.14454) 224 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:28.309 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:49:27 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:49:27] "GET /metrics HTTP/1.1" 200 214892 "" "Prometheus/2.33.4" 2023-12-07T15:49:29.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:28 smithi144 bash[25224]: cluster 2023-12-07T15:49:27.602808+0000 mgr.y (mgr.14454) 225 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:29.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:28 smithi121 bash[25067]: cluster 2023-12-07T15:49:27.602808+0000 mgr.y (mgr.14454) 225 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:29.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:28 smithi121 bash[30890]: cluster 2023-12-07T15:49:27.602808+0000 mgr.y (mgr.14454) 225 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:31.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:30 smithi144 bash[25224]: cluster 2023-12-07T15:49:29.603540+0000 mgr.y (mgr.14454) 226 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:31.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:30 smithi144 bash[25224]: audit 2023-12-07T15:49:30.079104+0000 mgr.y (mgr.14454) 227 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:31.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:30 smithi121 bash[25067]: cluster 2023-12-07T15:49:29.603540+0000 mgr.y (mgr.14454) 226 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:31.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:30 smithi121 bash[25067]: audit 2023-12-07T15:49:30.079104+0000 mgr.y (mgr.14454) 227 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:31.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:30 smithi121 bash[30890]: cluster 2023-12-07T15:49:29.603540+0000 mgr.y (mgr.14454) 226 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:31.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:30 smithi121 bash[30890]: audit 2023-12-07T15:49:30.079104+0000 mgr.y (mgr.14454) 227 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:31.809 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:49:31 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:49:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:49:32.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:32 smithi121 bash[25067]: audit 2023-12-07T15:49:31.509079+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:32.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:32 smithi121 bash[25067]: audit 2023-12-07T15:49:31.517409+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:32.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:32 smithi121 bash[25067]: audit 2023-12-07T15:49:31.605714+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:49:32.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:32 smithi121 bash[25067]: audit 2023-12-07T15:49:31.826586+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:49:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:32 smithi121 bash[30890]: audit 2023-12-07T15:49:31.509079+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:32 smithi121 bash[30890]: audit 2023-12-07T15:49:31.517409+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:32 smithi121 bash[30890]: audit 2023-12-07T15:49:31.605714+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:49:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:32 smithi121 bash[30890]: audit 2023-12-07T15:49:31.826586+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:49:32.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:32 smithi144 bash[25224]: audit 2023-12-07T15:49:31.509079+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:32.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:32 smithi144 bash[25224]: audit 2023-12-07T15:49:31.517409+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:32.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:32 smithi144 bash[25224]: audit 2023-12-07T15:49:31.605714+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:49:32.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:32 smithi144 bash[25224]: audit 2023-12-07T15:49:31.826586+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:49:33.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:33 smithi121 bash[25067]: cluster 2023-12-07T15:49:31.604364+0000 mgr.y (mgr.14454) 228 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:33.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:33 smithi121 bash[30890]: cluster 2023-12-07T15:49:31.604364+0000 mgr.y (mgr.14454) 228 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:33.874 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-07T15:49:33.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:33 smithi144 bash[25224]: cluster 2023-12-07T15:49:31.604364+0000 mgr.y (mgr.14454) 228 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:35.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:49:34 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:49:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:49:35.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:35 smithi121 bash[25067]: cluster 2023-12-07T15:49:33.606179+0000 mgr.y (mgr.14454) 229 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:35.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:35 smithi121 bash[30890]: cluster 2023-12-07T15:49:33.606179+0000 mgr.y (mgr.14454) 229 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:35.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:35 smithi144 bash[25224]: cluster 2023-12-07T15:49:33.606179+0000 mgr.y (mgr.14454) 229 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:37.595 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-07T15:49:37.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:37 smithi121 bash[25067]: cluster 2023-12-07T15:49:35.607024+0000 mgr.y (mgr.14454) 230 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:37.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:37 smithi121 bash[30890]: cluster 2023-12-07T15:49:35.607024+0000 mgr.y (mgr.14454) 230 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:37.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:37 smithi144 bash[25224]: cluster 2023-12-07T15:49:35.607024+0000 mgr.y (mgr.14454) 230 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:38.068 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:49:37 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:49:37] "GET /metrics HTTP/1.1" 200 214876 "" "Prometheus/2.33.4" 2023-12-07T15:49:39.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:39 smithi121 bash[30890]: cluster 2023-12-07T15:49:37.608885+0000 mgr.y (mgr.14454) 231 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:39.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:39 smithi121 bash[25067]: cluster 2023-12-07T15:49:37.608885+0000 mgr.y (mgr.14454) 231 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:39.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:39 smithi144 bash[25224]: cluster 2023-12-07T15:49:37.608885+0000 mgr.y (mgr.14454) 231 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:41.744 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:41 smithi121 bash[30890]: cluster 2023-12-07T15:49:39.609695+0000 mgr.y (mgr.14454) 232 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:41.744 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:41 smithi121 bash[30890]: audit 2023-12-07T15:49:40.084186+0000 mgr.y (mgr.14454) 233 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:41.745 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:41 smithi121 bash[25067]: cluster 2023-12-07T15:49:39.609695+0000 mgr.y (mgr.14454) 232 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:41.745 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:41 smithi121 bash[25067]: audit 2023-12-07T15:49:40.084186+0000 mgr.y (mgr.14454) 233 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:41.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:41 smithi144 bash[25224]: cluster 2023-12-07T15:49:39.609695+0000 mgr.y (mgr.14454) 232 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:41.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:41 smithi144 bash[25224]: audit 2023-12-07T15:49:40.084186+0000 mgr.y (mgr.14454) 233 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:42.051 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:49:41 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:49:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:49:42.622 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-07T15:49:42.956 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:42 smithi121 bash[30890]: cluster 2023-12-07T15:49:41.610542+0000 mgr.y (mgr.14454) 234 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:42.956 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:42 smithi121 bash[30890]: audit 2023-12-07T15:49:41.734638+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:42.956 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:42 smithi121 bash[30890]: audit 2023-12-07T15:49:41.741150+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:42.957 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:42 smithi121 bash[25067]: cluster 2023-12-07T15:49:41.610542+0000 mgr.y (mgr.14454) 234 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:42.957 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:42 smithi121 bash[25067]: audit 2023-12-07T15:49:41.734638+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:42.957 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:42 smithi121 bash[25067]: audit 2023-12-07T15:49:41.741150+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:43.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:42 smithi144 bash[25224]: cluster 2023-12-07T15:49:41.610542+0000 mgr.y (mgr.14454) 234 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:43.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:42 smithi144 bash[25224]: audit 2023-12-07T15:49:41.734638+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:43.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:42 smithi144 bash[25224]: audit 2023-12-07T15:49:41.741150+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:45.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:44 smithi144 bash[25224]: cluster 2023-12-07T15:49:43.612347+0000 mgr.y (mgr.14454) 235 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:45.126 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:49:44 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:49:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:49:45.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:44 smithi121 bash[30890]: cluster 2023-12-07T15:49:43.612347+0000 mgr.y (mgr.14454) 235 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:45.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:44 smithi121 bash[25067]: cluster 2023-12-07T15:49:43.612347+0000 mgr.y (mgr.14454) 235 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:46.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:45 smithi121 bash[25067]: audit 2023-12-07T15:49:45.894023+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:46.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:45 smithi121 bash[25067]: audit 2023-12-07T15:49:45.896237+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:46.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:45 smithi121 bash[25067]: audit 2023-12-07T15:49:45.907487+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:46.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:45 smithi121 bash[30890]: audit 2023-12-07T15:49:45.894023+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:46.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:45 smithi121 bash[30890]: audit 2023-12-07T15:49:45.896237+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:46.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:45 smithi121 bash[30890]: audit 2023-12-07T15:49:45.907487+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:46.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:45 smithi144 bash[25224]: audit 2023-12-07T15:49:45.894023+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:46.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:45 smithi144 bash[25224]: audit 2023-12-07T15:49:45.896237+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:46.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:45 smithi144 bash[25224]: audit 2023-12-07T15:49:45.907487+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:47.040 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-07T15:49:47.225 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:46 smithi121 bash[30890]: cluster 2023-12-07T15:49:45.613096+0000 mgr.y (mgr.14454) 236 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:47.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:46 smithi121 bash[25067]: cluster 2023-12-07T15:49:45.613096+0000 mgr.y (mgr.14454) 236 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:47.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:46 smithi144 bash[25224]: cluster 2023-12-07T15:49:45.613096+0000 mgr.y (mgr.14454) 236 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:48.158 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:49:47 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:49:47] "GET /metrics HTTP/1.1" 200 214863 "" "Prometheus/2.33.4" 2023-12-07T15:49:49.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:48 smithi121 bash[25067]: cluster 2023-12-07T15:49:47.614778+0000 mgr.y (mgr.14454) 237 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:49.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:48 smithi121 bash[30890]: cluster 2023-12-07T15:49:47.614778+0000 mgr.y (mgr.14454) 237 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:49.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:48 smithi144 bash[25224]: cluster 2023-12-07T15:49:47.614778+0000 mgr.y (mgr.14454) 237 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:50.149 INFO:teuthology.orchestra.run.smithi121.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:49:50.984 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-07T15:49:50.992 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi121.front.sepia.ceph.com 2023-12-07T15:49:50.993 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- 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' 2023-12-07T15:49:51.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[30890]: cluster 2023-12-07T15:49:49.615521+0000 mgr.y (mgr.14454) 238 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:51.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[30890]: audit 2023-12-07T15:49:50.095443+0000 mgr.y (mgr.14454) 239 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:51.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[30890]: audit 2023-12-07T15:49:50.140515+0000 mgr.y (mgr.14454) 240 : audit [DBG] from='client.24991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:51.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[30890]: cephadm 2023-12-07T15:49:50.141670+0000 mgr.y (mgr.14454) 241 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:49:51.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[30890]: audit 2023-12-07T15:49:50.146387+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:51.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[30890]: audit 2023-12-07T15:49:50.196635+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:51.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[30890]: audit 2023-12-07T15:49:50.198514+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:51.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[30890]: audit 2023-12-07T15:49:50.209360+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:51.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[30890]: cephadm 2023-12-07T15:49:50.220883+0000 mgr.y (mgr.14454) 242 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:49:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[25067]: cluster 2023-12-07T15:49:49.615521+0000 mgr.y (mgr.14454) 238 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[25067]: audit 2023-12-07T15:49:50.095443+0000 mgr.y (mgr.14454) 239 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[25067]: audit 2023-12-07T15:49:50.140515+0000 mgr.y (mgr.14454) 240 : audit [DBG] from='client.24991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[25067]: cephadm 2023-12-07T15:49:50.141670+0000 mgr.y (mgr.14454) 241 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:49:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[25067]: audit 2023-12-07T15:49:50.146387+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[25067]: audit 2023-12-07T15:49:50.196635+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[25067]: audit 2023-12-07T15:49:50.198514+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[25067]: audit 2023-12-07T15:49:50.209360+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[25067]: cephadm 2023-12-07T15:49:50.220883+0000 mgr.y (mgr.14454) 242 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:49:51.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:51 smithi144 bash[25224]: cluster 2023-12-07T15:49:49.615521+0000 mgr.y (mgr.14454) 238 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:51.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:51 smithi144 bash[25224]: audit 2023-12-07T15:49:50.095443+0000 mgr.y (mgr.14454) 239 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:49:51.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:51 smithi144 bash[25224]: audit 2023-12-07T15:49:50.140515+0000 mgr.y (mgr.14454) 240 : audit [DBG] from='client.24991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:51.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:51 smithi144 bash[25224]: cephadm 2023-12-07T15:49:50.141670+0000 mgr.y (mgr.14454) 241 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:49:51.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:51 smithi144 bash[25224]: audit 2023-12-07T15:49:50.146387+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:51.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:51 smithi144 bash[25224]: audit 2023-12-07T15:49:50.196635+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:51.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:51 smithi144 bash[25224]: audit 2023-12-07T15:49:50.198514+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:51.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:51 smithi144 bash[25224]: audit 2023-12-07T15:49:50.209360+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:51.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:51 smithi144 bash[25224]: cephadm 2023-12-07T15:49:50.220883+0000 mgr.y (mgr.14454) 242 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:49:52.061 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:49:51 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:49:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:49:52.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:52 smithi121 bash[30890]: cluster 2023-12-07T15:49:51.616376+0000 mgr.y (mgr.14454) 243 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:52.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:52 smithi121 bash[30890]: audit 2023-12-07T15:49:51.643749+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:52.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:52 smithi121 bash[30890]: audit 2023-12-07T15:49:51.652411+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:52.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:52 smithi121 bash[25067]: cluster 2023-12-07T15:49:51.616376+0000 mgr.y (mgr.14454) 243 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:52.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:52 smithi121 bash[25067]: audit 2023-12-07T15:49:51.643749+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:52.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:52 smithi121 bash[25067]: audit 2023-12-07T15:49:51.652411+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:53.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:52 smithi144 bash[25224]: cluster 2023-12-07T15:49:51.616376+0000 mgr.y (mgr.14454) 243 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:53.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:52 smithi144 bash[25224]: audit 2023-12-07T15:49:51.643749+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:53.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:52 smithi144 bash[25224]: audit 2023-12-07T15:49:51.652411+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:49:54.625 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:49:55.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:54 smithi144 bash[25224]: cluster 2023-12-07T15:49:53.618187+0000 mgr.y (mgr.14454) 244 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:55.126 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:49:54 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:49:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:49:55.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:54 smithi121 bash[30890]: cluster 2023-12-07T15:49:53.618187+0000 mgr.y (mgr.14454) 244 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:55.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:54 smithi121 bash[25067]: cluster 2023-12-07T15:49:53.618187+0000 mgr.y (mgr.14454) 244 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:55.358 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:49:55.358 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 13s ago 11m - - 2023-12-07T15:49:55.358 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 3s ago 11m - - 2023-12-07T15:49:55.358 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (3m) 13s ago 4m 14.8M - ba2b418f427c 0600b46628c0 2023-12-07T15:49:55.358 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (4m) 3s ago 4m 45.0M - 8.3.5 dad864ee21e9 87838a4bbc68 2023-12-07T15:49:55.358 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (2m) 13s ago 2m 46.6M - 3.5 e1d6a67b021e 304d7181c3f7 2023-12-07T15:49:55.358 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443 running (10m) 3s ago 10m 405M - 17.2.0 e1d6a67b021e a2020fb93e9f 2023-12-07T15:49:55.358 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:9283 running (12m) 13s ago 12m 461M - 17.2.0 e1d6a67b021e fc175f2b8de7 2023-12-07T15:49:55.359 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (12m) 13s ago 13m 56.2M 2048M 17.2.0 e1d6a67b021e dadf16c82d85 2023-12-07T15:49:55.359 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (11m) 3s ago 11m 47.9M 2048M 17.2.0 e1d6a67b021e bf4a92f34a8a 2023-12-07T15:49:55.359 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (11m) 13s ago 11m 46.7M 2048M 17.2.0 e1d6a67b021e 69551a55e526 2023-12-07T15:49:55.359 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (4m) 13s ago 4m 12.3M - 1dbe0e931976 128d1bbc084f 2023-12-07T15:49:55.359 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (4m) 3s ago 4m 11.7M - 1dbe0e931976 0f4141ec61f0 2023-12-07T15:49:55.359 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (10m) 13s ago 10m 55.7M 4096M 17.2.0 e1d6a67b021e 4fb66fb6c0ed 2023-12-07T15:49:55.359 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (9m) 13s ago 9m 57.4M 4096M 17.2.0 e1d6a67b021e c7b798ef591a 2023-12-07T15:49:55.359 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (9m) 13s ago 9m 50.9M 4096M 17.2.0 e1d6a67b021e d81a11d9b9ac 2023-12-07T15:49:55.359 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (8m) 13s ago 8m 55.3M 4096M 17.2.0 e1d6a67b021e beeb25b302ec 2023-12-07T15:49:55.359 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (7m) 3s ago 7m 54.7M 4096M 17.2.0 e1d6a67b021e ca8ac3f41b1a 2023-12-07T15:49:55.359 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (7m) 3s ago 7m 52.8M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:49:55.359 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (6m) 3s ago 6m 51.0M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:49:55.359 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (5m) 3s ago 6m 55.1M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:49:55.359 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (3m) 3s ago 5m 57.7M - 514e6a882f6e fe243f1bd692 2023-12-07T15:49:55.359 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (2m) 13s ago 2m 84.2M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:49:55.360 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (2m) 3s ago 2m 83.8M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:49:55.360 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (2m) 13s ago 2m 86.1M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:49:55.360 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (2m) 3s ago 2m 84.3M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:49:55.791 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:49:55.791 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:49:55.791 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-07T15:49:55.791 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:49:55.791 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:49:55.791 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-07T15:49:55.791 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:49:55.791 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:49:55.791 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T15:49:55.791 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:49:55.791 INFO:teuthology.orchestra.run.smithi121.stdout: "mds": {}, 2023-12-07T15:49:55.791 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:49:55.791 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:49:55.792 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:49:55.792 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:49:55.792 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-07T15:49:55.792 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:49:55.792 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:49:56.172 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:49:56.172 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:49:56.172 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:49:56.172 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [], 2023-12-07T15:49:56.172 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "", 2023-12-07T15:49:56.172 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 image" 2023-12-07T15:49:56.172 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:49:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:55 smithi121 bash[30890]: audit 2023-12-07T15:49:54.607854+0000 mgr.y (mgr.14454) 245 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:55 smithi121 bash[30890]: audit 2023-12-07T15:49:54.970671+0000 mgr.y (mgr.14454) 246 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:55 smithi121 bash[30890]: audit 2023-12-07T15:49:55.332314+0000 mgr.y (mgr.14454) 247 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:55 smithi121 bash[30890]: audit 2023-12-07T15:49:55.787572+0000 mon.a (mon.0) 1173 : audit [DBG] from='client.? 172.21.15.121:0/3114639872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:49:56.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:55 smithi121 bash[25067]: audit 2023-12-07T15:49:54.607854+0000 mgr.y (mgr.14454) 245 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:56.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:55 smithi121 bash[25067]: audit 2023-12-07T15:49:54.970671+0000 mgr.y (mgr.14454) 246 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:56.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:55 smithi121 bash[25067]: audit 2023-12-07T15:49:55.332314+0000 mgr.y (mgr.14454) 247 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:56.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:55 smithi121 bash[25067]: audit 2023-12-07T15:49:55.787572+0000 mon.a (mon.0) 1173 : audit [DBG] from='client.? 172.21.15.121:0/3114639872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:49:56.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:55 smithi144 bash[25224]: audit 2023-12-07T15:49:54.607854+0000 mgr.y (mgr.14454) 245 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:56.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:55 smithi144 bash[25224]: audit 2023-12-07T15:49:54.970671+0000 mgr.y (mgr.14454) 246 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:56.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:55 smithi144 bash[25224]: audit 2023-12-07T15:49:55.332314+0000 mgr.y (mgr.14454) 247 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:56.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:55 smithi144 bash[25224]: audit 2023-12-07T15:49:55.787572+0000 mon.a (mon.0) 1173 : audit [DBG] from='client.? 172.21.15.121:0/3114639872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:49:56.608 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_OK 2023-12-07T15:49:57.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:56 smithi121 bash[30890]: cluster 2023-12-07T15:49:55.618862+0000 mgr.y (mgr.14454) 248 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:57.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:56 smithi121 bash[30890]: audit 2023-12-07T15:49:56.169392+0000 mgr.y (mgr.14454) 249 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:57.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:56 smithi121 bash[30890]: audit 2023-12-07T15:49:56.605762+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.121:0/4145734180' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:49:57.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:56 smithi121 bash[25067]: cluster 2023-12-07T15:49:55.618862+0000 mgr.y (mgr.14454) 248 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:57.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:56 smithi121 bash[25067]: audit 2023-12-07T15:49:56.169392+0000 mgr.y (mgr.14454) 249 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:57.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:56 smithi121 bash[25067]: audit 2023-12-07T15:49:56.605762+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.121:0/4145734180' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:49:57.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:56 smithi144 bash[25224]: cluster 2023-12-07T15:49:55.618862+0000 mgr.y (mgr.14454) 248 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:49:57.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:56 smithi144 bash[25224]: audit 2023-12-07T15:49:56.169392+0000 mgr.y (mgr.14454) 249 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:57.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:56 smithi144 bash[25224]: audit 2023-12-07T15:49:56.605762+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.121:0/4145734180' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:49:58.309 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:49:57 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:49:57] "GET /metrics HTTP/1.1" 200 214863 "" "Prometheus/2.33.4" 2023-12-07T15:49:59.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:49:58 smithi121 bash[30890]: cluster 2023-12-07T15:49:57.620113+0000 mgr.y (mgr.14454) 250 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:59.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:49:58 smithi121 bash[25067]: cluster 2023-12-07T15:49:57.620113+0000 mgr.y (mgr.14454) 250 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:49:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:49:58 smithi144 bash[25224]: cluster 2023-12-07T15:49:57.620113+0000 mgr.y (mgr.14454) 250 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:01.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:01 smithi121 bash[25067]: cluster 2023-12-07T15:49:59.620609+0000 mgr.y (mgr.14454) 251 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:01.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:01 smithi121 bash[25067]: cluster 2023-12-07T15:50:00.000598+0000 mon.a (mon.0) 1174 : cluster [INF] overall HEALTH_OK 2023-12-07T15:50:01.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:01 smithi121 bash[25067]: audit 2023-12-07T15:50:00.103979+0000 mgr.y (mgr.14454) 252 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:01.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:00 smithi121 bash[30890]: cluster 2023-12-07T15:49:59.620609+0000 mgr.y (mgr.14454) 251 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:01.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:00 smithi121 bash[30890]: cluster 2023-12-07T15:50:00.000598+0000 mon.a (mon.0) 1174 : cluster [INF] overall HEALTH_OK 2023-12-07T15:50:01.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:00 smithi121 bash[30890]: audit 2023-12-07T15:50:00.103979+0000 mgr.y (mgr.14454) 252 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:01.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:00 smithi144 bash[25224]: cluster 2023-12-07T15:49:59.620609+0000 mgr.y (mgr.14454) 251 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:01.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:00 smithi144 bash[25224]: cluster 2023-12-07T15:50:00.000598+0000 mon.a (mon.0) 1174 : cluster [INF] overall HEALTH_OK 2023-12-07T15:50:01.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:00 smithi144 bash[25224]: audit 2023-12-07T15:50:00.103979+0000 mgr.y (mgr.14454) 252 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:02.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:50:01 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:50:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:50:03.186 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:02 smithi121 bash[25067]: cluster 2023-12-07T15:50:01.621159+0000 mgr.y (mgr.14454) 253 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:03.186 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:02 smithi121 bash[25067]: audit 2023-12-07T15:50:01.877152+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:03.187 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:02 smithi121 bash[25067]: audit 2023-12-07T15:50:01.886210+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:03.187 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:02 smithi121 bash[30890]: cluster 2023-12-07T15:50:01.621159+0000 mgr.y (mgr.14454) 253 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:03.187 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:02 smithi121 bash[30890]: audit 2023-12-07T15:50:01.877152+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:03.187 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:02 smithi121 bash[30890]: audit 2023-12-07T15:50:01.886210+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:03.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:02 smithi144 bash[25224]: cluster 2023-12-07T15:50:01.621159+0000 mgr.y (mgr.14454) 253 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:03.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:02 smithi144 bash[25224]: audit 2023-12-07T15:50:01.877152+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:03.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:02 smithi144 bash[25224]: audit 2023-12-07T15:50:01.886210+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:05.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:04 smithi144 bash[25224]: cluster 2023-12-07T15:50:03.622823+0000 mgr.y (mgr.14454) 254 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:05.126 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:50:04 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:50:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:50:05.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:04 smithi121 bash[25067]: cluster 2023-12-07T15:50:03.622823+0000 mgr.y (mgr.14454) 254 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:05.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:04 smithi121 bash[30890]: cluster 2023-12-07T15:50:03.622823+0000 mgr.y (mgr.14454) 254 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:07.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:06 smithi121 bash[30890]: cluster 2023-12-07T15:50:05.623516+0000 mgr.y (mgr.14454) 255 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:07.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:06 smithi121 bash[25067]: cluster 2023-12-07T15:50:05.623516+0000 mgr.y (mgr.14454) 255 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:07.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:06 smithi144 bash[25224]: cluster 2023-12-07T15:50:05.623516+0000 mgr.y (mgr.14454) 255 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:08.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:50:07 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:50:07] "GET /metrics HTTP/1.1" 200 214840 "" "Prometheus/2.33.4" 2023-12-07T15:50:09.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:08 smithi144 bash[25224]: cluster 2023-12-07T15:50:07.625136+0000 mgr.y (mgr.14454) 256 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:09.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:08 smithi121 bash[30890]: cluster 2023-12-07T15:50:07.625136+0000 mgr.y (mgr.14454) 256 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:09.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:08 smithi121 bash[25067]: cluster 2023-12-07T15:50:07.625136+0000 mgr.y (mgr.14454) 256 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:11.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:10 smithi121 bash[25067]: cluster 2023-12-07T15:50:09.625867+0000 mgr.y (mgr.14454) 257 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:11.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:10 smithi121 bash[25067]: audit 2023-12-07T15:50:10.107673+0000 mgr.y (mgr.14454) 258 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:11.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:10 smithi121 bash[30890]: cluster 2023-12-07T15:50:09.625867+0000 mgr.y (mgr.14454) 257 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:11.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:10 smithi121 bash[30890]: audit 2023-12-07T15:50:10.107673+0000 mgr.y (mgr.14454) 258 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:11.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:10 smithi144 bash[25224]: cluster 2023-12-07T15:50:09.625867+0000 mgr.y (mgr.14454) 257 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:11.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:10 smithi144 bash[25224]: audit 2023-12-07T15:50:10.107673+0000 mgr.y (mgr.14454) 258 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:12.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:50:11 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:50:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:50:13.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:12 smithi121 bash[25067]: cluster 2023-12-07T15:50:11.626525+0000 mgr.y (mgr.14454) 259 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:13.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:12 smithi121 bash[25067]: audit 2023-12-07T15:50:11.787282+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:13.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:12 smithi121 bash[25067]: audit 2023-12-07T15:50:11.794709+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:13.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:12 smithi121 bash[30890]: cluster 2023-12-07T15:50:11.626525+0000 mgr.y (mgr.14454) 259 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:13.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:12 smithi121 bash[30890]: audit 2023-12-07T15:50:11.787282+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:13.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:12 smithi121 bash[30890]: audit 2023-12-07T15:50:11.794709+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:13.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:12 smithi144 bash[25224]: cluster 2023-12-07T15:50:11.626525+0000 mgr.y (mgr.14454) 259 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:13.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:12 smithi144 bash[25224]: audit 2023-12-07T15:50:11.787282+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:13.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:12 smithi144 bash[25224]: audit 2023-12-07T15:50:11.794709+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:15.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:14 smithi144 bash[25224]: cluster 2023-12-07T15:50:13.627742+0000 mgr.y (mgr.14454) 260 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:15.126 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:50:14 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:50:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:50:15.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:14 smithi121 bash[30890]: cluster 2023-12-07T15:50:13.627742+0000 mgr.y (mgr.14454) 260 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:15.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:14 smithi121 bash[25067]: cluster 2023-12-07T15:50:13.627742+0000 mgr.y (mgr.14454) 260 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:17.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:16 smithi121 bash[30890]: cluster 2023-12-07T15:50:15.628339+0000 mgr.y (mgr.14454) 261 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:17.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:16 smithi121 bash[25067]: cluster 2023-12-07T15:50:15.628339+0000 mgr.y (mgr.14454) 261 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:17.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:16 smithi144 bash[25224]: cluster 2023-12-07T15:50:15.628339+0000 mgr.y (mgr.14454) 261 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:18.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:50:17 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:50:17] "GET /metrics HTTP/1.1" 200 214831 "" "Prometheus/2.33.4" 2023-12-07T15:50:19.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:18 smithi121 bash[25067]: cluster 2023-12-07T15:50:17.629411+0000 mgr.y (mgr.14454) 262 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:19.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:18 smithi121 bash[30890]: cluster 2023-12-07T15:50:17.629411+0000 mgr.y (mgr.14454) 262 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:19.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:18 smithi144 bash[25224]: cluster 2023-12-07T15:50:17.629411+0000 mgr.y (mgr.14454) 262 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:21.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:20 smithi121 bash[30890]: cluster 2023-12-07T15:50:19.630038+0000 mgr.y (mgr.14454) 263 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:21.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:20 smithi121 bash[30890]: audit 2023-12-07T15:50:20.116007+0000 mgr.y (mgr.14454) 264 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:21.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:20 smithi121 bash[25067]: cluster 2023-12-07T15:50:19.630038+0000 mgr.y (mgr.14454) 263 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:21.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:20 smithi121 bash[25067]: audit 2023-12-07T15:50:20.116007+0000 mgr.y (mgr.14454) 264 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:21.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:20 smithi144 bash[25224]: cluster 2023-12-07T15:50:19.630038+0000 mgr.y (mgr.14454) 263 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:21.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:20 smithi144 bash[25224]: audit 2023-12-07T15:50:20.116007+0000 mgr.y (mgr.14454) 264 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:22.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:50:22 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:50:22] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:50:23.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:23 smithi121 bash[30890]: cluster 2023-12-07T15:50:21.630753+0000 mgr.y (mgr.14454) 265 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:23.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:23 smithi121 bash[30890]: audit 2023-12-07T15:50:22.017970+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:23.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:23 smithi121 bash[30890]: audit 2023-12-07T15:50:22.024151+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:23.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:23 smithi121 bash[25067]: cluster 2023-12-07T15:50:21.630753+0000 mgr.y (mgr.14454) 265 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:23.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:23 smithi121 bash[25067]: audit 2023-12-07T15:50:22.017970+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:23.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:23 smithi121 bash[25067]: audit 2023-12-07T15:50:22.024151+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:23.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:23 smithi144 bash[25224]: cluster 2023-12-07T15:50:21.630753+0000 mgr.y (mgr.14454) 265 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:23.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:23 smithi144 bash[25224]: audit 2023-12-07T15:50:22.017970+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:23.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:23 smithi144 bash[25224]: audit 2023-12-07T15:50:22.024151+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:25.025 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:50:24 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:50:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:50:25.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:25 smithi121 bash[25067]: cluster 2023-12-07T15:50:23.631831+0000 mgr.y (mgr.14454) 266 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:25.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:25 smithi121 bash[30890]: cluster 2023-12-07T15:50:23.631831+0000 mgr.y (mgr.14454) 266 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:25.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:25 smithi144 bash[25224]: cluster 2023-12-07T15:50:23.631831+0000 mgr.y (mgr.14454) 266 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:26.991 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:50:27.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:27 smithi121 bash[25067]: cluster 2023-12-07T15:50:25.632330+0000 mgr.y (mgr.14454) 267 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:27.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:27 smithi121 bash[30890]: cluster 2023-12-07T15:50:25.632330+0000 mgr.y (mgr.14454) 267 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:27.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:27 smithi144 bash[25224]: cluster 2023-12-07T15:50:25.632330+0000 mgr.y (mgr.14454) 267 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:27.696 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:50:27.696 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 5s ago 12m - - 2023-12-07T15:50:27.696 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 15s ago 12m - - 2023-12-07T15:50:27.696 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (4m) 5s ago 5m 13.9M - ba2b418f427c 0600b46628c0 2023-12-07T15:50:27.696 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (4m) 15s ago 4m 45.6M - 8.3.5 dad864ee21e9 87838a4bbc68 2023-12-07T15:50:27.696 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (2m) 5s ago 2m 46.7M - 3.5 e1d6a67b021e 304d7181c3f7 2023-12-07T15:50:27.696 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443 running (11m) 15s ago 11m 405M - 17.2.0 e1d6a67b021e a2020fb93e9f 2023-12-07T15:50:27.696 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:9283 running (13m) 5s ago 13m 462M - 17.2.0 e1d6a67b021e fc175f2b8de7 2023-12-07T15:50:27.696 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (13m) 5s ago 13m 57.0M 2048M 17.2.0 e1d6a67b021e dadf16c82d85 2023-12-07T15:50:27.696 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (11m) 15s ago 11m 48.3M 2048M 17.2.0 e1d6a67b021e bf4a92f34a8a 2023-12-07T15:50:27.696 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (11m) 5s ago 11m 47.2M 2048M 17.2.0 e1d6a67b021e 69551a55e526 2023-12-07T15:50:27.697 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (5m) 5s ago 5m 12.2M - 1dbe0e931976 128d1bbc084f 2023-12-07T15:50:27.697 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (5m) 15s ago 5m 11.9M - 1dbe0e931976 0f4141ec61f0 2023-12-07T15:50:27.697 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (10m) 5s ago 10m 56.6M 4096M 17.2.0 e1d6a67b021e 4fb66fb6c0ed 2023-12-07T15:50:27.697 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (10m) 5s ago 10m 58.0M 4096M 17.2.0 e1d6a67b021e c7b798ef591a 2023-12-07T15:50:27.697 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (9m) 5s ago 9m 51.2M 4096M 17.2.0 e1d6a67b021e d81a11d9b9ac 2023-12-07T15:50:27.697 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (8m) 5s ago 8m 56.0M 4096M 17.2.0 e1d6a67b021e beeb25b302ec 2023-12-07T15:50:27.697 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (8m) 15s ago 8m 55.0M 4096M 17.2.0 e1d6a67b021e ca8ac3f41b1a 2023-12-07T15:50:27.697 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (7m) 15s ago 7m 52.7M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:50:27.697 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (7m) 15s ago 7m 51.0M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:50:27.697 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (6m) 15s ago 6m 55.1M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:50:27.697 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (4m) 15s ago 5m 57.8M - 514e6a882f6e fe243f1bd692 2023-12-07T15:50:27.697 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (3m) 5s ago 3m 84.4M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:50:27.697 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (3m) 15s ago 3m 83.9M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:50:27.697 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (3m) 5s ago 3m 86.2M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:50:27.697 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (3m) 15s ago 3m 84.4M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:50:28.118 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:50:28.118 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:50:28.118 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-07T15:50:28.118 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:50:28.118 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:50:28.118 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-07T15:50:28.118 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:50:28.118 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:50:28.118 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T15:50:28.118 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:50:28.118 INFO:teuthology.orchestra.run.smithi121.stdout: "mds": {}, 2023-12-07T15:50:28.118 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:50:28.118 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:50:28.119 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:50:28.119 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:50:28.119 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-07T15:50:28.119 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:50:28.119 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:50:28.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:50:27 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:50:27] "GET /metrics HTTP/1.1" 200 214831 "" "Prometheus/2.33.4" 2023-12-07T15:50:28.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:28 smithi121 bash[30890]: audit 2023-12-07T15:50:26.973178+0000 mgr.y (mgr.14454) 268 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:28.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:28 smithi121 bash[30890]: audit 2023-12-07T15:50:27.326188+0000 mgr.y (mgr.14454) 269 : audit [DBG] from='client.25039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:28.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:28 smithi121 bash[25067]: audit 2023-12-07T15:50:26.973178+0000 mgr.y (mgr.14454) 268 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:28.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:28 smithi121 bash[25067]: audit 2023-12-07T15:50:27.326188+0000 mgr.y (mgr.14454) 269 : audit [DBG] from='client.25039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:28.318 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:28 smithi144 bash[25224]: audit 2023-12-07T15:50:26.973178+0000 mgr.y (mgr.14454) 268 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:28.318 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:28 smithi144 bash[25224]: audit 2023-12-07T15:50:27.326188+0000 mgr.y (mgr.14454) 269 : audit [DBG] from='client.25039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:28.472 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:50:28.472 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:50:28.472 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:50:28.472 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [], 2023-12-07T15:50:28.473 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "", 2023-12-07T15:50:28.473 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 image" 2023-12-07T15:50:28.473 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:50:28.873 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_OK 2023-12-07T15:50:29.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:29 smithi121 bash[25067]: cluster 2023-12-07T15:50:27.634008+0000 mgr.y (mgr.14454) 270 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:29.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:29 smithi121 bash[25067]: audit 2023-12-07T15:50:27.669276+0000 mgr.y (mgr.14454) 271 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:29.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:29 smithi121 bash[25067]: audit 2023-12-07T15:50:28.114635+0000 mon.a (mon.0) 1181 : audit [DBG] from='client.? 172.21.15.121:0/2575526959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:50:29.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:29 smithi121 bash[25067]: audit 2023-12-07T15:50:28.469154+0000 mgr.y (mgr.14454) 272 : audit [DBG] from='client.25057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:29.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:29 smithi121 bash[25067]: audit 2023-12-07T15:50:28.870599+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.121:0/3357584144' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:50:29.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:29 smithi121 bash[30890]: cluster 2023-12-07T15:50:27.634008+0000 mgr.y (mgr.14454) 270 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:29.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:29 smithi121 bash[30890]: audit 2023-12-07T15:50:27.669276+0000 mgr.y (mgr.14454) 271 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:29.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:29 smithi121 bash[30890]: audit 2023-12-07T15:50:28.114635+0000 mon.a (mon.0) 1181 : audit [DBG] from='client.? 172.21.15.121:0/2575526959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:50:29.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:29 smithi121 bash[30890]: audit 2023-12-07T15:50:28.469154+0000 mgr.y (mgr.14454) 272 : audit [DBG] from='client.25057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:29.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:29 smithi121 bash[30890]: audit 2023-12-07T15:50:28.870599+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.121:0/3357584144' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:50:29.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:29 smithi144 bash[25224]: cluster 2023-12-07T15:50:27.634008+0000 mgr.y (mgr.14454) 270 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:29.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:29 smithi144 bash[25224]: audit 2023-12-07T15:50:27.669276+0000 mgr.y (mgr.14454) 271 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:29.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:29 smithi144 bash[25224]: audit 2023-12-07T15:50:28.114635+0000 mon.a (mon.0) 1181 : audit [DBG] from='client.? 172.21.15.121:0/2575526959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:50:29.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:29 smithi144 bash[25224]: audit 2023-12-07T15:50:28.469154+0000 mgr.y (mgr.14454) 272 : audit [DBG] from='client.25057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:29.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:29 smithi144 bash[25224]: audit 2023-12-07T15:50:28.870599+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.121:0/3357584144' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:50:31.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:31 smithi121 bash[25067]: cluster 2023-12-07T15:50:29.634699+0000 mgr.y (mgr.14454) 273 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:31.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:31 smithi121 bash[25067]: audit 2023-12-07T15:50:30.126496+0000 mgr.y (mgr.14454) 274 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:31.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:31 smithi121 bash[30890]: cluster 2023-12-07T15:50:29.634699+0000 mgr.y (mgr.14454) 273 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:31.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:31 smithi121 bash[30890]: audit 2023-12-07T15:50:30.126496+0000 mgr.y (mgr.14454) 274 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:31.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:31 smithi144 bash[25224]: cluster 2023-12-07T15:50:29.634699+0000 mgr.y (mgr.14454) 273 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:31.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:31 smithi144 bash[25224]: audit 2023-12-07T15:50:30.126496+0000 mgr.y (mgr.14454) 274 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:32.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:50:31 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:50:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:50:32.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:32 smithi121 bash[25067]: audit 2023-12-07T15:50:31.611875+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:50:32.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:32 smithi121 bash[25067]: audit 2023-12-07T15:50:31.833847+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:50:32.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:32 smithi121 bash[25067]: audit 2023-12-07T15:50:31.923674+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:32.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:32 smithi121 bash[25067]: audit 2023-12-07T15:50:31.932800+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:32 smithi121 bash[30890]: audit 2023-12-07T15:50:31.611875+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:50:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:32 smithi121 bash[30890]: audit 2023-12-07T15:50:31.833847+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:50:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:32 smithi121 bash[30890]: audit 2023-12-07T15:50:31.923674+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:32 smithi121 bash[30890]: audit 2023-12-07T15:50:31.932800+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:32.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:32 smithi144 bash[25224]: audit 2023-12-07T15:50:31.611875+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:50:32.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:32 smithi144 bash[25224]: audit 2023-12-07T15:50:31.833847+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:50:32.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:32 smithi144 bash[25224]: audit 2023-12-07T15:50:31.923674+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:32.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:32 smithi144 bash[25224]: audit 2023-12-07T15:50:31.932800+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:33.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:33 smithi121 bash[25067]: cluster 2023-12-07T15:50:31.635543+0000 mgr.y (mgr.14454) 275 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:33.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:33 smithi121 bash[30890]: cluster 2023-12-07T15:50:31.635543+0000 mgr.y (mgr.14454) 275 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:33.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:33 smithi144 bash[25224]: cluster 2023-12-07T15:50:31.635543+0000 mgr.y (mgr.14454) 275 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:35.063 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:50:34 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:50:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:50:35.269 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:35 smithi121 bash[25067]: cluster 2023-12-07T15:50:33.637240+0000 mgr.y (mgr.14454) 276 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:35.269 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:35 smithi121 bash[30890]: cluster 2023-12-07T15:50:33.637240+0000 mgr.y (mgr.14454) 276 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:35.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:35 smithi144 bash[25224]: cluster 2023-12-07T15:50:33.637240+0000 mgr.y (mgr.14454) 276 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:36.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:36 smithi121 bash[30890]: audit 2023-12-07T15:50:35.355457+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:36.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:36 smithi121 bash[30890]: cephadm 2023-12-07T15:50:35.356213+0000 mgr.y (mgr.14454) 277 : cephadm [INF] Upgrade: Target is version 19.0.0-13-ge6605fb8 (unknown) 2023-12-07T15:50:36.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:36 smithi121 bash[30890]: cephadm 2023-12-07T15:50:35.356305+0000 mgr.y (mgr.14454) 278 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149, digests ['quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a'] 2023-12-07T15:50:36.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:36 smithi121 bash[30890]: audit 2023-12-07T15:50:35.357507+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:36.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:36 smithi121 bash[30890]: audit 2023-12-07T15:50:35.370131+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:36.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:36 smithi121 bash[30890]: cephadm 2023-12-07T15:50:35.371458+0000 mgr.y (mgr.14454) 279 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-07T15:50:36.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:36 smithi121 bash[25067]: audit 2023-12-07T15:50:35.355457+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:36.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:36 smithi121 bash[25067]: cephadm 2023-12-07T15:50:35.356213+0000 mgr.y (mgr.14454) 277 : cephadm [INF] Upgrade: Target is version 19.0.0-13-ge6605fb8 (unknown) 2023-12-07T15:50:36.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:36 smithi121 bash[25067]: cephadm 2023-12-07T15:50:35.356305+0000 mgr.y (mgr.14454) 278 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149, digests ['quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a'] 2023-12-07T15:50:36.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:36 smithi121 bash[25067]: audit 2023-12-07T15:50:35.357507+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:36.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:36 smithi121 bash[25067]: audit 2023-12-07T15:50:35.370131+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:36.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:36 smithi121 bash[25067]: cephadm 2023-12-07T15:50:35.371458+0000 mgr.y (mgr.14454) 279 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-07T15:50:36.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:36 smithi144 bash[25224]: audit 2023-12-07T15:50:35.355457+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:36.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:36 smithi144 bash[25224]: cephadm 2023-12-07T15:50:35.356213+0000 mgr.y (mgr.14454) 277 : cephadm [INF] Upgrade: Target is version 19.0.0-13-ge6605fb8 (unknown) 2023-12-07T15:50:36.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:36 smithi144 bash[25224]: cephadm 2023-12-07T15:50:35.356305+0000 mgr.y (mgr.14454) 278 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149, digests ['quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a'] 2023-12-07T15:50:36.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:36 smithi144 bash[25224]: audit 2023-12-07T15:50:35.357507+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:36.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:36 smithi144 bash[25224]: audit 2023-12-07T15:50:35.370131+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:36.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:36 smithi144 bash[25224]: cephadm 2023-12-07T15:50:35.371458+0000 mgr.y (mgr.14454) 279 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-07T15:50:37.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:37 smithi144 bash[25224]: cephadm 2023-12-07T15:50:35.615717+0000 mgr.y (mgr.14454) 280 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 on smithi144 2023-12-07T15:50:37.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:37 smithi144 bash[25224]: cluster 2023-12-07T15:50:35.637999+0000 mgr.y (mgr.14454) 281 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:37.677 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:37 smithi121 bash[30890]: cephadm 2023-12-07T15:50:35.615717+0000 mgr.y (mgr.14454) 280 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 on smithi144 2023-12-07T15:50:37.677 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:37 smithi121 bash[30890]: cluster 2023-12-07T15:50:35.637999+0000 mgr.y (mgr.14454) 281 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:37.677 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:37 smithi121 bash[25067]: cephadm 2023-12-07T15:50:35.615717+0000 mgr.y (mgr.14454) 280 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 on smithi144 2023-12-07T15:50:37.677 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:37 smithi121 bash[25067]: cluster 2023-12-07T15:50:35.637999+0000 mgr.y (mgr.14454) 281 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:38.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:50:37 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:50:37] "GET /metrics HTTP/1.1" 200 214830 "" "Prometheus/2.33.4" 2023-12-07T15:50:39.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:39 smithi121 bash[25067]: cluster 2023-12-07T15:50:37.639301+0000 mgr.y (mgr.14454) 282 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:39.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:39 smithi121 bash[30890]: cluster 2023-12-07T15:50:37.639301+0000 mgr.y (mgr.14454) 282 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:39.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:39 smithi144 bash[25224]: cluster 2023-12-07T15:50:37.639301+0000 mgr.y (mgr.14454) 282 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:41.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:41 smithi121 bash[30890]: cluster 2023-12-07T15:50:39.640088+0000 mgr.y (mgr.14454) 283 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:41.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:41 smithi121 bash[30890]: audit 2023-12-07T15:50:40.137225+0000 mgr.y (mgr.14454) 284 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:41.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:41 smithi121 bash[25067]: cluster 2023-12-07T15:50:39.640088+0000 mgr.y (mgr.14454) 283 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:41.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:41 smithi121 bash[25067]: audit 2023-12-07T15:50:40.137225+0000 mgr.y (mgr.14454) 284 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:41.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:41 smithi144 bash[25224]: cluster 2023-12-07T15:50:39.640088+0000 mgr.y (mgr.14454) 283 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:41.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:41 smithi144 bash[25224]: audit 2023-12-07T15:50:40.137225+0000 mgr.y (mgr.14454) 284 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:42.560 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:50:42 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:50:42] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:50:43.546 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:43 smithi121 bash[30890]: cluster 2023-12-07T15:50:41.640770+0000 mgr.y (mgr.14454) 285 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:43.546 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:43 smithi121 bash[30890]: audit 2023-12-07T15:50:42.146915+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:43.546 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:43 smithi121 bash[30890]: audit 2023-12-07T15:50:42.153175+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:43.546 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:43 smithi121 bash[25067]: cluster 2023-12-07T15:50:41.640770+0000 mgr.y (mgr.14454) 285 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:43.546 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:43 smithi121 bash[25067]: audit 2023-12-07T15:50:42.146915+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:43.547 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:43 smithi121 bash[25067]: audit 2023-12-07T15:50:42.153175+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:43.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:43 smithi144 bash[25224]: cluster 2023-12-07T15:50:41.640770+0000 mgr.y (mgr.14454) 285 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:43.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:43 smithi144 bash[25224]: audit 2023-12-07T15:50:42.146915+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:43.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:43 smithi144 bash[25224]: audit 2023-12-07T15:50:42.153175+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:43.810 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:50:43 smithi121 bash[55459]: level=warn ts=2023-12-07T15:50:43.542Z 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.144:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.144 because it doesn't contain any IP SANs" 2023-12-07T15:50:43.810 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:50:43 smithi121 bash[55459]: level=warn ts=2023-12-07T15:50:43.542Z 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.121:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.121 because it doesn't contain any IP SANs" 2023-12-07T15:50:45.126 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:50:44 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:50:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:50:45.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:45 smithi121 bash[25067]: cluster 2023-12-07T15:50:43.642582+0000 mgr.y (mgr.14454) 286 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:45.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:45 smithi121 bash[30890]: cluster 2023-12-07T15:50:43.642582+0000 mgr.y (mgr.14454) 286 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:45.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:45 smithi144 bash[25224]: cluster 2023-12-07T15:50:43.642582+0000 mgr.y (mgr.14454) 286 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:47.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:47 smithi121 bash[30890]: cluster 2023-12-07T15:50:45.643365+0000 mgr.y (mgr.14454) 287 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:47.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:47 smithi121 bash[25067]: cluster 2023-12-07T15:50:45.643365+0000 mgr.y (mgr.14454) 287 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:47.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:47 smithi144 bash[25224]: cluster 2023-12-07T15:50:45.643365+0000 mgr.y (mgr.14454) 287 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:48.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:50:47 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:50:47] "GET /metrics HTTP/1.1" 200 214820 "" "Prometheus/2.33.4" 2023-12-07T15:50:49.428 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:49 smithi121 bash[30890]: cluster 2023-12-07T15:50:47.645108+0000 mgr.y (mgr.14454) 288 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:49.428 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:49 smithi121 bash[25067]: cluster 2023-12-07T15:50:47.645108+0000 mgr.y (mgr.14454) 288 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:49.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:49 smithi144 bash[25224]: cluster 2023-12-07T15:50:47.645108+0000 mgr.y (mgr.14454) 288 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:51.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:51 smithi121 bash[25067]: cluster 2023-12-07T15:50:49.645904+0000 mgr.y (mgr.14454) 289 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:51.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:51 smithi121 bash[25067]: audit 2023-12-07T15:50:50.148107+0000 mgr.y (mgr.14454) 290 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:51.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:51 smithi121 bash[30890]: cluster 2023-12-07T15:50:49.645904+0000 mgr.y (mgr.14454) 289 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:51.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:51 smithi121 bash[30890]: audit 2023-12-07T15:50:50.148107+0000 mgr.y (mgr.14454) 290 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:51.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:51 smithi144 bash[25224]: cluster 2023-12-07T15:50:49.645904+0000 mgr.y (mgr.14454) 289 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:51.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:51 smithi144 bash[25224]: audit 2023-12-07T15:50:50.148107+0000 mgr.y (mgr.14454) 290 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:50:52.560 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:50:52 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:50:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:50:53.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:53 smithi144 bash[25224]: cluster 2023-12-07T15:50:51.646716+0000 mgr.y (mgr.14454) 291 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:53.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:53 smithi144 bash[25224]: audit 2023-12-07T15:50:52.070353+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:53.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:53 smithi144 bash[25224]: audit 2023-12-07T15:50:52.077569+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:53.517 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:53 smithi121 bash[30890]: cluster 2023-12-07T15:50:51.646716+0000 mgr.y (mgr.14454) 291 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:53.517 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:53 smithi121 bash[30890]: audit 2023-12-07T15:50:52.070353+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:53.517 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:53 smithi121 bash[30890]: audit 2023-12-07T15:50:52.077569+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:53.517 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:53 smithi121 bash[25067]: cluster 2023-12-07T15:50:51.646716+0000 mgr.y (mgr.14454) 291 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:53.517 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:53 smithi121 bash[25067]: audit 2023-12-07T15:50:52.070353+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:53.517 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:53 smithi121 bash[25067]: audit 2023-12-07T15:50:52.077569+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:50:53.813 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:50:53 smithi121 bash[55459]: level=error ts=2023-12-07T15:50:53.513Z 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.144:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.144 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.121:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.121 because it doesn't contain any IP SANs" 2023-12-07T15:50:53.813 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:50:53 smithi121 bash[55459]: level=warn ts=2023-12-07T15:50:53.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.121:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.121 because it doesn't contain any IP SANs" 2023-12-07T15:50:53.813 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:50:53 smithi121 bash[55459]: level=warn ts=2023-12-07T15:50:53.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.144:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.144 because it doesn't contain any IP SANs" 2023-12-07T15:50:55.075 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:50:54 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:50:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:50:55.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:55 smithi144 bash[25224]: cluster 2023-12-07T15:50:53.648451+0000 mgr.y (mgr.14454) 292 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:55.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:55 smithi121 bash[30890]: cluster 2023-12-07T15:50:53.648451+0000 mgr.y (mgr.14454) 292 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:55.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:55 smithi121 bash[25067]: cluster 2023-12-07T15:50:53.648451+0000 mgr.y (mgr.14454) 292 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:57.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:57 smithi144 bash[25224]: cluster 2023-12-07T15:50:55.649193+0000 mgr.y (mgr.14454) 293 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:57.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:57 smithi121 bash[25067]: cluster 2023-12-07T15:50:55.649193+0000 mgr.y (mgr.14454) 293 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:57.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:57 smithi121 bash[30890]: cluster 2023-12-07T15:50:55.649193+0000 mgr.y (mgr.14454) 293 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:50:58.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:50:57 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:50:57] "GET /metrics HTTP/1.1" 200 214820 "" "Prometheus/2.33.4" 2023-12-07T15:50:59.251 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:50:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:50:59 smithi144 bash[25224]: cluster 2023-12-07T15:50:57.650915+0000 mgr.y (mgr.14454) 294 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:59.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:50:59 smithi121 bash[25067]: cluster 2023-12-07T15:50:57.650915+0000 mgr.y (mgr.14454) 294 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:59.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:50:59 smithi121 bash[30890]: cluster 2023-12-07T15:50:57.650915+0000 mgr.y (mgr.14454) 294 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:50:59.976 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:50:59.976 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 17s ago 12m - - 2023-12-07T15:50:59.976 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 7s ago 12m - - 2023-12-07T15:50:59.976 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (4m) 17s ago 5m 14.1M - ba2b418f427c 0600b46628c0 2023-12-07T15:50:59.976 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (5m) 7s ago 5m 47.9M - 8.3.5 dad864ee21e9 87838a4bbc68 2023-12-07T15:50:59.976 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (3m) 17s ago 3m 47.1M - 3.5 e1d6a67b021e 304d7181c3f7 2023-12-07T15:50:59.976 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443 running (11m) 7s ago 11m 406M - 17.2.0 e1d6a67b021e a2020fb93e9f 2023-12-07T15:50:59.976 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:9283 running (13m) 17s ago 13m 463M - 17.2.0 e1d6a67b021e fc175f2b8de7 2023-12-07T15:50:59.976 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (13m) 17s ago 14m 57.6M 2048M 17.2.0 e1d6a67b021e dadf16c82d85 2023-12-07T15:50:59.977 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (12m) 7s ago 12m 49.5M 2048M 17.2.0 e1d6a67b021e bf4a92f34a8a 2023-12-07T15:50:59.977 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (12m) 17s ago 12m 47.9M 2048M 17.2.0 e1d6a67b021e 69551a55e526 2023-12-07T15:50:59.977 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (5m) 17s ago 6m 14.7M - 1dbe0e931976 128d1bbc084f 2023-12-07T15:50:59.977 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (5m) 7s ago 5m 11.4M - 1dbe0e931976 0f4141ec61f0 2023-12-07T15:50:59.977 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (11m) 17s ago 11m 57.0M 4096M 17.2.0 e1d6a67b021e 4fb66fb6c0ed 2023-12-07T15:50:59.977 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (10m) 17s ago 10m 58.1M 4096M 17.2.0 e1d6a67b021e c7b798ef591a 2023-12-07T15:50:59.977 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (10m) 17s ago 10m 51.2M 4096M 17.2.0 e1d6a67b021e d81a11d9b9ac 2023-12-07T15:50:59.977 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (9m) 17s ago 9m 56.1M 4096M 17.2.0 e1d6a67b021e beeb25b302ec 2023-12-07T15:50:59.977 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (8m) 7s ago 8m 55.2M 4096M 17.2.0 e1d6a67b021e ca8ac3f41b1a 2023-12-07T15:50:59.977 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (8m) 7s ago 8m 53.4M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:50:59.977 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (7m) 7s ago 7m 51.6M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:50:59.977 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (7m) 7s ago 7m 55.4M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:50:59.977 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (4m) 7s ago 6m 58.1M - 514e6a882f6e fe243f1bd692 2023-12-07T15:50:59.977 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (3m) 17s ago 3m 84.5M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:50:59.977 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (3m) 7s ago 3m 84.0M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:50:59.978 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (3m) 17s ago 3m 86.3M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:50:59.978 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (3m) 7s ago 3m 84.7M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:51:00.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:00 smithi144 bash[25224]: audit 2023-12-07T15:50:59.233599+0000 mgr.y (mgr.14454) 295 : audit [DBG] from='client.25069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:00.386 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:51:00.386 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:51:00.386 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-07T15:51:00.386 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:51:00.386 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:51:00.386 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-07T15:51:00.386 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:51:00.386 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:51:00.386 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T15:51:00.386 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:51:00.386 INFO:teuthology.orchestra.run.smithi121.stdout: "mds": {}, 2023-12-07T15:51:00.386 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:51:00.387 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:51:00.387 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:51:00.387 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:51:00.387 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-07T15:51:00.387 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:51:00.387 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:51:00.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:00 smithi121 bash[25067]: audit 2023-12-07T15:50:59.233599+0000 mgr.y (mgr.14454) 295 : audit [DBG] from='client.25069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:00.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:00 smithi121 bash[30890]: audit 2023-12-07T15:50:59.233599+0000 mgr.y (mgr.14454) 295 : audit [DBG] from='client.25069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:00.737 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:51:00.737 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:51:00.738 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:51:00.738 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [], 2023-12-07T15:51:00.738 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "0/23 daemons upgraded", 2023-12-07T15:51:00.738 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 image on host smithi144" 2023-12-07T15:51:00.738 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:51:01.147 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_OK 2023-12-07T15:51:01.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:01 smithi144 bash[25224]: audit 2023-12-07T15:50:59.589214+0000 mgr.y (mgr.14454) 296 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:01.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:01 smithi144 bash[25224]: cluster 2023-12-07T15:50:59.651569+0000 mgr.y (mgr.14454) 297 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:01.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:01 smithi144 bash[25224]: audit 2023-12-07T15:50:59.948345+0000 mgr.y (mgr.14454) 298 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:01.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:01 smithi144 bash[25224]: audit 2023-12-07T15:51:00.155992+0000 mgr.y (mgr.14454) 299 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:51:01.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:01 smithi144 bash[25224]: audit 2023-12-07T15:51:00.382521+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.121:0/196337834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:51:01.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:01 smithi121 bash[25067]: audit 2023-12-07T15:50:59.589214+0000 mgr.y (mgr.14454) 296 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:01.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:01 smithi121 bash[25067]: cluster 2023-12-07T15:50:59.651569+0000 mgr.y (mgr.14454) 297 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:01.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:01 smithi121 bash[25067]: audit 2023-12-07T15:50:59.948345+0000 mgr.y (mgr.14454) 298 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:01.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:01 smithi121 bash[25067]: audit 2023-12-07T15:51:00.155992+0000 mgr.y (mgr.14454) 299 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:51:01.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:01 smithi121 bash[25067]: audit 2023-12-07T15:51:00.382521+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.121:0/196337834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:51:01.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:01 smithi121 bash[30890]: audit 2023-12-07T15:50:59.589214+0000 mgr.y (mgr.14454) 296 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:01.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:01 smithi121 bash[30890]: cluster 2023-12-07T15:50:59.651569+0000 mgr.y (mgr.14454) 297 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:01.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:01 smithi121 bash[30890]: audit 2023-12-07T15:50:59.948345+0000 mgr.y (mgr.14454) 298 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:01.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:01 smithi121 bash[30890]: audit 2023-12-07T15:51:00.155992+0000 mgr.y (mgr.14454) 299 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:51:01.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:01 smithi121 bash[30890]: audit 2023-12-07T15:51:00.382521+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.121:0/196337834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:51:02.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:02 smithi144 bash[25224]: audit 2023-12-07T15:51:00.734042+0000 mgr.y (mgr.14454) 300 : audit [DBG] from='client.25093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:02.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:02 smithi144 bash[25224]: audit 2023-12-07T15:51:01.144144+0000 mon.a (mon.0) 1193 : audit [DBG] from='client.? 172.21.15.121:0/3279208411' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:51:02.458 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:02 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:51:02] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:51:02.458 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:02 smithi121 bash[25067]: audit 2023-12-07T15:51:00.734042+0000 mgr.y (mgr.14454) 300 : audit [DBG] from='client.25093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:02.458 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:02 smithi121 bash[25067]: audit 2023-12-07T15:51:01.144144+0000 mon.a (mon.0) 1193 : audit [DBG] from='client.? 172.21.15.121:0/3279208411' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:51:02.458 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:02 smithi121 bash[30890]: audit 2023-12-07T15:51:00.734042+0000 mgr.y (mgr.14454) 300 : audit [DBG] from='client.25093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:02.459 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:02 smithi121 bash[30890]: audit 2023-12-07T15:51:01.144144+0000 mon.a (mon.0) 1193 : audit [DBG] from='client.? 172.21.15.121:0/3279208411' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:51:03.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:03 smithi121 bash[30890]: cluster 2023-12-07T15:51:01.652238+0000 mgr.y (mgr.14454) 301 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:03.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:03 smithi121 bash[30890]: audit 2023-12-07T15:51:02.271117+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:03.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:03 smithi121 bash[30890]: audit 2023-12-07T15:51:02.280696+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:03.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:03 smithi121 bash[25067]: cluster 2023-12-07T15:51:01.652238+0000 mgr.y (mgr.14454) 301 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:03.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:03 smithi121 bash[25067]: audit 2023-12-07T15:51:02.271117+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:03.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:03 smithi121 bash[25067]: audit 2023-12-07T15:51:02.280696+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:03.561 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:03 smithi121 bash[55459]: level=error ts=2023-12-07T15:51:03.514Z 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.121:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.121 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.144:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.144 because it doesn't contain any IP SANs" 2023-12-07T15:51:03.561 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:03 smithi121 bash[55459]: level=warn ts=2023-12-07T15:51:03.517Z 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.144:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.144 because it doesn't contain any IP SANs" 2023-12-07T15:51:03.561 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:03 smithi121 bash[55459]: level=warn ts=2023-12-07T15:51:03.519Z 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.121:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.121 because it doesn't contain any IP SANs" 2023-12-07T15:51:03.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:03 smithi144 bash[25224]: cluster 2023-12-07T15:51:01.652238+0000 mgr.y (mgr.14454) 301 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:03.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:03 smithi144 bash[25224]: audit 2023-12-07T15:51:02.271117+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:03.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:03 smithi144 bash[25224]: audit 2023-12-07T15:51:02.280696+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:05.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:04 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:51:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:51:05.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:05 smithi121 bash[25067]: cluster 2023-12-07T15:51:03.653943+0000 mgr.y (mgr.14454) 302 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:05.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:05 smithi121 bash[30890]: cluster 2023-12-07T15:51:03.653943+0000 mgr.y (mgr.14454) 302 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:05.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:05 smithi144 bash[25224]: cluster 2023-12-07T15:51:03.653943+0000 mgr.y (mgr.14454) 302 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:07.537 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:07 smithi121 bash[30890]: cluster 2023-12-07T15:51:05.654709+0000 mgr.y (mgr.14454) 303 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:07.537 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:07 smithi121 bash[25067]: cluster 2023-12-07T15:51:05.654709+0000 mgr.y (mgr.14454) 303 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:07.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:07 smithi144 bash[25224]: cluster 2023-12-07T15:51:05.654709+0000 mgr.y (mgr.14454) 303 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:08.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:07 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:51:07] "GET /metrics HTTP/1.1" 200 214822 "" "Prometheus/2.33.4" 2023-12-07T15:51:09.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:09 smithi121 bash[25067]: cluster 2023-12-07T15:51:07.656495+0000 mgr.y (mgr.14454) 304 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:09.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:09 smithi121 bash[30890]: cluster 2023-12-07T15:51:07.656495+0000 mgr.y (mgr.14454) 304 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:09.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:09 smithi144 bash[25224]: cluster 2023-12-07T15:51:07.656495+0000 mgr.y (mgr.14454) 304 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:11.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:11 smithi121 bash[25067]: cluster 2023-12-07T15:51:09.657397+0000 mgr.y (mgr.14454) 305 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:11.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:11 smithi121 bash[25067]: audit 2023-12-07T15:51:10.167184+0000 mgr.y (mgr.14454) 306 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:51:11.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:11 smithi121 bash[30890]: cluster 2023-12-07T15:51:09.657397+0000 mgr.y (mgr.14454) 305 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:11.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:11 smithi121 bash[30890]: audit 2023-12-07T15:51:10.167184+0000 mgr.y (mgr.14454) 306 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:51:11.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:11 smithi144 bash[25224]: cluster 2023-12-07T15:51:09.657397+0000 mgr.y (mgr.14454) 305 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:11.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:11 smithi144 bash[25224]: audit 2023-12-07T15:51:10.167184+0000 mgr.y (mgr.14454) 306 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:51:12.560 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:12 smithi121 bash[25383]: 172.21.15.144 - - [07/Dec/2023:15:51:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:51:13.519 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:13 smithi121 bash[25067]: cluster 2023-12-07T15:51:11.658186+0000 mgr.y (mgr.14454) 307 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:13.519 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:13 smithi121 bash[25067]: audit 2023-12-07T15:51:12.196852+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:13.519 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:13 smithi121 bash[25067]: audit 2023-12-07T15:51:12.204481+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:13.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:13 smithi121 bash[30890]: cluster 2023-12-07T15:51:11.658186+0000 mgr.y (mgr.14454) 307 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:13.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:13 smithi121 bash[30890]: audit 2023-12-07T15:51:12.196852+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:13.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:13 smithi121 bash[30890]: audit 2023-12-07T15:51:12.204481+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:13.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:13 smithi144 bash[25224]: cluster 2023-12-07T15:51:11.658186+0000 mgr.y (mgr.14454) 307 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:13.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:13 smithi144 bash[25224]: audit 2023-12-07T15:51:12.196852+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:13.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:13 smithi144 bash[25224]: audit 2023-12-07T15:51:12.204481+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:13.810 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:13 smithi121 bash[55459]: level=error ts=2023-12-07T15:51:13.515Z 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.144:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.144 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.121:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.121 because it doesn't contain any IP SANs" 2023-12-07T15:51:13.810 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:13 smithi121 bash[55459]: level=warn ts=2023-12-07T15:51:13.520Z 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.121:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.121 because it doesn't contain any IP SANs" 2023-12-07T15:51:13.810 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:13 smithi121 bash[55459]: level=warn ts=2023-12-07T15:51:13.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.144:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.144 because it doesn't contain any IP SANs" 2023-12-07T15:51:15.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:14 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:51:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:51:15.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:15 smithi121 bash[25067]: cluster 2023-12-07T15:51:13.660033+0000 mgr.y (mgr.14454) 308 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:15.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:15 smithi121 bash[30890]: cluster 2023-12-07T15:51:13.660033+0000 mgr.y (mgr.14454) 308 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:15.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:15 smithi144 bash[25224]: cluster 2023-12-07T15:51:13.660033+0000 mgr.y (mgr.14454) 308 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:17.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:17 smithi121 bash[30890]: cluster 2023-12-07T15:51:15.660889+0000 mgr.y (mgr.14454) 309 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:17.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:17 smithi121 bash[25067]: cluster 2023-12-07T15:51:15.660889+0000 mgr.y (mgr.14454) 309 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:17.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:17 smithi144 bash[25224]: cluster 2023-12-07T15:51:15.660889+0000 mgr.y (mgr.14454) 309 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:18.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:17 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:51:17] "GET /metrics HTTP/1.1" 200 214823 "" "Prometheus/2.33.4" 2023-12-07T15:51:19.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:19 smithi121 bash[25067]: cluster 2023-12-07T15:51:17.662579+0000 mgr.y (mgr.14454) 310 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:19.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:19 smithi121 bash[30890]: cluster 2023-12-07T15:51:17.662579+0000 mgr.y (mgr.14454) 310 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:19.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:19 smithi144 bash[25224]: cluster 2023-12-07T15:51:17.662579+0000 mgr.y (mgr.14454) 310 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:21.388 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:21 smithi121 bash[30890]: cluster 2023-12-07T15:51:19.663304+0000 mgr.y (mgr.14454) 311 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:21.389 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:21 smithi121 bash[30890]: audit 2023-12-07T15:51:20.178547+0000 mgr.y (mgr.14454) 312 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:51:21.389 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:21 smithi121 bash[25067]: cluster 2023-12-07T15:51:19.663304+0000 mgr.y (mgr.14454) 311 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:21.389 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:21 smithi121 bash[25067]: audit 2023-12-07T15:51:20.178547+0000 mgr.y (mgr.14454) 312 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:51:21.555 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:21 smithi144 bash[25224]: cluster 2023-12-07T15:51:19.663304+0000 mgr.y (mgr.14454) 311 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:21.555 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:21 smithi144 bash[25224]: audit 2023-12-07T15:51:20.178547+0000 mgr.y (mgr.14454) 312 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:51:22.742 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:22 smithi121 bash[25383]: 172.21.15.121 - - [07/Dec/2023:15:51:22] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-07T15:51:23.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:23 smithi121 bash[25067]: cluster 2023-12-07T15:51:21.664089+0000 mgr.y (mgr.14454) 313 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:23.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:23 smithi121 bash[25067]: audit 2023-12-07T15:51:22.406260+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:23.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:23 smithi121 bash[25067]: audit 2023-12-07T15:51:22.415370+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:23.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:23 smithi121 bash[25067]: audit 2023-12-07T15:51:22.916422+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:23.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:23 smithi121 bash[25067]: audit 2023-12-07T15:51:22.917946+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:51:23.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:23 smithi121 bash[25067]: audit 2023-12-07T15:51:22.919688+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:51:23.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:23 smithi121 bash[25067]: audit 2023-12-07T15:51:22.921243+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:23.561 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:23 smithi121 bash[55459]: level=error ts=2023-12-07T15:51:23.516Z 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.144:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.144 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.121:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.121 because it doesn't contain any IP SANs" 2023-12-07T15:51:23.561 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:23 smithi121 bash[55459]: level=warn ts=2023-12-07T15:51:23.520Z 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.121:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.121 because it doesn't contain any IP SANs" 2023-12-07T15:51:23.561 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:23 smithi121 bash[55459]: level=warn ts=2023-12-07T15:51: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.144:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.144 because it doesn't contain any IP SANs" 2023-12-07T15:51:23.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:23 smithi121 bash[30890]: cluster 2023-12-07T15:51:21.664089+0000 mgr.y (mgr.14454) 313 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:23.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:23 smithi121 bash[30890]: audit 2023-12-07T15:51:22.406260+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:23.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:23 smithi121 bash[30890]: audit 2023-12-07T15:51:22.415370+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:23.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:23 smithi121 bash[30890]: audit 2023-12-07T15:51:22.916422+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:23.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:23 smithi121 bash[30890]: audit 2023-12-07T15:51:22.917946+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:51:23.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:23 smithi121 bash[30890]: audit 2023-12-07T15:51:22.919688+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:51:23.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:23 smithi121 bash[30890]: audit 2023-12-07T15:51:22.921243+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:23.821 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:23 smithi144 bash[25224]: cluster 2023-12-07T15:51:21.664089+0000 mgr.y (mgr.14454) 313 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:23.822 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:23 smithi144 bash[25224]: audit 2023-12-07T15:51:22.406260+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:23.822 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:23 smithi144 bash[25224]: audit 2023-12-07T15:51:22.415370+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:23.822 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:23 smithi144 bash[25224]: audit 2023-12-07T15:51:22.916422+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:23.822 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:23 smithi144 bash[25224]: audit 2023-12-07T15:51:22.917946+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:51:23.822 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:23 smithi144 bash[25224]: audit 2023-12-07T15:51:22.919688+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:51:23.822 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:23 smithi144 bash[25224]: audit 2023-12-07T15:51:22.921243+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:24.774 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:24 smithi144 bash[25224]: cephadm 2023-12-07T15:51:22.907473+0000 mgr.y (mgr.14454) 314 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-07T15:51:24.774 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:24 smithi144 bash[25224]: cephadm 2023-12-07T15:51:22.922809+0000 mgr.y (mgr.14454) 315 : cephadm [INF] Deploying daemon mgr.x on smithi144 2023-12-07T15:51:24.775 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:24 smithi144 bash[26221]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:51:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:51:24.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:24 smithi121 bash[30890]: cephadm 2023-12-07T15:51:22.907473+0000 mgr.y (mgr.14454) 314 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-07T15:51:24.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:24 smithi121 bash[30890]: cephadm 2023-12-07T15:51:22.922809+0000 mgr.y (mgr.14454) 315 : cephadm [INF] Deploying daemon mgr.x on smithi144 2023-12-07T15:51:24.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:24 smithi121 bash[25067]: cephadm 2023-12-07T15:51:22.907473+0000 mgr.y (mgr.14454) 314 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-07T15:51:24.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:24 smithi121 bash[25067]: cephadm 2023-12-07T15:51:22.922809+0000 mgr.y (mgr.14454) 315 : cephadm [INF] Deploying daemon mgr.x on smithi144 2023-12-07T15:51:25.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:25 smithi144 bash[25224]: cluster 2023-12-07T15:51:23.665768+0000 mgr.y (mgr.14454) 316 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:25.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:25 smithi121 bash[30890]: cluster 2023-12-07T15:51:23.665768+0000 mgr.y (mgr.14454) 316 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:25.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:25 smithi121 bash[25067]: cluster 2023-12-07T15:51:23.665768+0000 mgr.y (mgr.14454) 316 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:27.744 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:27 smithi144 bash[25224]: cluster 2023-12-07T15:51:25.666645+0000 mgr.y (mgr.14454) 317 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:27.745 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:27 smithi144 systemd[1]: Stopping Ceph mgr.x for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:51:27.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:27 smithi121 bash[25067]: cluster 2023-12-07T15:51:25.666645+0000 mgr.y (mgr.14454) 317 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:27.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:27 smithi121 bash[30890]: cluster 2023-12-07T15:51:25.666645+0000 mgr.y (mgr.14454) 317 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:51:28.041 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:27 smithi144 bash[54989]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mgr.x 2023-12-07T15:51:28.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:27 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:51:27] "GET /metrics HTTP/1.1" 200 214823 "" "Prometheus/2.33.4" 2023-12-07T15:51:28.311 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:28 smithi121 bash[55459]: level=warn ts=2023-12-07T15:51:28.036Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=5 err="Post \"https://172.21.15.144:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused" 2023-12-07T15:51:28.707 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:28 smithi144 bash[54999]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mgr-x 2023-12-07T15:51:28.707 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:28 smithi144 bash[55046]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mgr.x 2023-12-07T15:51:28.707 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:28 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-07T15:51:28.707 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:28 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-07T15:51:28.708 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:28 smithi144 systemd[1]: Stopped Ceph mgr.x for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:51:29.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:28 smithi144 systemd[1]: Started Ceph mgr.x for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:51:29.725 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:29 smithi144 bash[25224]: cluster 2023-12-07T15:51:27.668385+0000 mgr.y (mgr.14454) 318 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:29.725 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:29 smithi144 bash[25224]: audit 2023-12-07T15:51:28.860290+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:29.725 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:29 smithi144 bash[25224]: audit 2023-12-07T15:51:28.863179+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:29.725 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:29 smithi144 bash[25224]: audit 2023-12-07T15:51:28.864967+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:29.725 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:29 smithi144 bash[25224]: audit 2023-12-07T15:51:28.877313+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:29.725 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:29 smithi144 bash[25224]: audit 2023-12-07T15:51:28.884679+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:29.726 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:29 smithi144 bash[25224]: audit 2023-12-07T15:51:28.894730+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-07T15:51:29.726 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:29 smithi144 bash[25224]: cluster 2023-12-07T15:51:28.901682+0000 mon.a (mon.0) 1210 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-07T15:51:29.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[25067]: cluster 2023-12-07T15:51:27.668385+0000 mgr.y (mgr.14454) 318 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:29.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[25067]: audit 2023-12-07T15:51:28.860290+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:29.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[25067]: audit 2023-12-07T15:51:28.863179+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:29.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[25067]: audit 2023-12-07T15:51:28.864967+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:29.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[25067]: audit 2023-12-07T15:51:28.877313+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:29.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[25067]: audit 2023-12-07T15:51:28.884679+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:29.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[25067]: audit 2023-12-07T15:51:28.894730+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-07T15:51:29.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[25067]: cluster 2023-12-07T15:51:28.901682+0000 mon.a (mon.0) 1210 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-07T15:51:29.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[30890]: cluster 2023-12-07T15:51:27.668385+0000 mgr.y (mgr.14454) 318 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:51:29.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[30890]: audit 2023-12-07T15:51:28.860290+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:29.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[30890]: audit 2023-12-07T15:51:28.863179+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:29.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[30890]: audit 2023-12-07T15:51:28.864967+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:29.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[30890]: audit 2023-12-07T15:51:28.877313+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' 2023-12-07T15:51:29.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[30890]: audit 2023-12-07T15:51:28.884679+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:29.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[30890]: audit 2023-12-07T15:51:28.894730+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-07T15:51:29.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[30890]: cluster 2023-12-07T15:51:28.901682+0000 mon.a (mon.0) 1210 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-07T15:51:30.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:29 smithi144 bash[55112]: debug 2023-12-07T15:51:29.784+0000 7f8f2d906700 1 -- 172.21.15.144:0/600282015 <== mon.2 v2:172.21.15.144:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ccc8d361a0 con 0x55ccc9ab4c00 2023-12-07T15:51:30.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:29 smithi144 bash[55112]: debug 2023-12-07T15:51:29.956+0000 7f8f37aac200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:51:30.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[25383]: ignoring --setuser ceph since I am not root 2023-12-07T15:51:30.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[25383]: ignoring --setgroup ceph since I am not root 2023-12-07T15:51:30.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:29 smithi121 bash[25383]: debug 2023-12-07T15:51:29.935+0000 7fee05dc9700 1 -- 172.21.15.121:0/1586242878 <== mon.0 v2:172.21.15.121:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b6a124e340 con 0x55b6a1fca400 2023-12-07T15:51:30.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:30 smithi121 bash[25383]: debug 2023-12-07T15:51:30.083+0000 7fee0e825000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:51:30.757 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:30 smithi121 bash[25067]: cephadm 2023-12-07T15:51:28.878160+0000 mgr.y (mgr.14454) 319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:51:30.758 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:30 smithi121 bash[25067]: cephadm 2023-12-07T15:51:28.888230+0000 mgr.y (mgr.14454) 320 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-07T15:51:30.758 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:30 smithi121 bash[25067]: cephadm 2023-12-07T15:51:28.894296+0000 mgr.y (mgr.14454) 321 : cephadm [INF] Failing over to other MGR 2023-12-07T15:51:30.758 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:30 smithi121 bash[25067]: cluster 2023-12-07T15:51:29.521552+0000 mon.a (mon.0) 1211 : cluster [DBG] Standby manager daemon y started 2023-12-07T15:51:30.758 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:30 smithi121 bash[25067]: audit 2023-12-07T15:51:29.893038+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-07T15:51:30.758 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:30 smithi121 bash[25067]: cluster 2023-12-07T15:51:29.893213+0000 mon.a (mon.0) 1213 : cluster [DBG] mgrmap e20: x(active, starting, since 0.997519s), standbys: y 2023-12-07T15:51:30.758 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:30 smithi121 bash[30890]: cephadm 2023-12-07T15:51:28.878160+0000 mgr.y (mgr.14454) 319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:51:30.758 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:30 smithi121 bash[30890]: cephadm 2023-12-07T15:51:28.888230+0000 mgr.y (mgr.14454) 320 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-07T15:51:30.758 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:30 smithi121 bash[30890]: cephadm 2023-12-07T15:51:28.894296+0000 mgr.y (mgr.14454) 321 : cephadm [INF] Failing over to other MGR 2023-12-07T15:51:30.758 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:30 smithi121 bash[30890]: cluster 2023-12-07T15:51:29.521552+0000 mon.a (mon.0) 1211 : cluster [DBG] Standby manager daemon y started 2023-12-07T15:51:30.758 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:30 smithi121 bash[30890]: audit 2023-12-07T15:51:29.893038+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-07T15:51:30.759 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:30 smithi121 bash[30890]: cluster 2023-12-07T15:51:29.893213+0000 mon.a (mon.0) 1213 : cluster [DBG] mgrmap e20: x(active, starting, since 0.997519s), standbys: y 2023-12-07T15:51:30.867 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:30 smithi144 bash[25224]: cephadm 2023-12-07T15:51:28.878160+0000 mgr.y (mgr.14454) 319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:51:30.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:30 smithi144 bash[25224]: cephadm 2023-12-07T15:51:28.888230+0000 mgr.y (mgr.14454) 320 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-07T15:51:30.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:30 smithi144 bash[25224]: cephadm 2023-12-07T15:51:28.894296+0000 mgr.y (mgr.14454) 321 : cephadm [INF] Failing over to other MGR 2023-12-07T15:51:30.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:30 smithi144 bash[25224]: cluster 2023-12-07T15:51:29.521552+0000 mon.a (mon.0) 1211 : cluster [DBG] Standby manager daemon y started 2023-12-07T15:51:30.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:30 smithi144 bash[25224]: audit 2023-12-07T15:51:29.893038+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.14454 172.21.15.121:0/2837311281' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-07T15:51:30.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:30 smithi144 bash[25224]: cluster 2023-12-07T15:51:29.893213+0000 mon.a (mon.0) 1213 : cluster [DBG] mgrmap e20: x(active, starting, since 0.997519s), standbys: y 2023-12-07T15:51:31.037 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:30 smithi121 bash[25383]: debug 2023-12-07T15:51:30.747+0000 7fee0e825000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:51:31.038 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:30 smithi121 bash[25383]: debug 2023-12-07T15:51:30.871+0000 7fee0e825000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:51:31.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:30 smithi144 bash[55112]: debug 2023-12-07T15:51:30.860+0000 7f8f37aac200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T15:51:31.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:30 smithi144 bash[55112]: debug 2023-12-07T15:51:30.960+0000 7f8f37aac200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:51:31.126 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:31 smithi144 bash[55112]: debug 2023-12-07T15:51:31.060+0000 7f8f37aac200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:51:31.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:31 smithi121 bash[25383]: debug 2023-12-07T15:51:31.027+0000 7fee0e825000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:51:31.625 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:31 smithi144 bash[55112]: debug 2023-12-07T15:51:31.328+0000 7f8f37aac200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:51:31.670 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:31 smithi121 bash[25383]: debug 2023-12-07T15:51:31.363+0000 7fee0e825000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:51:31.671 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:31 smithi121 bash[25383]: debug 2023-12-07T15:51:31.459+0000 7fee0e825000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:51:31.671 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:31 smithi121 bash[55459]: level=warn ts=2023-12-07T15:51:31.322Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=7 err="Post \"https://172.21.15.121:8443//api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused" 2023-12-07T15:51:32.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:31 smithi121 bash[25383]: debug 2023-12-07T15:51:31.663+0000 7fee0e825000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:51:32.077 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:31 smithi144 bash[55112]: debug 2023-12-07T15:51:31.684+0000 7f8f37aac200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:51:32.077 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:31 smithi144 bash[55112]: debug 2023-12-07T15:51:31.856+0000 7f8f37aac200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:51:32.375 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:32 smithi144 bash[55112]: debug 2023-12-07T15:51:32.068+0000 7f8f37aac200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:51:32.810 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:32 smithi121 bash[25383]: debug 2023-12-07T15:51:32.543+0000 7fee0e825000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:51:32.810 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:32 smithi121 bash[25383]: debug 2023-12-07T15:51:32.651+0000 7fee0e825000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:51:33.215 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:32 smithi121 bash[25383]: debug 2023-12-07T15:51:32.855+0000 7fee0e825000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:51:33.375 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:33 smithi144 bash[55112]: debug 2023-12-07T15:51:33.096+0000 7f8f37aac200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:51:33.375 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:33 smithi144 bash[55112]: debug 2023-12-07T15:51:33.212+0000 7f8f37aac200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:51:33.376 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:33 smithi144 bash[55112]: debug 2023-12-07T15:51:33.328+0000 7f8f37aac200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:51:33.520 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:33 smithi121 bash[25383]: debug 2023-12-07T15:51:33.207+0000 7fee0e825000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:51:33.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:33 smithi121 bash[25383]: debug 2023-12-07T15:51:33.535+0000 7fee0e825000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:51:33.812 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:33 smithi121 bash[55459]: level=error ts=2023-12-07T15:51:33.517Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.121:8443//api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.144:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused" 2023-12-07T15:51:33.812 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:33 smithi121 bash[55459]: level=warn ts=2023-12-07T15:51:33.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.121:8443//api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused" 2023-12-07T15:51:33.812 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:33 smithi121 bash[55459]: level=warn ts=2023-12-07T15:51:33.518Z 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.144:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused" 2023-12-07T15:51:34.053 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:33 smithi144 bash[55112]: debug 2023-12-07T15:51:33.812+0000 7f8f37aac200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:51:34.192 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:33 smithi121 bash[25383]: debug 2023-12-07T15:51:33.907+0000 7fee0e825000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:51:34.375 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:34 smithi144 bash[55112]: debug 2023-12-07T15:51:34.048+0000 7f8f37aac200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:51:34.560 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:34 smithi121 bash[25383]: debug 2023-12-07T15:51:34.183+0000 7fee0e825000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:51:34.875 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:34 smithi144 bash[55112]: debug 2023-12-07T15:51:34.540+0000 7f8f37aac200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:51:35.146 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:34 smithi121 bash[25383]: debug 2023-12-07T15:51:34.867+0000 7fee0e825000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:51:35.146 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:34 smithi121 bash[25383]: debug 2023-12-07T15:51:34.979+0000 7fee0e825000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:51:35.375 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:35 smithi144 bash[55112]: debug 2023-12-07T15:51:35.084+0000 7f8f37aac200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:51:35.560 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:35 smithi121 bash[25383]: debug 2023-12-07T15:51:35.135+0000 7fee0e825000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:51:35.560 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:35 smithi121 bash[25383]: debug 2023-12-07T15:51:35.247+0000 7fee0e825000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:51:35.560 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:35 smithi121 bash[25383]: debug 2023-12-07T15:51:35.383+0000 7fee0e825000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:51:35.988 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:35 smithi121 bash[25383]: debug 2023-12-07T15:51:35.675+0000 7fee0e825000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:51:35.989 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:35 smithi121 bash[25383]: debug 2023-12-07T15:51:35.795+0000 7fee0e825000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:51:36.097 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:35 smithi144 bash[55112]: debug 2023-12-07T15:51:35.632+0000 7f8f37aac200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:51:36.097 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:35 smithi144 bash[55112]: debug 2023-12-07T15:51:35.744+0000 7f8f37aac200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:51:36.097 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:36 smithi144 bash[55112]: debug 2023-12-07T15:51:36.092+0000 7f8f37aac200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:51:36.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:35 smithi121 bash[25383]: debug 2023-12-07T15:51:35.979+0000 7fee0e825000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:51:36.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:36 smithi121 bash[25383]: debug 2023-12-07T15:51:36.099+0000 7fee0e825000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:51:36.349 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:36 smithi144 bash[55112]: debug 2023-12-07T15:51:36.204+0000 7f8f37aac200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:51:36.349 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:36 smithi144 bash[55112]: debug 2023-12-07T15:51:36.344+0000 7f8f37aac200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:51:36.625 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:36 smithi144 bash[55112]: debug 2023-12-07T15:51:36.456+0000 7f8f37aac200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:51:36.625 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:36 smithi144 bash[55112]: debug 2023-12-07T15:51:36.580+0000 7f8f37aac200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:51:37.042 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:36 smithi144 bash[55112]: debug 2023-12-07T15:51:36.768+0000 7f8f37aac200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:51:37.042 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:36 smithi144 bash[55112]: debug 2023-12-07T15:51:36.892+0000 7f8f37aac200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:51:37.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:36 smithi121 bash[25383]: debug 2023-12-07T15:51:36.959+0000 7fee0e825000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:51:37.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:36 smithi121 bash[25383]: [07/Dec/2023:15:51:36] ENGINE Bus STARTING 2023-12-07T15:51:37.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[25383]: CherryPy Checker: 2023-12-07T15:51:37.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[25383]: The Application mounted at '' has an empty config. 2023-12-07T15:51:37.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[25383]: [07/Dec/2023:15:51:37] ENGINE Serving on http://:::9283 2023-12-07T15:51:37.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[25383]: [07/Dec/2023:15:51:37] ENGINE Bus STARTED 2023-12-07T15:51:37.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[30890]: cluster 2023-12-07T15:51:36.970252+0000 mon.a (mon.0) 1214 : cluster [DBG] Standby manager daemon y restarted 2023-12-07T15:51:37.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[30890]: cluster 2023-12-07T15:51:36.970432+0000 mon.a (mon.0) 1215 : cluster [DBG] Standby manager daemon y started 2023-12-07T15:51:37.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[30890]: audit 2023-12-07T15:51:36.973065+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.121:0/2678809575' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-07T15:51:37.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[30890]: audit 2023-12-07T15:51:36.974548+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.? 172.21.15.121:0/2678809575' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:51:37.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[30890]: audit 2023-12-07T15:51:36.979240+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.121:0/2678809575' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-07T15:51:37.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[30890]: audit 2023-12-07T15:51:36.980470+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.121:0/2678809575' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:51:37.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[25067]: cluster 2023-12-07T15:51:36.970252+0000 mon.a (mon.0) 1214 : cluster [DBG] Standby manager daemon y restarted 2023-12-07T15:51:37.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[25067]: cluster 2023-12-07T15:51:36.970432+0000 mon.a (mon.0) 1215 : cluster [DBG] Standby manager daemon y started 2023-12-07T15:51:37.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[25067]: audit 2023-12-07T15:51:36.973065+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.121:0/2678809575' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-07T15:51:37.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[25067]: audit 2023-12-07T15:51:36.974548+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.? 172.21.15.121:0/2678809575' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:51:37.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[25067]: audit 2023-12-07T15:51:36.979240+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.121:0/2678809575' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-07T15:51:37.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[25067]: audit 2023-12-07T15:51:36.980470+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.121:0/2678809575' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:51:37.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:37 smithi144 bash[25224]: cluster 2023-12-07T15:51:36.970252+0000 mon.a (mon.0) 1214 : cluster [DBG] Standby manager daemon y restarted 2023-12-07T15:51:37.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:37 smithi144 bash[25224]: cluster 2023-12-07T15:51:36.970432+0000 mon.a (mon.0) 1215 : cluster [DBG] Standby manager daemon y started 2023-12-07T15:51:37.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:37 smithi144 bash[25224]: audit 2023-12-07T15:51:36.973065+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.121:0/2678809575' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-07T15:51:37.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:37 smithi144 bash[25224]: audit 2023-12-07T15:51:36.974548+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.? 172.21.15.121:0/2678809575' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:51:37.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:37 smithi144 bash[25224]: audit 2023-12-07T15:51:36.979240+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.121:0/2678809575' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-07T15:51:37.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:37 smithi144 bash[25224]: audit 2023-12-07T15:51:36.980470+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.121:0/2678809575' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:51:38.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:38 smithi144 bash[25224]: cluster 2023-12-07T15:51:37.034754+0000 mon.a (mon.0) 1216 : cluster [DBG] mgrmap e21: x(active, starting, since 8s), standbys: y 2023-12-07T15:51:38.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:38 smithi121 bash[25067]: cluster 2023-12-07T15:51:37.034754+0000 mon.a (mon.0) 1216 : cluster [DBG] mgrmap e21: x(active, starting, since 8s), standbys: y 2023-12-07T15:51:38.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:51:37] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:51:38.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:38 smithi121 bash[30890]: cluster 2023-12-07T15:51:37.034754+0000 mon.a (mon.0) 1216 : cluster [DBG] mgrmap e21: x(active, starting, since 8s), standbys: y 2023-12-07T15:51:38.311 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:37 smithi121 bash[55459]: level=warn ts=2023-12-07T15:51:37.856Z 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.121:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.121 because it doesn't contain any IP SANs" 2023-12-07T15:51:38.625 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:38 smithi144 bash[55112]: debug 2023-12-07T15:51:38.148+0000 7f8f37aac200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:51:38.626 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:38 smithi144 bash[55112]: [07/Dec/2023:15:51:38] ENGINE Bus STARTING 2023-12-07T15:51:38.626 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:38 smithi144 bash[55112]: CherryPy Checker: 2023-12-07T15:51:38.626 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:38 smithi144 bash[55112]: The Application mounted at '' has an empty config. 2023-12-07T15:51:38.626 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:38 smithi144 bash[55112]: [07/Dec/2023:15:51:38] ENGINE Serving on http://:::9283 2023-12-07T15:51:38.626 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:38 smithi144 bash[55112]: [07/Dec/2023:15:51:38] ENGINE Bus STARTED 2023-12-07T15:51:39.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:39 smithi121 bash[25067]: cluster 2023-12-07T15:51:38.153938+0000 mon.a (mon.0) 1217 : cluster [INF] Active manager daemon x restarted 2023-12-07T15:51:39.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:39 smithi121 bash[25067]: cluster 2023-12-07T15:51:38.155311+0000 mon.a (mon.0) 1218 : cluster [INF] Activating manager daemon x 2023-12-07T15:51:39.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:39 smithi121 bash[25067]: audit 2023-12-07T15:51:38.158798+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:51:39.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:39 smithi121 bash[25067]: cluster 2023-12-07T15:51:38.167937+0000 mon.a (mon.0) 1219 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-07T15:51:39.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:39 smithi121 bash[25067]: audit 2023-12-07T15:51:38.170557+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:51:39.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:39 smithi121 bash[25067]: audit 2023-12-07T15:51:38.172137+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:51:39.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:39 smithi121 bash[25067]: audit 2023-12-07T15:51:38.172570+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:51:39.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:39 smithi121 bash[30890]: cluster 2023-12-07T15:51:38.153938+0000 mon.a (mon.0) 1217 : cluster [INF] Active manager daemon x restarted 2023-12-07T15:51:39.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:39 smithi121 bash[30890]: cluster 2023-12-07T15:51:38.155311+0000 mon.a (mon.0) 1218 : cluster [INF] Activating manager daemon x 2023-12-07T15:51:39.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:39 smithi121 bash[30890]: audit 2023-12-07T15:51:38.158798+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:51:39.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:39 smithi121 bash[30890]: cluster 2023-12-07T15:51:38.167937+0000 mon.a (mon.0) 1219 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-07T15:51:39.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:39 smithi121 bash[30890]: audit 2023-12-07T15:51:38.170557+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:51:39.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:39 smithi121 bash[30890]: audit 2023-12-07T15:51:38.172137+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:51:39.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:39 smithi121 bash[30890]: audit 2023-12-07T15:51:38.172570+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:51:39.343 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:39 smithi144 bash[25224]: cluster 2023-12-07T15:51:38.153938+0000 mon.a (mon.0) 1217 : cluster [INF] Active manager daemon x restarted 2023-12-07T15:51:39.343 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:39 smithi144 bash[25224]: cluster 2023-12-07T15:51:38.155311+0000 mon.a (mon.0) 1218 : cluster [INF] Activating manager daemon x 2023-12-07T15:51:39.343 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:39 smithi144 bash[25224]: audit 2023-12-07T15:51:38.158798+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:51:39.343 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:39 smithi144 bash[25224]: cluster 2023-12-07T15:51:38.167937+0000 mon.a (mon.0) 1219 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-07T15:51:39.343 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:39 smithi144 bash[25224]: audit 2023-12-07T15:51:38.170557+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:51:39.343 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:39 smithi144 bash[25224]: audit 2023-12-07T15:51:38.172137+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:51:39.343 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:39 smithi144 bash[25224]: audit 2023-12-07T15:51:38.172570+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:51:39.344 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:39 smithi144 bash[55112]: [07/Dec/2023:15:51:39] ENGINE Bus STOPPING 2023-12-07T15:51:39.344 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:39 smithi144 bash[55112]: [07/Dec/2023:15:51:39] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-07T15:51:39.344 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:39 smithi144 bash[55112]: [07/Dec/2023:15:51:39] ENGINE Bus STOPPED 2023-12-07T15:51:39.344 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:39 smithi144 bash[55112]: [07/Dec/2023:15:51:39] ENGINE Bus STARTING 2023-12-07T15:51:39.625 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:39 smithi144 bash[55112]: [07/Dec/2023:15:51:39] ENGINE Serving on http://:::9283 2023-12-07T15:51:39.625 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:39 smithi144 bash[55112]: [07/Dec/2023:15:51:39] ENGINE Bus STARTED 2023-12-07T15:51:40.155 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:51:40.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: cluster 2023-12-07T15:51:39.064344+0000 mon.a (mon.0) 1220 : cluster [DBG] mgrmap e22: x(active, starting, since 0.909373s), standbys: y 2023-12-07T15:51:40.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.069525+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:51:40.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.069712+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:51:40.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.069835+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:51:40.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.071334+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:51:40.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.071579+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:51:40.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.071835+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:51:40.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.072135+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:51:40.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.072428+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:51:40.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.072716+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:40.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.073006+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:51:40.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.073311+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:51:40.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.073597+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:51:40.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.073889+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:51:40.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.074205+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:51:40.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.074460+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:51:40.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.074974+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:51:40.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: cluster 2023-12-07T15:51:39.103536+0000 mon.a (mon.0) 1221 : cluster [INF] Manager daemon x is now available 2023-12-07T15:51:40.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.147196+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: cephadm 2023-12-07T15:51:39.150157+0000 mgr.x (mgr.24986) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-07T15:51:40.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.156390+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: cephadm 2023-12-07T15:51:39.158928+0000 mgr.x (mgr.24986) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-07T15:51:40.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: cephadm 2023-12-07T15:51:39.159575+0000 mgr.x (mgr.24986) 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'}} 2023-12-07T15:51:40.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: cephadm 2023-12-07T15:51:39.159675+0000 mgr.x (mgr.24986) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2023-12-07T15:51:40.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.168243+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.182072+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.191163+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:40.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.197887+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:40.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.198618+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:40.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.199323+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:40.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.199905+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:40.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.204696+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:40.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.209061+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:40.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: cephadm 2023-12-07T15:51:39.214313+0000 mgr.x (mgr.24986) 5 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:51:40.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: cephadm 2023-12-07T15:51:39.229264+0000 mgr.x (mgr.24986) 6 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:51:40.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.249576+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:51:40.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.264190+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:51:40.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.265025+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:51:40.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.308661+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-07T15:51:40.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.309418+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-07T15:51:40.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.712353+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:40 smithi144 bash[25224]: audit 2023-12-07T15:51:39.726505+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: cluster 2023-12-07T15:51:39.064344+0000 mon.a (mon.0) 1220 : cluster [DBG] mgrmap e22: x(active, starting, since 0.909373s), standbys: y 2023-12-07T15:51:40.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.069525+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:51:40.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.069712+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:51:40.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.069835+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:51:40.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.071334+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:51:40.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.071579+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:51:40.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.071835+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:51:40.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.072135+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:51:40.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.072428+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:51:40.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.072716+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:40.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.073006+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:51:40.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.073311+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:51:40.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.073597+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:51:40.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.073889+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:51:40.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.074205+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:51:40.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.074460+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:51:40.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.074974+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:51:40.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: cluster 2023-12-07T15:51:39.103536+0000 mon.a (mon.0) 1221 : cluster [INF] Manager daemon x is now available 2023-12-07T15:51:40.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.147196+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: cluster 2023-12-07T15:51:39.064344+0000 mon.a (mon.0) 1220 : cluster [DBG] mgrmap e22: x(active, starting, since 0.909373s), standbys: y 2023-12-07T15:51:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.069525+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:51:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.069712+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:51:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.069835+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:51:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.071334+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:51:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.071579+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:51:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.071835+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:51:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.072135+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:51:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.072428+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:51:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.072716+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:51:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.073006+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:51:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.073311+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:51:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.073597+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:51:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.073889+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:51:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.074205+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:51:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.074460+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:51:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.074974+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:51:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: cluster 2023-12-07T15:51:39.103536+0000 mon.a (mon.0) 1221 : cluster [INF] Manager daemon x is now available 2023-12-07T15:51:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.147196+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: cephadm 2023-12-07T15:51:39.150157+0000 mgr.x (mgr.24986) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-07T15:51:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.156390+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: cephadm 2023-12-07T15:51:39.158928+0000 mgr.x (mgr.24986) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-07T15:51:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: cephadm 2023-12-07T15:51:39.159575+0000 mgr.x (mgr.24986) 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'}} 2023-12-07T15:51:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: cephadm 2023-12-07T15:51:39.159675+0000 mgr.x (mgr.24986) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2023-12-07T15:51:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.168243+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.182072+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.191163+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.197887+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.198618+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.199323+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.199905+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.204696+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.209061+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: cephadm 2023-12-07T15:51:39.214313+0000 mgr.x (mgr.24986) 5 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:51:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: cephadm 2023-12-07T15:51:39.229264+0000 mgr.x (mgr.24986) 6 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:51:40.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.249576+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:51:40.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.264190+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:51:40.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.265025+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:51:40.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: cephadm 2023-12-07T15:51:39.150157+0000 mgr.x (mgr.24986) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-07T15:51:40.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.156390+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: cephadm 2023-12-07T15:51:39.158928+0000 mgr.x (mgr.24986) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-07T15:51:40.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: cephadm 2023-12-07T15:51:39.159575+0000 mgr.x (mgr.24986) 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'}} 2023-12-07T15:51:40.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: cephadm 2023-12-07T15:51:39.159675+0000 mgr.x (mgr.24986) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2023-12-07T15:51:40.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.168243+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.182072+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.191163+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.197887+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.198618+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.199323+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.199905+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:51:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.204696+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.209061+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: cephadm 2023-12-07T15:51:39.214313+0000 mgr.x (mgr.24986) 5 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:51:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: cephadm 2023-12-07T15:51:39.229264+0000 mgr.x (mgr.24986) 6 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:51:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.249576+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:51:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.264190+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:51:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.265025+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:51:40.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.308661+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-07T15:51:40.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.309418+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-07T15:51:40.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.712353+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[30890]: audit 2023-12-07T15:51:39.726505+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.308661+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-07T15:51:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.309418+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-07T15:51:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.712353+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[25067]: audit 2023-12-07T15:51:39.726505+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:40.934 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:51:40.934 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 18s ago 13m - - 2023-12-07T15:51:40.934 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 28s ago 13m - - 2023-12-07T15:51:40.934 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (5m) 18s ago 6m 17.4M - ba2b418f427c 0600b46628c0 2023-12-07T15:51:40.934 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (5m) 28s ago 5m 45.5M - 8.3.5 dad864ee21e9 87838a4bbc68 2023-12-07T15:51:40.934 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (4m) 18s ago 4m 47.0M - 3.5 e1d6a67b021e 304d7181c3f7 2023-12-07T15:51:40.934 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283 starting - - - - 2023-12-07T15:51:40.934 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:9283 running (14m) 18s ago 14m 465M - 17.2.0 e1d6a67b021e fc175f2b8de7 2023-12-07T15:51:40.934 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (14m) 18s ago 14m 58.6M 2048M 17.2.0 e1d6a67b021e dadf16c82d85 2023-12-07T15:51:40.934 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (12m) 28s ago 12m 50.3M 2048M 17.2.0 e1d6a67b021e bf4a92f34a8a 2023-12-07T15:51:40.934 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (13m) 18s ago 13m 48.2M 2048M 17.2.0 e1d6a67b021e 69551a55e526 2023-12-07T15:51:40.934 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (6m) 18s ago 6m 12.0M - 1dbe0e931976 128d1bbc084f 2023-12-07T15:51:40.935 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (6m) 28s ago 6m 14.2M - 1dbe0e931976 0f4141ec61f0 2023-12-07T15:51:40.935 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (12m) 18s ago 12m 57.0M 4096M 17.2.0 e1d6a67b021e 4fb66fb6c0ed 2023-12-07T15:51:40.935 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (11m) 18s ago 11m 58.1M 4096M 17.2.0 e1d6a67b021e c7b798ef591a 2023-12-07T15:51:40.935 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (10m) 18s ago 10m 51.4M 4096M 17.2.0 e1d6a67b021e d81a11d9b9ac 2023-12-07T15:51:40.935 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (10m) 18s ago 10m 56.3M 4096M 17.2.0 e1d6a67b021e beeb25b302ec 2023-12-07T15:51:40.935 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (9m) 28s ago 9m 55.6M 4096M 17.2.0 e1d6a67b021e ca8ac3f41b1a 2023-12-07T15:51:40.935 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (8m) 28s ago 8m 53.5M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:51:40.935 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (8m) 28s ago 8m 51.8M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:51:40.935 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (7m) 28s ago 7m 55.6M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:51:40.935 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (5m) 28s ago 6m 58.2M - 514e6a882f6e fe243f1bd692 2023-12-07T15:51:40.935 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (4m) 18s ago 4m 84.6M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:51:40.935 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (4m) 28s ago 4m 84.1M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:51:40.935 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (4m) 18s ago 4m 86.4M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:51:40.935 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (4m) 28s ago 4m 84.7M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:51:41.060 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:40 smithi121 bash[55459]: level=warn ts=2023-12-07T15:51:40.743Z 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.144:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.144 because it doesn't contain any IP SANs" 2023-12-07T15:51:41.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: cephadm 2023-12-07T15:51:39.850757+0000 mgr.x (mgr.24986) 7 : cephadm [INF] Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:51:41.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: cephadm 2023-12-07T15:51:39.901149+0000 mgr.x (mgr.24986) 8 : cephadm [INF] Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:51:41.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: cephadm 2023-12-07T15:51:40.015360+0000 mgr.x (mgr.24986) 9 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:51:41.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: cephadm 2023-12-07T15:51:40.065220+0000 mgr.x (mgr.24986) 10 : cephadm [INF] [07/Dec/2023:15:51:40] ENGINE Bus STARTING 2023-12-07T15:51:41.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: cephadm 2023-12-07T15:51:40.065898+0000 mgr.x (mgr.24986) 11 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:51:41.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: cluster 2023-12-07T15:51:40.085072+0000 mon.a (mon.0) 1232 : cluster [DBG] mgrmap e23: x(active, since 1.9301s), standbys: y 2023-12-07T15:51:41.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: audit 2023-12-07T15:51:40.128694+0000 mgr.x (mgr.24986) 12 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:51:41.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: audit 2023-12-07T15:51:40.130959+0000 mgr.x (mgr.24986) 13 : audit [DBG] from='client.25117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:41.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: cluster 2023-12-07T15:51:40.135546+0000 mgr.x (mgr.24986) 14 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:51:41.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: cephadm 2023-12-07T15:51:40.171091+0000 mgr.x (mgr.24986) 15 : cephadm [INF] [07/Dec/2023:15:51:40] ENGINE Serving on http://172.21.15.144:8765 2023-12-07T15:51:41.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: cephadm 2023-12-07T15:51:40.237325+0000 mgr.x (mgr.24986) 16 : cephadm [INF] Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:51:41.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: cephadm 2023-12-07T15:51:40.287729+0000 mgr.x (mgr.24986) 17 : cephadm [INF] Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:51:41.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: cephadm 2023-12-07T15:51:40.305417+0000 mgr.x (mgr.24986) 18 : cephadm [INF] [07/Dec/2023:15:51:40] ENGINE Serving on https://172.21.15.144:7150 2023-12-07T15:51:41.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: cephadm 2023-12-07T15:51:40.305826+0000 mgr.x (mgr.24986) 19 : cephadm [INF] [07/Dec/2023:15:51:40] ENGINE Bus STARTED 2023-12-07T15:51:41.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: audit 2023-12-07T15:51:40.410097+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: audit 2023-12-07T15:51:40.423384+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: audit 2023-12-07T15:51:40.462289+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: audit 2023-12-07T15:51:40.478506+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: audit 2023-12-07T15:51:40.488359+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: audit 2023-12-07T15:51:40.497493+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: audit 2023-12-07T15:51:40.520831+0000 mgr.x (mgr.24986) 20 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:41.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: audit 2023-12-07T15:51:40.581554+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: audit 2023-12-07T15:51:40.589495+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: audit 2023-12-07T15:51:40.597400+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: audit 2023-12-07T15:51:40.603252+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: audit 2023-12-07T15:51:40.606005+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:51:41.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: audit 2023-12-07T15:51:40.606722+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:51:41.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:41 smithi144 bash[25224]: cephadm 2023-12-07T15:51:40.738003+0000 mgr.x (mgr.24986) 21 : cephadm [INF] Reconfiguring daemon agent.smithi121 on smithi121 2023-12-07T15:51:41.397 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:51:41.397 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:51:41.397 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-07T15:51:41.398 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:51:41.398 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:51:41.398 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-07T15:51:41.398 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-07T15:51:41.398 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:51:41.398 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:51:41.398 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T15:51:41.398 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:51:41.398 INFO:teuthology.orchestra.run.smithi121.stdout: "mds": {}, 2023-12-07T15:51:41.398 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:51:41.398 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:51:41.398 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:51:41.398 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:51:41.398 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-07T15:51:41.398 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-07T15:51:41.398 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:51:41.399 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:51:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: cephadm 2023-12-07T15:51:39.850757+0000 mgr.x (mgr.24986) 7 : cephadm [INF] Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:51:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: cephadm 2023-12-07T15:51:39.901149+0000 mgr.x (mgr.24986) 8 : cephadm [INF] Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:51:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: cephadm 2023-12-07T15:51:40.015360+0000 mgr.x (mgr.24986) 9 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:51:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: cephadm 2023-12-07T15:51:40.065220+0000 mgr.x (mgr.24986) 10 : cephadm [INF] [07/Dec/2023:15:51:40] ENGINE Bus STARTING 2023-12-07T15:51:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: cephadm 2023-12-07T15:51:40.065898+0000 mgr.x (mgr.24986) 11 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:51:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: cluster 2023-12-07T15:51:40.085072+0000 mon.a (mon.0) 1232 : cluster [DBG] mgrmap e23: x(active, since 1.9301s), standbys: y 2023-12-07T15:51:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: audit 2023-12-07T15:51:40.128694+0000 mgr.x (mgr.24986) 12 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:51:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: audit 2023-12-07T15:51:40.130959+0000 mgr.x (mgr.24986) 13 : audit [DBG] from='client.25117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: cluster 2023-12-07T15:51:40.135546+0000 mgr.x (mgr.24986) 14 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:51:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: cephadm 2023-12-07T15:51:40.171091+0000 mgr.x (mgr.24986) 15 : cephadm [INF] [07/Dec/2023:15:51:40] ENGINE Serving on http://172.21.15.144:8765 2023-12-07T15:51:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: cephadm 2023-12-07T15:51:40.237325+0000 mgr.x (mgr.24986) 16 : cephadm [INF] Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:51:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: cephadm 2023-12-07T15:51:40.287729+0000 mgr.x (mgr.24986) 17 : cephadm [INF] Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:51:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: cephadm 2023-12-07T15:51:40.305417+0000 mgr.x (mgr.24986) 18 : cephadm [INF] [07/Dec/2023:15:51:40] ENGINE Serving on https://172.21.15.144:7150 2023-12-07T15:51:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: cephadm 2023-12-07T15:51:40.305826+0000 mgr.x (mgr.24986) 19 : cephadm [INF] [07/Dec/2023:15:51:40] ENGINE Bus STARTED 2023-12-07T15:51:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: audit 2023-12-07T15:51:40.410097+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: audit 2023-12-07T15:51:40.423384+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: audit 2023-12-07T15:51:40.462289+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: audit 2023-12-07T15:51:40.478506+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: audit 2023-12-07T15:51:40.488359+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: audit 2023-12-07T15:51:40.497493+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: audit 2023-12-07T15:51:40.520831+0000 mgr.x (mgr.24986) 20 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: audit 2023-12-07T15:51:40.581554+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: audit 2023-12-07T15:51:40.589495+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: cephadm 2023-12-07T15:51:39.850757+0000 mgr.x (mgr.24986) 7 : cephadm [INF] Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:51:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: cephadm 2023-12-07T15:51:39.901149+0000 mgr.x (mgr.24986) 8 : cephadm [INF] Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:51:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: cephadm 2023-12-07T15:51:40.015360+0000 mgr.x (mgr.24986) 9 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:51:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: cephadm 2023-12-07T15:51:40.065220+0000 mgr.x (mgr.24986) 10 : cephadm [INF] [07/Dec/2023:15:51:40] ENGINE Bus STARTING 2023-12-07T15:51:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: cephadm 2023-12-07T15:51:40.065898+0000 mgr.x (mgr.24986) 11 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:51:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: cluster 2023-12-07T15:51:40.085072+0000 mon.a (mon.0) 1232 : cluster [DBG] mgrmap e23: x(active, since 1.9301s), standbys: y 2023-12-07T15:51:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: audit 2023-12-07T15:51:40.128694+0000 mgr.x (mgr.24986) 12 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:51:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: audit 2023-12-07T15:51:40.130959+0000 mgr.x (mgr.24986) 13 : audit [DBG] from='client.25117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: cluster 2023-12-07T15:51:40.135546+0000 mgr.x (mgr.24986) 14 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:51:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: cephadm 2023-12-07T15:51:40.171091+0000 mgr.x (mgr.24986) 15 : cephadm [INF] [07/Dec/2023:15:51:40] ENGINE Serving on http://172.21.15.144:8765 2023-12-07T15:51:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: cephadm 2023-12-07T15:51:40.237325+0000 mgr.x (mgr.24986) 16 : cephadm [INF] Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:51:41.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: cephadm 2023-12-07T15:51:40.287729+0000 mgr.x (mgr.24986) 17 : cephadm [INF] Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:51:41.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: cephadm 2023-12-07T15:51:40.305417+0000 mgr.x (mgr.24986) 18 : cephadm [INF] [07/Dec/2023:15:51:40] ENGINE Serving on https://172.21.15.144:7150 2023-12-07T15:51:41.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: cephadm 2023-12-07T15:51:40.305826+0000 mgr.x (mgr.24986) 19 : cephadm [INF] [07/Dec/2023:15:51:40] ENGINE Bus STARTED 2023-12-07T15:51:41.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: audit 2023-12-07T15:51:40.410097+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: audit 2023-12-07T15:51:40.423384+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: audit 2023-12-07T15:51:40.462289+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: audit 2023-12-07T15:51:40.478506+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: audit 2023-12-07T15:51:40.488359+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: audit 2023-12-07T15:51:40.497493+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: audit 2023-12-07T15:51:40.520831+0000 mgr.x (mgr.24986) 20 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:41.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: audit 2023-12-07T15:51:40.581554+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: audit 2023-12-07T15:51:40.589495+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: audit 2023-12-07T15:51:40.597400+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: audit 2023-12-07T15:51:40.603252+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: audit 2023-12-07T15:51:40.606005+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:51:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: audit 2023-12-07T15:51:40.606722+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:51:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[25067]: cephadm 2023-12-07T15:51:40.738003+0000 mgr.x (mgr.24986) 21 : cephadm [INF] Reconfiguring daemon agent.smithi121 on smithi121 2023-12-07T15:51:41.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: audit 2023-12-07T15:51:40.597400+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: audit 2023-12-07T15:51:40.603252+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:41.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: audit 2023-12-07T15:51:40.606005+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:51:41.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: audit 2023-12-07T15:51:40.606722+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:51:41.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:41 smithi121 bash[30890]: cephadm 2023-12-07T15:51:40.738003+0000 mgr.x (mgr.24986) 21 : cephadm [INF] Reconfiguring daemon agent.smithi121 on smithi121 2023-12-07T15:51:41.780 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:51:41.780 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:51:41.780 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:51:41.780 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T15:51:41.780 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [], 2023-12-07T15:51:41.780 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "", 2023-12-07T15:51:41.780 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "", 2023-12-07T15:51:41.781 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T15:51:41.781 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:51:42.249 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_OK 2023-12-07T15:51:42.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:42 smithi121 bash[30890]: cephadm 2023-12-07T15:51:40.813423+0000 mgr.x (mgr.24986) 22 : cephadm [INF] Deploying cephadm binary to smithi121 2023-12-07T15:51:42.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:42 smithi121 bash[30890]: audit 2023-12-07T15:51:40.892187+0000 mgr.x (mgr.24986) 23 : audit [DBG] from='client.25147 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:42.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:42 smithi121 bash[30890]: cluster 2023-12-07T15:51:41.076163+0000 mgr.x (mgr.24986) 24 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:51:42.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:42 smithi121 bash[30890]: cluster 2023-12-07T15:51:41.104994+0000 mon.a (mon.0) 1244 : cluster [DBG] mgrmap e24: x(active, since 2s), standbys: y 2023-12-07T15:51:42.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:42 smithi121 bash[30890]: audit 2023-12-07T15:51:41.393682+0000 mon.a (mon.0) 1245 : audit [DBG] from='client.? 172.21.15.121:0/3717065101' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:51:42.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:42 smithi121 bash[30890]: audit 2023-12-07T15:51:41.769267+0000 mgr.x (mgr.24986) 25 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:42.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:42 smithi121 bash[25067]: cephadm 2023-12-07T15:51:40.813423+0000 mgr.x (mgr.24986) 22 : cephadm [INF] Deploying cephadm binary to smithi121 2023-12-07T15:51:42.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:42 smithi121 bash[25067]: audit 2023-12-07T15:51:40.892187+0000 mgr.x (mgr.24986) 23 : audit [DBG] from='client.25147 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:42.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:42 smithi121 bash[25067]: cluster 2023-12-07T15:51:41.076163+0000 mgr.x (mgr.24986) 24 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:51:42.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:42 smithi121 bash[25067]: cluster 2023-12-07T15:51:41.104994+0000 mon.a (mon.0) 1244 : cluster [DBG] mgrmap e24: x(active, since 2s), standbys: y 2023-12-07T15:51:42.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:42 smithi121 bash[25067]: audit 2023-12-07T15:51:41.393682+0000 mon.a (mon.0) 1245 : audit [DBG] from='client.? 172.21.15.121:0/3717065101' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:51:42.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:42 smithi121 bash[25067]: audit 2023-12-07T15:51:41.769267+0000 mgr.x (mgr.24986) 25 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:42.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:42 smithi144 bash[25224]: cephadm 2023-12-07T15:51:40.813423+0000 mgr.x (mgr.24986) 22 : cephadm [INF] Deploying cephadm binary to smithi121 2023-12-07T15:51:42.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:42 smithi144 bash[25224]: audit 2023-12-07T15:51:40.892187+0000 mgr.x (mgr.24986) 23 : audit [DBG] from='client.25147 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:42.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:42 smithi144 bash[25224]: cluster 2023-12-07T15:51:41.076163+0000 mgr.x (mgr.24986) 24 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:51:42.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:42 smithi144 bash[25224]: cluster 2023-12-07T15:51:41.104994+0000 mon.a (mon.0) 1244 : cluster [DBG] mgrmap e24: x(active, since 2s), standbys: y 2023-12-07T15:51:42.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:42 smithi144 bash[25224]: audit 2023-12-07T15:51:41.393682+0000 mon.a (mon.0) 1245 : audit [DBG] from='client.? 172.21.15.121:0/3717065101' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:51:42.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:42 smithi144 bash[25224]: audit 2023-12-07T15:51:41.769267+0000 mgr.x (mgr.24986) 25 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:43.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:43 smithi121 bash[25067]: audit 2023-12-07T15:51:42.247632+0000 mon.b (mon.2) 29 : audit [DBG] from='client.? 172.21.15.121:0/1118900833' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:51:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:43 smithi121 bash[30890]: audit 2023-12-07T15:51:42.247632+0000 mon.b (mon.2) 29 : audit [DBG] from='client.? 172.21.15.121:0/1118900833' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:51:43.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:43 smithi144 bash[25224]: audit 2023-12-07T15:51:42.247632+0000 mon.b (mon.2) 29 : audit [DBG] from='client.? 172.21.15.121:0/1118900833' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:51:43.810 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:43 smithi121 bash[55459]: level=error ts=2023-12-07T15:51:43.517Z 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.144:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.144 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.121:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.121 because it doesn't contain any IP SANs" 2023-12-07T15:51:43.811 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:43 smithi121 bash[55459]: level=warn ts=2023-12-07T15:51:43.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.121:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.121 because it doesn't contain any IP SANs" 2023-12-07T15:51:43.811 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:43 smithi121 bash[55459]: level=warn ts=2023-12-07T15:51:43.547Z 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.144:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.144 because it doesn't contain any IP SANs" 2023-12-07T15:51:44.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:44 smithi121 bash[25067]: cluster 2023-12-07T15:51:43.076866+0000 mgr.x (mgr.24986) 26 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:51:44.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:44 smithi121 bash[25067]: cluster 2023-12-07T15:51:43.110442+0000 mon.a (mon.0) 1246 : cluster [DBG] mgrmap e25: x(active, since 4s), standbys: y 2023-12-07T15:51:44.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:44 smithi121 bash[30890]: cluster 2023-12-07T15:51:43.076866+0000 mgr.x (mgr.24986) 26 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:51:44.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:44 smithi121 bash[30890]: cluster 2023-12-07T15:51:43.110442+0000 mon.a (mon.0) 1246 : cluster [DBG] mgrmap e25: x(active, since 4s), standbys: y 2023-12-07T15:51:44.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:44 smithi144 bash[25224]: cluster 2023-12-07T15:51:43.076866+0000 mgr.x (mgr.24986) 26 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:51:44.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:44 smithi144 bash[25224]: cluster 2023-12-07T15:51:43.110442+0000 mon.a (mon.0) 1246 : cluster [DBG] mgrmap e25: x(active, since 4s), standbys: y 2023-12-07T15:51:45.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:44 smithi144 bash[55112]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:51:44] "GET /metrics HTTP/1.1" 200 35357 "" "Prometheus/2.33.4" 2023-12-07T15:51:46.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:46 smithi144 bash[25224]: cluster 2023-12-07T15:51:45.077638+0000 mgr.x (mgr.24986) 27 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:51:46.382 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:46 smithi121 bash[25067]: cluster 2023-12-07T15:51:45.077638+0000 mgr.x (mgr.24986) 27 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:51:46.382 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:46 smithi121 bash[30890]: cluster 2023-12-07T15:51:45.077638+0000 mgr.x (mgr.24986) 27 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:51:46.908 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:46 smithi121 systemd[1]: Stopping Ceph node-exporter.a for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:51:46.908 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:46 smithi121 bash[70387]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-node-exporter.a 2023-12-07T15:51:47.510 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:47 smithi121 bash[70397]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-node-exporter-a 2023-12-07T15:51:47.511 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:47 smithi121 bash[70434]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-node-exporter.a 2023-12-07T15:51:47.511 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:47 smithi121 bash[25067]: audit 2023-12-07T15:51:46.169013+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:47.511 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:47 smithi121 bash[25067]: audit 2023-12-07T15:51:46.180955+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:47.511 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:47 smithi121 bash[25067]: audit 2023-12-07T15:51:46.192869+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:47.511 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:47 smithi121 bash[25067]: cephadm 2023-12-07T15:51:46.227255+0000 mgr.x (mgr.24986) 28 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-07T15:51:47.511 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:47 smithi121 bash[25067]: cephadm 2023-12-07T15:51:46.228191+0000 mgr.x (mgr.24986) 29 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi121 2023-12-07T15:51:47.512 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:47 smithi121 bash[30890]: audit 2023-12-07T15:51:46.169013+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:47.512 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:47 smithi121 bash[30890]: audit 2023-12-07T15:51:46.180955+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:47.512 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:47 smithi121 bash[30890]: audit 2023-12-07T15:51:46.192869+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:47.512 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:47 smithi121 bash[30890]: cephadm 2023-12-07T15:51:46.227255+0000 mgr.x (mgr.24986) 28 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-07T15:51:47.512 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:47 smithi121 bash[30890]: cephadm 2023-12-07T15:51:46.228191+0000 mgr.x (mgr.24986) 29 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi121 2023-12-07T15:51:47.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:47 smithi144 bash[25224]: audit 2023-12-07T15:51:46.169013+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:47.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:47 smithi144 bash[25224]: audit 2023-12-07T15:51:46.180955+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:47.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:47 smithi144 bash[25224]: audit 2023-12-07T15:51:46.192869+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:47.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:47 smithi144 bash[25224]: cephadm 2023-12-07T15:51:46.227255+0000 mgr.x (mgr.24986) 28 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-07T15:51:47.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:47 smithi144 bash[25224]: cephadm 2023-12-07T15:51:46.228191+0000 mgr.x (mgr.24986) 29 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi121 2023-12-07T15:51:47.810 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:47 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-07T15:51:47.810 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:47 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-07T15:51:47.811 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:47 smithi121 systemd[1]: Stopped Ceph node-exporter.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:51:47.811 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:47 smithi121 systemd[1]: Started Ceph node-exporter.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:51:48.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:47 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:51:47] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:51:48.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:48 smithi144 bash[25224]: cluster 2023-12-07T15:51:47.079326+0000 mgr.x (mgr.24986) 30 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-07T15:51:48.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:48 smithi144 bash[25224]: audit 2023-12-07T15:51:47.566239+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:48.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:48 smithi144 bash[25224]: audit 2023-12-07T15:51:47.577117+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:48.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:48 smithi144 bash[25224]: cephadm 2023-12-07T15:51:47.597367+0000 mgr.x (mgr.24986) 31 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-07T15:51:48.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:48 smithi144 bash[25224]: cephadm 2023-12-07T15:51:47.616963+0000 mgr.x (mgr.24986) 32 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi121 2023-12-07T15:51:49.030 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[25067]: cluster 2023-12-07T15:51:47.079326+0000 mgr.x (mgr.24986) 30 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-07T15:51:49.030 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[25067]: audit 2023-12-07T15:51:47.566239+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:49.031 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[25067]: audit 2023-12-07T15:51:47.577117+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:49.031 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[25067]: cephadm 2023-12-07T15:51:47.597367+0000 mgr.x (mgr.24986) 31 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-07T15:51:49.031 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[25067]: cephadm 2023-12-07T15:51:47.616963+0000 mgr.x (mgr.24986) 32 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi121 2023-12-07T15:51:49.031 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[30890]: cluster 2023-12-07T15:51:47.079326+0000 mgr.x (mgr.24986) 30 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-07T15:51:49.031 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[30890]: audit 2023-12-07T15:51:47.566239+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:49.031 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[30890]: audit 2023-12-07T15:51:47.577117+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:49.031 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[30890]: cephadm 2023-12-07T15:51:47.597367+0000 mgr.x (mgr.24986) 31 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-07T15:51:49.031 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[30890]: cephadm 2023-12-07T15:51:47.616963+0000 mgr.x (mgr.24986) 32 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi121 2023-12-07T15:51:49.032 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.771Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-07T15:51:49.032 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.771Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2023-12-07T15:51:49.032 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.772Z 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/.+)($|/) 2023-12-07T15:51:49.032 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.772Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-07T15:51:49.032 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-07T15:51:49.032 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=arp 2023-12-07T15:51:49.032 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-07T15:51:49.032 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-07T15:51:49.032 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-07T15:51:49.032 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-07T15:51:49.032 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-07T15:51:49.032 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-07T15:51:49.032 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-07T15:51:49.032 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-07T15:51:49.033 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=edac 2023-12-07T15:51:49.033 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-07T15:51:49.033 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-07T15:51:49.033 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-07T15:51:49.033 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-07T15:51:49.033 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-07T15:51:49.033 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-07T15:51:49.033 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-07T15:51:49.033 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-07T15:51:49.033 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-07T15:51:49.033 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-07T15:51:49.033 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-07T15:51:49.033 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-07T15:51:49.033 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-07T15:51:49.033 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-07T15:51:49.033 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-07T15:51:49.033 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-07T15:51:49.034 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=os 2023-12-07T15:51:49.034 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-07T15:51:49.034 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-07T15:51:49.034 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-07T15:51:49.034 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-07T15:51:49.034 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-07T15:51:49.034 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-07T15:51:49.035 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=stat 2023-12-07T15:51:49.035 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-07T15:51:49.035 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-07T15:51:49.035 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-07T15:51:49.035 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=time 2023-12-07T15:51:49.035 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-07T15:51:49.035 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=uname 2023-12-07T15:51:49.035 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-07T15:51:49.036 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-07T15:51:49.036 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-07T15:51:49.036 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.773Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-07T15:51:49.036 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 15:51:48 smithi121 bash[70464]: ts=2023-12-07T15:51:48.774Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-07T15:51:50.737 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:50 smithi121 bash[25067]: cluster 2023-12-07T15:51:49.080133+0000 mgr.x (mgr.24986) 33 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-07T15:51:50.737 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:50 smithi121 bash[30890]: cluster 2023-12-07T15:51:49.080133+0000 mgr.x (mgr.24986) 33 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-07T15:51:50.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:50 smithi144 bash[25224]: cluster 2023-12-07T15:51:49.080133+0000 mgr.x (mgr.24986) 33 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-07T15:51:51.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:51 smithi144 bash[25224]: audit 2023-12-07T15:51:50.137771+0000 mgr.x (mgr.24986) 34 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:51:52.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:51 smithi121 bash[30890]: audit 2023-12-07T15:51:50.137771+0000 mgr.x (mgr.24986) 34 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:51:52.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:51 smithi121 bash[25067]: audit 2023-12-07T15:51:50.137771+0000 mgr.x (mgr.24986) 34 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:51:52.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:52 smithi144 bash[25224]: cluster 2023-12-07T15:51:51.081842+0000 mgr.x (mgr.24986) 35 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-07T15:51:53.031 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:52 smithi121 bash[25067]: cluster 2023-12-07T15:51:51.081842+0000 mgr.x (mgr.24986) 35 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-07T15:51:53.031 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:52 smithi121 bash[30890]: cluster 2023-12-07T15:51:51.081842+0000 mgr.x (mgr.24986) 35 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-07T15:51:53.779 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:53 smithi121 bash[55459]: level=error ts=2023-12-07T15:51:53.518Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.121:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.121 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.144:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.144 because it doesn't contain any IP SANs" 2023-12-07T15:51:53.779 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:53 smithi121 bash[55459]: level=warn ts=2023-12-07T15:51:53.523Z 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.121:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.121 because it doesn't contain any IP SANs" 2023-12-07T15:51:53.780 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:53 smithi121 bash[55459]: level=warn ts=2023-12-07T15:51:53.524Z 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.144:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.144 because it doesn't contain any IP SANs" 2023-12-07T15:51:54.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:54 smithi121 bash[25067]: cluster 2023-12-07T15:51:53.082698+0000 mgr.x (mgr.24986) 36 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T15:51:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:54 smithi121 bash[30890]: cluster 2023-12-07T15:51:53.082698+0000 mgr.x (mgr.24986) 36 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T15:51:54.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:54 smithi144 bash[25224]: cluster 2023-12-07T15:51:53.082698+0000 mgr.x (mgr.24986) 36 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T15:51:55.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:55 smithi144 bash[25224]: audit 2023-12-07T15:51:54.249319+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:51:55.126 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:51:54 smithi144 bash[55112]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:51:54] "GET /metrics HTTP/1.1" 200 38156 "" "Prometheus/2.33.4" 2023-12-07T15:51:55.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:55 smithi121 bash[25067]: audit 2023-12-07T15:51:54.249319+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:51:55.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:55 smithi121 bash[30890]: audit 2023-12-07T15:51:54.249319+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:51:56.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:56 smithi121 bash[25067]: cluster 2023-12-07T15:51:55.083374+0000 mgr.x (mgr.24986) 37 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T15:51:56.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:56 smithi121 bash[30890]: cluster 2023-12-07T15:51:55.083374+0000 mgr.x (mgr.24986) 37 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T15:51:56.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:56 smithi144 bash[25224]: cluster 2023-12-07T15:51:55.083374+0000 mgr.x (mgr.24986) 37 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T15:51:57.439 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:57 smithi121 systemd[1]: Stopping Ceph alertmanager.a for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:51:57.439 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:57 smithi121 bash[71159]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-alertmanager.a 2023-12-07T15:51:57.439 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:57 smithi121 bash[55459]: level=info ts=2023-12-07T15:51:57.268Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-07T15:51:58.055 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:57 smithi121 bash[71169]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-alertmanager-a 2023-12-07T15:51:58.055 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:57 smithi121 bash[71207]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-alertmanager.a 2023-12-07T15:51:58.055 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:57 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-07T15:51:58.055 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:57 smithi121 systemd[1]: Stopped Ceph alertmanager.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:51:58.055 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:57 smithi121 systemd[1]: Started Ceph alertmanager.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:51:58.056 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:51:57 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:51:57] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:51:58.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:58 smithi121 bash[30890]: cluster 2023-12-07T15:51:57.085105+0000 mgr.x (mgr.24986) 38 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T15:51:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:58 smithi121 bash[30890]: audit 2023-12-07T15:51:58.048000+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:58 smithi121 bash[30890]: audit 2023-12-07T15:51:58.061045+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:58 smithi121 bash[30890]: audit 2023-12-07T15:51:58.107921+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:51:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:58 smithi121 bash[30890]: audit 2023-12-07T15:51:58.108834+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:51:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:58 smithi121 bash[30890]: audit 2023-12-07T15:51:58.120303+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:58 smithi121 bash[25067]: cluster 2023-12-07T15:51:57.085105+0000 mgr.x (mgr.24986) 38 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T15:51:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:58 smithi121 bash[25067]: audit 2023-12-07T15:51:58.048000+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:58 smithi121 bash[25067]: audit 2023-12-07T15:51:58.061045+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:58 smithi121 bash[25067]: audit 2023-12-07T15:51:58.107921+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:51:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:58 smithi121 bash[25067]: audit 2023-12-07T15:51:58.108834+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:51:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:58 smithi121 bash[25067]: audit 2023-12-07T15:51:58.120303+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:58.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:58 smithi144 bash[25224]: cluster 2023-12-07T15:51:57.085105+0000 mgr.x (mgr.24986) 38 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-07T15:51:58.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:58 smithi144 bash[25224]: audit 2023-12-07T15:51:58.048000+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:58.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:58 smithi144 bash[25224]: audit 2023-12-07T15:51:58.061045+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:51:58.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:58 smithi144 bash[25224]: audit 2023-12-07T15:51:58.107921+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:51:58.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:58 smithi144 bash[25224]: audit 2023-12-07T15:51:58.108834+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:51:58.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:58 smithi144 bash[25224]: audit 2023-12-07T15:51:58.120303+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:59.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:59 smithi121 bash[25067]: cephadm 2023-12-07T15:51:58.108555+0000 mgr.x (mgr.24986) 39 : cephadm [INF] Reconfiguring iscsi.foo.smithi121.yucqht (dependencies changed)... 2023-12-07T15:51:59.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:51:59 smithi121 bash[25067]: cephadm 2023-12-07T15:51:58.124195+0000 mgr.x (mgr.24986) 40 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi121.yucqht on smithi121 2023-12-07T15:51:59.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:59 smithi121 bash[30890]: cephadm 2023-12-07T15:51:58.108555+0000 mgr.x (mgr.24986) 39 : cephadm [INF] Reconfiguring iscsi.foo.smithi121.yucqht (dependencies changed)... 2023-12-07T15:51:59.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:51:59 smithi121 bash[30890]: cephadm 2023-12-07T15:51:58.124195+0000 mgr.x (mgr.24986) 40 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi121.yucqht on smithi121 2023-12-07T15:51:59.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:59 smithi144 bash[25224]: cephadm 2023-12-07T15:51:58.108555+0000 mgr.x (mgr.24986) 39 : cephadm [INF] Reconfiguring iscsi.foo.smithi121.yucqht (dependencies changed)... 2023-12-07T15:51:59.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:51:59 smithi144 bash[25224]: cephadm 2023-12-07T15:51:58.124195+0000 mgr.x (mgr.24986) 40 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi121.yucqht on smithi121 2023-12-07T15:52:00.060 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:59 smithi121 bash[71236]: level=info ts=2023-12-07T15:51:59.759Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-07T15:52:00.061 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:59 smithi121 bash[71236]: level=info ts=2023-12-07T15:51:59.759Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-07T15:52:00.061 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:59 smithi121 bash[71236]: level=info ts=2023-12-07T15:51:59.762Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.121 port=9094 2023-12-07T15:52:00.061 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:59 smithi121 bash[71236]: level=info ts=2023-12-07T15:51:59.763Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-07T15:52:00.061 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:59 smithi121 bash[71236]: level=info ts=2023-12-07T15:51:59.808Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-07T15:52:00.061 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:59 smithi121 bash[71236]: level=info ts=2023-12-07T15:51:59.808Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-07T15:52:00.061 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:59 smithi121 bash[71236]: level=info ts=2023-12-07T15:51:59.814Z caller=main.go:518 msg=Listening address=:9093 2023-12-07T15:52:00.061 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:51:59 smithi121 bash[71236]: level=info ts=2023-12-07T15:51:59.814Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-07T15:52:00.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:00 smithi121 bash[30890]: cluster 2023-12-07T15:51:59.085927+0000 mgr.x (mgr.24986) 41 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:00.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:00 smithi121 bash[25067]: cluster 2023-12-07T15:51:59.085927+0000 mgr.x (mgr.24986) 41 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:00.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:00 smithi144 bash[25224]: cluster 2023-12-07T15:51:59.085927+0000 mgr.x (mgr.24986) 41 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:01.443 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:01 smithi121 bash[25067]: audit 2023-12-07T15:52:00.145898+0000 mgr.x (mgr.24986) 42 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:01.443 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:01 smithi121 bash[30890]: audit 2023-12-07T15:52:00.145898+0000 mgr.x (mgr.24986) 42 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:01.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:01 smithi144 bash[25224]: audit 2023-12-07T15:52:00.145898+0000 mgr.x (mgr.24986) 42 : audit [DBG] from='client.14961 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:01.768 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:52:01 smithi121 bash[71236]: level=info ts=2023-12-07T15:52:01.764Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.00070012s 2023-12-07T15:52:02.497 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:02 smithi121 bash[30890]: cluster 2023-12-07T15:52:01.087580+0000 mgr.x (mgr.24986) 43 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:02.497 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:02 smithi121 bash[25067]: cluster 2023-12-07T15:52:01.087580+0000 mgr.x (mgr.24986) 43 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:02.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:02 smithi144 bash[25224]: cluster 2023-12-07T15:52:01.087580+0000 mgr.x (mgr.24986) 43 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:02.626 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:02 smithi144 bash[47168]: ts=2023-12-07T15:52:02.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.144:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.121:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:52:04.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:04 smithi121 bash[25067]: cluster 2023-12-07T15:52:03.088248+0000 mgr.x (mgr.24986) 44 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:04.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:04 smithi121 bash[30890]: cluster 2023-12-07T15:52:03.088248+0000 mgr.x (mgr.24986) 44 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:04.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:04 smithi144 bash[25224]: cluster 2023-12-07T15:52:03.088248+0000 mgr.x (mgr.24986) 44 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:05.126 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:04 smithi144 bash[55112]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:52:04] "GET /metrics HTTP/1.1" 200 38156 "" "Prometheus/2.33.4" 2023-12-07T15:52:06.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:05 smithi144 bash[25224]: audit 2023-12-07T15:52:04.834379+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:06.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:05 smithi144 bash[25224]: audit 2023-12-07T15:52:04.844593+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:06.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:05 smithi144 bash[25224]: audit 2023-12-07T15:52:04.855458+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:52:06.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:05 smithi144 bash[25224]: audit 2023-12-07T15:52:04.856287+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:52:06.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:05 smithi144 bash[25224]: cluster 2023-12-07T15:52:05.089087+0000 mgr.x (mgr.24986) 45 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:06.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:05 smithi144 bash[25224]: cephadm 2023-12-07T15:52:05.463059+0000 mgr.x (mgr.24986) 46 : cephadm [INF] Reconfiguring daemon agent.smithi144 on smithi144 2023-12-07T15:52:06.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:05 smithi144 bash[25224]: cephadm 2023-12-07T15:52:05.538563+0000 mgr.x (mgr.24986) 47 : cephadm [INF] Deploying cephadm binary to smithi144 2023-12-07T15:52:06.210 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:05 smithi121 bash[30890]: audit 2023-12-07T15:52:04.834379+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:06.211 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:05 smithi121 bash[30890]: audit 2023-12-07T15:52:04.844593+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:06.211 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:05 smithi121 bash[30890]: audit 2023-12-07T15:52:04.855458+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:52:06.211 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:05 smithi121 bash[30890]: audit 2023-12-07T15:52:04.856287+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:52:06.211 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:05 smithi121 bash[30890]: cluster 2023-12-07T15:52:05.089087+0000 mgr.x (mgr.24986) 45 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:06.211 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:05 smithi121 bash[30890]: cephadm 2023-12-07T15:52:05.463059+0000 mgr.x (mgr.24986) 46 : cephadm [INF] Reconfiguring daemon agent.smithi144 on smithi144 2023-12-07T15:52:06.211 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:05 smithi121 bash[30890]: cephadm 2023-12-07T15:52:05.538563+0000 mgr.x (mgr.24986) 47 : cephadm [INF] Deploying cephadm binary to smithi144 2023-12-07T15:52:06.211 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:05 smithi121 bash[25067]: audit 2023-12-07T15:52:04.834379+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:06.212 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:05 smithi121 bash[25067]: audit 2023-12-07T15:52:04.844593+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:06.212 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:05 smithi121 bash[25067]: audit 2023-12-07T15:52:04.855458+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:52:06.212 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:05 smithi121 bash[25067]: audit 2023-12-07T15:52:04.856287+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:52:06.212 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:05 smithi121 bash[25067]: cluster 2023-12-07T15:52:05.089087+0000 mgr.x (mgr.24986) 45 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:06.212 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:05 smithi121 bash[25067]: cephadm 2023-12-07T15:52:05.463059+0000 mgr.x (mgr.24986) 46 : cephadm [INF] Reconfiguring daemon agent.smithi144 on smithi144 2023-12-07T15:52:06.212 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:05 smithi121 bash[25067]: cephadm 2023-12-07T15:52:05.538563+0000 mgr.x (mgr.24986) 47 : cephadm [INF] Deploying cephadm binary to smithi144 2023-12-07T15:52:07.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:06 smithi121 bash[25067]: audit 2023-12-07T15:52:06.943110+0000 mon.c (mon.1) 73 : audit [DBG] from='client.? 172.21.15.121:0/1884867332' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T15:52:07.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:06 smithi121 bash[30890]: audit 2023-12-07T15:52:06.943110+0000 mon.c (mon.1) 73 : audit [DBG] from='client.? 172.21.15.121:0/1884867332' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T15:52:07.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:06 smithi144 bash[25224]: audit 2023-12-07T15:52:06.943110+0000 mon.c (mon.1) 73 : audit [DBG] from='client.? 172.21.15.121:0/1884867332' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T15:52:08.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:52:07 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:52:07] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:52:08.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:08 smithi121 bash[30890]: cluster 2023-12-07T15:52:07.090655+0000 mgr.x (mgr.24986) 48 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:08.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:08 smithi121 bash[30890]: audit 2023-12-07T15:52:07.318591+0000 mon.c (mon.1) 74 : audit [INF] from='client.? 172.21.15.121:0/3643025905' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1529985734"}]: dispatch 2023-12-07T15:52:08.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:08 smithi121 bash[30890]: audit 2023-12-07T15:52:07.319520+0000 mon.a (mon.0) 1258 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1529985734"}]: dispatch 2023-12-07T15:52:08.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:08 smithi121 bash[25067]: cluster 2023-12-07T15:52:07.090655+0000 mgr.x (mgr.24986) 48 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:08.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:08 smithi121 bash[25067]: audit 2023-12-07T15:52:07.318591+0000 mon.c (mon.1) 74 : audit [INF] from='client.? 172.21.15.121:0/3643025905' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1529985734"}]: dispatch 2023-12-07T15:52:08.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:08 smithi121 bash[25067]: audit 2023-12-07T15:52:07.319520+0000 mon.a (mon.0) 1258 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1529985734"}]: dispatch 2023-12-07T15:52:08.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:08 smithi144 bash[25224]: cluster 2023-12-07T15:52:07.090655+0000 mgr.x (mgr.24986) 48 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:08.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:08 smithi144 bash[25224]: audit 2023-12-07T15:52:07.318591+0000 mon.c (mon.1) 74 : audit [INF] from='client.? 172.21.15.121:0/3643025905' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1529985734"}]: dispatch 2023-12-07T15:52:08.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:08 smithi144 bash[25224]: audit 2023-12-07T15:52:07.319520+0000 mon.a (mon.0) 1258 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1529985734"}]: dispatch 2023-12-07T15:52:09.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:09 smithi121 bash[30890]: audit 2023-12-07T15:52:08.019726+0000 mon.a (mon.0) 1259 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1529985734"}]': finished 2023-12-07T15:52:09.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:09 smithi121 bash[30890]: cluster 2023-12-07T15:52:08.019822+0000 mon.a (mon.0) 1260 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-07T15:52:09.309 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:09 smithi121 bash[30890]: audit 2023-12-07T15:52:08.408483+0000 mon.a (mon.0) 1261 : audit [INF] from='client.? 172.21.15.121:0/96944378' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/3200105595"}]: dispatch 2023-12-07T15:52:09.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:09 smithi121 bash[25067]: audit 2023-12-07T15:52:08.019726+0000 mon.a (mon.0) 1259 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1529985734"}]': finished 2023-12-07T15:52:09.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:09 smithi121 bash[25067]: cluster 2023-12-07T15:52:08.019822+0000 mon.a (mon.0) 1260 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-07T15:52:09.309 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:09 smithi121 bash[25067]: audit 2023-12-07T15:52:08.408483+0000 mon.a (mon.0) 1261 : audit [INF] from='client.? 172.21.15.121:0/96944378' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/3200105595"}]: dispatch 2023-12-07T15:52:09.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:09 smithi144 bash[25224]: audit 2023-12-07T15:52:08.019726+0000 mon.a (mon.0) 1259 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1529985734"}]': finished 2023-12-07T15:52:09.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:09 smithi144 bash[25224]: cluster 2023-12-07T15:52:08.019822+0000 mon.a (mon.0) 1260 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-07T15:52:09.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:09 smithi144 bash[25224]: audit 2023-12-07T15:52:08.408483+0000 mon.a (mon.0) 1261 : audit [INF] from='client.? 172.21.15.121:0/96944378' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/3200105595"}]: dispatch 2023-12-07T15:52:10.049 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 15:52:09 smithi121 bash[71236]: level=info ts=2023-12-07T15:52:09.767Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004215509s 2023-12-07T15:52:10.050 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:10 smithi121 bash[25067]: audit 2023-12-07T15:52:09.027329+0000 mon.a (mon.0) 1262 : audit [INF] from='client.? 172.21.15.121:0/96944378' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/3200105595"}]': finished 2023-12-07T15:52:10.050 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:10 smithi121 bash[25067]: cluster 2023-12-07T15:52:09.027406+0000 mon.a (mon.0) 1263 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-07T15:52:10.050 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:10 smithi121 bash[25067]: cluster 2023-12-07T15:52:09.091171+0000 mgr.x (mgr.24986) 49 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-07T15:52:10.050 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:10 smithi121 bash[25067]: audit 2023-12-07T15:52:09.254465+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:52:10.050 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:10 smithi121 bash[25067]: audit 2023-12-07T15:52:09.453286+0000 mon.a (mon.0) 1264 : audit [INF] from='client.? 172.21.15.121:0/26818477' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/3200105595"}]: dispatch 2023-12-07T15:52:10.050 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:10 smithi121 bash[25067]: audit 2023-12-07T15:52:09.834723+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:10.050 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:10 smithi121 bash[25067]: audit 2023-12-07T15:52:09.848012+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:10.050 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:10 smithi121 bash[25067]: audit 2023-12-07T15:52:09.861142+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:10 smithi121 bash[30890]: audit 2023-12-07T15:52:09.027329+0000 mon.a (mon.0) 1262 : audit [INF] from='client.? 172.21.15.121:0/96944378' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/3200105595"}]': finished 2023-12-07T15:52:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:10 smithi121 bash[30890]: cluster 2023-12-07T15:52:09.027406+0000 mon.a (mon.0) 1263 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-07T15:52:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:10 smithi121 bash[30890]: cluster 2023-12-07T15:52:09.091171+0000 mgr.x (mgr.24986) 49 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-07T15:52:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:10 smithi121 bash[30890]: audit 2023-12-07T15:52:09.254465+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:52:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:10 smithi121 bash[30890]: audit 2023-12-07T15:52:09.453286+0000 mon.a (mon.0) 1264 : audit [INF] from='client.? 172.21.15.121:0/26818477' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/3200105595"}]: dispatch 2023-12-07T15:52:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:10 smithi121 bash[30890]: audit 2023-12-07T15:52:09.834723+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:10 smithi121 bash[30890]: audit 2023-12-07T15:52:09.848012+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:10 smithi121 bash[30890]: audit 2023-12-07T15:52:09.861142+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:10.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:10 smithi144 bash[25224]: audit 2023-12-07T15:52:09.027329+0000 mon.a (mon.0) 1262 : audit [INF] from='client.? 172.21.15.121:0/96944378' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6801/3200105595"}]': finished 2023-12-07T15:52:10.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:10 smithi144 bash[25224]: cluster 2023-12-07T15:52:09.027406+0000 mon.a (mon.0) 1263 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-07T15:52:10.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:10 smithi144 bash[25224]: cluster 2023-12-07T15:52:09.091171+0000 mgr.x (mgr.24986) 49 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-07T15:52:10.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:10 smithi144 bash[25224]: audit 2023-12-07T15:52:09.254465+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:52:10.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:10 smithi144 bash[25224]: audit 2023-12-07T15:52:09.453286+0000 mon.a (mon.0) 1264 : audit [INF] from='client.? 172.21.15.121:0/26818477' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/3200105595"}]: dispatch 2023-12-07T15:52:10.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:10 smithi144 bash[25224]: audit 2023-12-07T15:52:09.834723+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:10.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:10 smithi144 bash[25224]: audit 2023-12-07T15:52:09.848012+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:10.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:10 smithi144 bash[25224]: audit 2023-12-07T15:52:09.861142+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:11.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:11 smithi121 bash[30890]: cephadm 2023-12-07T15:52:09.902194+0000 mgr.x (mgr.24986) 50 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T15:52:11.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:11 smithi121 bash[30890]: audit 2023-12-07T15:52:10.034647+0000 mon.a (mon.0) 1268 : audit [INF] from='client.? 172.21.15.121:0/26818477' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/3200105595"}]': finished 2023-12-07T15:52:11.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:11 smithi121 bash[30890]: cluster 2023-12-07T15:52:10.034847+0000 mon.a (mon.0) 1269 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-07T15:52:11.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:11 smithi121 bash[30890]: cephadm 2023-12-07T15:52:10.141837+0000 mgr.x (mgr.24986) 51 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi144 2023-12-07T15:52:11.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:11 smithi121 bash[30890]: audit 2023-12-07T15:52:10.458988+0000 mon.a (mon.0) 1270 : audit [INF] from='client.? 172.21.15.121:0/4006165144' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2318273241"}]: dispatch 2023-12-07T15:52:11.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:11 smithi121 bash[25067]: cephadm 2023-12-07T15:52:09.902194+0000 mgr.x (mgr.24986) 50 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T15:52:11.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:11 smithi121 bash[25067]: audit 2023-12-07T15:52:10.034647+0000 mon.a (mon.0) 1268 : audit [INF] from='client.? 172.21.15.121:0/26818477' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/3200105595"}]': finished 2023-12-07T15:52:11.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:11 smithi121 bash[25067]: cluster 2023-12-07T15:52:10.034847+0000 mon.a (mon.0) 1269 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-07T15:52:11.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:11 smithi121 bash[25067]: cephadm 2023-12-07T15:52:10.141837+0000 mgr.x (mgr.24986) 51 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi144 2023-12-07T15:52:11.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:11 smithi121 bash[25067]: audit 2023-12-07T15:52:10.458988+0000 mon.a (mon.0) 1270 : audit [INF] from='client.? 172.21.15.121:0/4006165144' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2318273241"}]: dispatch 2023-12-07T15:52:11.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:11 smithi144 bash[25224]: cephadm 2023-12-07T15:52:09.902194+0000 mgr.x (mgr.24986) 50 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T15:52:11.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:11 smithi144 bash[25224]: audit 2023-12-07T15:52:10.034647+0000 mon.a (mon.0) 1268 : audit [INF] from='client.? 172.21.15.121:0/26818477' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:6800/3200105595"}]': finished 2023-12-07T15:52:11.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:11 smithi144 bash[25224]: cluster 2023-12-07T15:52:10.034847+0000 mon.a (mon.0) 1269 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-07T15:52:11.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:11 smithi144 bash[25224]: cephadm 2023-12-07T15:52:10.141837+0000 mgr.x (mgr.24986) 51 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi144 2023-12-07T15:52:11.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:11 smithi144 bash[25224]: audit 2023-12-07T15:52:10.458988+0000 mon.a (mon.0) 1270 : audit [INF] from='client.? 172.21.15.121:0/4006165144' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2318273241"}]: dispatch 2023-12-07T15:52:12.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:12 smithi121 bash[25067]: audit 2023-12-07T15:52:11.059147+0000 mon.a (mon.0) 1271 : audit [INF] from='client.? 172.21.15.121:0/4006165144' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2318273241"}]': finished 2023-12-07T15:52:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:12 smithi121 bash[25067]: cluster 2023-12-07T15:52:11.059279+0000 mon.a (mon.0) 1272 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-07T15:52:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:12 smithi121 bash[25067]: cluster 2023-12-07T15:52:11.091885+0000 mgr.x (mgr.24986) 52 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-07T15:52:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:12 smithi121 bash[25067]: audit 2023-12-07T15:52:11.445696+0000 mon.a (mon.0) 1273 : audit [INF] from='client.? 172.21.15.121:0/572983131' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1484395832"}]: dispatch 2023-12-07T15:52:12.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:12 smithi121 bash[30890]: audit 2023-12-07T15:52:11.059147+0000 mon.a (mon.0) 1271 : audit [INF] from='client.? 172.21.15.121:0/4006165144' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2318273241"}]': finished 2023-12-07T15:52:12.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:12 smithi121 bash[30890]: cluster 2023-12-07T15:52:11.059279+0000 mon.a (mon.0) 1272 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-07T15:52:12.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:12 smithi121 bash[30890]: cluster 2023-12-07T15:52:11.091885+0000 mgr.x (mgr.24986) 52 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-07T15:52:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:12 smithi121 bash[30890]: audit 2023-12-07T15:52:11.445696+0000 mon.a (mon.0) 1273 : audit [INF] from='client.? 172.21.15.121:0/572983131' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1484395832"}]: dispatch 2023-12-07T15:52:12.375 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:12 smithi144 bash[47168]: ts=2023-12-07T15:52:12.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.144:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.121:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:52:12.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:12 smithi144 bash[25224]: audit 2023-12-07T15:52:11.059147+0000 mon.a (mon.0) 1271 : audit [INF] from='client.? 172.21.15.121:0/4006165144' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2318273241"}]': finished 2023-12-07T15:52:12.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:12 smithi144 bash[25224]: cluster 2023-12-07T15:52:11.059279+0000 mon.a (mon.0) 1272 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-07T15:52:12.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:12 smithi144 bash[25224]: cluster 2023-12-07T15:52:11.091885+0000 mgr.x (mgr.24986) 52 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-07T15:52:12.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:12 smithi144 bash[25224]: audit 2023-12-07T15:52:11.445696+0000 mon.a (mon.0) 1273 : audit [INF] from='client.? 172.21.15.121:0/572983131' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1484395832"}]: dispatch 2023-12-07T15:52:12.671 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:52:13.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:13 smithi121 bash[25067]: audit 2023-12-07T15:52:12.068442+0000 mon.a (mon.0) 1274 : audit [INF] from='client.? 172.21.15.121:0/572983131' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1484395832"}]': finished 2023-12-07T15:52:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:13 smithi121 bash[25067]: cluster 2023-12-07T15:52:12.068611+0000 mon.a (mon.0) 1275 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-07T15:52:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:13 smithi121 bash[25067]: audit 2023-12-07T15:52:12.507867+0000 mon.a (mon.0) 1276 : audit [INF] from='client.? 172.21.15.121:0/2895985139' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3675971127"}]: dispatch 2023-12-07T15:52:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:13 smithi121 bash[25067]: audit 2023-12-07T15:52:12.654457+0000 mgr.x (mgr.24986) 53 : audit [DBG] from='client.25237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:13 smithi121 bash[30890]: audit 2023-12-07T15:52:12.068442+0000 mon.a (mon.0) 1274 : audit [INF] from='client.? 172.21.15.121:0/572983131' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1484395832"}]': finished 2023-12-07T15:52:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:13 smithi121 bash[30890]: cluster 2023-12-07T15:52:12.068611+0000 mon.a (mon.0) 1275 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-07T15:52:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:13 smithi121 bash[30890]: audit 2023-12-07T15:52:12.507867+0000 mon.a (mon.0) 1276 : audit [INF] from='client.? 172.21.15.121:0/2895985139' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3675971127"}]: dispatch 2023-12-07T15:52:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:13 smithi121 bash[30890]: audit 2023-12-07T15:52:12.654457+0000 mgr.x (mgr.24986) 53 : audit [DBG] from='client.25237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:13.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:13 smithi144 bash[25224]: audit 2023-12-07T15:52:12.068442+0000 mon.a (mon.0) 1274 : audit [INF] from='client.? 172.21.15.121:0/572983131' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/1484395832"}]': finished 2023-12-07T15:52:13.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:13 smithi144 bash[25224]: cluster 2023-12-07T15:52:12.068611+0000 mon.a (mon.0) 1275 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-07T15:52:13.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:13 smithi144 bash[25224]: audit 2023-12-07T15:52:12.507867+0000 mon.a (mon.0) 1276 : audit [INF] from='client.? 172.21.15.121:0/2895985139' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3675971127"}]: dispatch 2023-12-07T15:52:13.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:13 smithi144 bash[25224]: audit 2023-12-07T15:52:12.654457+0000 mgr.x (mgr.24986) 53 : audit [DBG] from='client.25237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:13.434 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:52:13.434 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 starting - - - - 2023-12-07T15:52:13.434 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 starting - - - - 2023-12-07T15:52:13.434 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 starting - - - - 2023-12-07T15:52:13.435 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (6m) 61s ago 6m 45.5M - 8.3.5 dad864ee21e9 87838a4bbc68 2023-12-07T15:52:13.435 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 starting - - - - 2023-12-07T15:52:13.435 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283 starting - - - - 2023-12-07T15:52:13.435 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:9283 running (15m) 51s ago 15m 465M - 17.2.0 e1d6a67b021e fc175f2b8de7 2023-12-07T15:52:13.435 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (15m) 51s ago 15m 58.6M 2048M 17.2.0 e1d6a67b021e dadf16c82d85 2023-12-07T15:52:13.435 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (13m) 61s ago 13m 50.3M 2048M 17.2.0 e1d6a67b021e bf4a92f34a8a 2023-12-07T15:52:13.435 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (13m) 51s ago 13m 48.2M 2048M 17.2.0 e1d6a67b021e 69551a55e526 2023-12-07T15:52:13.435 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 starting - - - - 2023-12-07T15:52:13.435 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (7m) 61s ago 7m 14.2M - 1dbe0e931976 0f4141ec61f0 2023-12-07T15:52:13.435 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (12m) 51s ago 12m 57.0M 4096M 17.2.0 e1d6a67b021e 4fb66fb6c0ed 2023-12-07T15:52:13.435 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (11m) 51s ago 12m 58.1M 4096M 17.2.0 e1d6a67b021e c7b798ef591a 2023-12-07T15:52:13.435 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (11m) 51s ago 11m 51.4M 4096M 17.2.0 e1d6a67b021e d81a11d9b9ac 2023-12-07T15:52:13.435 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (10m) 51s ago 10m 56.3M 4096M 17.2.0 e1d6a67b021e beeb25b302ec 2023-12-07T15:52:13.436 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (10m) 61s ago 10m 55.6M 4096M 17.2.0 e1d6a67b021e ca8ac3f41b1a 2023-12-07T15:52:13.436 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (9m) 61s ago 9m 53.5M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:52:13.436 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (8m) 61s ago 8m 51.8M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:52:13.436 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (8m) 61s ago 8m 55.6M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:52:13.436 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (6m) 61s ago 7m 58.2M - 514e6a882f6e fe243f1bd692 2023-12-07T15:52:13.436 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (5m) 51s ago 5m 84.6M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:52:13.436 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (5m) 61s ago 5m 84.1M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:52:13.436 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (4m) 51s ago 4m 86.4M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:52:13.436 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (4m) 61s ago 4m 84.7M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:52:13.874 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:52:13.875 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:52:13.875 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-07T15:52:13.875 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:52:13.875 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:52:13.875 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-07T15:52:13.875 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-07T15:52:13.875 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:52:13.875 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:52:13.875 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T15:52:13.875 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:52:13.875 INFO:teuthology.orchestra.run.smithi121.stdout: "mds": {}, 2023-12-07T15:52:13.875 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:52:13.875 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:52:13.876 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:52:13.876 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:52:13.876 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-07T15:52:13.876 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-07T15:52:13.876 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:52:13.876 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:52:14.271 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:52:14.272 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:52:14.272 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:52:14.272 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T15:52:14.272 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [], 2023-12-07T15:52:14.272 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "", 2023-12-07T15:52:14.272 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "", 2023-12-07T15:52:14.272 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T15:52:14.272 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:52:14.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:14 smithi144 bash[25224]: audit 2023-12-07T15:52:13.032267+0000 mgr.x (mgr.24986) 54 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:14.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:14 smithi144 bash[25224]: audit 2023-12-07T15:52:13.075614+0000 mon.a (mon.0) 1277 : audit [INF] from='client.? 172.21.15.121:0/2895985139' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3675971127"}]': finished 2023-12-07T15:52:14.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:14 smithi144 bash[25224]: cluster 2023-12-07T15:52:13.075722+0000 mon.a (mon.0) 1278 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-07T15:52:14.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:14 smithi144 bash[25224]: cluster 2023-12-07T15:52:13.092529+0000 mgr.x (mgr.24986) 55 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-07T15:52:14.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:14 smithi144 bash[25224]: audit 2023-12-07T15:52:13.408921+0000 mgr.x (mgr.24986) 56 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:14.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:14 smithi144 bash[25224]: audit 2023-12-07T15:52:13.455164+0000 mon.a (mon.0) 1279 : audit [INF] from='client.? 172.21.15.121:0/3095269574' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2271257143"}]: dispatch 2023-12-07T15:52:14.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:14 smithi144 bash[25224]: audit 2023-12-07T15:52:13.870747+0000 mon.c (mon.1) 76 : audit [DBG] from='client.? 172.21.15.121:0/1729907698' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:52:14.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:14 smithi121 bash[25067]: audit 2023-12-07T15:52:13.032267+0000 mgr.x (mgr.24986) 54 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:14.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:14 smithi121 bash[25067]: audit 2023-12-07T15:52:13.075614+0000 mon.a (mon.0) 1277 : audit [INF] from='client.? 172.21.15.121:0/2895985139' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3675971127"}]': finished 2023-12-07T15:52:14.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:14 smithi121 bash[25067]: cluster 2023-12-07T15:52:13.075722+0000 mon.a (mon.0) 1278 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-07T15:52:14.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:14 smithi121 bash[25067]: cluster 2023-12-07T15:52:13.092529+0000 mgr.x (mgr.24986) 55 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-07T15:52:14.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:14 smithi121 bash[25067]: audit 2023-12-07T15:52:13.408921+0000 mgr.x (mgr.24986) 56 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:14.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:14 smithi121 bash[25067]: audit 2023-12-07T15:52:13.455164+0000 mon.a (mon.0) 1279 : audit [INF] from='client.? 172.21.15.121:0/3095269574' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2271257143"}]: dispatch 2023-12-07T15:52:14.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:14 smithi121 bash[25067]: audit 2023-12-07T15:52:13.870747+0000 mon.c (mon.1) 76 : audit [DBG] from='client.? 172.21.15.121:0/1729907698' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:52:14.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:14 smithi121 bash[30890]: audit 2023-12-07T15:52:13.032267+0000 mgr.x (mgr.24986) 54 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:14.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:14 smithi121 bash[30890]: audit 2023-12-07T15:52:13.075614+0000 mon.a (mon.0) 1277 : audit [INF] from='client.? 172.21.15.121:0/2895985139' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/3675971127"}]': finished 2023-12-07T15:52:14.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:14 smithi121 bash[30890]: cluster 2023-12-07T15:52:13.075722+0000 mon.a (mon.0) 1278 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-07T15:52:14.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:14 smithi121 bash[30890]: cluster 2023-12-07T15:52:13.092529+0000 mgr.x (mgr.24986) 55 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-07T15:52:14.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:14 smithi121 bash[30890]: audit 2023-12-07T15:52:13.408921+0000 mgr.x (mgr.24986) 56 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:14.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:14 smithi121 bash[30890]: audit 2023-12-07T15:52:13.455164+0000 mon.a (mon.0) 1279 : audit [INF] from='client.? 172.21.15.121:0/3095269574' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2271257143"}]: dispatch 2023-12-07T15:52:14.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:14 smithi121 bash[30890]: audit 2023-12-07T15:52:13.870747+0000 mon.c (mon.1) 76 : audit [DBG] from='client.? 172.21.15.121:0/1729907698' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:52:14.719 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_OK 2023-12-07T15:52:15.084 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:14 smithi144 bash[55112]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:52:14] "GET /metrics HTTP/1.1" 200 38154 "" "Prometheus/2.33.4" 2023-12-07T15:52:15.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:15 smithi144 bash[25224]: audit 2023-12-07T15:52:14.086495+0000 mon.a (mon.0) 1280 : audit [INF] from='client.? 172.21.15.121:0/3095269574' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2271257143"}]': finished 2023-12-07T15:52:15.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:15 smithi144 bash[25224]: cluster 2023-12-07T15:52:14.086688+0000 mon.a (mon.0) 1281 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2023-12-07T15:52:15.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:15 smithi144 bash[25224]: audit 2023-12-07T15:52:14.269082+0000 mgr.x (mgr.24986) 57 : audit [DBG] from='client.25267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:15.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:15 smithi144 bash[25224]: audit 2023-12-07T15:52:14.717709+0000 mon.b (mon.2) 30 : audit [DBG] from='client.? 172.21.15.121:0/1232297996' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:52:15.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:15 smithi121 bash[30890]: audit 2023-12-07T15:52:14.086495+0000 mon.a (mon.0) 1280 : audit [INF] from='client.? 172.21.15.121:0/3095269574' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2271257143"}]': finished 2023-12-07T15:52:15.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:15 smithi121 bash[30890]: cluster 2023-12-07T15:52:14.086688+0000 mon.a (mon.0) 1281 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2023-12-07T15:52:15.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:15 smithi121 bash[30890]: audit 2023-12-07T15:52:14.269082+0000 mgr.x (mgr.24986) 57 : audit [DBG] from='client.25267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:15.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:15 smithi121 bash[30890]: audit 2023-12-07T15:52:14.717709+0000 mon.b (mon.2) 30 : audit [DBG] from='client.? 172.21.15.121:0/1232297996' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:52:15.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:15 smithi121 bash[25067]: audit 2023-12-07T15:52:14.086495+0000 mon.a (mon.0) 1280 : audit [INF] from='client.? 172.21.15.121:0/3095269574' entity='client.iscsi.foo.smithi121.yucqht' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.121:0/2271257143"}]': finished 2023-12-07T15:52:15.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:15 smithi121 bash[25067]: cluster 2023-12-07T15:52:14.086688+0000 mon.a (mon.0) 1281 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2023-12-07T15:52:15.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:15 smithi121 bash[25067]: audit 2023-12-07T15:52:14.269082+0000 mgr.x (mgr.24986) 57 : audit [DBG] from='client.25267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:15.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:15 smithi121 bash[25067]: audit 2023-12-07T15:52:14.717709+0000 mon.b (mon.2) 30 : audit [DBG] from='client.? 172.21.15.121:0/1232297996' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:52:16.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:16 smithi144 bash[25224]: cluster 2023-12-07T15:52:15.093185+0000 mgr.x (mgr.24986) 58 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:52:16.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:16 smithi121 bash[25067]: cluster 2023-12-07T15:52:15.093185+0000 mgr.x (mgr.24986) 58 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:52:16.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:16 smithi121 bash[30890]: cluster 2023-12-07T15:52:15.093185+0000 mgr.x (mgr.24986) 58 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:52:17.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:17 smithi144 bash[25224]: audit 2023-12-07T15:52:16.607689+0000 mgr.x (mgr.24986) 59 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:17.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:17 smithi121 bash[25067]: audit 2023-12-07T15:52:16.607689+0000 mgr.x (mgr.24986) 59 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:17.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:17 smithi121 bash[30890]: audit 2023-12-07T15:52:16.607689+0000 mgr.x (mgr.24986) 59 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:18.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:18 smithi121 bash[25067]: cluster 2023-12-07T15:52:17.094678+0000 mgr.x (mgr.24986) 60 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-07T15:52:18.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:52:17 smithi121 bash[25383]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:52:17] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:52:18.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:18 smithi121 bash[30890]: cluster 2023-12-07T15:52:17.094678+0000 mgr.x (mgr.24986) 60 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-07T15:52:18.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:18 smithi144 bash[25224]: cluster 2023-12-07T15:52:17.094678+0000 mgr.x (mgr.24986) 60 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-07T15:52:20.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:20 smithi144 bash[25224]: cluster 2023-12-07T15:52:19.095448+0000 mgr.x (mgr.24986) 61 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 728 B/s rd, 0 op/s 2023-12-07T15:52:20.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:20 smithi121 bash[30890]: cluster 2023-12-07T15:52:19.095448+0000 mgr.x (mgr.24986) 61 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 728 B/s rd, 0 op/s 2023-12-07T15:52:20.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:20 smithi121 bash[25067]: cluster 2023-12-07T15:52:19.095448+0000 mgr.x (mgr.24986) 61 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 728 B/s rd, 0 op/s 2023-12-07T15:52:22.317 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:22 smithi144 bash[25224]: cluster 2023-12-07T15:52:21.097210+0000 mgr.x (mgr.24986) 62 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:22.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:22 smithi121 bash[25067]: cluster 2023-12-07T15:52:21.097210+0000 mgr.x (mgr.24986) 62 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:22.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:22 smithi121 bash[30890]: cluster 2023-12-07T15:52:21.097210+0000 mgr.x (mgr.24986) 62 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:22.625 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:22 smithi144 bash[47168]: ts=2023-12-07T15:52:22.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.144:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.121:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:52:23.248 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:22 smithi144 systemd[1]: Stopping Ceph prometheus.a for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:52:23.248 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:22 smithi144 bash[57338]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-prometheus.a 2023-12-07T15:52:23.248 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:23 smithi144 bash[47168]: ts=2023-12-07T15:52:23.051Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-07T15:52:23.248 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:23 smithi144 bash[47168]: ts=2023-12-07T15:52:23.051Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-07T15:52:23.248 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:23 smithi144 bash[47168]: ts=2023-12-07T15:52:23.051Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-07T15:52:23.248 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:23 smithi144 bash[47168]: ts=2023-12-07T15:52:23.051Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-07T15:52:23.249 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:23 smithi144 bash[47168]: ts=2023-12-07T15:52:23.051Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-07T15:52:23.249 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:23 smithi144 bash[47168]: ts=2023-12-07T15:52:23.051Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-07T15:52:23.249 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:23 smithi144 bash[47168]: ts=2023-12-07T15:52:23.051Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-07T15:52:23.249 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:23 smithi144 bash[47168]: ts=2023-12-07T15:52:23.051Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-07T15:52:23.249 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:23 smithi144 bash[47168]: ts=2023-12-07T15:52:23.051Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-07T15:52:23.249 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:23 smithi144 bash[47168]: ts=2023-12-07T15:52:23.052Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-07T15:52:23.249 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:23 smithi144 bash[47168]: ts=2023-12-07T15:52:23.052Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-07T15:52:23.249 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:23 smithi144 bash[47168]: ts=2023-12-07T15:52:23.052Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-07T15:52:23.788 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:23 smithi144 bash[57346]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-prometheus-a 2023-12-07T15:52:23.788 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:23 smithi144 bash[57380]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-prometheus.a 2023-12-07T15:52:24.125 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:23 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-07T15:52:24.125 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:23 smithi144 systemd[1]: Stopped Ceph prometheus.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:52:24.126 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:23 smithi144 systemd[1]: Started Ceph prometheus.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:52:24.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:24 smithi144 bash[25224]: cluster 2023-12-07T15:52:23.097966+0000 mgr.x (mgr.24986) 63 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:52:24.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:24 smithi144 bash[25224]: audit 2023-12-07T15:52:23.839282+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:24.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:24 smithi144 bash[25224]: audit 2023-12-07T15:52:23.850226+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:24.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:24 smithi121 bash[25067]: cluster 2023-12-07T15:52:23.097966+0000 mgr.x (mgr.24986) 63 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:52:24.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:24 smithi121 bash[25067]: audit 2023-12-07T15:52:23.839282+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:24.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:24 smithi121 bash[25067]: audit 2023-12-07T15:52:23.850226+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:24.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:24 smithi121 bash[30890]: cluster 2023-12-07T15:52:23.097966+0000 mgr.x (mgr.24986) 63 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:52:24.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:24 smithi121 bash[30890]: audit 2023-12-07T15:52:23.839282+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:24.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:24 smithi121 bash[30890]: audit 2023-12-07T15:52:23.850226+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:25.305 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[25224]: cephadm 2023-12-07T15:52:23.896382+0000 mgr.x (mgr.24986) 64 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-07T15:52:25.305 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[25224]: cephadm 2023-12-07T15:52:23.897209+0000 mgr.x (mgr.24986) 65 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi144 2023-12-07T15:52:25.305 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[25224]: audit 2023-12-07T15:52:24.254908+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:52:25.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:25 smithi121 bash[25067]: cephadm 2023-12-07T15:52:23.896382+0000 mgr.x (mgr.24986) 64 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-07T15:52:25.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:25 smithi121 bash[25067]: cephadm 2023-12-07T15:52:23.897209+0000 mgr.x (mgr.24986) 65 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi144 2023-12-07T15:52:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:25 smithi121 bash[25067]: audit 2023-12-07T15:52:24.254908+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:52:25.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:25 smithi121 bash[30890]: cephadm 2023-12-07T15:52:23.896382+0000 mgr.x (mgr.24986) 64 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-07T15:52:25.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:25 smithi121 bash[30890]: cephadm 2023-12-07T15:52:23.897209+0000 mgr.x (mgr.24986) 65 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi144 2023-12-07T15:52:25.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:25 smithi121 bash[30890]: audit 2023-12-07T15:52:24.254908+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:52:25.626 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.441Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-07T15:52:25.626 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.441Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-07T15:52:25.626 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.441Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-07T15:52:25.626 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.441Z caller=main.go:518 level=info host_details="(Linux 5.4.0-167-generic #184-Ubuntu SMP Tue Oct 31 09:21:49 UTC 2023 x86_64 smithi144 (none))" 2023-12-07T15:52:25.626 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.441Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-07T15:52:25.626 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.441Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-07T15:52:25.626 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.445Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-07T15:52:25.627 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.446Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-07T15:52:25.627 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.447Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-07T15:52:25.627 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.452Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-07T15:52:25.627 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.452Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=3.043µs 2023-12-07T15:52:25.627 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.452Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-07T15:52:25.627 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.453Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2023-12-07T15:52:26.261 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:26 smithi144 bash[25224]: cluster 2023-12-07T15:52:25.099105+0000 mgr.x (mgr.24986) 66 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T15:52:26.261 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.878Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2023-12-07T15:52:26.261 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.878Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2023-12-07T15:52:26.261 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.878Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=51.686µs wal_replay_duration=426.42713ms total_replay_duration=426.502636ms 2023-12-07T15:52:26.261 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.883Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-07T15:52:26.261 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.883Z caller=main.go:947 level=info msg="TSDB started" 2023-12-07T15:52:26.261 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.883Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-07T15:52:26.262 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.906Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=23.481985ms db_storage=1.344µs remote_storage=1.854µs web_handler=523ns query_engine=1.022µs scrape=365.35µs scrape_sd=136.593µs notify=13.564µs notify_sd=13.638µs rules=22.572104ms 2023-12-07T15:52:26.262 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:25 smithi144 bash[57409]: ts=2023-12-07T15:52:25.906Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-07T15:52:26.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:26 smithi121 bash[25067]: cluster 2023-12-07T15:52:25.099105+0000 mgr.x (mgr.24986) 66 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T15:52:26.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:26 smithi121 bash[30890]: cluster 2023-12-07T15:52:25.099105+0000 mgr.x (mgr.24986) 66 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T15:52:27.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:27 smithi121 bash[25067]: audit 2023-12-07T15:52:26.618094+0000 mgr.x (mgr.24986) 67 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:27.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:27 smithi121 bash[30890]: audit 2023-12-07T15:52:26.618094+0000 mgr.x (mgr.24986) 67 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:27.347 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:27 smithi144 bash[25224]: audit 2023-12-07T15:52:26.618094+0000 mgr.x (mgr.24986) 67 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:27.347 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:27 smithi144 systemd[1]: Stopping Ceph node-exporter.b for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:52:27.348 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:27 smithi144 bash[57618]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-node-exporter.b 2023-12-07T15:52:27.972 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:27 smithi144 bash[57627]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-node-exporter-b 2023-12-07T15:52:27.972 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:27 smithi144 bash[57662]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-node-exporter.b 2023-12-07T15:52:27.972 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:27 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-07T15:52:27.973 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:27 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-07T15:52:27.973 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:27 smithi144 systemd[1]: Stopped Ceph node-exporter.b for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:52:27.973 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:27 smithi144 systemd[1]: Started Ceph node-exporter.b for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:52:28.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:28 smithi121 bash[25067]: cluster 2023-12-07T15:52:27.100483+0000 mgr.x (mgr.24986) 68 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:28.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:28 smithi121 bash[25067]: audit 2023-12-07T15:52:27.953969+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:28.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:28 smithi121 bash[25067]: audit 2023-12-07T15:52:27.969522+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:28.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:28 smithi121 bash[30890]: cluster 2023-12-07T15:52:27.100483+0000 mgr.x (mgr.24986) 68 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:28.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:28 smithi121 bash[30890]: audit 2023-12-07T15:52:27.953969+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:28.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:28 smithi121 bash[30890]: audit 2023-12-07T15:52:27.969522+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:28.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[25224]: cluster 2023-12-07T15:52:27.100483+0000 mgr.x (mgr.24986) 68 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:28.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[25224]: audit 2023-12-07T15:52:27.953969+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:28.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[25224]: audit 2023-12-07T15:52:27.969522+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:29.103 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.948Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-07T15:52:29.103 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.949Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2023-12-07T15:52:29.103 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.949Z 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/.+)($|/) 2023-12-07T15:52:29.103 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.949Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-07T15:52:29.103 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-07T15:52:29.103 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=arp 2023-12-07T15:52:29.103 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-07T15:52:29.103 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-07T15:52:29.103 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-07T15:52:29.103 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-07T15:52:29.104 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-07T15:52:29.104 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-07T15:52:29.104 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-07T15:52:29.104 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-07T15:52:29.104 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=edac 2023-12-07T15:52:29.104 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-07T15:52:29.104 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-07T15:52:29.104 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-07T15:52:29.104 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-07T15:52:29.104 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-07T15:52:29.104 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-07T15:52:29.104 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-07T15:52:29.104 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-07T15:52:29.104 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-07T15:52:29.104 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-07T15:52:29.104 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-07T15:52:29.104 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-07T15:52:29.105 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-07T15:52:29.105 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-07T15:52:29.105 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-07T15:52:29.105 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-07T15:52:29.105 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=os 2023-12-07T15:52:29.105 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-07T15:52:29.105 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-07T15:52:29.105 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-07T15:52:29.105 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-07T15:52:29.105 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-07T15:52:29.105 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-07T15:52:29.105 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=stat 2023-12-07T15:52:29.106 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-07T15:52:29.106 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-07T15:52:29.106 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-07T15:52:29.106 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=time 2023-12-07T15:52:29.106 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-07T15:52:29.106 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=uname 2023-12-07T15:52:29.106 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-07T15:52:29.106 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-07T15:52:29.106 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.951Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-07T15:52:29.106 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.952Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-07T15:52:29.106 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 15:52:28 smithi144 bash[57692]: ts=2023-12-07T15:52:28.952Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-07T15:52:29.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:29 smithi144 bash[25224]: cephadm 2023-12-07T15:52:27.974638+0000 mgr.x (mgr.24986) 69 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-07T15:52:29.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:29 smithi144 bash[25224]: cephadm 2023-12-07T15:52:27.984488+0000 mgr.x (mgr.24986) 70 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-07T15:52:29.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:29 smithi144 bash[25224]: audit 2023-12-07T15:52:28.099959+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:29.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:29 smithi144 bash[25224]: audit 2023-12-07T15:52:28.113241+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:29.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:29 smithi144 bash[25224]: audit 2023-12-07T15:52:28.121247+0000 mon.c (mon.1) 78 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:52:29.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:29 smithi144 bash[25224]: audit 2023-12-07T15:52:28.123788+0000 mgr.x (mgr.24986) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:52:29.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:29 smithi144 bash[25224]: cephadm 2023-12-07T15:52:28.128218+0000 mgr.x (mgr.24986) 72 : cephadm [INF] Reconfiguring daemon grafana.a on smithi144 2023-12-07T15:52:29.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:29 smithi121 bash[25067]: cephadm 2023-12-07T15:52:27.974638+0000 mgr.x (mgr.24986) 69 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-07T15:52:29.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:29 smithi121 bash[25067]: cephadm 2023-12-07T15:52:27.984488+0000 mgr.x (mgr.24986) 70 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-07T15:52:29.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:29 smithi121 bash[25067]: audit 2023-12-07T15:52:28.099959+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:29.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:29 smithi121 bash[25067]: audit 2023-12-07T15:52:28.113241+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:29.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:29 smithi121 bash[25067]: audit 2023-12-07T15:52:28.121247+0000 mon.c (mon.1) 78 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:52:29.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:29 smithi121 bash[25067]: audit 2023-12-07T15:52:28.123788+0000 mgr.x (mgr.24986) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:52:29.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:29 smithi121 bash[25067]: cephadm 2023-12-07T15:52:28.128218+0000 mgr.x (mgr.24986) 72 : cephadm [INF] Reconfiguring daemon grafana.a on smithi144 2023-12-07T15:52:29.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:29 smithi121 bash[30890]: cephadm 2023-12-07T15:52:27.974638+0000 mgr.x (mgr.24986) 69 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-07T15:52:29.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:29 smithi121 bash[30890]: cephadm 2023-12-07T15:52:27.984488+0000 mgr.x (mgr.24986) 70 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-07T15:52:29.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:29 smithi121 bash[30890]: audit 2023-12-07T15:52:28.099959+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:29.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:29 smithi121 bash[30890]: audit 2023-12-07T15:52:28.113241+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:29.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:29 smithi121 bash[30890]: audit 2023-12-07T15:52:28.121247+0000 mon.c (mon.1) 78 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:52:29.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:29 smithi121 bash[30890]: audit 2023-12-07T15:52:28.123788+0000 mgr.x (mgr.24986) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-07T15:52:29.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:29 smithi121 bash[30890]: cephadm 2023-12-07T15:52:28.128218+0000 mgr.x (mgr.24986) 72 : cephadm [INF] Reconfiguring daemon grafana.a on smithi144 2023-12-07T15:52:30.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:30 smithi144 bash[25224]: cluster 2023-12-07T15:52:29.101339+0000 mgr.x (mgr.24986) 73 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:30.491 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:30 smithi121 bash[30890]: cluster 2023-12-07T15:52:29.101339+0000 mgr.x (mgr.24986) 73 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:30.492 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:30 smithi121 bash[25067]: cluster 2023-12-07T15:52:29.101339+0000 mgr.x (mgr.24986) 73 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:32.303 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:32 smithi144 bash[25224]: cluster 2023-12-07T15:52:31.102862+0000 mgr.x (mgr.24986) 74 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:32.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:32 smithi121 bash[25067]: cluster 2023-12-07T15:52:31.102862+0000 mgr.x (mgr.24986) 74 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:32.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:32 smithi121 bash[30890]: cluster 2023-12-07T15:52:31.102862+0000 mgr.x (mgr.24986) 74 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:34.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:34 smithi121 bash[30890]: cluster 2023-12-07T15:52:33.103563+0000 mgr.x (mgr.24986) 75 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:34.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:34 smithi121 bash[25067]: cluster 2023-12-07T15:52:33.103563+0000 mgr.x (mgr.24986) 75 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:34.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:34 smithi144 bash[25224]: cluster 2023-12-07T15:52:33.103563+0000 mgr.x (mgr.24986) 75 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:36.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:35 smithi144 bash[55112]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:52:35] "GET /metrics HTTP/1.1" 200 38158 "" "Prometheus/2.33.4" 2023-12-07T15:52:36.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:36 smithi121 bash[25067]: cluster 2023-12-07T15:52:35.104406+0000 mgr.x (mgr.24986) 76 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:36.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:36 smithi121 bash[30890]: cluster 2023-12-07T15:52:35.104406+0000 mgr.x (mgr.24986) 76 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:36.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:36 smithi144 bash[25224]: cluster 2023-12-07T15:52:35.104406+0000 mgr.x (mgr.24986) 76 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:37.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:37 smithi144 bash[25224]: audit 2023-12-07T15:52:36.625871+0000 mgr.x (mgr.24986) 77 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:37.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:37 smithi121 bash[25067]: audit 2023-12-07T15:52:36.625871+0000 mgr.x (mgr.24986) 77 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:37.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:37 smithi121 bash[30890]: audit 2023-12-07T15:52:36.625871+0000 mgr.x (mgr.24986) 77 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:38 smithi121 bash[25067]: cluster 2023-12-07T15:52:37.105419+0000 mgr.x (mgr.24986) 78 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:38.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:38 smithi121 bash[30890]: cluster 2023-12-07T15:52:37.105419+0000 mgr.x (mgr.24986) 78 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:38.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:38 smithi144 bash[25224]: cluster 2023-12-07T15:52:37.105419+0000 mgr.x (mgr.24986) 78 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:39.125 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:38 smithi144 bash[57409]: ts=2023-12-07T15:52: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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:52:40.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:40 smithi121 bash[25067]: cluster 2023-12-07T15:52:39.105989+0000 mgr.x (mgr.24986) 79 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:40.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:40 smithi121 bash[25067]: audit 2023-12-07T15:52:39.256758+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:52:40.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:40 smithi121 bash[30890]: cluster 2023-12-07T15:52:39.105989+0000 mgr.x (mgr.24986) 79 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:40.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:40 smithi121 bash[30890]: audit 2023-12-07T15:52:39.256758+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:52:40.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:40 smithi144 bash[25224]: cluster 2023-12-07T15:52:39.105989+0000 mgr.x (mgr.24986) 79 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:40.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:40 smithi144 bash[25224]: audit 2023-12-07T15:52:39.256758+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:52:42.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:42 smithi121 bash[25067]: cluster 2023-12-07T15:52:41.107388+0000 mgr.x (mgr.24986) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:42.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:42 smithi121 bash[30890]: cluster 2023-12-07T15:52:41.107388+0000 mgr.x (mgr.24986) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:42.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:42 smithi144 bash[25224]: cluster 2023-12-07T15:52:41.107388+0000 mgr.x (mgr.24986) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:44.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:44 smithi121 bash[25067]: cluster 2023-12-07T15:52:43.108124+0000 mgr.x (mgr.24986) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:44.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:44 smithi121 bash[30890]: cluster 2023-12-07T15:52:43.108124+0000 mgr.x (mgr.24986) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:44.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:44 smithi144 bash[25224]: cluster 2023-12-07T15:52:43.108124+0000 mgr.x (mgr.24986) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:45.116 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:52:45.868 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:52:45.868 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 starting - - - - 2023-12-07T15:52:45.868 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 starting - - - - 2023-12-07T15:52:45.868 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 starting - - - - 2023-12-07T15:52:45.868 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (7m) 93s ago 7m 45.5M - 8.3.5 dad864ee21e9 87838a4bbc68 2023-12-07T15:52:45.868 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 starting - - - - 2023-12-07T15:52:45.868 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283 starting - - - - 2023-12-07T15:52:45.869 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:9283 running (15m) 83s ago 15m 465M - 17.2.0 e1d6a67b021e fc175f2b8de7 2023-12-07T15:52:45.869 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (15m) 83s ago 15m 58.6M 2048M 17.2.0 e1d6a67b021e dadf16c82d85 2023-12-07T15:52:45.869 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (14m) 93s ago 14m 50.3M 2048M 17.2.0 e1d6a67b021e bf4a92f34a8a 2023-12-07T15:52:45.869 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (14m) 83s ago 14m 48.2M 2048M 17.2.0 e1d6a67b021e 69551a55e526 2023-12-07T15:52:45.869 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 starting - - - - 2023-12-07T15:52:45.869 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 starting - - - - 2023-12-07T15:52:45.869 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (13m) 83s ago 13m 57.0M 4096M 17.2.0 e1d6a67b021e 4fb66fb6c0ed 2023-12-07T15:52:45.869 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (12m) 83s ago 12m 58.1M 4096M 17.2.0 e1d6a67b021e c7b798ef591a 2023-12-07T15:52:45.869 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (11m) 83s ago 11m 51.4M 4096M 17.2.0 e1d6a67b021e d81a11d9b9ac 2023-12-07T15:52:45.869 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (11m) 83s ago 11m 56.3M 4096M 17.2.0 e1d6a67b021e beeb25b302ec 2023-12-07T15:52:45.869 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (10m) 93s ago 10m 55.6M 4096M 17.2.0 e1d6a67b021e ca8ac3f41b1a 2023-12-07T15:52:45.869 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (10m) 93s ago 10m 53.5M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:52:45.869 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (9m) 93s ago 9m 51.8M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:52:45.869 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (8m) 93s ago 8m 55.6M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:52:45.869 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 starting - - - - 2023-12-07T15:52:45.869 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (5m) 83s ago 5m 84.6M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:52:45.870 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (5m) 93s ago 5m 84.1M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:52:45.870 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (5m) 83s ago 5m 86.4M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:52:45.870 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (5m) 93s ago 5m 84.7M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:52:46.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:45 smithi144 bash[55112]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:52:45] "GET /metrics HTTP/1.1" 200 38153 "" "Prometheus/2.33.4" 2023-12-07T15:52:46.308 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:52:46.308 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:52:46.308 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-07T15:52:46.308 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:52:46.308 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:52:46.308 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-07T15:52:46.308 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-07T15:52:46.308 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:52:46.308 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:52:46.308 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T15:52:46.308 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:52:46.308 INFO:teuthology.orchestra.run.smithi121.stdout: "mds": {}, 2023-12-07T15:52:46.309 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:52:46.309 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:52:46.309 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:52:46.309 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:52:46.309 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-07T15:52:46.309 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-07T15:52:46.309 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:52:46.309 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:52:46.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:46 smithi121 bash[30890]: audit 2023-12-07T15:52:45.099143+0000 mgr.x (mgr.24986) 82 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:46.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:46 smithi121 bash[30890]: cluster 2023-12-07T15:52:45.109282+0000 mgr.x (mgr.24986) 83 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:46.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:46 smithi121 bash[30890]: audit 2023-12-07T15:52:45.480307+0000 mgr.x (mgr.24986) 84 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:46.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:46 smithi121 bash[25067]: audit 2023-12-07T15:52:45.099143+0000 mgr.x (mgr.24986) 82 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:46.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:46 smithi121 bash[25067]: cluster 2023-12-07T15:52:45.109282+0000 mgr.x (mgr.24986) 83 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:46.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:46 smithi121 bash[25067]: audit 2023-12-07T15:52:45.480307+0000 mgr.x (mgr.24986) 84 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:46.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:46 smithi144 bash[25224]: audit 2023-12-07T15:52:45.099143+0000 mgr.x (mgr.24986) 82 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:46.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:46 smithi144 bash[25224]: cluster 2023-12-07T15:52:45.109282+0000 mgr.x (mgr.24986) 83 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:46.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:46 smithi144 bash[25224]: audit 2023-12-07T15:52:45.480307+0000 mgr.x (mgr.24986) 84 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:46.679 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:52:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:52:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:52:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T15:52:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [], 2023-12-07T15:52:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "", 2023-12-07T15:52:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "", 2023-12-07T15:52:46.679 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T15:52:46.679 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:52:47.116 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_OK 2023-12-07T15:52:47.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:47 smithi121 bash[30890]: audit 2023-12-07T15:52:45.841380+0000 mgr.x (mgr.24986) 85 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:47.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:47 smithi121 bash[30890]: audit 2023-12-07T15:52:46.304080+0000 mon.a (mon.0) 1288 : audit [DBG] from='client.? 172.21.15.121:0/2336596135' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:52:47.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:47 smithi121 bash[30890]: audit 2023-12-07T15:52:46.633915+0000 mgr.x (mgr.24986) 86 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:47.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:47 smithi121 bash[30890]: audit 2023-12-07T15:52:46.676461+0000 mgr.x (mgr.24986) 87 : audit [DBG] from='client.25303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:47.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:47 smithi121 bash[30890]: audit 2023-12-07T15:52:47.112975+0000 mon.a (mon.0) 1289 : audit [DBG] from='client.? 172.21.15.121:0/190040510' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:52:47.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:47 smithi121 bash[25067]: audit 2023-12-07T15:52:45.841380+0000 mgr.x (mgr.24986) 85 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:47.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:47 smithi121 bash[25067]: audit 2023-12-07T15:52:46.304080+0000 mon.a (mon.0) 1288 : audit [DBG] from='client.? 172.21.15.121:0/2336596135' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:52:47.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:47 smithi121 bash[25067]: audit 2023-12-07T15:52:46.633915+0000 mgr.x (mgr.24986) 86 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:47.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:47 smithi121 bash[25067]: audit 2023-12-07T15:52:46.676461+0000 mgr.x (mgr.24986) 87 : audit [DBG] from='client.25303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:47.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:47 smithi121 bash[25067]: audit 2023-12-07T15:52:47.112975+0000 mon.a (mon.0) 1289 : audit [DBG] from='client.? 172.21.15.121:0/190040510' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:52:47.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:47 smithi144 bash[25224]: audit 2023-12-07T15:52:45.841380+0000 mgr.x (mgr.24986) 85 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:47.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:47 smithi144 bash[25224]: audit 2023-12-07T15:52:46.304080+0000 mon.a (mon.0) 1288 : audit [DBG] from='client.? 172.21.15.121:0/2336596135' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:52:47.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:47 smithi144 bash[25224]: audit 2023-12-07T15:52:46.633915+0000 mgr.x (mgr.24986) 86 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:47.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:47 smithi144 bash[25224]: audit 2023-12-07T15:52:46.676461+0000 mgr.x (mgr.24986) 87 : audit [DBG] from='client.25303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:47.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:47 smithi144 bash[25224]: audit 2023-12-07T15:52:47.112975+0000 mon.a (mon.0) 1289 : audit [DBG] from='client.? 172.21.15.121:0/190040510' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:52:48.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:48 smithi121 bash[25067]: cluster 2023-12-07T15:52:47.110778+0000 mgr.x (mgr.24986) 88 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:48.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:48 smithi121 bash[30890]: cluster 2023-12-07T15:52:47.110778+0000 mgr.x (mgr.24986) 88 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:48.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:48 smithi144 bash[25224]: cluster 2023-12-07T15:52:47.110778+0000 mgr.x (mgr.24986) 88 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:49.125 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:48 smithi144 bash[57409]: ts=2023-12-07T15:52: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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:52:50.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:50 smithi121 bash[25067]: cluster 2023-12-07T15:52:49.111662+0000 mgr.x (mgr.24986) 89 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:50.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:50 smithi121 bash[30890]: cluster 2023-12-07T15:52:49.111662+0000 mgr.x (mgr.24986) 89 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:50.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:50 smithi144 bash[25224]: cluster 2023-12-07T15:52:49.111662+0000 mgr.x (mgr.24986) 89 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:52.060 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:51 smithi144 systemd[1]: Stopping Ceph grafana.a for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:52:52.060 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:51 smithi144 bash[58540]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-grafana.a 2023-12-07T15:52:52.060 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:51 smithi144 bash[45742]: t=2023-12-07T15:52:51+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-07T15:52:52.060 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:51 smithi144 bash[45742]: t=2023-12-07T15:52:51+0000 lvl=info msg="Database locked, sleeping then retrying" logger=sqlstore error="database is locked" retry=0 2023-12-07T15:52:52.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:52 smithi144 bash[25224]: cluster 2023-12-07T15:52:51.113371+0000 mgr.x (mgr.24986) 90 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:52.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:52 smithi121 bash[25067]: cluster 2023-12-07T15:52:51.113371+0000 mgr.x (mgr.24986) 90 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:52.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:52 smithi121 bash[30890]: cluster 2023-12-07T15:52:51.113371+0000 mgr.x (mgr.24986) 90 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:52.672 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:52 smithi144 bash[58552]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-grafana-a 2023-12-07T15:52:52.672 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:52 smithi144 bash[58591]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-grafana.a 2023-12-07T15:52:52.672 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:52 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@grafana.a.service: Succeeded. 2023-12-07T15:52:52.672 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:52 smithi144 systemd[1]: Stopped Ceph grafana.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:52:52.672 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:52 smithi144 systemd[1]: Started Ceph grafana.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:52:53.025 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:52 smithi144 bash[55112]: [07/Dec/2023:15:52:52] ENGINE Bus STOPPING 2023-12-07T15:52:53.026 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:52 smithi144 bash[55112]: [07/Dec/2023:15:52:52] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-07T15:52:53.026 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:52 smithi144 bash[55112]: [07/Dec/2023:15:52:52] ENGINE Bus STOPPED 2023-12-07T15:52:53.026 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:52 smithi144 bash[55112]: [07/Dec/2023:15:52:52] ENGINE Bus STARTING 2023-12-07T15:52:53.026 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:52 smithi144 bash[55112]: [07/Dec/2023:15:52:52] ENGINE Serving on http://:::9283 2023-12-07T15:52:53.026 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:52 smithi144 bash[55112]: [07/Dec/2023:15:52:52] ENGINE Bus STARTED 2023-12-07T15:52:53.026 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:52 smithi144 bash[55112]: [07/Dec/2023:15:52:52] ENGINE Bus STOPPING 2023-12-07T15:52:53.026 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:52 smithi144 bash[55112]: [07/Dec/2023:15:52:52] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-07T15:52:53.026 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:52 smithi144 bash[55112]: [07/Dec/2023:15:52:52] ENGINE Bus STOPPED 2023-12-07T15:52:53.026 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:52 smithi144 bash[55112]: [07/Dec/2023:15:52:52] ENGINE Bus STARTING 2023-12-07T15:52:53.026 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[55112]: [07/Dec/2023:15:52:53] ENGINE Serving on http://:::9283 2023-12-07T15:52:53.026 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[55112]: [07/Dec/2023:15:52:53] ENGINE Bus STARTED 2023-12-07T15:52:53.375 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[55112]: [07/Dec/2023:15:52:53] ENGINE Bus STOPPING 2023-12-07T15:52:53.376 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[55112]: [07/Dec/2023:15:52:53] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-07T15:52:53.376 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[55112]: [07/Dec/2023:15:52:53] ENGINE Bus STOPPED 2023-12-07T15:52:53.376 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[55112]: [07/Dec/2023:15:52:53] ENGINE Bus STARTING 2023-12-07T15:52:53.376 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[55112]: [07/Dec/2023:15:52:53] ENGINE Serving on http://:::9283 2023-12-07T15:52:53.376 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[55112]: [07/Dec/2023:15:52:53] ENGINE Bus STARTED 2023-12-07T15:52:53.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.687034+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:53.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.700160+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:53.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.733494+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:52:53.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.736475+0000 mgr.x (mgr.24986) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:52:53.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.737193+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi121.front.sepia.ceph.com:9093"}]: dispatch 2023-12-07T15:52:53.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.740043+0000 mgr.x (mgr.24986) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi121.front.sepia.ceph.com:9093"}]: dispatch 2023-12-07T15:52:53.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.748057+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:53.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.773936+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:52:53.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.776873+0000 mgr.x (mgr.24986) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:52:53.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.800780+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:53.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.805897+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:52:53.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: cephadm 2023-12-07T15:52:52.807262+0000 mgr.x (mgr.24986) 94 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.121:5000 to Dashboard 2023-12-07T15:52:53.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.808717+0000 mgr.x (mgr.24986) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:52:53.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.810186+0000 mon.c (mon.1) 84 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:52:53.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.818081+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:53.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.826227+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:52:53.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.829620+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi144.front.sepia.ceph.com:9095"}]: dispatch 2023-12-07T15:52:53.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.840566+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:53.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.856325+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:52:53.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.864380+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi144.front.sepia.ceph.com:3000"}]: dispatch 2023-12-07T15:52:53.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.874910+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:53.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:53 smithi144 bash[25224]: audit 2023-12-07T15:52:52.908549+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.687034+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.700160+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.733494+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:52:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.736475+0000 mgr.x (mgr.24986) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:52:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.737193+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi121.front.sepia.ceph.com:9093"}]: dispatch 2023-12-07T15:52:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.740043+0000 mgr.x (mgr.24986) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi121.front.sepia.ceph.com:9093"}]: dispatch 2023-12-07T15:52:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.748057+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.773936+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:52:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.776873+0000 mgr.x (mgr.24986) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:52:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.800780+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.805897+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:52:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: cephadm 2023-12-07T15:52:52.807262+0000 mgr.x (mgr.24986) 94 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.121:5000 to Dashboard 2023-12-07T15:52:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.808717+0000 mgr.x (mgr.24986) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:52:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.810186+0000 mon.c (mon.1) 84 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:52:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.818081+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.826227+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:52:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.829620+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi144.front.sepia.ceph.com:9095"}]: dispatch 2023-12-07T15:52:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.840566+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.856325+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:52:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.687034+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.700160+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.733494+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:52:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.736475+0000 mgr.x (mgr.24986) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-07T15:52:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.737193+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi121.front.sepia.ceph.com:9093"}]: dispatch 2023-12-07T15:52:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.740043+0000 mgr.x (mgr.24986) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi121.front.sepia.ceph.com:9093"}]: dispatch 2023-12-07T15:52:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.748057+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.773936+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:52:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.776873+0000 mgr.x (mgr.24986) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:52:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.800780+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.805897+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:52:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: cephadm 2023-12-07T15:52:52.807262+0000 mgr.x (mgr.24986) 94 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.121:5000 to Dashboard 2023-12-07T15:52:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.808717+0000 mgr.x (mgr.24986) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:52:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.810186+0000 mon.c (mon.1) 84 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:52:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.818081+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.826227+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:52:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.829620+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi144.front.sepia.ceph.com:9095"}]: dispatch 2023-12-07T15:52:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.840566+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.856325+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:52:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.864380+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi144.front.sepia.ceph.com:3000"}]: dispatch 2023-12-07T15:52:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.874910+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[30890]: audit 2023-12-07T15:52:52.908549+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.864380+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi144.front.sepia.ceph.com:3000"}]: dispatch 2023-12-07T15:52:54.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.874910+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:54.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:53 smithi121 bash[25067]: audit 2023-12-07T15:52:52.908549+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:54.293 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+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 2023-12-07T15:52:54.293 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+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 2023-12-07T15:52:54.293 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-07T15:52:54.293 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-07T15:52:54.293 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-07T15:52:54.293 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-07T15:52:54.293 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-07T15:52:54.293 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-07T15:52:54.293 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-07T15:52:54.293 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-07T15:52:54.293 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-07T15:52:54.293 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-07T15:52:54.293 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-07T15:52:54.294 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="App mode production" logger=settings 2023-12-07T15:52:54.294 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-07T15:52:54.294 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+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----- 2023-12-07T15:52:54.294 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Starting DB migrations" logger=migrator 2023-12-07T15:52:54.294 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="migrations completed" logger=migrator performed=0 skipped=377 duration=1.221433ms 2023-12-07T15:52:54.294 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-07T15:52:54.294 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-07T15:52:54.294 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-07T15:52:54.294 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-07T15:52:54.294 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-07T15:52:54.294 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-07T15:52:54.294 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="deleted datasource based on configuration" logger=provisioning.datasources name=Dashboard1 2023-12-07T15:52:54.626 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-07T15:52:54.626 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Loki uid=P8E80F9AEF21F6940 2023-12-07T15:52:54.626 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-07T15:52:54.626 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-07T15:52:54.626 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[58630]: t=2023-12-07T15:52:54+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-07T15:52:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:54 smithi121 bash[25067]: audit 2023-12-07T15:52:52.813275+0000 mgr.x (mgr.24986) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:52:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:54 smithi121 bash[25067]: audit 2023-12-07T15:52:52.829176+0000 mgr.x (mgr.24986) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:52:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:54 smithi121 bash[25067]: audit 2023-12-07T15:52:52.832554+0000 mgr.x (mgr.24986) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi144.front.sepia.ceph.com:9095"}]: dispatch 2023-12-07T15:52:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:54 smithi121 bash[25067]: audit 2023-12-07T15:52:52.859291+0000 mgr.x (mgr.24986) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:52:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:54 smithi121 bash[25067]: audit 2023-12-07T15:52:52.867320+0000 mgr.x (mgr.24986) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi144.front.sepia.ceph.com:3000"}]: dispatch 2023-12-07T15:52:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:54 smithi121 bash[25067]: cephadm 2023-12-07T15:52:52.912576+0000 mgr.x (mgr.24986) 101 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T15:52:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:54 smithi121 bash[25067]: cluster 2023-12-07T15:52:53.114130+0000 mgr.x (mgr.24986) 102 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:54 smithi121 bash[25067]: audit 2023-12-07T15:52:54.256831+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:52:55.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:54 smithi121 bash[30890]: audit 2023-12-07T15:52:52.813275+0000 mgr.x (mgr.24986) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:52:55.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:54 smithi121 bash[30890]: audit 2023-12-07T15:52:52.829176+0000 mgr.x (mgr.24986) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:52:55.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:54 smithi121 bash[30890]: audit 2023-12-07T15:52:52.832554+0000 mgr.x (mgr.24986) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi144.front.sepia.ceph.com:9095"}]: dispatch 2023-12-07T15:52:55.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:54 smithi121 bash[30890]: audit 2023-12-07T15:52:52.859291+0000 mgr.x (mgr.24986) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:52:55.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:54 smithi121 bash[30890]: audit 2023-12-07T15:52:52.867320+0000 mgr.x (mgr.24986) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi144.front.sepia.ceph.com:3000"}]: dispatch 2023-12-07T15:52:55.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:54 smithi121 bash[30890]: cephadm 2023-12-07T15:52:52.912576+0000 mgr.x (mgr.24986) 101 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T15:52:55.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:54 smithi121 bash[30890]: cluster 2023-12-07T15:52:53.114130+0000 mgr.x (mgr.24986) 102 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:55.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:54 smithi121 bash[30890]: audit 2023-12-07T15:52:54.256831+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:52:55.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[25224]: audit 2023-12-07T15:52:52.813275+0000 mgr.x (mgr.24986) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:52:55.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[25224]: audit 2023-12-07T15:52:52.829176+0000 mgr.x (mgr.24986) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:52:55.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[25224]: audit 2023-12-07T15:52:52.832554+0000 mgr.x (mgr.24986) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi144.front.sepia.ceph.com:9095"}]: dispatch 2023-12-07T15:52:55.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[25224]: audit 2023-12-07T15:52:52.859291+0000 mgr.x (mgr.24986) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-07T15:52:55.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[25224]: audit 2023-12-07T15:52:52.867320+0000 mgr.x (mgr.24986) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi144.front.sepia.ceph.com:3000"}]: dispatch 2023-12-07T15:52:55.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[25224]: cephadm 2023-12-07T15:52:52.912576+0000 mgr.x (mgr.24986) 101 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T15:52:55.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[25224]: cluster 2023-12-07T15:52:53.114130+0000 mgr.x (mgr.24986) 102 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:55.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:54 smithi144 bash[25224]: audit 2023-12-07T15:52:54.256831+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:52:55.875 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:52:55 smithi144 bash[55112]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:52:55] "GET /metrics HTTP/1.1" 200 38155 "" "Prometheus/2.33.4" 2023-12-07T15:52:56.731 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:56 smithi121 bash[25067]: cluster 2023-12-07T15:52:55.115267+0000 mgr.x (mgr.24986) 103 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:56.731 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:56 smithi121 bash[25067]: cephadm 2023-12-07T15:52:55.441632+0000 mgr.x (mgr.24986) 104 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-07T15:52:56.731 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:56 smithi121 bash[25067]: audit 2023-12-07T15:52:55.452207+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:56.731 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:56 smithi121 bash[25067]: audit 2023-12-07T15:52:55.454913+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:52:56.731 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:56 smithi121 bash[25067]: audit 2023-12-07T15:52:55.455698+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:52:56.731 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:56 smithi121 bash[25067]: audit 2023-12-07T15:52:55.457900+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:52:56.731 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:56 smithi121 bash[25067]: audit 2023-12-07T15:52:55.460074+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:56.731 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:56 smithi121 bash[25067]: cephadm 2023-12-07T15:52:55.464116+0000 mgr.x (mgr.24986) 105 : cephadm [INF] Deploying daemon mgr.y on smithi121 2023-12-07T15:52:56.732 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:56 smithi121 bash[30890]: cluster 2023-12-07T15:52:55.115267+0000 mgr.x (mgr.24986) 103 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:56.732 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:56 smithi121 bash[30890]: cephadm 2023-12-07T15:52:55.441632+0000 mgr.x (mgr.24986) 104 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-07T15:52:56.732 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:56 smithi121 bash[30890]: audit 2023-12-07T15:52:55.452207+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:56.732 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:56 smithi121 bash[30890]: audit 2023-12-07T15:52:55.454913+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:52:56.732 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:56 smithi121 bash[30890]: audit 2023-12-07T15:52:55.455698+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:52:56.732 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:56 smithi121 bash[30890]: audit 2023-12-07T15:52:55.457900+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:52:56.732 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:56 smithi121 bash[30890]: audit 2023-12-07T15:52:55.460074+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:56.732 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:56 smithi121 bash[30890]: cephadm 2023-12-07T15:52:55.464116+0000 mgr.x (mgr.24986) 105 : cephadm [INF] Deploying daemon mgr.y on smithi121 2023-12-07T15:52:56.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:56 smithi144 bash[25224]: cluster 2023-12-07T15:52:55.115267+0000 mgr.x (mgr.24986) 103 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:52:56.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:56 smithi144 bash[25224]: cephadm 2023-12-07T15:52:55.441632+0000 mgr.x (mgr.24986) 104 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-07T15:52:56.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:56 smithi144 bash[25224]: audit 2023-12-07T15:52:55.452207+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:52:56.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:56 smithi144 bash[25224]: audit 2023-12-07T15:52:55.454913+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:52:56.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:56 smithi144 bash[25224]: audit 2023-12-07T15:52:55.455698+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:52:56.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:56 smithi144 bash[25224]: audit 2023-12-07T15:52:55.457900+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:52:56.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:56 smithi144 bash[25224]: audit 2023-12-07T15:52:55.460074+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:56.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:56 smithi144 bash[25224]: cephadm 2023-12-07T15:52:55.464116+0000 mgr.x (mgr.24986) 105 : cephadm [INF] Deploying daemon mgr.y on smithi121 2023-12-07T15:52:57.795 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:57 smithi121 bash[25067]: audit 2023-12-07T15:52:56.642092+0000 mgr.x (mgr.24986) 106 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:57.795 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:57 smithi121 bash[30890]: audit 2023-12-07T15:52:56.642092+0000 mgr.x (mgr.24986) 106 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:57.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:57 smithi144 bash[25224]: audit 2023-12-07T15:52:56.642092+0000 mgr.x (mgr.24986) 106 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:52:58.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:52:57 smithi121 systemd[1]: Stopping Ceph mgr.y for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:52:58.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:52:58 smithi121 bash[25067]: cluster 2023-12-07T15:52:57.116281+0000 mgr.x (mgr.24986) 107 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:58.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:52:58 smithi121 bash[30890]: cluster 2023-12-07T15:52:57.116281+0000 mgr.x (mgr.24986) 107 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:58.757 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:52:58 smithi121 bash[73757]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mgr-y 2023-12-07T15:52:58.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:52:58 smithi144 bash[25224]: cluster 2023-12-07T15:52:57.116281+0000 mgr.x (mgr.24986) 107 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:52:58.876 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:52:58 smithi144 bash[57409]: ts=2023-12-07T15:52:58.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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:52:59.036 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:52:58 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2023-12-07T15:52:59.036 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:52:58 smithi121 bash[73831]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mgr-y 2023-12-07T15:52:59.036 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:52:58 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-07T15:52:59.036 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:52:58 smithi121 systemd[1]: Stopped Ceph mgr.y for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:52:59.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:52:59 smithi121 systemd[1]: Started Ceph mgr.y for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:53:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[30890]: audit 2023-12-07T15:52:59.082357+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[30890]: audit 2023-12-07T15:52:59.091811+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[30890]: cluster 2023-12-07T15:52:59.116995+0000 mgr.x (mgr.24986) 108 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:53:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[30890]: audit 2023-12-07T15:52:59.136651+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:53:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[30890]: audit 2023-12-07T15:52:59.137192+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:53:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[30890]: audit 2023-12-07T15:52:59.137512+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:53:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[30890]: audit 2023-12-07T15:52:59.138476+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:53:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[30890]: cephadm 2023-12-07T15:52:59.316203+0000 mgr.x (mgr.24986) 109 : cephadm [INF] Deploying daemon agent.smithi121 on smithi121 2023-12-07T15:53:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[25067]: audit 2023-12-07T15:52:59.082357+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[25067]: audit 2023-12-07T15:52:59.091811+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[25067]: cluster 2023-12-07T15:52:59.116995+0000 mgr.x (mgr.24986) 108 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:53:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[25067]: audit 2023-12-07T15:52:59.136651+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:53:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[25067]: audit 2023-12-07T15:52:59.137192+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:53:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[25067]: audit 2023-12-07T15:52:59.137512+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:53:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[25067]: audit 2023-12-07T15:52:59.138476+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:53:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[25067]: cephadm 2023-12-07T15:52:59.316203+0000 mgr.x (mgr.24986) 109 : cephadm [INF] Deploying daemon agent.smithi121 on smithi121 2023-12-07T15:53:00.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:00 smithi144 bash[25224]: audit 2023-12-07T15:52:59.082357+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:00.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:00 smithi144 bash[25224]: audit 2023-12-07T15:52:59.091811+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:00.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:00 smithi144 bash[25224]: cluster 2023-12-07T15:52:59.116995+0000 mgr.x (mgr.24986) 108 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:53:00.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:00 smithi144 bash[25224]: audit 2023-12-07T15:52:59.136651+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:53:00.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:00 smithi144 bash[25224]: audit 2023-12-07T15:52:59.137192+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:53:00.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:00 smithi144 bash[25224]: audit 2023-12-07T15:52:59.137512+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:53:00.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:00 smithi144 bash[25224]: audit 2023-12-07T15:52:59.138476+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:53:00.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:00 smithi144 bash[25224]: cephadm 2023-12-07T15:52:59.316203+0000 mgr.x (mgr.24986) 109 : cephadm [INF] Deploying daemon agent.smithi121 on smithi121 2023-12-07T15:53:00.782 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[73894]: debug 2023-12-07T15:53:00.634+0000 7f8311dde700 1 -- 172.21.15.121:0/2682361464 <== mon.1 v2:172.21.15.121:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5584d7b561a0 con 0x5584d88d4800 2023-12-07T15:53:01.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:00 smithi121 bash[73894]: debug 2023-12-07T15:53:00.806+0000 7f831bf84200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:53:02.061 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:01 smithi121 bash[73894]: debug 2023-12-07T15:53:01.794+0000 7f831bf84200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T15:53:02.061 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:01 smithi121 bash[73894]: debug 2023-12-07T15:53:01.890+0000 7f831bf84200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:53:02.061 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:02 smithi121 bash[73894]: debug 2023-12-07T15:53:01.998+0000 7f831bf84200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:53:02.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:02 smithi121 bash[30890]: cephadm 2023-12-07T15:53:00.997788+0000 mgr.x (mgr.24986) 110 : cephadm [INF] Deploying daemon agent.smithi144 on smithi144 2023-12-07T15:53:02.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:02 smithi121 bash[30890]: audit 2023-12-07T15:53:01.019935+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:02.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:02 smithi121 bash[30890]: cluster 2023-12-07T15:53:01.118659+0000 mgr.x (mgr.24986) 111 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:53:02.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:02 smithi121 bash[30890]: audit 2023-12-07T15:53:01.492316+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:02.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:02 smithi121 bash[30890]: audit 2023-12-07T15:53:01.967667+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:02.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:02 smithi121 bash[25067]: cephadm 2023-12-07T15:53:00.997788+0000 mgr.x (mgr.24986) 110 : cephadm [INF] Deploying daemon agent.smithi144 on smithi144 2023-12-07T15:53:02.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:02 smithi121 bash[25067]: audit 2023-12-07T15:53:01.019935+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:02.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:02 smithi121 bash[25067]: cluster 2023-12-07T15:53:01.118659+0000 mgr.x (mgr.24986) 111 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:53:02.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:02 smithi121 bash[25067]: audit 2023-12-07T15:53:01.492316+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:02.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:02 smithi121 bash[25067]: audit 2023-12-07T15:53:01.967667+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:02.264 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:02 smithi144 bash[25224]: cephadm 2023-12-07T15:53:00.997788+0000 mgr.x (mgr.24986) 110 : cephadm [INF] Deploying daemon agent.smithi144 on smithi144 2023-12-07T15:53:02.264 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:02 smithi144 bash[25224]: audit 2023-12-07T15:53:01.019935+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:02.264 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:02 smithi144 bash[25224]: cluster 2023-12-07T15:53:01.118659+0000 mgr.x (mgr.24986) 111 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:53:02.264 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:02 smithi144 bash[25224]: audit 2023-12-07T15:53:01.492316+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:02.264 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:02 smithi144 bash[25224]: audit 2023-12-07T15:53:01.967667+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:02.560 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:02 smithi121 bash[73894]: debug 2023-12-07T15:53:02.290+0000 7f831bf84200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:53:03.027 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:02 smithi121 bash[73894]: debug 2023-12-07T15:53:02.654+0000 7f831bf84200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:53:03.027 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:02 smithi121 bash[73894]: debug 2023-12-07T15:53:02.814+0000 7f831bf84200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:53:03.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:03 smithi121 bash[73894]: debug 2023-12-07T15:53:03.018+0000 7f831bf84200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:53:03.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:03 smithi121 bash[25067]: audit 2023-12-07T15:53:02.430300+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:03.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:03 smithi121 bash[30890]: audit 2023-12-07T15:53:02.430300+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:03.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:03 smithi144 bash[25224]: audit 2023-12-07T15:53:02.430300+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:04.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:04 smithi121 bash[73894]: debug 2023-12-07T15:53:04.042+0000 7f831bf84200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:53:04.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:04 smithi121 bash[73894]: debug 2023-12-07T15:53:04.158+0000 7f831bf84200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:53:04.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:04 smithi121 bash[73894]: debug 2023-12-07T15:53:04.274+0000 7f831bf84200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:53:04.755 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:04 smithi121 bash[25067]: cluster 2023-12-07T15:53:03.119379+0000 mgr.x (mgr.24986) 112 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:53:04.755 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:04 smithi121 bash[30890]: cluster 2023-12-07T15:53:03.119379+0000 mgr.x (mgr.24986) 112 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:53:04.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:04 smithi144 bash[25224]: cluster 2023-12-07T15:53:03.119379+0000 mgr.x (mgr.24986) 112 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:53:05.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:04 smithi121 bash[73894]: debug 2023-12-07T15:53:04.749+0000 7f831bf84200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:53:05.061 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:04 smithi121 bash[73894]: debug 2023-12-07T15:53:04.969+0000 7f831bf84200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:53:05.810 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:05 smithi121 bash[73894]: debug 2023-12-07T15:53:05.421+0000 7f831bf84200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:53:06.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:05 smithi144 bash[55112]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:53:05] "GET /metrics HTTP/1.1" 200 38155 "" "Prometheus/2.33.4" 2023-12-07T15:53:06.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:05 smithi121 bash[73894]: debug 2023-12-07T15:53:05.917+0000 7f831bf84200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:53:06.609 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:06 smithi121 bash[30890]: cluster 2023-12-07T15:53:05.120508+0000 mgr.x (mgr.24986) 113 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:53:06.609 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:06 smithi121 bash[25067]: cluster 2023-12-07T15:53:05.120508+0000 mgr.x (mgr.24986) 113 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:53:06.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:06 smithi144 bash[25224]: cluster 2023-12-07T15:53:05.120508+0000 mgr.x (mgr.24986) 113 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:53:07.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:06 smithi121 bash[73894]: debug 2023-12-07T15:53:06.601+0000 7f831bf84200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:53:07.061 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:06 smithi121 bash[73894]: debug 2023-12-07T15:53:06.745+0000 7f831bf84200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:53:07.497 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:07 smithi121 bash[73894]: debug 2023-12-07T15:53:07.205+0000 7f831bf84200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:53:07.497 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:07 smithi121 bash[73894]: debug 2023-12-07T15:53:07.329+0000 7f831bf84200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:53:07.498 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:07 smithi121 bash[30890]: audit 2023-12-07T15:53:06.650083+0000 mgr.x (mgr.24986) 114 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:53:07.498 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:07 smithi121 bash[25067]: audit 2023-12-07T15:53:06.650083+0000 mgr.x (mgr.24986) 114 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:53:07.761 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:07 smithi121 bash[73894]: debug 2023-12-07T15:53:07.489+0000 7f831bf84200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:53:07.762 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:07 smithi121 bash[73894]: debug 2023-12-07T15:53:07.621+0000 7f831bf84200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:53:07.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:07 smithi144 bash[25224]: audit 2023-12-07T15:53:06.650083+0000 mgr.x (mgr.24986) 114 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:53:08.061 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:07 smithi121 bash[73894]: debug 2023-12-07T15:53:07.753+0000 7f831bf84200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:53:08.061 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:07 smithi121 bash[73894]: debug 2023-12-07T15:53:07.957+0000 7f831bf84200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:53:08.491 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[73894]: debug 2023-12-07T15:53:08.093+0000 7f831bf84200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:53:08.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[25067]: cluster 2023-12-07T15:53:07.121807+0000 mgr.x (mgr.24986) 115 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:53:08.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[25067]: audit 2023-12-07T15:53:07.487133+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[25067]: audit 2023-12-07T15:53:07.500169+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[25067]: audit 2023-12-07T15:53:07.676169+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[25067]: audit 2023-12-07T15:53:07.688236+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[25067]: audit 2023-12-07T15:53:07.702681+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[25067]: audit 2023-12-07T15:53:08.428108+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[25067]: audit 2023-12-07T15:53:08.440558+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[25067]: audit 2023-12-07T15:53:08.453020+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[30890]: cluster 2023-12-07T15:53:07.121807+0000 mgr.x (mgr.24986) 115 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:53:08.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[30890]: audit 2023-12-07T15:53:07.487133+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[30890]: audit 2023-12-07T15:53:07.500169+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[30890]: audit 2023-12-07T15:53:07.676169+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[30890]: audit 2023-12-07T15:53:07.688236+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[30890]: audit 2023-12-07T15:53:07.702681+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[30890]: audit 2023-12-07T15:53:08.428108+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[30890]: audit 2023-12-07T15:53:08.440558+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:08 smithi121 bash[30890]: audit 2023-12-07T15:53:08.453020+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.876 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:08 smithi144 bash[57409]: ts=2023-12-07T15:53:08.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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:53:08.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:08 smithi144 bash[25224]: cluster 2023-12-07T15:53:07.121807+0000 mgr.x (mgr.24986) 115 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:53:08.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:08 smithi144 bash[25224]: audit 2023-12-07T15:53:07.487133+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:08 smithi144 bash[25224]: audit 2023-12-07T15:53:07.500169+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:08 smithi144 bash[25224]: audit 2023-12-07T15:53:07.676169+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:08 smithi144 bash[25224]: audit 2023-12-07T15:53:07.688236+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:08 smithi144 bash[25224]: audit 2023-12-07T15:53:07.702681+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:08 smithi144 bash[25224]: audit 2023-12-07T15:53:08.428108+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:08 smithi144 bash[25224]: audit 2023-12-07T15:53:08.440558+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:08.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:08 smithi144 bash[25224]: audit 2023-12-07T15:53:08.453020+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:09.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[73894]: debug 2023-12-07T15:53:09.429+0000 7f831bf84200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:53:09.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[73894]: [07/Dec/2023:15:53:09] ENGINE Bus STARTING 2023-12-07T15:53:09.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[73894]: CherryPy Checker: 2023-12-07T15:53:09.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[73894]: The Application mounted at '' has an empty config. 2023-12-07T15:53:09.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[73894]: [07/Dec/2023:15:53:09] ENGINE Serving on http://:::9283 2023-12-07T15:53:09.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[73894]: [07/Dec/2023:15:53:09] ENGINE Bus STARTED 2023-12-07T15:53:09.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[25067]: audit 2023-12-07T15:53:08.551480+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:09.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[25067]: audit 2023-12-07T15:53:08.566866+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:09.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[25067]: audit 2023-12-07T15:53:08.570361+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:09.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[25067]: audit 2023-12-07T15:53:08.572260+0000 mon.c (mon.1) 97 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:09.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[25067]: cluster 2023-12-07T15:53:08.577873+0000 mgr.x (mgr.24986) 116 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-07T15:53:09.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[25067]: audit 2023-12-07T15:53:08.582903+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:09.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[25067]: audit 2023-12-07T15:53:08.672236+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:09.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[25067]: cephadm 2023-12-07T15:53:08.676560+0000 mgr.x (mgr.24986) 117 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T15:53:09.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[25067]: cephadm 2023-12-07T15:53:08.677835+0000 mgr.x (mgr.24986) 118 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T15:53:09.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[25067]: audit 2023-12-07T15:53:09.257611+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:53:09.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[25067]: cluster 2023-12-07T15:53:09.455033+0000 mon.a (mon.0) 1318 : cluster [DBG] Standby manager daemon y restarted 2023-12-07T15:53:09.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[25067]: cluster 2023-12-07T15:53:09.455237+0000 mon.a (mon.0) 1319 : cluster [DBG] Standby manager daemon y started 2023-12-07T15:53:09.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[25067]: audit 2023-12-07T15:53:09.458343+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.? 172.21.15.121:0/4257268342' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-07T15:53:09.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[25067]: audit 2023-12-07T15:53:09.459341+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.? 172.21.15.121:0/4257268342' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:53:09.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[25067]: audit 2023-12-07T15:53:09.464432+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.? 172.21.15.121:0/4257268342' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-07T15:53:09.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[25067]: audit 2023-12-07T15:53:09.468540+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.? 172.21.15.121:0/4257268342' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:53:09.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[30890]: audit 2023-12-07T15:53:08.551480+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:09.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[30890]: audit 2023-12-07T15:53:08.566866+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:09.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[30890]: audit 2023-12-07T15:53:08.570361+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:09.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[30890]: audit 2023-12-07T15:53:08.572260+0000 mon.c (mon.1) 97 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:09.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[30890]: cluster 2023-12-07T15:53:08.577873+0000 mgr.x (mgr.24986) 116 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-07T15:53:09.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[30890]: audit 2023-12-07T15:53:08.582903+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:09.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[30890]: audit 2023-12-07T15:53:08.672236+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:09.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[30890]: cephadm 2023-12-07T15:53:08.676560+0000 mgr.x (mgr.24986) 117 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T15:53:09.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[30890]: cephadm 2023-12-07T15:53:08.677835+0000 mgr.x (mgr.24986) 118 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T15:53:09.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[30890]: audit 2023-12-07T15:53:09.257611+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:53:09.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[30890]: cluster 2023-12-07T15:53:09.455033+0000 mon.a (mon.0) 1318 : cluster [DBG] Standby manager daemon y restarted 2023-12-07T15:53:09.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[30890]: cluster 2023-12-07T15:53:09.455237+0000 mon.a (mon.0) 1319 : cluster [DBG] Standby manager daemon y started 2023-12-07T15:53:09.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[30890]: audit 2023-12-07T15:53:09.458343+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.? 172.21.15.121:0/4257268342' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-07T15:53:09.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[30890]: audit 2023-12-07T15:53:09.459341+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.? 172.21.15.121:0/4257268342' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:53:09.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[30890]: audit 2023-12-07T15:53:09.464432+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.? 172.21.15.121:0/4257268342' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-07T15:53:09.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:09 smithi121 bash[30890]: audit 2023-12-07T15:53:09.468540+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.? 172.21.15.121:0/4257268342' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:53:09.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:09 smithi144 bash[25224]: audit 2023-12-07T15:53:08.551480+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:09.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:09 smithi144 bash[25224]: audit 2023-12-07T15:53:08.566866+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:09.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:09 smithi144 bash[25224]: audit 2023-12-07T15:53:08.570361+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:09.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:09 smithi144 bash[25224]: audit 2023-12-07T15:53:08.572260+0000 mon.c (mon.1) 97 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:09.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:09 smithi144 bash[25224]: cluster 2023-12-07T15:53:08.577873+0000 mgr.x (mgr.24986) 116 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-07T15:53:09.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:09 smithi144 bash[25224]: audit 2023-12-07T15:53:08.582903+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:09.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:09 smithi144 bash[25224]: audit 2023-12-07T15:53:08.672236+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:09.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:09 smithi144 bash[25224]: cephadm 2023-12-07T15:53:08.676560+0000 mgr.x (mgr.24986) 117 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T15:53:09.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:09 smithi144 bash[25224]: cephadm 2023-12-07T15:53:08.677835+0000 mgr.x (mgr.24986) 118 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T15:53:09.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:09 smithi144 bash[25224]: audit 2023-12-07T15:53:09.257611+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:53:09.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:09 smithi144 bash[25224]: cluster 2023-12-07T15:53:09.455033+0000 mon.a (mon.0) 1318 : cluster [DBG] Standby manager daemon y restarted 2023-12-07T15:53:09.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:09 smithi144 bash[25224]: cluster 2023-12-07T15:53:09.455237+0000 mon.a (mon.0) 1319 : cluster [DBG] Standby manager daemon y started 2023-12-07T15:53:09.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:09 smithi144 bash[25224]: audit 2023-12-07T15:53:09.458343+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.? 172.21.15.121:0/4257268342' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-07T15:53:09.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:09 smithi144 bash[25224]: audit 2023-12-07T15:53:09.459341+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.? 172.21.15.121:0/4257268342' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:53:09.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:09 smithi144 bash[25224]: audit 2023-12-07T15:53:09.464432+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.? 172.21.15.121:0/4257268342' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-07T15:53:09.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:09 smithi144 bash[25224]: audit 2023-12-07T15:53:09.468540+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.? 172.21.15.121:0/4257268342' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:53:10.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:10 smithi121 bash[25067]: cluster 2023-12-07T15:53:09.562003+0000 mon.a (mon.0) 1320 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2023-12-07T15:53:10.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:10 smithi121 bash[25067]: cluster 2023-12-07T15:53:09.596705+0000 mon.a (mon.0) 1321 : cluster [DBG] mgrmap e26: x(active, since 91s), standbys: y 2023-12-07T15:53:10.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:10 smithi121 bash[30890]: cluster 2023-12-07T15:53:09.562003+0000 mon.a (mon.0) 1320 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2023-12-07T15:53:10.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:10 smithi121 bash[30890]: cluster 2023-12-07T15:53:09.596705+0000 mon.a (mon.0) 1321 : cluster [DBG] mgrmap e26: x(active, since 91s), standbys: y 2023-12-07T15:53:10.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:10 smithi144 bash[25224]: cluster 2023-12-07T15:53:09.562003+0000 mon.a (mon.0) 1320 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2023-12-07T15:53:10.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:10 smithi144 bash[25224]: cluster 2023-12-07T15:53:09.596705+0000 mon.a (mon.0) 1321 : cluster [DBG] mgrmap e26: x(active, since 91s), standbys: y 2023-12-07T15:53:11.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:11 smithi121 bash[25067]: cluster 2023-12-07T15:53:10.579607+0000 mgr.x (mgr.24986) 119 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:53:11.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:11 smithi121 bash[30890]: cluster 2023-12-07T15:53:10.579607+0000 mgr.x (mgr.24986) 119 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:53:11.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:11 smithi144 bash[25224]: cluster 2023-12-07T15:53:10.579607+0000 mgr.x (mgr.24986) 119 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:53:12.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:12 smithi121 bash[25067]: audit 2023-12-07T15:53:12.300548+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:53:12.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:12 smithi121 bash[25067]: audit 2023-12-07T15:53:12.301468+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:53:12.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:12 smithi121 bash[25067]: audit 2023-12-07T15:53:12.304221+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:53:12.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:12 smithi121 bash[25067]: audit 2023-12-07T15:53:12.306023+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:12.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:12 smithi121 bash[30890]: audit 2023-12-07T15:53:12.300548+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:53:12.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:12 smithi121 bash[30890]: audit 2023-12-07T15:53:12.301468+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:53:12.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:12 smithi121 bash[30890]: audit 2023-12-07T15:53:12.304221+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:53:12.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:12 smithi121 bash[30890]: audit 2023-12-07T15:53:12.306023+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:12.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:12 smithi144 bash[25224]: audit 2023-12-07T15:53:12.300548+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:53:12.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:12 smithi144 bash[25224]: audit 2023-12-07T15:53:12.301468+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:53:12.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:12 smithi144 bash[25224]: audit 2023-12-07T15:53:12.304221+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:53:12.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:12 smithi144 bash[25224]: audit 2023-12-07T15:53:12.306023+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:13.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:13 smithi144 bash[25224]: cephadm 2023-12-07T15:53:12.301567+0000 mgr.x (mgr.24986) 120 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-07T15:53:13.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:13 smithi144 bash[25224]: cephadm 2023-12-07T15:53:12.310136+0000 mgr.x (mgr.24986) 121 : cephadm [INF] Deploying daemon mgr.y on smithi121 2023-12-07T15:53:13.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:13 smithi144 bash[25224]: cluster 2023-12-07T15:53:12.580372+0000 mgr.x (mgr.24986) 122 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-07T15:53:13.947 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:13 smithi121 bash[25067]: cephadm 2023-12-07T15:53:12.301567+0000 mgr.x (mgr.24986) 120 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-07T15:53:13.947 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:13 smithi121 bash[25067]: cephadm 2023-12-07T15:53:12.310136+0000 mgr.x (mgr.24986) 121 : cephadm [INF] Deploying daemon mgr.y on smithi121 2023-12-07T15:53:13.947 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:13 smithi121 bash[25067]: cluster 2023-12-07T15:53:12.580372+0000 mgr.x (mgr.24986) 122 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-07T15:53:13.947 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:13 smithi121 bash[30890]: cephadm 2023-12-07T15:53:12.301567+0000 mgr.x (mgr.24986) 120 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-07T15:53:13.947 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:13 smithi121 bash[30890]: cephadm 2023-12-07T15:53:12.310136+0000 mgr.x (mgr.24986) 121 : cephadm [INF] Deploying daemon mgr.y on smithi121 2023-12-07T15:53:13.947 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:13 smithi121 bash[30890]: cluster 2023-12-07T15:53:12.580372+0000 mgr.x (mgr.24986) 122 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-07T15:53:15.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:14 smithi121 systemd[1]: Stopping Ceph mgr.y for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:53:15.806 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:15 smithi144 bash[25224]: cluster 2023-12-07T15:53:14.581233+0000 mgr.x (mgr.24986) 123 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-07T15:53:15.807 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:15 smithi144 bash[25224]: audit 2023-12-07T15:53:15.520790+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:15.807 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:15 smithi144 bash[25224]: audit 2023-12-07T15:53:15.534699+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:15.807 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:15 smithi144 bash[25224]: audit 2023-12-07T15:53:15.545022+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:15.955 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:15 smithi121 bash[25067]: cluster 2023-12-07T15:53:14.581233+0000 mgr.x (mgr.24986) 123 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-07T15:53:15.956 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:15 smithi121 bash[25067]: audit 2023-12-07T15:53:15.520790+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:15.956 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:15 smithi121 bash[25067]: audit 2023-12-07T15:53:15.534699+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:15.956 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:15 smithi121 bash[25067]: audit 2023-12-07T15:53:15.545022+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:15.957 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:15 smithi121 bash[30890]: cluster 2023-12-07T15:53:14.581233+0000 mgr.x (mgr.24986) 123 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 893 B/s rd, 0 op/s 2023-12-07T15:53:15.957 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:15 smithi121 bash[30890]: audit 2023-12-07T15:53:15.520790+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:15.957 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:15 smithi121 bash[30890]: audit 2023-12-07T15:53:15.534699+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:15.957 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:15 smithi121 bash[30890]: audit 2023-12-07T15:53:15.545022+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:15.957 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:15 smithi121 bash[75520]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mgr-y 2023-12-07T15:53:15.957 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:15 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2023-12-07T15:53:15.957 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:15 smithi121 bash[75595]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mgr-y 2023-12-07T15:53:15.957 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:15 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-07T15:53:15.957 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:15 smithi121 systemd[1]: Stopped Ceph mgr.y for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:53:16.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:15 smithi144 bash[55112]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:53:15] "GET /metrics HTTP/1.1" 200 38155 "" "Prometheus/2.33.4" 2023-12-07T15:53:16.230 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:16 smithi121 systemd[1]: Started Ceph mgr.y for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:53:17.376 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[55112]: debug 2023-12-07T15:53:17.210+0000 7f8f2b101700 -1 mgr handle_mgr_map I was active but no longer am 2023-12-07T15:53:17.376 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[55112]: ignoring --setuser ceph since I am not root 2023-12-07T15:53:17.376 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[55112]: ignoring --setgroup ceph since I am not root 2023-12-07T15:53:17.376 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[55112]: debug 2023-12-07T15:53:17.266+0000 7f1bbb1f4700 1 -- 172.21.15.144:0/601535494 <== mon.2 v2:172.21.15.144:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d8724a41a0 con 0x55d873220400 2023-12-07T15:53:17.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[25224]: audit 2023-12-07T15:53:16.120134+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:17.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[25224]: audit 2023-12-07T15:53:16.130975+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:17.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[25224]: audit 2023-12-07T15:53:16.185461+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:17.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[25224]: audit 2023-12-07T15:53:16.187517+0000 mon.c (mon.1) 108 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[25224]: cluster 2023-12-07T15:53:16.194043+0000 mgr.x (mgr.24986) 124 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 924 B/s rd, 0 op/s 2023-12-07T15:53:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[25224]: audit 2023-12-07T15:53:16.198817+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[25224]: cephadm 2023-12-07T15:53:16.203400+0000 mgr.x (mgr.24986) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[25224]: audit 2023-12-07T15:53:16.281817+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[25224]: cephadm 2023-12-07T15:53:16.286066+0000 mgr.x (mgr.24986) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T15:53:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[25224]: cephadm 2023-12-07T15:53:16.286708+0000 mgr.x (mgr.24986) 127 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T15:53:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[25224]: audit 2023-12-07T15:53:16.288488+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-07T15:53:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[25224]: audit 2023-12-07T15:53:16.289152+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-07T15:53:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[25224]: cephadm 2023-12-07T15:53:16.289809+0000 mgr.x (mgr.24986) 128 : cephadm [INF] Failing over to other MGR 2023-12-07T15:53:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[25224]: cluster 2023-12-07T15:53:16.299019+0000 mon.a (mon.0) 1330 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2023-12-07T15:53:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[25224]: audit 2023-12-07T15:53:16.658382+0000 mgr.x (mgr.24986) 129 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:53:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[25224]: cluster 2023-12-07T15:53:16.712219+0000 mon.a (mon.0) 1331 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:53:17.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[25067]: audit 2023-12-07T15:53:16.120134+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:17.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[25067]: audit 2023-12-07T15:53:16.130975+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:17.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[25067]: audit 2023-12-07T15:53:16.185461+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:17.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[25067]: audit 2023-12-07T15:53:16.187517+0000 mon.c (mon.1) 108 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:17.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[25067]: cluster 2023-12-07T15:53:16.194043+0000 mgr.x (mgr.24986) 124 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 924 B/s rd, 0 op/s 2023-12-07T15:53:17.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[25067]: audit 2023-12-07T15:53:16.198817+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:17.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[25067]: cephadm 2023-12-07T15:53:16.203400+0000 mgr.x (mgr.24986) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:17.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[25067]: audit 2023-12-07T15:53:16.281817+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:17.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[25067]: cephadm 2023-12-07T15:53:16.286066+0000 mgr.x (mgr.24986) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T15:53:17.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[25067]: cephadm 2023-12-07T15:53:16.286708+0000 mgr.x (mgr.24986) 127 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T15:53:17.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[25067]: audit 2023-12-07T15:53:16.288488+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-07T15:53:17.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[25067]: audit 2023-12-07T15:53:16.289152+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-07T15:53:17.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[25067]: cephadm 2023-12-07T15:53:16.289809+0000 mgr.x (mgr.24986) 128 : cephadm [INF] Failing over to other MGR 2023-12-07T15:53:17.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[25067]: cluster 2023-12-07T15:53:16.299019+0000 mon.a (mon.0) 1330 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2023-12-07T15:53:17.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[25067]: audit 2023-12-07T15:53:16.658382+0000 mgr.x (mgr.24986) 129 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:53:17.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[25067]: cluster 2023-12-07T15:53:16.712219+0000 mon.a (mon.0) 1331 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:53:17.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[30890]: audit 2023-12-07T15:53:16.120134+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:17.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[30890]: audit 2023-12-07T15:53:16.130975+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:17.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[30890]: audit 2023-12-07T15:53:16.185461+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:17.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[30890]: audit 2023-12-07T15:53:16.187517+0000 mon.c (mon.1) 108 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:17.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[30890]: cluster 2023-12-07T15:53:16.194043+0000 mgr.x (mgr.24986) 124 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 924 B/s rd, 0 op/s 2023-12-07T15:53:17.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[30890]: audit 2023-12-07T15:53:16.198817+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.24986 ' entity='mgr.x' 2023-12-07T15:53:17.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[30890]: cephadm 2023-12-07T15:53:16.203400+0000 mgr.x (mgr.24986) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:17.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[30890]: audit 2023-12-07T15:53:16.281817+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:17.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[30890]: cephadm 2023-12-07T15:53:16.286066+0000 mgr.x (mgr.24986) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T15:53:17.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[30890]: cephadm 2023-12-07T15:53:16.286708+0000 mgr.x (mgr.24986) 127 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-07T15:53:17.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[30890]: audit 2023-12-07T15:53:16.288488+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.24986 172.21.15.144:0/2330326424' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-07T15:53:17.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[30890]: audit 2023-12-07T15:53:16.289152+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-07T15:53:17.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[30890]: cephadm 2023-12-07T15:53:16.289809+0000 mgr.x (mgr.24986) 128 : cephadm [INF] Failing over to other MGR 2023-12-07T15:53:17.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[30890]: cluster 2023-12-07T15:53:16.299019+0000 mon.a (mon.0) 1330 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2023-12-07T15:53:17.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[30890]: audit 2023-12-07T15:53:16.658382+0000 mgr.x (mgr.24986) 129 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:53:17.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:17 smithi121 bash[30890]: cluster 2023-12-07T15:53:16.712219+0000 mon.a (mon.0) 1331 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:53:17.875 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:17 smithi144 bash[55112]: debug 2023-12-07T15:53:17.422+0000 7f1bc4f7c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:53:18.256 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:18 smithi121 bash[25067]: cluster 2023-12-07T15:53:17.128274+0000 mon.a (mon.0) 1332 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2023-12-07T15:53:18.256 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:18 smithi121 bash[25067]: cluster 2023-12-07T15:53:17.128322+0000 mon.a (mon.0) 1333 : cluster [INF] Cluster is now healthy 2023-12-07T15:53:18.256 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:18 smithi121 bash[25067]: audit 2023-12-07T15:53:17.211063+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-07T15:53:18.256 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:18 smithi121 bash[25067]: cluster 2023-12-07T15:53:17.211161+0000 mon.a (mon.0) 1335 : cluster [DBG] mgrmap e27: y(active, starting, since 0.920515s), standbys: x 2023-12-07T15:53:18.257 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:18 smithi121 bash[30890]: cluster 2023-12-07T15:53:17.128274+0000 mon.a (mon.0) 1332 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2023-12-07T15:53:18.257 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:18 smithi121 bash[30890]: cluster 2023-12-07T15:53:17.128322+0000 mon.a (mon.0) 1333 : cluster [INF] Cluster is now healthy 2023-12-07T15:53:18.257 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:18 smithi121 bash[30890]: audit 2023-12-07T15:53:17.211063+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-07T15:53:18.257 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:18 smithi121 bash[30890]: cluster 2023-12-07T15:53:17.211161+0000 mon.a (mon.0) 1335 : cluster [DBG] mgrmap e27: y(active, starting, since 0.920515s), standbys: x 2023-12-07T15:53:18.424 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:18 smithi144 bash[55112]: debug 2023-12-07T15:53:18.314+0000 7f1bc4f7c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T15:53:18.424 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:18 smithi144 bash[25224]: cluster 2023-12-07T15:53:17.128274+0000 mon.a (mon.0) 1332 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2023-12-07T15:53:18.424 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:18 smithi144 bash[25224]: cluster 2023-12-07T15:53:17.128322+0000 mon.a (mon.0) 1333 : cluster [INF] Cluster is now healthy 2023-12-07T15:53:18.424 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:18 smithi144 bash[25224]: audit 2023-12-07T15:53:17.211063+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.24986 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-07T15:53:18.424 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:18 smithi144 bash[25224]: cluster 2023-12-07T15:53:17.211161+0000 mon.a (mon.0) 1335 : cluster [DBG] mgrmap e27: y(active, starting, since 0.920515s), standbys: x 2023-12-07T15:53:18.560 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:18 smithi121 bash[75663]: debug 2023-12-07T15:53:18.249+0000 7fb041651200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:53:18.789 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:18 smithi144 bash[55112]: debug 2023-12-07T15:53:18.414+0000 7f1bc4f7c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:53:18.790 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:18 smithi144 bash[55112]: debug 2023-12-07T15:53:18.514+0000 7f1bc4f7c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:53:18.790 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:18 smithi144 bash[57409]: ts=2023-12-07T15:53:18.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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:53:19.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:18 smithi144 bash[55112]: debug 2023-12-07T15:53:18.782+0000 7f1bc4f7c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:53:19.511 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:19 smithi144 bash[55112]: debug 2023-12-07T15:53:19.134+0000 7f1bc4f7c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:53:19.511 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:19 smithi144 bash[55112]: debug 2023-12-07T15:53:19.294+0000 7f1bc4f7c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:53:19.561 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:19 smithi121 bash[75663]: debug 2023-12-07T15:53:19.161+0000 7fb041651200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T15:53:19.561 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:19 smithi121 bash[75663]: debug 2023-12-07T15:53:19.261+0000 7fb041651200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:53:19.561 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:19 smithi121 bash[75663]: debug 2023-12-07T15:53:19.365+0000 7fb041651200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:53:19.875 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:19 smithi144 bash[55112]: debug 2023-12-07T15:53:19.502+0000 7f1bc4f7c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:53:19.998 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:19 smithi121 bash[75663]: debug 2023-12-07T15:53:19.637+0000 7fb041651200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:53:20.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:19 smithi121 bash[75663]: debug 2023-12-07T15:53:19.989+0000 7fb041651200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:53:20.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:20 smithi121 bash[75663]: debug 2023-12-07T15:53:20.149+0000 7fb041651200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:53:20.810 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:20 smithi121 bash[75663]: debug 2023-12-07T15:53:20.393+0000 7fb041651200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:53:20.875 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:20 smithi144 bash[55112]: debug 2023-12-07T15:53:20.502+0000 7f1bc4f7c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:53:20.875 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:20 smithi144 bash[55112]: debug 2023-12-07T15:53:20.614+0000 7f1bc4f7c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:53:20.876 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:20 smithi144 bash[55112]: debug 2023-12-07T15:53:20.730+0000 7f1bc4f7c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:53:21.625 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:21 smithi144 bash[55112]: debug 2023-12-07T15:53:21.198+0000 7f1bc4f7c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:53:21.626 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:21 smithi144 bash[55112]: debug 2023-12-07T15:53:21.422+0000 7f1bc4f7c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:53:21.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:21 smithi121 bash[75663]: debug 2023-12-07T15:53:21.437+0000 7fb041651200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:53:21.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:21 smithi121 bash[75663]: debug 2023-12-07T15:53:21.549+0000 7fb041651200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:53:21.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:21 smithi121 bash[75663]: debug 2023-12-07T15:53:21.665+0000 7fb041651200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:53:22.373 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:21 smithi144 bash[55112]: debug 2023-12-07T15:53:21.870+0000 7f1bc4f7c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:53:22.560 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:22 smithi121 bash[75663]: debug 2023-12-07T15:53:22.137+0000 7fb041651200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:53:22.561 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:22 smithi121 bash[75663]: debug 2023-12-07T15:53:22.361+0000 7fb041651200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:53:22.625 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:22 smithi144 bash[55112]: debug 2023-12-07T15:53:22.366+0000 7f1bc4f7c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:53:23.205 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:22 smithi121 bash[75663]: debug 2023-12-07T15:53:22.817+0000 7fb041651200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:53:23.239 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:22 smithi144 bash[55112]: debug 2023-12-07T15:53:22.938+0000 7f1bc4f7c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:53:23.239 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:23 smithi144 bash[55112]: debug 2023-12-07T15:53:23.050+0000 7f1bc4f7c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:53:23.533 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:23 smithi144 bash[55112]: debug 2023-12-07T15:53:23.410+0000 7f1bc4f7c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:53:23.535 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:23 smithi121 bash[75663]: debug 2023-12-07T15:53:23.313+0000 7fb041651200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:53:23.793 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:23 smithi144 bash[55112]: debug 2023-12-07T15:53:23.526+0000 7f1bc4f7c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:53:23.793 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:23 smithi144 bash[55112]: debug 2023-12-07T15:53:23.670+0000 7f1bc4f7c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:53:23.875 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:23 smithi144 bash[55112]: debug 2023-12-07T15:53:23.782+0000 7f1bc4f7c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:53:24.112 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:23 smithi144 bash[55112]: debug 2023-12-07T15:53:23.910+0000 7f1bc4f7c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:53:24.192 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:23 smithi121 bash[75663]: debug 2023-12-07T15:53:23.889+0000 7fb041651200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:53:24.193 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:24 smithi121 bash[75663]: debug 2023-12-07T15:53:23.997+0000 7fb041651200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:53:24.375 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:24 smithi144 bash[55112]: debug 2023-12-07T15:53:24.106+0000 7f1bc4f7c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:53:24.376 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:24 smithi144 bash[55112]: debug 2023-12-07T15:53:24.230+0000 7f1bc4f7c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:53:24.468 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:24 smithi121 bash[75663]: debug 2023-12-07T15:53:24.349+0000 7fb041651200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:53:24.741 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:24 smithi121 bash[75663]: debug 2023-12-07T15:53:24.461+0000 7fb041651200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:53:24.741 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:24 smithi121 bash[75663]: debug 2023-12-07T15:53:24.605+0000 7fb041651200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:53:25.048 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:24 smithi121 bash[75663]: debug 2023-12-07T15:53:24.733+0000 7fb041651200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:53:25.048 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:24 smithi121 bash[75663]: debug 2023-12-07T15:53:24.857+0000 7fb041651200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:53:25.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:25 smithi121 bash[75663]: debug 2023-12-07T15:53:25.041+0000 7fb041651200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:53:25.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:25 smithi121 bash[75663]: debug 2023-12-07T15:53:25.169+0000 7fb041651200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:53:25.808 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:25 smithi144 bash[25224]: cluster 2023-12-07T15:53:25.544585+0000 mon.a (mon.0) 1336 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T15:53:25.808 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:25 smithi144 bash[25224]: cluster 2023-12-07T15:53:25.544744+0000 mon.a (mon.0) 1337 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:53:25.808 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:25 smithi144 bash[25224]: audit 2023-12-07T15:53:25.548577+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.144:0/2099362559' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:53:25.808 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:25 smithi144 bash[25224]: audit 2023-12-07T15:53:25.549286+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.144:0/2099362559' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:53:25.808 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:25 smithi144 bash[25224]: audit 2023-12-07T15:53:25.554060+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.? 172.21.15.144:0/2099362559' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:53:25.808 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:25 smithi144 bash[25224]: audit 2023-12-07T15:53:25.554536+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.? 172.21.15.144:0/2099362559' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:53:25.809 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:25 smithi144 bash[55112]: debug 2023-12-07T15:53:25.538+0000 7f1bc4f7c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:53:25.809 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:25 smithi144 bash[55112]: [07/Dec/2023:15:53:25] ENGINE Bus STARTING 2023-12-07T15:53:25.809 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:25 smithi144 bash[55112]: CherryPy Checker: 2023-12-07T15:53:25.809 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:25 smithi144 bash[55112]: The Application mounted at '' has an empty config. 2023-12-07T15:53:25.809 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:25 smithi144 bash[55112]: [07/Dec/2023:15:53:25] ENGINE Serving on http://:::9283 2023-12-07T15:53:25.809 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:25 smithi144 bash[55112]: [07/Dec/2023:15:53:25] ENGINE Bus STARTED 2023-12-07T15:53:25.809 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:25 smithi144 bash[55112]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:53:25] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:53:26.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:25 smithi121 bash[25067]: cluster 2023-12-07T15:53:25.544585+0000 mon.a (mon.0) 1336 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T15:53:26.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:25 smithi121 bash[25067]: cluster 2023-12-07T15:53:25.544744+0000 mon.a (mon.0) 1337 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:53:26.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:25 smithi121 bash[25067]: audit 2023-12-07T15:53:25.548577+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.144:0/2099362559' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:53:26.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:25 smithi121 bash[25067]: audit 2023-12-07T15:53:25.549286+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.144:0/2099362559' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:53:26.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:25 smithi121 bash[25067]: audit 2023-12-07T15:53:25.554060+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.? 172.21.15.144:0/2099362559' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:53:26.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:25 smithi121 bash[25067]: audit 2023-12-07T15:53:25.554536+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.? 172.21.15.144:0/2099362559' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:53:26.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:25 smithi121 bash[30890]: cluster 2023-12-07T15:53:25.544585+0000 mon.a (mon.0) 1336 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T15:53:26.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:25 smithi121 bash[30890]: cluster 2023-12-07T15:53:25.544744+0000 mon.a (mon.0) 1337 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:53:26.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:25 smithi121 bash[30890]: audit 2023-12-07T15:53:25.548577+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.144:0/2099362559' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:53:26.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:25 smithi121 bash[30890]: audit 2023-12-07T15:53:25.549286+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.144:0/2099362559' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:53:26.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:25 smithi121 bash[30890]: audit 2023-12-07T15:53:25.554060+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.? 172.21.15.144:0/2099362559' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:53:26.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:25 smithi121 bash[30890]: audit 2023-12-07T15:53:25.554536+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.? 172.21.15.144:0/2099362559' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:53:26.125 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:25 smithi144 bash[57409]: ts=2023-12-07T15:53:25.889Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.144:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.144:8765: connect: connection refused" 2023-12-07T15:53:26.125 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:25 smithi144 bash[57409]: ts=2023-12-07T15:53:25.892Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.144:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.144:8765: connect: connection refused" 2023-12-07T15:53:26.126 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:25 smithi144 bash[57409]: ts=2023-12-07T15:53:25.893Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.144:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.144:8765: connect: connection refused" 2023-12-07T15:53:26.126 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:25 smithi144 bash[57409]: ts=2023-12-07T15:53:25.894Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.144:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.144:8765: connect: connection refused" 2023-12-07T15:53:26.765 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:26 smithi121 bash[75663]: debug 2023-12-07T15:53:26.461+0000 7fb041651200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:53:26.766 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:26 smithi121 bash[30890]: cluster 2023-12-07T15:53:25.610981+0000 mon.a (mon.0) 1338 : cluster [DBG] mgrmap e28: y(active, starting, since 9s), standbys: x 2023-12-07T15:53:26.766 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:26 smithi121 bash[30890]: cluster 2023-12-07T15:53:26.465965+0000 mon.a (mon.0) 1339 : cluster [INF] Active manager daemon y restarted 2023-12-07T15:53:26.766 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:26 smithi121 bash[30890]: cluster 2023-12-07T15:53:26.467043+0000 mon.a (mon.0) 1340 : cluster [INF] Activating manager daemon y 2023-12-07T15:53:26.766 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:26 smithi121 bash[30890]: cluster 2023-12-07T15:53:26.476628+0000 mon.a (mon.0) 1341 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2023-12-07T15:53:26.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:26 smithi121 bash[25067]: cluster 2023-12-07T15:53:25.610981+0000 mon.a (mon.0) 1338 : cluster [DBG] mgrmap e28: y(active, starting, since 9s), standbys: x 2023-12-07T15:53:26.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:26 smithi121 bash[25067]: cluster 2023-12-07T15:53:26.465965+0000 mon.a (mon.0) 1339 : cluster [INF] Active manager daemon y restarted 2023-12-07T15:53:26.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:26 smithi121 bash[25067]: cluster 2023-12-07T15:53:26.467043+0000 mon.a (mon.0) 1340 : cluster [INF] Activating manager daemon y 2023-12-07T15:53:26.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:26 smithi121 bash[25067]: cluster 2023-12-07T15:53:26.476628+0000 mon.a (mon.0) 1341 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2023-12-07T15:53:26.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:26 smithi144 bash[25224]: cluster 2023-12-07T15:53:25.610981+0000 mon.a (mon.0) 1338 : cluster [DBG] mgrmap e28: y(active, starting, since 9s), standbys: x 2023-12-07T15:53:26.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:26 smithi144 bash[25224]: cluster 2023-12-07T15:53:26.465965+0000 mon.a (mon.0) 1339 : cluster [INF] Active manager daemon y restarted 2023-12-07T15:53:26.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:26 smithi144 bash[25224]: cluster 2023-12-07T15:53:26.467043+0000 mon.a (mon.0) 1340 : cluster [INF] Activating manager daemon y 2023-12-07T15:53:26.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:26 smithi144 bash[25224]: cluster 2023-12-07T15:53:26.476628+0000 mon.a (mon.0) 1341 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2023-12-07T15:53:26.969 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:26 smithi121 bash[75663]: [07/Dec/2023:15:53:26] ENGINE Bus STARTING 2023-12-07T15:53:27.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:26 smithi121 bash[75663]: CherryPy Checker: 2023-12-07T15:53:27.061 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:26 smithi121 bash[75663]: The Application mounted at '' has an empty config. 2023-12-07T15:53:27.061 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:26 smithi121 bash[75663]: [07/Dec/2023:15:53:26] ENGINE Serving on http://:::9283 2023-12-07T15:53:27.061 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:26 smithi121 bash[75663]: [07/Dec/2023:15:53:26] ENGINE Bus STARTED 2023-12-07T15:53:27.708 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:53:27.926 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: cluster 2023-12-07T15:53:26.639579+0000 mon.a (mon.0) 1342 : cluster [DBG] mgrmap e29: y(active, starting, since 0.172777s), standbys: x 2023-12-07T15:53:27.927 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.645906+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:53:27.927 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.646087+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:53:27.927 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.646240+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:53:27.927 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.648370+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:53:27.927 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.648675+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:53:27.927 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.648886+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:53:27.927 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.649169+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:53:27.927 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.649399+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:53:27.927 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.649627+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:53:27.927 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.649846+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:53:27.927 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.650085+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:53:27.927 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.650308+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:53:27.927 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.650547+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:53:27.928 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.650803+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:53:27.928 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.650988+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:53:27.928 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.651426+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:53:27.928 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: cluster 2023-12-07T15:53:26.659957+0000 mon.a (mon.0) 1343 : cluster [INF] Manager daemon y is now available 2023-12-07T15:53:27.928 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.705172+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:27.928 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: cluster 2023-12-07T15:53:26.639579+0000 mon.a (mon.0) 1342 : cluster [DBG] mgrmap e29: y(active, starting, since 0.172777s), standbys: x 2023-12-07T15:53:27.928 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.645906+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:53:27.928 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.646087+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:53:27.928 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.646240+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:53:27.928 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.648370+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:53:27.928 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.648675+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:53:27.929 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.648886+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:53:27.929 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.649169+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:53:27.929 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.649399+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:53:27.929 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.649627+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:53:27.929 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.649846+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:53:27.929 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.650085+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:53:27.929 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.650308+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:53:27.929 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.650547+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:53:27.929 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.650803+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:53:27.929 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.650988+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:53:27.929 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.651426+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:53:27.929 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: cluster 2023-12-07T15:53:26.659957+0000 mon.a (mon.0) 1343 : cluster [INF] Manager daemon y is now available 2023-12-07T15:53:27.929 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.705172+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:27.930 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.714943+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:27.930 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.722985+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:53:27.930 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.724443+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:53:27.930 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.725082+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:53:27.930 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.726462+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:53:27.930 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.756721+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:53:27.930 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.763220+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:53:27.930 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.764642+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:53:27.930 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.815662+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:53:27.930 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:26.817051+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:53:27.930 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:27.184519+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:27.930 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:27.185881+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:27.930 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:27.186031+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:27.931 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:27.187520+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:27.931 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:27.189732+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:27.931 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[25067]: audit 2023-12-07T15:53:27.191187+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:27.931 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.714943+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:27.931 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.722985+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:53:27.931 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.724443+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:53:27.931 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.725082+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:53:27.931 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.726462+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:53:27.931 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.756721+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:53:27.931 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.763220+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:53:27.931 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.764642+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:53:27.932 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.815662+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:53:27.932 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:26.817051+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:53:27.932 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:27.184519+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:27.932 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:27.185881+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:27.932 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:27.186031+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:27.932 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:27.187520+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:27.932 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:27.189732+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:27.932 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:27 smithi121 bash[30890]: audit 2023-12-07T15:53:27.191187+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:27.968 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: cluster 2023-12-07T15:53:26.639579+0000 mon.a (mon.0) 1342 : cluster [DBG] mgrmap e29: y(active, starting, since 0.172777s), standbys: x 2023-12-07T15:53:27.968 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.645906+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:53:27.968 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.646087+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:53:27.968 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.646240+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:53:27.968 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.648370+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:53:27.968 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.648675+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:53:27.968 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.648886+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:53:27.969 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.649169+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:53:27.969 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.649399+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:53:27.969 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.649627+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:53:27.969 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.649846+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:53:27.969 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.650085+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:53:27.969 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.650308+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:53:27.969 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.650547+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:53:27.969 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.650803+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:53:27.969 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.650988+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:53:27.969 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.651426+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:53:27.969 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: cluster 2023-12-07T15:53:26.659957+0000 mon.a (mon.0) 1343 : cluster [INF] Manager daemon y is now available 2023-12-07T15:53:27.969 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.705172+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:27.969 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.714943+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:27.969 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.722985+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:53:27.970 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.724443+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:53:27.970 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.725082+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:53:27.970 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.726462+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:53:27.970 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.756721+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:53:27.970 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.763220+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:53:27.970 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.764642+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:53:27.970 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.815662+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:53:27.970 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:26.817051+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:53:27.970 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:27.184519+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:27.970 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:27.185881+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:27.970 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:27.186031+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:27.970 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:27.187520+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:53:27.970 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:27.189732+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:27.971 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:27 smithi144 bash[25224]: audit 2023-12-07T15:53:27.191187+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:28.605 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:53:28.606 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 error 20s ago 15m - - 2023-12-07T15:53:28.606 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 13s ago 15m - - 2023-12-07T15:53:28.606 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (90s) 20s ago 8m 16.0M - 0.23.0 ba2b418f427c 967bceda37f6 2023-12-07T15:53:28.606 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (35s) 13s ago 7m 40.3M - 8.3.5 dad864ee21e9 f9c66575cb4a 2023-12-07T15:53:28.606 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (83s) 20s ago 5m 46.2M - 3.5 e1d6a67b021e c97113eaafd6 2023-12-07T15:53:28.606 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283 running (119s) 13s ago 14m 489M - 19.0.0-13-ge6605fb8 104f332cd0a9 189994cca045 2023-12-07T15:53:28.606 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:8443,9283,8765 starting - - - - 2023-12-07T15:53:28.606 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (16m) 20s ago 16m 63.7M 2048M 17.2.0 e1d6a67b021e dadf16c82d85 2023-12-07T15:53:28.606 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (14m) 13s ago 14m 49.9M 2048M 17.2.0 e1d6a67b021e bf4a92f34a8a 2023-12-07T15:53:28.606 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (14m) 20s ago 14m 48.2M 2048M 17.2.0 e1d6a67b021e 69551a55e526 2023-12-07T15:53:28.606 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (100s) 20s ago 8m 10.7M - 1.3.1 1dbe0e931976 20eca3d71286 2023-12-07T15:53:28.606 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (60s) 13s ago 8m 10.3M - 1.3.1 1dbe0e931976 0024f19bccdb 2023-12-07T15:53:28.606 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (13m) 20s ago 13m 57.8M 4096M 17.2.0 e1d6a67b021e 4fb66fb6c0ed 2023-12-07T15:53:28.606 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (13m) 20s ago 13m 59.2M 4096M 17.2.0 e1d6a67b021e c7b798ef591a 2023-12-07T15:53:28.607 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (12m) 20s ago 12m 52.9M 4096M 17.2.0 e1d6a67b021e d81a11d9b9ac 2023-12-07T15:53:28.607 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (11m) 20s ago 12m 58.1M 4096M 17.2.0 e1d6a67b021e beeb25b302ec 2023-12-07T15:53:28.607 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (11m) 13s ago 11m 57.8M 4096M 17.2.0 e1d6a67b021e ca8ac3f41b1a 2023-12-07T15:53:28.607 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (10m) 13s ago 10m 54.3M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:53:28.607 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (10m) 13s ago 10m 53.3M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:53:28.607 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (9m) 13s ago 9m 57.6M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:53:28.607 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (64s) 13s ago 8m 51.5M - 2.33.4 514e6a882f6e 0b7eb2224d8c 2023-12-07T15:53:28.607 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (6m) 20s ago 6m 85.7M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:53:28.607 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (6m) 13s ago 6m 85.8M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:53:28.607 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (6m) 20s ago 6m 87.5M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:53:28.607 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (6m) 13s ago 6m 85.9M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:53:28.974 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: cephadm 2023-12-07T15:53:27.190797+0000 mgr.y (mgr.15432) 1 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:53:28.974 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: cephadm 2023-12-07T15:53:27.191133+0000 mgr.y (mgr.15432) 2 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:53:28.975 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: cephadm 2023-12-07T15:53:27.606901+0000 mgr.y (mgr.15432) 3 : cephadm [INF] Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:53:28.975 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: cephadm 2023-12-07T15:53:27.607111+0000 mgr.y (mgr.15432) 4 : cephadm [INF] Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:53:28.975 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: cluster 2023-12-07T15:53:27.656617+0000 mon.a (mon.0) 1351 : cluster [DBG] mgrmap e30: y(active, since 1.18983s), standbys: x 2023-12-07T15:53:28.975 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: audit 2023-12-07T15:53:27.681083+0000 mgr.y (mgr.15432) 5 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:53:28.975 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: audit 2023-12-07T15:53:27.682933+0000 mgr.y (mgr.15432) 6 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:28.975 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: cluster 2023-12-07T15:53:27.687641+0000 mgr.y (mgr.15432) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:53:28.975 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: audit 2023-12-07T15:53:27.777861+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:28.975 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: cephadm 2023-12-07T15:53:27.821751+0000 mgr.y (mgr.15432) 8 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:53:28.975 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: cephadm 2023-12-07T15:53:27.822072+0000 mgr.y (mgr.15432) 9 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:53:28.975 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: audit 2023-12-07T15:53:27.973058+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:28.975 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: cephadm 2023-12-07T15:53:27.986701+0000 mgr.y (mgr.15432) 10 : cephadm [INF] Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:53:28.975 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: cephadm 2023-12-07T15:53:28.037160+0000 mgr.y (mgr.15432) 11 : cephadm [INF] Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:53:28.975 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: audit 2023-12-07T15:53:28.260242+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:28.975 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: audit 2023-12-07T15:53:28.267969+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:28.975 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: audit 2023-12-07T15:53:28.277734+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:28.975 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: audit 2023-12-07T15:53:28.286148+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:28.975 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: audit 2023-12-07T15:53:28.294980+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:28.976 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: audit 2023-12-07T15:53:28.304744+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:28.976 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: audit 2023-12-07T15:53:28.374700+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:53:28.976 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: audit 2023-12-07T15:53:28.375886+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:53:28.976 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:28 smithi144 bash[25224]: audit 2023-12-07T15:53:28.391213+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:29.038 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:53:29.038 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:53:29.038 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-07T15:53:29.038 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:53:29.038 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:53:29.038 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T15:53:29.039 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:53:29.039 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:53:29.039 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T15:53:29.039 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:53:29.039 INFO:teuthology.orchestra.run.smithi121.stdout: "mds": {}, 2023-12-07T15:53:29.039 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:53:29.039 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:53:29.039 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:53:29.039 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:53:29.039 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-07T15:53:29.039 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T15:53:29.039 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:53:29.039 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:53:29.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: cephadm 2023-12-07T15:53:27.190797+0000 mgr.y (mgr.15432) 1 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:53:29.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: cephadm 2023-12-07T15:53:27.191133+0000 mgr.y (mgr.15432) 2 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:53:29.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: cephadm 2023-12-07T15:53:27.606901+0000 mgr.y (mgr.15432) 3 : cephadm [INF] Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:53:29.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: cephadm 2023-12-07T15:53:27.607111+0000 mgr.y (mgr.15432) 4 : cephadm [INF] Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:53:29.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: cluster 2023-12-07T15:53:27.656617+0000 mon.a (mon.0) 1351 : cluster [DBG] mgrmap e30: y(active, since 1.18983s), standbys: x 2023-12-07T15:53:29.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: audit 2023-12-07T15:53:27.681083+0000 mgr.y (mgr.15432) 5 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:53:29.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: audit 2023-12-07T15:53:27.682933+0000 mgr.y (mgr.15432) 6 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:29.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: cluster 2023-12-07T15:53:27.687641+0000 mgr.y (mgr.15432) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:53:29.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: audit 2023-12-07T15:53:27.777861+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:29.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: cephadm 2023-12-07T15:53:27.821751+0000 mgr.y (mgr.15432) 8 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:53:29.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: cephadm 2023-12-07T15:53:27.822072+0000 mgr.y (mgr.15432) 9 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:53:29.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: audit 2023-12-07T15:53:27.973058+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:29.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: cephadm 2023-12-07T15:53:27.986701+0000 mgr.y (mgr.15432) 10 : cephadm [INF] Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:53:29.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: cephadm 2023-12-07T15:53:28.037160+0000 mgr.y (mgr.15432) 11 : cephadm [INF] Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:53:29.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: audit 2023-12-07T15:53:28.260242+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:29.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: audit 2023-12-07T15:53:28.267969+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:29.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: audit 2023-12-07T15:53:28.277734+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:29.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: audit 2023-12-07T15:53:28.286148+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:29.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: audit 2023-12-07T15:53:28.294980+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:29.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: audit 2023-12-07T15:53:28.304744+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:29.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: audit 2023-12-07T15:53:28.374700+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:53:29.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: audit 2023-12-07T15:53:28.375886+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:53:29.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[30890]: audit 2023-12-07T15:53:28.391213+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:29.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: cephadm 2023-12-07T15:53:27.190797+0000 mgr.y (mgr.15432) 1 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:53:29.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: cephadm 2023-12-07T15:53:27.191133+0000 mgr.y (mgr.15432) 2 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:53:29.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: cephadm 2023-12-07T15:53:27.606901+0000 mgr.y (mgr.15432) 3 : cephadm [INF] Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:53:29.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: cephadm 2023-12-07T15:53:27.607111+0000 mgr.y (mgr.15432) 4 : cephadm [INF] Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:53:29.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: cluster 2023-12-07T15:53:27.656617+0000 mon.a (mon.0) 1351 : cluster [DBG] mgrmap e30: y(active, since 1.18983s), standbys: x 2023-12-07T15:53:29.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: audit 2023-12-07T15:53:27.681083+0000 mgr.y (mgr.15432) 5 : audit [DBG] from='client.15285 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:53:29.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: audit 2023-12-07T15:53:27.682933+0000 mgr.y (mgr.15432) 6 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:29.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: cluster 2023-12-07T15:53:27.687641+0000 mgr.y (mgr.15432) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:53:29.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: audit 2023-12-07T15:53:27.777861+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:29.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: cephadm 2023-12-07T15:53:27.821751+0000 mgr.y (mgr.15432) 8 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:53:29.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: cephadm 2023-12-07T15:53:27.822072+0000 mgr.y (mgr.15432) 9 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:53:29.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: audit 2023-12-07T15:53:27.973058+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:29.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: cephadm 2023-12-07T15:53:27.986701+0000 mgr.y (mgr.15432) 10 : cephadm [INF] Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:53:29.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: cephadm 2023-12-07T15:53:28.037160+0000 mgr.y (mgr.15432) 11 : cephadm [INF] Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:53:29.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: audit 2023-12-07T15:53:28.260242+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:29.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: audit 2023-12-07T15:53:28.267969+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:29.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: audit 2023-12-07T15:53:28.277734+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:29.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: audit 2023-12-07T15:53:28.286148+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:29.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: audit 2023-12-07T15:53:28.294980+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:29.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: audit 2023-12-07T15:53:28.304744+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:29.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: audit 2023-12-07T15:53:28.374700+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:53:29.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: audit 2023-12-07T15:53:28.375886+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi121.yucqht", "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 2023-12-07T15:53:29.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:28 smithi121 bash[25067]: audit 2023-12-07T15:53:28.391213+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:29.436 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:53:29.436 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:53:29.436 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:53:29.436 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T15:53:29.436 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [], 2023-12-07T15:53:29.436 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "", 2023-12-07T15:53:29.436 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "", 2023-12-07T15:53:29.436 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T15:53:29.436 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:53:29.871 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_OK 2023-12-07T15:53:30.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[25067]: audit 2023-12-07T15:53:28.202806+0000 mgr.y (mgr.15432) 12 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:30.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[25067]: cephadm 2023-12-07T15:53:28.296304+0000 mgr.y (mgr.15432) 13 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:30.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[25067]: cephadm 2023-12-07T15:53:28.373101+0000 mgr.y (mgr.15432) 14 : cephadm [INF] Reconfiguring iscsi.foo.smithi121.yucqht (dependencies changed)... 2023-12-07T15:53:30.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[25067]: cephadm 2023-12-07T15:53:28.390842+0000 mgr.y (mgr.15432) 15 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi121.yucqht on smithi121 2023-12-07T15:53:30.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[25067]: cephadm 2023-12-07T15:53:28.447162+0000 mgr.y (mgr.15432) 16 : cephadm [INF] [07/Dec/2023:15:53:28] ENGINE Bus STARTING 2023-12-07T15:53:30.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[25067]: audit 2023-12-07T15:53:28.568615+0000 mgr.y (mgr.15432) 17 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:30.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[25067]: cephadm 2023-12-07T15:53:28.574194+0000 mgr.y (mgr.15432) 18 : cephadm [INF] [07/Dec/2023:15:53:28] ENGINE Serving on https://172.21.15.121:7150 2023-12-07T15:53:30.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[25067]: cluster 2023-12-07T15:53:28.647857+0000 mgr.y (mgr.15432) 19 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:53:30.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[25067]: cephadm 2023-12-07T15:53:28.702743+0000 mgr.y (mgr.15432) 20 : cephadm [INF] [07/Dec/2023:15:53:28] ENGINE Serving on http://172.21.15.121:8765 2023-12-07T15:53:30.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[25067]: cephadm 2023-12-07T15:53:28.702922+0000 mgr.y (mgr.15432) 21 : cephadm [INF] [07/Dec/2023:15:53:28] ENGINE Bus STARTED 2023-12-07T15:53:30.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[25067]: audit 2023-12-07T15:53:29.034038+0000 mon.c (mon.1) 111 : audit [DBG] from='client.? 172.21.15.121:0/2526863861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:30.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[25067]: cluster 2023-12-07T15:53:29.321154+0000 mon.a (mon.0) 1361 : cluster [DBG] mgrmap e31: y(active, since 2s), standbys: x 2023-12-07T15:53:30.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[30890]: audit 2023-12-07T15:53:28.202806+0000 mgr.y (mgr.15432) 12 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:30.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[30890]: cephadm 2023-12-07T15:53:28.296304+0000 mgr.y (mgr.15432) 13 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:30.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[30890]: cephadm 2023-12-07T15:53:28.373101+0000 mgr.y (mgr.15432) 14 : cephadm [INF] Reconfiguring iscsi.foo.smithi121.yucqht (dependencies changed)... 2023-12-07T15:53:30.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[30890]: cephadm 2023-12-07T15:53:28.390842+0000 mgr.y (mgr.15432) 15 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi121.yucqht on smithi121 2023-12-07T15:53:30.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[30890]: cephadm 2023-12-07T15:53:28.447162+0000 mgr.y (mgr.15432) 16 : cephadm [INF] [07/Dec/2023:15:53:28] ENGINE Bus STARTING 2023-12-07T15:53:30.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[30890]: audit 2023-12-07T15:53:28.568615+0000 mgr.y (mgr.15432) 17 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:30.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[30890]: cephadm 2023-12-07T15:53:28.574194+0000 mgr.y (mgr.15432) 18 : cephadm [INF] [07/Dec/2023:15:53:28] ENGINE Serving on https://172.21.15.121:7150 2023-12-07T15:53:30.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[30890]: cluster 2023-12-07T15:53:28.647857+0000 mgr.y (mgr.15432) 19 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:53:30.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[30890]: cephadm 2023-12-07T15:53:28.702743+0000 mgr.y (mgr.15432) 20 : cephadm [INF] [07/Dec/2023:15:53:28] ENGINE Serving on http://172.21.15.121:8765 2023-12-07T15:53:30.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[30890]: cephadm 2023-12-07T15:53:28.702922+0000 mgr.y (mgr.15432) 21 : cephadm [INF] [07/Dec/2023:15:53:28] ENGINE Bus STARTED 2023-12-07T15:53:30.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[30890]: audit 2023-12-07T15:53:29.034038+0000 mon.c (mon.1) 111 : audit [DBG] from='client.? 172.21.15.121:0/2526863861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:30.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:29 smithi121 bash[30890]: cluster 2023-12-07T15:53:29.321154+0000 mon.a (mon.0) 1361 : cluster [DBG] mgrmap e31: y(active, since 2s), standbys: x 2023-12-07T15:53:30.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:29 smithi144 bash[25224]: audit 2023-12-07T15:53:28.202806+0000 mgr.y (mgr.15432) 12 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:30.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:29 smithi144 bash[25224]: cephadm 2023-12-07T15:53:28.296304+0000 mgr.y (mgr.15432) 13 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:30.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:29 smithi144 bash[25224]: cephadm 2023-12-07T15:53:28.373101+0000 mgr.y (mgr.15432) 14 : cephadm [INF] Reconfiguring iscsi.foo.smithi121.yucqht (dependencies changed)... 2023-12-07T15:53:30.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:29 smithi144 bash[25224]: cephadm 2023-12-07T15:53:28.390842+0000 mgr.y (mgr.15432) 15 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi121.yucqht on smithi121 2023-12-07T15:53:30.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:29 smithi144 bash[25224]: cephadm 2023-12-07T15:53:28.447162+0000 mgr.y (mgr.15432) 16 : cephadm [INF] [07/Dec/2023:15:53:28] ENGINE Bus STARTING 2023-12-07T15:53:30.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:29 smithi144 bash[25224]: audit 2023-12-07T15:53:28.568615+0000 mgr.y (mgr.15432) 17 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:30.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:29 smithi144 bash[25224]: cephadm 2023-12-07T15:53:28.574194+0000 mgr.y (mgr.15432) 18 : cephadm [INF] [07/Dec/2023:15:53:28] ENGINE Serving on https://172.21.15.121:7150 2023-12-07T15:53:30.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:29 smithi144 bash[25224]: cluster 2023-12-07T15:53:28.647857+0000 mgr.y (mgr.15432) 19 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:53:30.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:29 smithi144 bash[25224]: cephadm 2023-12-07T15:53:28.702743+0000 mgr.y (mgr.15432) 20 : cephadm [INF] [07/Dec/2023:15:53:28] ENGINE Serving on http://172.21.15.121:8765 2023-12-07T15:53:30.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:29 smithi144 bash[25224]: cephadm 2023-12-07T15:53:28.702922+0000 mgr.y (mgr.15432) 21 : cephadm [INF] [07/Dec/2023:15:53:28] ENGINE Bus STARTED 2023-12-07T15:53:30.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:29 smithi144 bash[25224]: audit 2023-12-07T15:53:29.034038+0000 mon.c (mon.1) 111 : audit [DBG] from='client.? 172.21.15.121:0/2526863861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:30.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:29 smithi144 bash[25224]: cluster 2023-12-07T15:53:29.321154+0000 mon.a (mon.0) 1361 : cluster [DBG] mgrmap e31: y(active, since 2s), standbys: x 2023-12-07T15:53:30.830 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:30 smithi121 bash[30890]: audit 2023-12-07T15:53:29.431807+0000 mgr.y (mgr.15432) 22 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:30.831 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:30 smithi121 bash[30890]: audit 2023-12-07T15:53:29.867749+0000 mon.a (mon.0) 1362 : audit [DBG] from='client.? 172.21.15.121:0/3391753121' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:53:30.831 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:30 smithi121 bash[25067]: audit 2023-12-07T15:53:29.431807+0000 mgr.y (mgr.15432) 22 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:30.831 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:30 smithi121 bash[25067]: audit 2023-12-07T15:53:29.867749+0000 mon.a (mon.0) 1362 : audit [DBG] from='client.? 172.21.15.121:0/3391753121' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:53:30.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:30 smithi144 bash[25224]: audit 2023-12-07T15:53:29.431807+0000 mgr.y (mgr.15432) 22 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:30.875 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:30 smithi144 bash[25224]: audit 2023-12-07T15:53:29.867749+0000 mon.a (mon.0) 1362 : audit [DBG] from='client.? 172.21.15.121:0/3391753121' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:53:31.898 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:31 smithi121 bash[30890]: cluster 2023-12-07T15:53:30.648386+0000 mgr.y (mgr.15432) 23 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:53:31.898 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:31 smithi121 bash[30890]: cluster 2023-12-07T15:53:30.696869+0000 mon.a (mon.0) 1363 : cluster [DBG] mgrmap e32: y(active, since 4s), standbys: x 2023-12-07T15:53:31.898 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:31 smithi121 bash[30890]: audit 2023-12-07T15:53:30.916539+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:31.898 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:31 smithi121 bash[30890]: audit 2023-12-07T15:53:30.928230+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:31.898 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:31 smithi121 bash[30890]: audit 2023-12-07T15:53:30.939655+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:31.898 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:31 smithi121 bash[25067]: cluster 2023-12-07T15:53:30.648386+0000 mgr.y (mgr.15432) 23 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:53:31.898 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:31 smithi121 bash[25067]: cluster 2023-12-07T15:53:30.696869+0000 mon.a (mon.0) 1363 : cluster [DBG] mgrmap e32: y(active, since 4s), standbys: x 2023-12-07T15:53:31.898 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:31 smithi121 bash[25067]: audit 2023-12-07T15:53:30.916539+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:31.899 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:31 smithi121 bash[25067]: audit 2023-12-07T15:53:30.928230+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:31.899 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:31 smithi121 bash[25067]: audit 2023-12-07T15:53:30.939655+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:31.976 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:31 smithi144 bash[25224]: cluster 2023-12-07T15:53:30.648386+0000 mgr.y (mgr.15432) 23 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:53:31.977 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:31 smithi144 bash[25224]: cluster 2023-12-07T15:53:30.696869+0000 mon.a (mon.0) 1363 : cluster [DBG] mgrmap e32: y(active, since 4s), standbys: x 2023-12-07T15:53:31.977 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:31 smithi144 bash[25224]: audit 2023-12-07T15:53:30.916539+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:31.977 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:31 smithi144 bash[25224]: audit 2023-12-07T15:53:30.928230+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:31.977 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:31 smithi144 bash[25224]: audit 2023-12-07T15:53:30.939655+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:33.022 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:32 smithi121 bash[30890]: audit 2023-12-07T15:53:31.891453+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:33.022 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:32 smithi121 bash[30890]: audit 2023-12-07T15:53:32.646279+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:33.022 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:32 smithi121 bash[25067]: audit 2023-12-07T15:53:31.891453+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:33.023 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:32 smithi121 bash[25067]: audit 2023-12-07T15:53:32.646279+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:33.232 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:32 smithi144 bash[25224]: audit 2023-12-07T15:53:31.891453+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:33.232 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:32 smithi144 bash[25224]: audit 2023-12-07T15:53:32.646279+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:34.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:34 smithi121 bash[30890]: cluster 2023-12-07T15:53:32.649370+0000 mgr.y (mgr.15432) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-07T15:53:34.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:34 smithi121 bash[30890]: audit 2023-12-07T15:53:33.082025+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:34.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:34 smithi121 bash[30890]: audit 2023-12-07T15:53:33.093966+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:34.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:34 smithi121 bash[25067]: cluster 2023-12-07T15:53:32.649370+0000 mgr.y (mgr.15432) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-07T15:53:34.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:34 smithi121 bash[25067]: audit 2023-12-07T15:53:33.082025+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:34.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:34 smithi121 bash[25067]: audit 2023-12-07T15:53:33.093966+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:34.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:34 smithi144 bash[25224]: cluster 2023-12-07T15:53:32.649370+0000 mgr.y (mgr.15432) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-07T15:53:34.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:34 smithi144 bash[25224]: audit 2023-12-07T15:53:33.082025+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:34.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:34 smithi144 bash[25224]: audit 2023-12-07T15:53:33.093966+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:35.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:35 smithi144 bash[25224]: cephadm 2023-12-07T15:53:33.117836+0000 mgr.y (mgr.15432) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T15:53:35.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:35 smithi144 bash[25224]: cephadm 2023-12-07T15:53:33.359932+0000 mgr.y (mgr.15432) 26 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi144 2023-12-07T15:53:35.500 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:35 smithi121 bash[30890]: cephadm 2023-12-07T15:53:33.117836+0000 mgr.y (mgr.15432) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T15:53:35.500 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:35 smithi121 bash[30890]: cephadm 2023-12-07T15:53:33.359932+0000 mgr.y (mgr.15432) 26 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi144 2023-12-07T15:53:35.500 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:35 smithi121 bash[25067]: cephadm 2023-12-07T15:53:33.117836+0000 mgr.y (mgr.15432) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-07T15:53:35.501 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:35 smithi121 bash[25067]: cephadm 2023-12-07T15:53:33.359932+0000 mgr.y (mgr.15432) 26 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi144 2023-12-07T15:53:36.097 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:35 smithi144 bash[55112]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:53:35] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-07T15:53:36.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:36 smithi144 bash[25224]: cluster 2023-12-07T15:53:34.651021+0000 mgr.y (mgr.15432) 27 : 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 2023-12-07T15:53:36.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:36 smithi144 bash[25224]: audit 2023-12-07T15:53:35.086527+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:36.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:36 smithi144 bash[25224]: audit 2023-12-07T15:53:35.107522+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:36.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:36 smithi144 bash[25224]: audit 2023-12-07T15:53:35.120291+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:36.259 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:36 smithi121 bash[25067]: cluster 2023-12-07T15:53:34.651021+0000 mgr.y (mgr.15432) 27 : 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 2023-12-07T15:53:36.260 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:36 smithi121 bash[25067]: audit 2023-12-07T15:53:35.086527+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:36.260 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:36 smithi121 bash[25067]: audit 2023-12-07T15:53:35.107522+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:36.260 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:36 smithi121 bash[25067]: audit 2023-12-07T15:53:35.120291+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:36.260 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:36 smithi121 bash[30890]: cluster 2023-12-07T15:53:34.651021+0000 mgr.y (mgr.15432) 27 : 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 2023-12-07T15:53:36.260 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:36 smithi121 bash[30890]: audit 2023-12-07T15:53:35.086527+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:36.260 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:36 smithi121 bash[30890]: audit 2023-12-07T15:53:35.107522+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:36.260 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:36 smithi121 bash[30890]: audit 2023-12-07T15:53:35.120291+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:37.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:37 smithi121 bash[25067]: audit 2023-12-07T15:53:36.238283+0000 mon.c (mon.1) 112 : audit [DBG] from='client.? 172.21.15.121:0/3561805498' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T15:53:37.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:37 smithi121 bash[30890]: audit 2023-12-07T15:53:36.238283+0000 mon.c (mon.1) 112 : audit [DBG] from='client.? 172.21.15.121:0/3561805498' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T15:53:37.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:37 smithi144 bash[25224]: audit 2023-12-07T15:53:36.238283+0000 mon.c (mon.1) 112 : audit [DBG] from='client.? 172.21.15.121:0/3561805498' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-07T15:53:37.376 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 systemd[1]: Stopping Ceph prometheus.a for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:53:37.376 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 bash[61486]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-prometheus.a 2023-12-07T15:53:37.376 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 bash[57409]: ts=2023-12-07T15:53:37.306Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-07T15:53:37.376 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 bash[57409]: ts=2023-12-07T15:53:37.306Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-07T15:53:37.376 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 bash[57409]: ts=2023-12-07T15:53:37.306Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-07T15:53:37.376 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 bash[57409]: ts=2023-12-07T15:53:37.306Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-07T15:53:37.376 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 bash[57409]: ts=2023-12-07T15:53:37.306Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-07T15:53:37.376 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 bash[57409]: ts=2023-12-07T15:53:37.306Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-07T15:53:37.376 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 bash[57409]: ts=2023-12-07T15:53:37.307Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-07T15:53:37.376 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 bash[57409]: ts=2023-12-07T15:53:37.307Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-07T15:53:37.377 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 bash[57409]: ts=2023-12-07T15:53:37.307Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-07T15:53:37.377 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 bash[57409]: ts=2023-12-07T15:53:37.307Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-07T15:53:37.377 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 bash[57409]: ts=2023-12-07T15:53:37.308Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-07T15:53:37.377 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 bash[57409]: ts=2023-12-07T15:53:37.308Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-07T15:53:38.065 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 bash[61496]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-prometheus-a 2023-12-07T15:53:38.065 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 bash[61533]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-prometheus.a 2023-12-07T15:53:38.065 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-07T15:53:38.065 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:37 smithi144 systemd[1]: Stopped Ceph prometheus.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:53:38.066 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:38 smithi144 systemd[1]: Started Ceph prometheus.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:53:38.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:38 smithi144 bash[25224]: cluster 2023-12-07T15:53:36.651721+0000 mgr.y (mgr.15432) 28 : 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 2023-12-07T15:53:38.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:38 smithi144 bash[25224]: audit 2023-12-07T15:53:37.852486+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:38.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:38 smithi144 bash[25224]: audit 2023-12-07T15:53:37.866945+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:38.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:38 smithi144 bash[25224]: cluster 2023-12-07T15:53:37.871285+0000 mgr.y (mgr.15432) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 12 op/s 2023-12-07T15:53:38.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:38 smithi144 bash[25224]: audit 2023-12-07T15:53:37.878478+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:38.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:38 smithi144 bash[25224]: audit 2023-12-07T15:53:38.055089+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:38.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:38 smithi144 bash[25224]: audit 2023-12-07T15:53:38.067709+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:38.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:38 smithi144 bash[25224]: audit 2023-12-07T15:53:38.097303+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:53:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:38 smithi121 bash[25067]: cluster 2023-12-07T15:53:36.651721+0000 mgr.y (mgr.15432) 28 : 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 2023-12-07T15:53:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:38 smithi121 bash[25067]: audit 2023-12-07T15:53:37.852486+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:38 smithi121 bash[25067]: audit 2023-12-07T15:53:37.866945+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:38 smithi121 bash[25067]: cluster 2023-12-07T15:53:37.871285+0000 mgr.y (mgr.15432) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 12 op/s 2023-12-07T15:53:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:38 smithi121 bash[25067]: audit 2023-12-07T15:53:37.878478+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:38 smithi121 bash[25067]: audit 2023-12-07T15:53:38.055089+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:38.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:38 smithi121 bash[25067]: audit 2023-12-07T15:53:38.067709+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:38.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:38 smithi121 bash[25067]: audit 2023-12-07T15:53:38.097303+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:53:38.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:38 smithi121 bash[30890]: cluster 2023-12-07T15:53:36.651721+0000 mgr.y (mgr.15432) 28 : 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 2023-12-07T15:53:38.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:38 smithi121 bash[30890]: audit 2023-12-07T15:53:37.852486+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:38.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:38 smithi121 bash[30890]: audit 2023-12-07T15:53:37.866945+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:38.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:38 smithi121 bash[30890]: cluster 2023-12-07T15:53:37.871285+0000 mgr.y (mgr.15432) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 12 op/s 2023-12-07T15:53:38.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:38 smithi121 bash[30890]: audit 2023-12-07T15:53:37.878478+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:38.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:38 smithi121 bash[30890]: audit 2023-12-07T15:53:38.055089+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:38.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:38 smithi121 bash[30890]: audit 2023-12-07T15:53:38.067709+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:38.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:38 smithi121 bash[30890]: audit 2023-12-07T15:53:38.097303+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:53:39.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[25067]: audit 2023-12-07T15:53:38.096673+0000 mgr.y (mgr.15432) 30 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:53:39.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[25067]: audit 2023-12-07T15:53:38.118910+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[25067]: cephadm 2023-12-07T15:53:38.121207+0000 mgr.y (mgr.15432) 31 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.121:5000 to Dashboard 2023-12-07T15:53:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[25067]: audit 2023-12-07T15:53:38.122513+0000 mgr.y (mgr.15432) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:53:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[25067]: audit 2023-12-07T15:53:38.123730+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:53:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[25067]: audit 2023-12-07T15:53:38.127041+0000 mgr.y (mgr.15432) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:53:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[25067]: audit 2023-12-07T15:53:38.128030+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:53:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[25067]: audit 2023-12-07T15:53:38.136139+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[25067]: audit 2023-12-07T15:53:38.146329+0000 mgr.y (mgr.15432) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:53:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[25067]: audit 2023-12-07T15:53:38.147367+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:53:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[25067]: audit 2023-12-07T15:53:38.158661+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[25067]: cluster 2023-12-07T15:53:38.863595+0000 mon.a (mon.0) 1381 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:53:39.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[30890]: audit 2023-12-07T15:53:38.096673+0000 mgr.y (mgr.15432) 30 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:53:39.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[30890]: audit 2023-12-07T15:53:38.118910+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:39.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[30890]: cephadm 2023-12-07T15:53:38.121207+0000 mgr.y (mgr.15432) 31 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.121:5000 to Dashboard 2023-12-07T15:53:39.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[30890]: audit 2023-12-07T15:53:38.122513+0000 mgr.y (mgr.15432) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:53:39.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[30890]: audit 2023-12-07T15:53:38.123730+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:53:39.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[30890]: audit 2023-12-07T15:53:38.127041+0000 mgr.y (mgr.15432) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:53:39.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[30890]: audit 2023-12-07T15:53:38.128030+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:53:39.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[30890]: audit 2023-12-07T15:53:38.136139+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:39.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[30890]: audit 2023-12-07T15:53:38.146329+0000 mgr.y (mgr.15432) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:53:39.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[30890]: audit 2023-12-07T15:53:38.147367+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:53:39.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[30890]: audit 2023-12-07T15:53:38.158661+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:39.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:39 smithi121 bash[30890]: cluster 2023-12-07T15:53:38.863595+0000 mon.a (mon.0) 1381 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:53:39.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:39 smithi144 bash[25224]: audit 2023-12-07T15:53:38.096673+0000 mgr.y (mgr.15432) 30 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-07T15:53:39.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:39 smithi144 bash[25224]: audit 2023-12-07T15:53:38.118910+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:39.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:39 smithi144 bash[25224]: cephadm 2023-12-07T15:53:38.121207+0000 mgr.y (mgr.15432) 31 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.121:5000 to Dashboard 2023-12-07T15:53:39.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:39 smithi144 bash[25224]: audit 2023-12-07T15:53:38.122513+0000 mgr.y (mgr.15432) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:53:39.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:39 smithi144 bash[25224]: audit 2023-12-07T15:53:38.123730+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-07T15:53:39.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:39 smithi144 bash[25224]: audit 2023-12-07T15:53:38.127041+0000 mgr.y (mgr.15432) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:53:39.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:39 smithi144 bash[25224]: audit 2023-12-07T15:53:38.128030+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi121"}]: dispatch 2023-12-07T15:53:39.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:39 smithi144 bash[25224]: audit 2023-12-07T15:53:38.136139+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:39.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:39 smithi144 bash[25224]: audit 2023-12-07T15:53:38.146329+0000 mgr.y (mgr.15432) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:53:39.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:39 smithi144 bash[25224]: audit 2023-12-07T15:53:38.147367+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-07T15:53:39.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:39 smithi144 bash[25224]: audit 2023-12-07T15:53:38.158661+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:39.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:39 smithi144 bash[25224]: cluster 2023-12-07T15:53:38.863595+0000 mon.a (mon.0) 1381 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:53:40.190 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[25224]: cluster 2023-12-07T15:53:39.872096+0000 mgr.y (mgr.15432) 35 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-07T15:53:40.191 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.098Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-07T15:53:40.191 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.098Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-07T15:53:40.191 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.098Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-07T15:53:40.191 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.098Z caller=main.go:518 level=info host_details="(Linux 5.4.0-167-generic #184-Ubuntu SMP Tue Oct 31 09:21:49 UTC 2023 x86_64 smithi144 (none))" 2023-12-07T15:53:40.191 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.098Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-07T15:53:40.192 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.098Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-07T15:53:40.192 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.100Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-07T15:53:40.192 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.101Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-07T15:53:40.192 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.103Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-07T15:53:40.192 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.104Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-07T15:53:40.192 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.105Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=3.419µs 2023-12-07T15:53:40.192 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.105Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-07T15:53:40.192 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.108Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2023-12-07T15:53:40.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:40 smithi121 bash[25067]: cluster 2023-12-07T15:53:39.872096+0000 mgr.y (mgr.15432) 35 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-07T15:53:40.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:40 smithi121 bash[30890]: cluster 2023-12-07T15:53:39.872096+0000 mgr.y (mgr.15432) 35 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-07T15:53:40.626 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.559Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2023-12-07T15:53:40.626 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.604Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2023-12-07T15:53:40.626 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.605Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2023-12-07T15:53:40.626 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.605Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=75.42µs wal_replay_duration=500.11126ms total_replay_duration=500.213128ms 2023-12-07T15:53:40.626 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.611Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-07T15:53:40.626 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.611Z caller=main.go:947 level=info msg="TSDB started" 2023-12-07T15:53:40.626 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.612Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-07T15:53:40.876 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.650Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=38.635959ms db_storage=1.553µs remote_storage=2.84µs web_handler=586ns query_engine=1.33µs scrape=601.889µs scrape_sd=256.189µs notify=31µs notify_sd=25.833µs rules=37.074861ms 2023-12-07T15:53:40.876 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:40 smithi144 bash[61561]: ts=2023-12-07T15:53:40.651Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-07T15:53:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:41 smithi121 bash[25067]: audit 2023-12-07T15:53:41.183843+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:53:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:41 smithi121 bash[25067]: audit 2023-12-07T15:53:41.184821+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:53:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:41 smithi121 bash[25067]: audit 2023-12-07T15:53:41.188351+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:53:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:41 smithi121 bash[25067]: audit 2023-12-07T15:53:41.190878+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:41.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:41 smithi121 bash[30890]: audit 2023-12-07T15:53:41.183843+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:53:41.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:41 smithi121 bash[30890]: audit 2023-12-07T15:53:41.184821+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:53:41.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:41 smithi121 bash[30890]: audit 2023-12-07T15:53:41.188351+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:53:41.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:41 smithi121 bash[30890]: audit 2023-12-07T15:53:41.190878+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:41.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:41 smithi144 bash[25224]: audit 2023-12-07T15:53:41.183843+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:53:41.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:41 smithi144 bash[25224]: audit 2023-12-07T15:53:41.184821+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:53:41.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:41 smithi144 bash[25224]: audit 2023-12-07T15:53:41.188351+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:53:41.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:41 smithi144 bash[25224]: audit 2023-12-07T15:53:41.190878+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:43.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[25067]: cephadm 2023-12-07T15:53:41.181816+0000 mgr.y (mgr.15432) 36 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-07T15:53:43.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[25067]: cephadm 2023-12-07T15:53:41.190899+0000 mgr.y (mgr.15432) 37 : cephadm [INF] Deploying daemon mgr.x on smithi144 2023-12-07T15:53:43.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[25067]: audit 2023-12-07T15:53:41.760870+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:43.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[25067]: audit 2023-12-07T15:53:41.766201+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:53:43.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[25067]: cluster 2023-12-07T15:53:41.872698+0000 mgr.y (mgr.15432) 38 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-07T15:53:43.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[25067]: audit 2023-12-07T15:53:41.890274+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:43.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[25067]: audit 2023-12-07T15:53:42.078956+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:43.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[25067]: audit 2023-12-07T15:53:42.089482+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:43.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[25067]: cluster 2023-12-07T15:53:42.092995+0000 mgr.y (mgr.15432) 39 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2023-12-07T15:53:43.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[25067]: audit 2023-12-07T15:53:42.105229+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:43.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[30890]: cephadm 2023-12-07T15:53:41.181816+0000 mgr.y (mgr.15432) 36 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-07T15:53:43.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[30890]: cephadm 2023-12-07T15:53:41.190899+0000 mgr.y (mgr.15432) 37 : cephadm [INF] Deploying daemon mgr.x on smithi144 2023-12-07T15:53:43.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[30890]: audit 2023-12-07T15:53:41.760870+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:43.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[30890]: audit 2023-12-07T15:53:41.766201+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:53:43.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[30890]: cluster 2023-12-07T15:53:41.872698+0000 mgr.y (mgr.15432) 38 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-07T15:53:43.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[30890]: audit 2023-12-07T15:53:41.890274+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:43.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[30890]: audit 2023-12-07T15:53:42.078956+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:43.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[30890]: audit 2023-12-07T15:53:42.089482+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:43.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[30890]: cluster 2023-12-07T15:53:42.092995+0000 mgr.y (mgr.15432) 39 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2023-12-07T15:53:43.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:42 smithi121 bash[30890]: audit 2023-12-07T15:53:42.105229+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:43.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:42 smithi144 bash[25224]: cephadm 2023-12-07T15:53:41.181816+0000 mgr.y (mgr.15432) 36 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-07T15:53:43.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:42 smithi144 bash[25224]: cephadm 2023-12-07T15:53:41.190899+0000 mgr.y (mgr.15432) 37 : cephadm [INF] Deploying daemon mgr.x on smithi144 2023-12-07T15:53:43.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:42 smithi144 bash[25224]: audit 2023-12-07T15:53:41.760870+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:43.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:42 smithi144 bash[25224]: audit 2023-12-07T15:53:41.766201+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:53:43.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:42 smithi144 bash[25224]: cluster 2023-12-07T15:53:41.872698+0000 mgr.y (mgr.15432) 38 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-07T15:53:43.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:42 smithi144 bash[25224]: audit 2023-12-07T15:53:41.890274+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:43.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:42 smithi144 bash[25224]: audit 2023-12-07T15:53:42.078956+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:43.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:42 smithi144 bash[25224]: audit 2023-12-07T15:53:42.089482+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:43.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:42 smithi144 bash[25224]: cluster 2023-12-07T15:53:42.092995+0000 mgr.y (mgr.15432) 39 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2023-12-07T15:53:43.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:42 smithi144 bash[25224]: audit 2023-12-07T15:53:42.105229+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:44.093 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:43 smithi144 bash[25224]: cluster 2023-12-07T15:53:42.093507+0000 mgr.y (mgr.15432) 40 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 275 B/s rd, 0 op/s 2023-12-07T15:53:44.093 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:43 smithi144 bash[25224]: audit 2023-12-07T15:53:42.818696+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:44.094 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:43 smithi144 systemd[1]: Stopping Ceph mgr.x for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:53:44.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:43 smithi121 bash[25067]: cluster 2023-12-07T15:53:42.093507+0000 mgr.y (mgr.15432) 40 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 275 B/s rd, 0 op/s 2023-12-07T15:53:44.339 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:43 smithi121 bash[25067]: audit 2023-12-07T15:53:42.818696+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:44.340 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:43 smithi121 bash[30890]: cluster 2023-12-07T15:53:42.093507+0000 mgr.y (mgr.15432) 40 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 275 B/s rd, 0 op/s 2023-12-07T15:53:44.340 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:43 smithi121 bash[30890]: audit 2023-12-07T15:53:42.818696+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:44.860 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:44 smithi144 bash[61987]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mgr-x 2023-12-07T15:53:44.860 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:44 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-07T15:53:44.860 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:44 smithi144 bash[62068]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mgr-x 2023-12-07T15:53:44.860 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:44 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-07T15:53:44.860 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:44 smithi144 systemd[1]: Stopped Ceph mgr.x for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:53:45.126 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:44 smithi144 systemd[1]: Started Ceph mgr.x for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:53:45.787 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: cluster 2023-12-07T15:53:44.095249+0000 mgr.y (mgr.15432) 41 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 963 B/s rd, 1 op/s 2023-12-07T15:53:45.787 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:44.725189+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:45.787 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:44.739356+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: cluster 2023-12-07T15:53:44.095249+0000 mgr.y (mgr.15432) 41 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 963 B/s rd, 1 op/s 2023-12-07T15:53:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:44.725189+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:44.739356+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: cluster 2023-12-07T15:53:44.741919+0000 mgr.y (mgr.15432) 42 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 745 B/s rd, 0 op/s 2023-12-07T15:53:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:44.750892+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: cluster 2023-12-07T15:53:44.818068+0000 mon.a (mon.0) 1392 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:53:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: cluster 2023-12-07T15:53:44.818138+0000 mon.a (mon.0) 1393 : cluster [INF] Cluster is now healthy 2023-12-07T15:53:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.018540+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.033573+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.071148+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.073577+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.083676+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: cephadm 2023-12-07T15:53:45.086292+0000 mgr.y (mgr.15432) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.168895+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.172223+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.181220+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.186513+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-07T15:53:46.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.187703+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-07T15:53:46.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.191407+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-07T15:53:46.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.198386+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-07T15:53:46.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.199828+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-07T15:53:46.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.206101+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-07T15:53:46.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.213598+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.215401+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.222804+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.308320+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.311193+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.314704+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.316309+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.323431+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.411038+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.414744+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.418844+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.420771+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.432148+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.520940+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.523811+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.528785+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.530329+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.536855+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.622052+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.625197+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.628791+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.630371+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.637814+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[30890]: audit 2023-12-07T15:53:45.722831+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: cluster 2023-12-07T15:53:44.095249+0000 mgr.y (mgr.15432) 41 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 963 B/s rd, 1 op/s 2023-12-07T15:53:46.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:44.725189+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:44.739356+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: cluster 2023-12-07T15:53:44.741919+0000 mgr.y (mgr.15432) 42 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 745 B/s rd, 0 op/s 2023-12-07T15:53:46.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:44.750892+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: cluster 2023-12-07T15:53:44.818068+0000 mon.a (mon.0) 1392 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:53:46.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: cluster 2023-12-07T15:53:44.818138+0000 mon.a (mon.0) 1393 : cluster [INF] Cluster is now healthy 2023-12-07T15:53:46.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.018540+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.033573+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.071148+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.073577+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.083676+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: cephadm 2023-12-07T15:53:45.086292+0000 mgr.y (mgr.15432) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:46.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.168895+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.172223+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.181220+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.186513+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-07T15:53:46.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.187703+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-07T15:53:46.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.191407+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-07T15:53:46.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.198386+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-07T15:53:46.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.199828+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-07T15:53:46.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.206101+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-07T15:53:46.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.213598+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.215401+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.222804+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.308320+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.311193+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.314704+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.316309+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.323431+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.411038+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.414744+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.418844+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.420771+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.432148+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.520940+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.523811+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.528785+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.530329+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.536855+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.622052+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.625197+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.628791+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.630371+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.637814+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:45 smithi121 bash[25067]: audit 2023-12-07T15:53:45.722831+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: cluster 2023-12-07T15:53:44.741919+0000 mgr.y (mgr.15432) 42 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 745 B/s rd, 0 op/s 2023-12-07T15:53:46.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:44.750892+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: cluster 2023-12-07T15:53:44.818068+0000 mon.a (mon.0) 1392 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:53:46.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: cluster 2023-12-07T15:53:44.818138+0000 mon.a (mon.0) 1393 : cluster [INF] Cluster is now healthy 2023-12-07T15:53:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.018540+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.033573+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.071148+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.073577+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.083676+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: cephadm 2023-12-07T15:53:45.086292+0000 mgr.y (mgr.15432) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.168895+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.172223+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.181220+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.186513+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-07T15:53:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.187703+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-07T15:53:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.191407+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-07T15:53:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.198386+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-07T15:53:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.199828+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-07T15:53:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.206101+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.15432 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-07T15:53:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.213598+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.215401+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.222804+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.308320+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.311193+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.314704+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.316309+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.323431+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.411038+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.414744+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.418844+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.420771+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.432148+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.520940+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.523811+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.528785+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.530329+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.536855+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.622052+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.625197+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.628791+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.630371+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.637814+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:45 smithi144 bash[25224]: audit 2023-12-07T15:53:45.722831+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.858 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[62133]: debug 2023-12-07T15:53:46.694+0000 7fc6edb22700 1 -- 172.21.15.144:0/2174912387 <== mon.2 v2:172.21.15.144:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563e9fd2e1a0 con 0x563ea0aac800 2023-12-07T15:53:46.859 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: cephadm 2023-12-07T15:53:45.171853+0000 mgr.y (mgr.15432) 44 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-07T15:53:46.859 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: cephadm 2023-12-07T15:53:45.225593+0000 mgr.y (mgr.15432) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:46.859 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: cephadm 2023-12-07T15:53:45.327935+0000 mgr.y (mgr.15432) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:46.859 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: cephadm 2023-12-07T15:53:45.434895+0000 mgr.y (mgr.15432) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:46.859 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: cephadm 2023-12-07T15:53:45.541234+0000 mgr.y (mgr.15432) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:46.859 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: cephadm 2023-12-07T15:53:45.640574+0000 mgr.y (mgr.15432) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:46.859 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:45.726163+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.859 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:45.742509+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.859 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:45.743474+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.860 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:45.747860+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.860 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: cephadm 2023-12-07T15:53:45.748592+0000 mgr.y (mgr.15432) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:46.860 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:45.828965+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.860 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:45.832323+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.860 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:45.837707+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.860 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:45.839270+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.860 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:45.847296+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.860 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: cephadm 2023-12-07T15:53:45.848654+0000 mgr.y (mgr.15432) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:46.860 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:45.875965+0000 mgr.y (mgr.15432) 52 : audit [DBG] from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:53:46.860 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:45.931869+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.860 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:45.936655+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.861 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:45.941049+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.861 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:45.942926+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.861 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:45.952756+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.861 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: cephadm 2023-12-07T15:53:45.954110+0000 mgr.y (mgr.15432) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:46.861 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.033953+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.861 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.037247+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.861 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.041749+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.861 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.043622+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.861 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.053167+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.861 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: cephadm 2023-12-07T15:53:46.054980+0000 mgr.y (mgr.15432) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:46.861 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.134657+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.861 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.137877+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.141317+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.142785+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.152013+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.238862+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.241773+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.245773+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.247465+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.256736+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.342297+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.345002+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.348582+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.350119+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.360103+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.447646+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.450690+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.863 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.454155+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.863 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.455498+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.863 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.462886+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.863 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.549577+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.863 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.554338+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.863 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.558462+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.863 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.560234+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.863 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.568786+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:46.863 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.650841+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:46.863 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.653447+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:46.863 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.656716+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:46.863 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.658040+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:46.863 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[25224]: audit 2023-12-07T15:53:46.663098+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: cephadm 2023-12-07T15:53:45.171853+0000 mgr.y (mgr.15432) 44 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-07T15:53:47.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: cephadm 2023-12-07T15:53:45.225593+0000 mgr.y (mgr.15432) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: cephadm 2023-12-07T15:53:45.327935+0000 mgr.y (mgr.15432) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: cephadm 2023-12-07T15:53:45.434895+0000 mgr.y (mgr.15432) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: cephadm 2023-12-07T15:53:45.541234+0000 mgr.y (mgr.15432) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: cephadm 2023-12-07T15:53:45.640574+0000 mgr.y (mgr.15432) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:45.726163+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:45.742509+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:45.743474+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:45.747860+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: cephadm 2023-12-07T15:53:45.748592+0000 mgr.y (mgr.15432) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:45.828965+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:45.832323+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:45.837707+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:45.839270+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:45.847296+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: cephadm 2023-12-07T15:53:45.848654+0000 mgr.y (mgr.15432) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:45.875965+0000 mgr.y (mgr.15432) 52 : audit [DBG] from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:53:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:45.931869+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:45.936655+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:45.941049+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:45.942926+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:45.952756+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: cephadm 2023-12-07T15:53:45.954110+0000 mgr.y (mgr.15432) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.033953+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.037247+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.041749+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.043622+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.053167+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: cephadm 2023-12-07T15:53:46.054980+0000 mgr.y (mgr.15432) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.134657+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.137877+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.141317+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.142785+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.152013+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.238862+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.241773+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.245773+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.247465+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.256736+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: cephadm 2023-12-07T15:53:45.171853+0000 mgr.y (mgr.15432) 44 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-07T15:53:47.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: cephadm 2023-12-07T15:53:45.225593+0000 mgr.y (mgr.15432) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: cephadm 2023-12-07T15:53:45.327935+0000 mgr.y (mgr.15432) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: cephadm 2023-12-07T15:53:45.434895+0000 mgr.y (mgr.15432) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: cephadm 2023-12-07T15:53:45.541234+0000 mgr.y (mgr.15432) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: cephadm 2023-12-07T15:53:45.640574+0000 mgr.y (mgr.15432) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:45.726163+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:45.742509+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:45.743474+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:45.747860+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: cephadm 2023-12-07T15:53:45.748592+0000 mgr.y (mgr.15432) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:45.828965+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:45.832323+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:45.837707+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:45.839270+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:45.847296+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: cephadm 2023-12-07T15:53:45.848654+0000 mgr.y (mgr.15432) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:45.875965+0000 mgr.y (mgr.15432) 52 : audit [DBG] from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:53:47.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:45.931869+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:45.936655+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.342297+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.345002+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.348582+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.350119+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.360103+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.447646+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.450690+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.454155+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.455498+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.462886+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.549577+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.554338+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.558462+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.560234+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.568786+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.650841+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.653447+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.656716+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.658040+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[30890]: audit 2023-12-07T15:53:46.663098+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:45.941049+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:45.942926+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:45.952756+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: cephadm 2023-12-07T15:53:45.954110+0000 mgr.y (mgr.15432) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.033953+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.037247+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.041749+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.043622+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.053167+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: cephadm 2023-12-07T15:53:46.054980+0000 mgr.y (mgr.15432) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.134657+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.137877+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.141317+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.142785+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.152013+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.238862+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.241773+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.245773+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.247465+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.256736+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.342297+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.345002+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.348582+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.350119+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.360103+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.447646+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.450690+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.454155+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.455498+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.462886+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.549577+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.554338+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.558462+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.560234+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.568786+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.650841+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.653447+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.656716+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.658040+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:46 smithi121 bash[25067]: audit 2023-12-07T15:53:46.663098+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:46 smithi144 bash[62133]: debug 2023-12-07T15:53:46.866+0000 7fc6f7cc8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:53:47.991 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[62133]: debug 2023-12-07T15:53:47.878+0000 7fc6f7cc8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T15:53:47.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: cephadm 2023-12-07T15:53:46.153887+0000 mgr.y (mgr.15432) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: cephadm 2023-12-07T15:53:46.259431+0000 mgr.y (mgr.15432) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: cephadm 2023-12-07T15:53:46.361561+0000 mgr.y (mgr.15432) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: cephadm 2023-12-07T15:53:46.465318+0000 mgr.y (mgr.15432) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: cephadm 2023-12-07T15:53:46.570608+0000 mgr.y (mgr.15432) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: cephadm 2023-12-07T15:53:46.666050+0000 mgr.y (mgr.15432) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: cluster 2023-12-07T15:53:46.742299+0000 mgr.y (mgr.15432) 61 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 745 B/s rd, 0 op/s 2023-12-07T15:53:47.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:46.749452+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:46.751926+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:46.753751+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:46.754800+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:46.758355+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: cephadm 2023-12-07T15:53:46.762203+0000 mgr.y (mgr.15432) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:46.846887+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:46.850320+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:46.855209+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:46.856837+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:46.864148+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: cephadm 2023-12-07T15:53:46.868886+0000 mgr.y (mgr.15432) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:46.951963+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:46.954699+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:46.958500+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:46.959721+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:46.967142+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: cephadm 2023-12-07T15:53:46.970402+0000 mgr.y (mgr.15432) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.051863+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.056245+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.059463+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.061470+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.067739+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: cephadm 2023-12-07T15:53:47.072821+0000 mgr.y (mgr.15432) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:47.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.153608+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.156210+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.159436+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.160662+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.168224+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.240776+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.245242+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.249515+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.251539+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.259113+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.348619+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.995 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.351858+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.995 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.356455+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.995 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.357876+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.995 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.365500+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.995 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.453368+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.995 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.456279+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.995 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.459627+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.995 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.460937+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.995 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.469455+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.995 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.553233+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.995 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.556327+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.995 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.559368+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.995 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.560786+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.995 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.568319+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:47.995 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.656949+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.996 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.659586+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:47.996 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.662100+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:47.996 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.663082+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:47.996 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[25224]: audit 2023-12-07T15:53:47.667214+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: cephadm 2023-12-07T15:53:46.153887+0000 mgr.y (mgr.15432) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: cephadm 2023-12-07T15:53:46.259431+0000 mgr.y (mgr.15432) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: cephadm 2023-12-07T15:53:46.361561+0000 mgr.y (mgr.15432) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: cephadm 2023-12-07T15:53:46.465318+0000 mgr.y (mgr.15432) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: cephadm 2023-12-07T15:53:46.570608+0000 mgr.y (mgr.15432) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: cephadm 2023-12-07T15:53:46.666050+0000 mgr.y (mgr.15432) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: cluster 2023-12-07T15:53:46.742299+0000 mgr.y (mgr.15432) 61 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 745 B/s rd, 0 op/s 2023-12-07T15:53:48.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:46.749452+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:46.751926+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:46.753751+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:46.754800+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:46.758355+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: cephadm 2023-12-07T15:53:46.762203+0000 mgr.y (mgr.15432) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:46.846887+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:46.850320+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:46.855209+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:46.856837+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:46.864148+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: cephadm 2023-12-07T15:53:46.868886+0000 mgr.y (mgr.15432) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:46.951963+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:46.954699+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:46.958500+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:46.959721+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:46.967142+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: cephadm 2023-12-07T15:53:46.970402+0000 mgr.y (mgr.15432) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.051863+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.056245+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.059463+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.061470+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.067739+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: cephadm 2023-12-07T15:53:47.072821+0000 mgr.y (mgr.15432) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.153608+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.156210+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.159436+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.160662+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.168224+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.240776+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.245242+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.249515+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.251539+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: cephadm 2023-12-07T15:53:46.153887+0000 mgr.y (mgr.15432) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: cephadm 2023-12-07T15:53:46.259431+0000 mgr.y (mgr.15432) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: cephadm 2023-12-07T15:53:46.361561+0000 mgr.y (mgr.15432) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: cephadm 2023-12-07T15:53:46.465318+0000 mgr.y (mgr.15432) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: cephadm 2023-12-07T15:53:46.570608+0000 mgr.y (mgr.15432) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: cephadm 2023-12-07T15:53:46.666050+0000 mgr.y (mgr.15432) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: cluster 2023-12-07T15:53:46.742299+0000 mgr.y (mgr.15432) 61 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 745 B/s rd, 0 op/s 2023-12-07T15:53:48.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:46.749452+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:46.751926+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:46.753751+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:46.754800+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:46.758355+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: cephadm 2023-12-07T15:53:46.762203+0000 mgr.y (mgr.15432) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:46.846887+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:46.850320+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:46.855209+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:46.856837+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:46.864148+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: cephadm 2023-12-07T15:53:46.868886+0000 mgr.y (mgr.15432) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:46.951963+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.259113+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.348619+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.351858+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.356455+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.357876+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.365500+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.453368+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.456279+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.459627+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.460937+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.469455+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.553233+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.556327+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.559368+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.560786+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.568319+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.656949+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.659586+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.662100+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.663082+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[30890]: audit 2023-12-07T15:53:47.667214+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:46.954699+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:46.958500+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:46.959721+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:46.967142+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: cephadm 2023-12-07T15:53:46.970402+0000 mgr.y (mgr.15432) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.051863+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.056245+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.059463+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.061470+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.067739+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: cephadm 2023-12-07T15:53:47.072821+0000 mgr.y (mgr.15432) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:48.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.153608+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.156210+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.159436+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.160662+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.168224+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.240776+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.245242+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.249515+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.251539+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.259113+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.348619+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.351858+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.356455+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.357876+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.365500+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.453368+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.456279+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.459627+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.460937+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.469455+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.553233+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.556327+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.559368+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.560786+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.568319+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.656949+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.659586+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:48.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.662100+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:48.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.663082+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:48.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:47 smithi121 bash[25067]: audit 2023-12-07T15:53:47.667214+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:48.375 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:47 smithi144 bash[62133]: debug 2023-12-07T15:53:47.986+0000 7fc6f7cc8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:53:48.375 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[62133]: debug 2023-12-07T15:53:48.098+0000 7fc6f7cc8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:53:48.625 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[62133]: debug 2023-12-07T15:53:48.370+0000 7fc6f7cc8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:53:49.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: cephadm 2023-12-07T15:53:47.171389+0000 mgr.y (mgr.15432) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: cephadm 2023-12-07T15:53:47.262567+0000 mgr.y (mgr.15432) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: cephadm 2023-12-07T15:53:47.368573+0000 mgr.y (mgr.15432) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: cephadm 2023-12-07T15:53:47.471096+0000 mgr.y (mgr.15432) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: cephadm 2023-12-07T15:53:47.571369+0000 mgr.y (mgr.15432) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: cephadm 2023-12-07T15:53:47.669822+0000 mgr.y (mgr.15432) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:47.753335+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:47.755587+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:47.757843+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:47.758715+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:47.762138+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: cephadm 2023-12-07T15:53:47.763961+0000 mgr.y (mgr.15432) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:47.846902+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:47.850704+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:47.854548+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:47.856185+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:47.864234+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: cephadm 2023-12-07T15:53:47.865464+0000 mgr.y (mgr.15432) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:47.949470+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:47.953425+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:47.957381+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:47.958735+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:47.964945+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: cephadm 2023-12-07T15:53:47.968220+0000 mgr.y (mgr.15432) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.034232+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.036619+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.039801+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.050420+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.062507+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: cephadm 2023-12-07T15:53:48.063334+0000 mgr.y (mgr.15432) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.146571+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.149466+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.152385+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.153700+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.160670+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.243439+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.246380+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.249631+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.251004+0000 mon.b (mon.2) 199 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.258406+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.345896+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.348698+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.353087+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.354423+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.361898+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.449372+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.453179+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.456619+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.457915+0000 mon.b (mon.2) 207 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.466921+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.548765+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.551482+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.555823+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.556985+0000 mon.b (mon.2) 211 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.565422+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.644390+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.647055+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.650032+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.651219+0000 mon.b (mon.2) 215 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[30890]: audit 2023-12-07T15:53:48.658627+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: cephadm 2023-12-07T15:53:47.171389+0000 mgr.y (mgr.15432) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: cephadm 2023-12-07T15:53:47.262567+0000 mgr.y (mgr.15432) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: cephadm 2023-12-07T15:53:47.368573+0000 mgr.y (mgr.15432) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: cephadm 2023-12-07T15:53:47.471096+0000 mgr.y (mgr.15432) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: cephadm 2023-12-07T15:53:47.571369+0000 mgr.y (mgr.15432) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: cephadm 2023-12-07T15:53:47.669822+0000 mgr.y (mgr.15432) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:47.753335+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:47.755587+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:47.757843+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:47.758715+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:47.762138+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: cephadm 2023-12-07T15:53:47.763961+0000 mgr.y (mgr.15432) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:47.846902+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:47.850704+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:47.854548+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:47.856185+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:47.864234+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: cephadm 2023-12-07T15:53:47.865464+0000 mgr.y (mgr.15432) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:47.949470+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:47.953425+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:47.957381+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:47.958735+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:47.964945+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: cephadm 2023-12-07T15:53:47.968220+0000 mgr.y (mgr.15432) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.034232+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.036619+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.039801+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.050420+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.062507+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: cephadm 2023-12-07T15:53:48.063334+0000 mgr.y (mgr.15432) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.146571+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.149466+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.152385+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.153700+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.160670+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.243439+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.246380+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.249631+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.251004+0000 mon.b (mon.2) 199 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.258406+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.345896+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.348698+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.353087+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.354423+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.361898+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.449372+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.453179+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.456619+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.457915+0000 mon.b (mon.2) 207 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.466921+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.548765+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.551482+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.555823+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.556985+0000 mon.b (mon.2) 211 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.565422+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.644390+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.647055+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.650032+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.651219+0000 mon.b (mon.2) 215 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:48 smithi121 bash[25067]: audit 2023-12-07T15:53:48.658627+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.076 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[62133]: debug 2023-12-07T15:53:48.746+0000 7fc6f7cc8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:53:49.076 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[62133]: debug 2023-12-07T15:53:48.914+0000 7fc6f7cc8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:53:49.076 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: cephadm 2023-12-07T15:53:47.171389+0000 mgr.y (mgr.15432) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.076 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: cephadm 2023-12-07T15:53:47.262567+0000 mgr.y (mgr.15432) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.076 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: cephadm 2023-12-07T15:53:47.368573+0000 mgr.y (mgr.15432) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.076 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: cephadm 2023-12-07T15:53:47.471096+0000 mgr.y (mgr.15432) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.076 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: cephadm 2023-12-07T15:53:47.571369+0000 mgr.y (mgr.15432) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.076 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: cephadm 2023-12-07T15:53:47.669822+0000 mgr.y (mgr.15432) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.076 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:47.753335+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.076 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:47.755587+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.076 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:47.757843+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.076 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:47.758715+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:47.762138+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: cephadm 2023-12-07T15:53:47.763961+0000 mgr.y (mgr.15432) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:47.846902+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:47.850704+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:47.854548+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:47.856185+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:47.864234+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: cephadm 2023-12-07T15:53:47.865464+0000 mgr.y (mgr.15432) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:47.949470+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:47.953425+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:47.957381+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:47.958735+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:47.964945+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: cephadm 2023-12-07T15:53:47.968220+0000 mgr.y (mgr.15432) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.034232+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.036619+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.039801+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.050420+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.062507+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: cephadm 2023-12-07T15:53:48.063334+0000 mgr.y (mgr.15432) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:49.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.146571+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.149466+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.152385+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.153700+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.160670+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.243439+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.246380+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.249631+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.251004+0000 mon.b (mon.2) 199 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.258406+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.345896+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.348698+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.353087+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.354423+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.361898+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.449372+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.453179+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.456619+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.457915+0000 mon.b (mon.2) 207 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.466921+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.548765+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.551482+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.555823+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.556985+0000 mon.b (mon.2) 211 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.565422+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.644390+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:49.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.647055+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:49.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.650032+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.651219+0000 mon.b (mon.2) 215 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:48 smithi144 bash[25224]: audit 2023-12-07T15:53:48.658627+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:49.375 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[62133]: debug 2023-12-07T15:53:49.142+0000 7fc6f7cc8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:53:50.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: cephadm 2023-12-07T15:53:48.161798+0000 mgr.y (mgr.15432) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: cephadm 2023-12-07T15:53:48.262093+0000 mgr.y (mgr.15432) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: cephadm 2023-12-07T15:53:48.365018+0000 mgr.y (mgr.15432) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: cephadm 2023-12-07T15:53:48.468408+0000 mgr.y (mgr.15432) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: cephadm 2023-12-07T15:53:48.566917+0000 mgr.y (mgr.15432) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: cephadm 2023-12-07T15:53:48.659411+0000 mgr.y (mgr.15432) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: cluster 2023-12-07T15:53:48.744710+0000 mgr.y (mgr.15432) 82 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:53:50.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:48.753042+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:48.755149+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:48.757113+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:48.757880+0000 mon.b (mon.2) 219 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:48.761558+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: cephadm 2023-12-07T15:53:48.762247+0000 mgr.y (mgr.15432) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:48.845192+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:48.847833+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:48.850931+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:48.852052+0000 mon.b (mon.2) 223 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:48.860247+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: cephadm 2023-12-07T15:53:48.861130+0000 mgr.y (mgr.15432) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:48.945408+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: cephadm 2023-12-07T15:53:48.161798+0000 mgr.y (mgr.15432) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: cephadm 2023-12-07T15:53:48.262093+0000 mgr.y (mgr.15432) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: cephadm 2023-12-07T15:53:48.365018+0000 mgr.y (mgr.15432) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: cephadm 2023-12-07T15:53:48.468408+0000 mgr.y (mgr.15432) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: cephadm 2023-12-07T15:53:48.566917+0000 mgr.y (mgr.15432) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: cephadm 2023-12-07T15:53:48.659411+0000 mgr.y (mgr.15432) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: cluster 2023-12-07T15:53:48.744710+0000 mgr.y (mgr.15432) 82 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:53:50.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:48.753042+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:48.755149+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:48.757113+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:48.757880+0000 mon.b (mon.2) 219 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:48.761558+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: cephadm 2023-12-07T15:53:48.762247+0000 mgr.y (mgr.15432) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:48.845192+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:48.847833+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:48.850931+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:48.852052+0000 mon.b (mon.2) 223 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:48.860247+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: cephadm 2023-12-07T15:53:48.861130+0000 mgr.y (mgr.15432) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:48.945408+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:48.947863+0000 mon.b (mon.2) 225 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:48.950862+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:48.952118+0000 mon.b (mon.2) 227 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:48.959308+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: cephadm 2023-12-07T15:53:48.961843+0000 mgr.y (mgr.15432) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.046404+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.049283+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.052978+0000 mon.b (mon.2) 230 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.054262+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.062022+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: cephadm 2023-12-07T15:53:49.062840+0000 mgr.y (mgr.15432) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.145891+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.148154+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.151459+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.152551+0000 mon.b (mon.2) 235 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.157263+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.243379+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.247353+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.251475+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.252923+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.258514+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.345456+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.348004+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.351948+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.353120+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.357825+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.448470+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.452524+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.455485+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.456784+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.461350+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.547553+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.549878+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.552099+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.553143+0000 mon.b (mon.2) 251 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.558699+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.647763+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.650378+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.653747+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.655216+0000 mon.b (mon.2) 255 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[30890]: audit 2023-12-07T15:53:49.661366+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:48.947863+0000 mon.b (mon.2) 225 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:48.950862+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:48.952118+0000 mon.b (mon.2) 227 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:48.959308+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: cephadm 2023-12-07T15:53:48.961843+0000 mgr.y (mgr.15432) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.046404+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.049283+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.052978+0000 mon.b (mon.2) 230 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.054262+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.062022+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: cephadm 2023-12-07T15:53:49.062840+0000 mgr.y (mgr.15432) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.145891+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.148154+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.151459+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.152551+0000 mon.b (mon.2) 235 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.157263+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.243379+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.247353+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.251475+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.252923+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.258514+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.345456+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.348004+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.351948+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.353120+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.357825+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.448470+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.452524+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.455485+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.456784+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.461350+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.547553+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.549878+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.552099+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.553143+0000 mon.b (mon.2) 251 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.558699+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.647763+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.650378+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.653747+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.655216+0000 mon.b (mon.2) 255 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:49 smithi121 bash[25067]: audit 2023-12-07T15:53:49.661366+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: cephadm 2023-12-07T15:53:48.161798+0000 mgr.y (mgr.15432) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: cephadm 2023-12-07T15:53:48.262093+0000 mgr.y (mgr.15432) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: cephadm 2023-12-07T15:53:48.365018+0000 mgr.y (mgr.15432) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: cephadm 2023-12-07T15:53:48.468408+0000 mgr.y (mgr.15432) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: cephadm 2023-12-07T15:53:48.566917+0000 mgr.y (mgr.15432) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: cephadm 2023-12-07T15:53:48.659411+0000 mgr.y (mgr.15432) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: cluster 2023-12-07T15:53:48.744710+0000 mgr.y (mgr.15432) 82 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:53:50.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:48.753042+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:48.755149+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:48.757113+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:48.757880+0000 mon.b (mon.2) 219 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:48.761558+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: cephadm 2023-12-07T15:53:48.762247+0000 mgr.y (mgr.15432) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:48.845192+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:48.847833+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:48.850931+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:48.852052+0000 mon.b (mon.2) 223 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:48.860247+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: cephadm 2023-12-07T15:53:48.861130+0000 mgr.y (mgr.15432) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:48.945408+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:48.947863+0000 mon.b (mon.2) 225 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:48.950862+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:48.952118+0000 mon.b (mon.2) 227 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:48.959308+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: cephadm 2023-12-07T15:53:48.961843+0000 mgr.y (mgr.15432) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.046404+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.049283+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.052978+0000 mon.b (mon.2) 230 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.054262+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.062022+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: cephadm 2023-12-07T15:53:49.062840+0000 mgr.y (mgr.15432) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.145891+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.148154+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.151459+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.152551+0000 mon.b (mon.2) 235 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.157263+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.243379+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.247353+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.251475+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.252923+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.258514+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.345456+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.348004+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.351948+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.353120+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.357825+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.448470+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.452524+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.455485+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.456784+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.461350+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.547553+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.549878+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.552099+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.553143+0000 mon.b (mon.2) 251 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.558699+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.647763+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.650378+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.653747+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.655216+0000 mon.b (mon.2) 255 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:49 smithi144 bash[25224]: audit 2023-12-07T15:53:49.661366+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.557 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[62133]: debug 2023-12-07T15:53:50.230+0000 7fc6f7cc8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:53:50.557 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[62133]: debug 2023-12-07T15:53:50.342+0000 7fc6f7cc8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:53:50.557 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[62133]: debug 2023-12-07T15:53:50.462+0000 7fc6f7cc8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:53:50.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: cephadm 2023-12-07T15:53:49.159907+0000 mgr.y (mgr.15432) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: cephadm 2023-12-07T15:53:49.260829+0000 mgr.y (mgr.15432) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: cephadm 2023-12-07T15:53:49.362747+0000 mgr.y (mgr.15432) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: cephadm 2023-12-07T15:53:49.463459+0000 mgr.y (mgr.15432) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: cephadm 2023-12-07T15:53:49.560868+0000 mgr.y (mgr.15432) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: cephadm 2023-12-07T15:53:49.664236+0000 mgr.y (mgr.15432) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:49.756188+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:49.759995+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:49.762026+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:49.762842+0000 mon.b (mon.2) 259 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:49.765977+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: cephadm 2023-12-07T15:53:49.766652+0000 mgr.y (mgr.15432) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:49.847005+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:49.850430+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:49.853499+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:49.854721+0000 mon.b (mon.2) 263 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:49.862275+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: cephadm 2023-12-07T15:53:49.863160+0000 mgr.y (mgr.15432) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:49.945173+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:49.947808+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:49.950668+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:49.951835+0000 mon.b (mon.2) 267 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:49.957912+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: cephadm 2023-12-07T15:53:49.960472+0000 mgr.y (mgr.15432) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.042206+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.045582+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.048691+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.049564+0000 mon.b (mon.2) 271 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.054517+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: cephadm 2023-12-07T15:53:50.056704+0000 mgr.y (mgr.15432) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:50.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.135530+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.138513+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.141687+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.142999+0000 mon.b (mon.2) 275 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.152659+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.232733+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.235873+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.239094+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.240349+0000 mon.b (mon.2) 279 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.249003+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.328939+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.331937+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.335329+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.336592+0000 mon.b (mon.2) 283 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.344464+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.425162+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.428018+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.431432+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.432711+0000 mon.b (mon.2) 287 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.440579+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.521622+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.525212+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.529349+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.530569+0000 mon.b (mon.2) 291 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.538788+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.622857+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.625757+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.629300+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.630813+0000 mon.b (mon.2) 295 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:50.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.642297+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:50.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.726170+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:50.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.728991+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:50.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.732882+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:50.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[25224]: audit 2023-12-07T15:53:50.734444+0000 mon.b (mon.2) 299 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: cephadm 2023-12-07T15:53:49.159907+0000 mgr.y (mgr.15432) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: cephadm 2023-12-07T15:53:49.260829+0000 mgr.y (mgr.15432) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: cephadm 2023-12-07T15:53:49.362747+0000 mgr.y (mgr.15432) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: cephadm 2023-12-07T15:53:49.463459+0000 mgr.y (mgr.15432) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: cephadm 2023-12-07T15:53:49.560868+0000 mgr.y (mgr.15432) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: cephadm 2023-12-07T15:53:49.664236+0000 mgr.y (mgr.15432) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:49.756188+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:49.759995+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:49.762026+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:49.762842+0000 mon.b (mon.2) 259 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:49.765977+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: cephadm 2023-12-07T15:53:49.766652+0000 mgr.y (mgr.15432) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:49.847005+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:49.850430+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:49.853499+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:49.854721+0000 mon.b (mon.2) 263 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:49.862275+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: cephadm 2023-12-07T15:53:49.863160+0000 mgr.y (mgr.15432) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:49.945173+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:49.947808+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: cephadm 2023-12-07T15:53:49.159907+0000 mgr.y (mgr.15432) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: cephadm 2023-12-07T15:53:49.260829+0000 mgr.y (mgr.15432) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: cephadm 2023-12-07T15:53:49.362747+0000 mgr.y (mgr.15432) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: cephadm 2023-12-07T15:53:49.463459+0000 mgr.y (mgr.15432) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: cephadm 2023-12-07T15:53:49.560868+0000 mgr.y (mgr.15432) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: cephadm 2023-12-07T15:53:49.664236+0000 mgr.y (mgr.15432) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:49.756188+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:49.759995+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:49.762026+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:49.762842+0000 mon.b (mon.2) 259 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:49.765977+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: cephadm 2023-12-07T15:53:49.766652+0000 mgr.y (mgr.15432) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:49.847005+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:49.850430+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:49.853499+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:49.854721+0000 mon.b (mon.2) 263 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:49.862275+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: cephadm 2023-12-07T15:53:49.863160+0000 mgr.y (mgr.15432) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:49.945173+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:49.947808+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:49.950668+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:49.951835+0000 mon.b (mon.2) 267 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:49.957912+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: cephadm 2023-12-07T15:53:49.960472+0000 mgr.y (mgr.15432) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.042206+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.045582+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.048691+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.049564+0000 mon.b (mon.2) 271 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.054517+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: cephadm 2023-12-07T15:53:50.056704+0000 mgr.y (mgr.15432) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.135530+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.138513+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.141687+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.142999+0000 mon.b (mon.2) 275 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.152659+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.232733+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.235873+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.239094+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.240349+0000 mon.b (mon.2) 279 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.249003+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:49.950668+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:49.951835+0000 mon.b (mon.2) 267 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:49.957912+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: cephadm 2023-12-07T15:53:49.960472+0000 mgr.y (mgr.15432) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.042206+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.045582+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.048691+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.049564+0000 mon.b (mon.2) 271 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.054517+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: cephadm 2023-12-07T15:53:50.056704+0000 mgr.y (mgr.15432) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.135530+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.138513+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.141687+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.142999+0000 mon.b (mon.2) 275 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.152659+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.232733+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.235873+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.239094+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.240349+0000 mon.b (mon.2) 279 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.249003+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.328939+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.331937+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.335329+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.336592+0000 mon.b (mon.2) 283 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.344464+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.425162+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.428018+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.431432+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.432711+0000 mon.b (mon.2) 287 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.440579+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.521622+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.525212+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.529349+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.530569+0000 mon.b (mon.2) 291 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.538788+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.622857+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.625757+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.629300+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.630813+0000 mon.b (mon.2) 295 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.642297+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.726170+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.728991+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.732882+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[25067]: audit 2023-12-07T15:53:50.734444+0000 mon.b (mon.2) 299 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.328939+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.331937+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.335329+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.336592+0000 mon.b (mon.2) 283 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.344464+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.425162+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.428018+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.431432+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.432711+0000 mon.b (mon.2) 287 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.440579+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.521622+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.525212+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.529349+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.530569+0000 mon.b (mon.2) 291 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.538788+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.622857+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.625757+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.629300+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.630813+0000 mon.b (mon.2) 295 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.642297+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.726170+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.728991+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.732882+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:50 smithi121 bash[30890]: audit 2023-12-07T15:53:50.734444+0000 mon.b (mon.2) 299 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.375 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:50 smithi144 bash[62133]: debug 2023-12-07T15:53:50.954+0000 7fc6f7cc8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:53:51.375 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[62133]: debug 2023-12-07T15:53:51.182+0000 7fc6f7cc8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:53:51.876 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[62133]: debug 2023-12-07T15:53:51.654+0000 7fc6f7cc8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:53:51.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: cephadm 2023-12-07T15:53:50.153512+0000 mgr.y (mgr.15432) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: cephadm 2023-12-07T15:53:50.250102+0000 mgr.y (mgr.15432) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: cephadm 2023-12-07T15:53:50.346175+0000 mgr.y (mgr.15432) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: cephadm 2023-12-07T15:53:50.441877+0000 mgr.y (mgr.15432) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: cephadm 2023-12-07T15:53:50.540601+0000 mgr.y (mgr.15432) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: cephadm 2023-12-07T15:53:50.644016+0000 mgr.y (mgr.15432) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: cluster 2023-12-07T15:53:50.745497+0000 mgr.y (mgr.15432) 103 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:53:51.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:50.746024+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: cephadm 2023-12-07T15:53:50.747665+0000 mgr.y (mgr.15432) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:50.829314+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:50.832463+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:50.836568+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:50.838077+0000 mon.b (mon.2) 303 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:50.845331+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: cephadm 2023-12-07T15:53:50.847323+0000 mgr.y (mgr.15432) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:50.932794+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:50.935410+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:50.938561+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:50.939676+0000 mon.b (mon.2) 307 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:50.946573+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: cephadm 2023-12-07T15:53:50.947358+0000 mgr.y (mgr.15432) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.027254+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.030217+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.033125+0000 mon.b (mon.2) 310 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.034296+0000 mon.b (mon.2) 311 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.044496+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: cephadm 2023-12-07T15:53:51.045522+0000 mgr.y (mgr.15432) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:51.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.129503+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.131935+0000 mon.b (mon.2) 313 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.134689+0000 mon.b (mon.2) 314 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.136219+0000 mon.b (mon.2) 315 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.146126+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.226836+0000 mon.b (mon.2) 316 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.230396+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.235082+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.236561+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.244906+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.328755+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.331969+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.335114+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.336537+0000 mon.b (mon.2) 323 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.346128+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.427461+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.432310+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.436881+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.438422+0000 mon.b (mon.2) 327 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.448132+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.533445+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.537546+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.541763+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.543491+0000 mon.b (mon.2) 331 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.553953+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.638015+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.640281+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.643482+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.644486+0000 mon.b (mon.2) 335 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.652417+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:51.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.731720+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:51.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.734914+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:51.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.738728+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:51.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.740306+0000 mon.b (mon.2) 339 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:51.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:51 smithi144 bash[25224]: audit 2023-12-07T15:53:51.747836+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: cephadm 2023-12-07T15:53:50.153512+0000 mgr.y (mgr.15432) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: cephadm 2023-12-07T15:53:50.250102+0000 mgr.y (mgr.15432) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: cephadm 2023-12-07T15:53:50.346175+0000 mgr.y (mgr.15432) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: cephadm 2023-12-07T15:53:50.441877+0000 mgr.y (mgr.15432) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: cephadm 2023-12-07T15:53:50.540601+0000 mgr.y (mgr.15432) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: cephadm 2023-12-07T15:53:50.644016+0000 mgr.y (mgr.15432) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: cluster 2023-12-07T15:53:50.745497+0000 mgr.y (mgr.15432) 103 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:53:52.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:50.746024+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: cephadm 2023-12-07T15:53:50.747665+0000 mgr.y (mgr.15432) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:50.829314+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:50.832463+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:50.836568+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:50.838077+0000 mon.b (mon.2) 303 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:50.845331+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: cephadm 2023-12-07T15:53:50.847323+0000 mgr.y (mgr.15432) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:50.932794+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:50.935410+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:50.938561+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:50.939676+0000 mon.b (mon.2) 307 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:50.946573+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: cephadm 2023-12-07T15:53:50.947358+0000 mgr.y (mgr.15432) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: cephadm 2023-12-07T15:53:50.153512+0000 mgr.y (mgr.15432) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: cephadm 2023-12-07T15:53:50.250102+0000 mgr.y (mgr.15432) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: cephadm 2023-12-07T15:53:50.346175+0000 mgr.y (mgr.15432) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: cephadm 2023-12-07T15:53:50.441877+0000 mgr.y (mgr.15432) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: cephadm 2023-12-07T15:53:50.540601+0000 mgr.y (mgr.15432) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: cephadm 2023-12-07T15:53:50.644016+0000 mgr.y (mgr.15432) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: cluster 2023-12-07T15:53:50.745497+0000 mgr.y (mgr.15432) 103 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:53:52.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:50.746024+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: cephadm 2023-12-07T15:53:50.747665+0000 mgr.y (mgr.15432) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:50.829314+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:50.832463+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:50.836568+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:50.838077+0000 mon.b (mon.2) 303 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:50.845331+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: cephadm 2023-12-07T15:53:50.847323+0000 mgr.y (mgr.15432) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:50.932794+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:50.935410+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:50.938561+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:50.939676+0000 mon.b (mon.2) 307 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:50.946573+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: cephadm 2023-12-07T15:53:50.947358+0000 mgr.y (mgr.15432) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.027254+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.030217+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.033125+0000 mon.b (mon.2) 310 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.034296+0000 mon.b (mon.2) 311 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.044496+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: cephadm 2023-12-07T15:53:51.045522+0000 mgr.y (mgr.15432) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.129503+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.131935+0000 mon.b (mon.2) 313 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.134689+0000 mon.b (mon.2) 314 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.136219+0000 mon.b (mon.2) 315 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.146126+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.226836+0000 mon.b (mon.2) 316 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.230396+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.235082+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.236561+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.244906+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.328755+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.331969+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.335114+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.027254+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.030217+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.033125+0000 mon.b (mon.2) 310 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.034296+0000 mon.b (mon.2) 311 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.044496+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: cephadm 2023-12-07T15:53:51.045522+0000 mgr.y (mgr.15432) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.129503+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.131935+0000 mon.b (mon.2) 313 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.134689+0000 mon.b (mon.2) 314 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.136219+0000 mon.b (mon.2) 315 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.146126+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.226836+0000 mon.b (mon.2) 316 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.230396+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.235082+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.236561+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.244906+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.328755+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.331969+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.335114+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.336537+0000 mon.b (mon.2) 323 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.346128+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.427461+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.432310+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.436881+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.438422+0000 mon.b (mon.2) 327 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.448132+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.533445+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.537546+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.541763+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.543491+0000 mon.b (mon.2) 331 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.553953+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.638015+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.640281+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.643482+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.644486+0000 mon.b (mon.2) 335 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.652417+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.731720+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.734914+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.738728+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.740306+0000 mon.b (mon.2) 339 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[30890]: audit 2023-12-07T15:53:51.747836+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.336537+0000 mon.b (mon.2) 323 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.346128+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.427461+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.432310+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.436881+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.438422+0000 mon.b (mon.2) 327 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.448132+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.533445+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.537546+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.541763+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.543491+0000 mon.b (mon.2) 331 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.553953+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.638015+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.640281+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.643482+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.644486+0000 mon.b (mon.2) 335 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.652417+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.731720+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.734914+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.738728+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.740306+0000 mon.b (mon.2) 339 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:51 smithi121 bash[25067]: audit 2023-12-07T15:53:51.747836+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.867 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[62133]: debug 2023-12-07T15:53:52.170+0000 7fc6f7cc8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:53:52.867 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[62133]: debug 2023-12-07T15:53:52.750+0000 7fc6f7cc8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:53:52.867 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: cephadm 2023-12-07T15:53:51.147363+0000 mgr.y (mgr.15432) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.867 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: cephadm 2023-12-07T15:53:51.247890+0000 mgr.y (mgr.15432) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: cephadm 2023-12-07T15:53:51.347144+0000 mgr.y (mgr.15432) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: cephadm 2023-12-07T15:53:51.449321+0000 mgr.y (mgr.15432) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: cephadm 2023-12-07T15:53:51.555702+0000 mgr.y (mgr.15432) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: cephadm 2023-12-07T15:53:51.653092+0000 mgr.y (mgr.15432) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: cephadm 2023-12-07T15:53:51.750764+0000 mgr.y (mgr.15432) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:51.833117+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:51.836081+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:51.839921+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:51.841216+0000 mon.b (mon.2) 343 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:51.847073+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: cephadm 2023-12-07T15:53:51.849581+0000 mgr.y (mgr.15432) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:51.933322+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:51.935774+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.869 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:51.939171+0000 mon.b (mon.2) 346 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.869 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:51.940180+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.869 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:51.948981+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.869 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: cephadm 2023-12-07T15:53:51.949791+0000 mgr.y (mgr.15432) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.869 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.031295+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.869 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.034060+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.869 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.036895+0000 mon.b (mon.2) 350 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.869 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.037894+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.869 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.046644+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.869 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: cephadm 2023-12-07T15:53:52.047502+0000 mgr.y (mgr.15432) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:52.869 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.130385+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.869 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.134016+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.869 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.137127+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.869 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.138451+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.870 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.148056+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.870 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.233449+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.870 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.236152+0000 mon.b (mon.2) 357 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.870 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.239470+0000 mon.b (mon.2) 358 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.870 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.240577+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.870 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.247232+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.870 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.333766+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.870 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.336453+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.870 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.339603+0000 mon.b (mon.2) 362 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.870 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.340863+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.870 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.349590+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.871 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.434268+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.871 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.437178+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.871 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.441058+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.871 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.442495+0000 mon.b (mon.2) 367 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.871 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.449668+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.871 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.534598+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.871 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.537338+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.871 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.541128+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.871 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.542400+0000 mon.b (mon.2) 371 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.871 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.551795+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.872 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.634732+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.872 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.637683+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.872 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.641130+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.872 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.642615+0000 mon.b (mon.2) 375 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.872 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.651166+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:52.872 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.733981+0000 mon.b (mon.2) 376 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:52.872 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.737235+0000 mon.b (mon.2) 377 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:52.872 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.740381+0000 mon.b (mon.2) 378 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:52.872 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.741463+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:52.872 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[25224]: audit 2023-12-07T15:53:52.747837+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: cephadm 2023-12-07T15:53:51.147363+0000 mgr.y (mgr.15432) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: cephadm 2023-12-07T15:53:51.247890+0000 mgr.y (mgr.15432) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: cephadm 2023-12-07T15:53:51.347144+0000 mgr.y (mgr.15432) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: cephadm 2023-12-07T15:53:51.449321+0000 mgr.y (mgr.15432) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: cephadm 2023-12-07T15:53:51.555702+0000 mgr.y (mgr.15432) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: cephadm 2023-12-07T15:53:51.653092+0000 mgr.y (mgr.15432) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: cephadm 2023-12-07T15:53:51.750764+0000 mgr.y (mgr.15432) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:51.833117+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:51.836081+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:51.839921+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:51.841216+0000 mon.b (mon.2) 343 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:51.847073+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: cephadm 2023-12-07T15:53:51.849581+0000 mgr.y (mgr.15432) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:51.933322+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:51.935774+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:51.939171+0000 mon.b (mon.2) 346 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:51.940180+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:51.948981+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: cephadm 2023-12-07T15:53:51.949791+0000 mgr.y (mgr.15432) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.031295+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: cephadm 2023-12-07T15:53:51.147363+0000 mgr.y (mgr.15432) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: cephadm 2023-12-07T15:53:51.247890+0000 mgr.y (mgr.15432) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: cephadm 2023-12-07T15:53:51.347144+0000 mgr.y (mgr.15432) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: cephadm 2023-12-07T15:53:51.449321+0000 mgr.y (mgr.15432) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: cephadm 2023-12-07T15:53:51.555702+0000 mgr.y (mgr.15432) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: cephadm 2023-12-07T15:53:51.653092+0000 mgr.y (mgr.15432) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: cephadm 2023-12-07T15:53:51.750764+0000 mgr.y (mgr.15432) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:51.833117+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:51.836081+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:51.839921+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:51.841216+0000 mon.b (mon.2) 343 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:51.847073+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: cephadm 2023-12-07T15:53:51.849581+0000 mgr.y (mgr.15432) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:51.933322+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:51.935774+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:51.939171+0000 mon.b (mon.2) 346 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:51.940180+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:51.948981+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: cephadm 2023-12-07T15:53:51.949791+0000 mgr.y (mgr.15432) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.031295+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.034060+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.036895+0000 mon.b (mon.2) 350 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.037894+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.046644+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: cephadm 2023-12-07T15:53:52.047502+0000 mgr.y (mgr.15432) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.130385+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.134016+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.137127+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.138451+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.148056+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.233449+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.236152+0000 mon.b (mon.2) 357 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.239470+0000 mon.b (mon.2) 358 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.240577+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.247232+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.333766+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.336453+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.339603+0000 mon.b (mon.2) 362 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.340863+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.349590+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.034060+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.036895+0000 mon.b (mon.2) 350 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.037894+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.046644+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: cephadm 2023-12-07T15:53:52.047502+0000 mgr.y (mgr.15432) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.130385+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.134016+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.137127+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.138451+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.148056+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.233449+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.236152+0000 mon.b (mon.2) 357 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.239470+0000 mon.b (mon.2) 358 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.240577+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.247232+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.333766+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.336453+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.339603+0000 mon.b (mon.2) 362 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.340863+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.349590+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.434268+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.437178+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.441058+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.442495+0000 mon.b (mon.2) 367 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.449668+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.534598+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.537338+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.541128+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.542400+0000 mon.b (mon.2) 371 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.551795+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.634732+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.637683+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.641130+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.642615+0000 mon.b (mon.2) 375 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.651166+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.733981+0000 mon.b (mon.2) 376 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.737235+0000 mon.b (mon.2) 377 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.740381+0000 mon.b (mon.2) 378 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.741463+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[25067]: audit 2023-12-07T15:53:52.747837+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.434268+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.437178+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.441058+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.442495+0000 mon.b (mon.2) 367 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.449668+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.534598+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.537338+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.541128+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.542400+0000 mon.b (mon.2) 371 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.551795+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.634732+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.637683+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.641130+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.642615+0000 mon.b (mon.2) 375 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.651166+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.733981+0000 mon.b (mon.2) 376 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.737235+0000 mon.b (mon.2) 377 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.740381+0000 mon.b (mon.2) 378 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.741463+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:52 smithi121 bash[30890]: audit 2023-12-07T15:53:52.747837+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.129 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:52 smithi144 bash[62133]: debug 2023-12-07T15:53:52.862+0000 7fc6f7cc8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:53:53.512 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[62133]: debug 2023-12-07T15:53:53.226+0000 7fc6f7cc8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:53:53.512 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[62133]: debug 2023-12-07T15:53:53.350+0000 7fc6f7cc8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:53:53.512 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[62133]: debug 2023-12-07T15:53:53.506+0000 7fc6f7cc8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:53:53.774 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[62133]: debug 2023-12-07T15:53:53.670+0000 7fc6f7cc8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:53:53.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: cephadm 2023-12-07T15:53:52.149248+0000 mgr.y (mgr.15432) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: cephadm 2023-12-07T15:53:52.249558+0000 mgr.y (mgr.15432) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: cephadm 2023-12-07T15:53:52.351305+0000 mgr.y (mgr.15432) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: cephadm 2023-12-07T15:53:52.452547+0000 mgr.y (mgr.15432) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: cephadm 2023-12-07T15:53:52.552514+0000 mgr.y (mgr.15432) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: cephadm 2023-12-07T15:53:52.652272+0000 mgr.y (mgr.15432) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: cluster 2023-12-07T15:53:52.747603+0000 mgr.y (mgr.15432) 124 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T15:53:53.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: cephadm 2023-12-07T15:53:52.749198+0000 mgr.y (mgr.15432) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:52.837954+0000 mon.b (mon.2) 380 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:52.840561+0000 mon.b (mon.2) 381 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:52.843372+0000 mon.b (mon.2) 382 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:52.844448+0000 mon.b (mon.2) 383 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:52.849605+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: cephadm 2023-12-07T15:53:52.850338+0000 mgr.y (mgr.15432) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:52.933625+0000 mon.b (mon.2) 384 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:52.936598+0000 mon.b (mon.2) 385 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:52.939900+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:52.941323+0000 mon.b (mon.2) 387 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:52.947482+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: cephadm 2023-12-07T15:53:52.949489+0000 mgr.y (mgr.15432) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.033271+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.037521+0000 mon.b (mon.2) 389 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.041531+0000 mon.b (mon.2) 390 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.043006+0000 mon.b (mon.2) 391 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.055017+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: cephadm 2023-12-07T15:53:53.057453+0000 mgr.y (mgr.15432) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:53.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.139381+0000 mon.b (mon.2) 392 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.142202+0000 mon.b (mon.2) 393 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.145299+0000 mon.b (mon.2) 394 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.146265+0000 mon.b (mon.2) 395 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.152068+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.237268+0000 mon.b (mon.2) 396 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.239632+0000 mon.b (mon.2) 397 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.242378+0000 mon.b (mon.2) 398 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.243574+0000 mon.b (mon.2) 399 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.250056+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.368310+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.371176+0000 mon.b (mon.2) 401 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.374254+0000 mon.b (mon.2) 402 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.375476+0000 mon.b (mon.2) 403 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.381349+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.464067+0000 mon.b (mon.2) 404 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.466642+0000 mon.b (mon.2) 405 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.469708+0000 mon.b (mon.2) 406 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.470728+0000 mon.b (mon.2) 407 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.475629+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.556304+0000 mon.b (mon.2) 408 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.559260+0000 mon.b (mon.2) 409 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.562240+0000 mon.b (mon.2) 410 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.563169+0000 mon.b (mon.2) 411 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.570132+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.651031+0000 mon.b (mon.2) 412 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.653612+0000 mon.b (mon.2) 413 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.657055+0000 mon.b (mon.2) 414 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.658053+0000 mon.b (mon.2) 415 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:53.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.664897+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:53.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.753521+0000 mon.b (mon.2) 416 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:53.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.756349+0000 mon.b (mon.2) 417 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:53.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.759971+0000 mon.b (mon.2) 418 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:53.843 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[25224]: audit 2023-12-07T15:53:53.761087+0000 mon.b (mon.2) 419 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.056 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:53 smithi144 bash[62133]: debug 2023-12-07T15:53:53.834+0000 7fc6f7cc8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:53:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: cephadm 2023-12-07T15:53:52.149248+0000 mgr.y (mgr.15432) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: cephadm 2023-12-07T15:53:52.249558+0000 mgr.y (mgr.15432) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: cephadm 2023-12-07T15:53:52.351305+0000 mgr.y (mgr.15432) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: cephadm 2023-12-07T15:53:52.452547+0000 mgr.y (mgr.15432) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: cephadm 2023-12-07T15:53:52.552514+0000 mgr.y (mgr.15432) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: cephadm 2023-12-07T15:53:52.652272+0000 mgr.y (mgr.15432) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: cluster 2023-12-07T15:53:52.747603+0000 mgr.y (mgr.15432) 124 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T15:53:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: cephadm 2023-12-07T15:53:52.749198+0000 mgr.y (mgr.15432) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:52.837954+0000 mon.b (mon.2) 380 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:52.840561+0000 mon.b (mon.2) 381 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:52.843372+0000 mon.b (mon.2) 382 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:52.844448+0000 mon.b (mon.2) 383 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:52.849605+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: cephadm 2023-12-07T15:53:52.850338+0000 mgr.y (mgr.15432) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:52.933625+0000 mon.b (mon.2) 384 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:52.936598+0000 mon.b (mon.2) 385 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:52.939900+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:52.941323+0000 mon.b (mon.2) 387 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:52.947482+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: cephadm 2023-12-07T15:53:52.949489+0000 mgr.y (mgr.15432) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.033271+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.037521+0000 mon.b (mon.2) 389 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.041531+0000 mon.b (mon.2) 390 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.043006+0000 mon.b (mon.2) 391 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.055017+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: cephadm 2023-12-07T15:53:53.057453+0000 mgr.y (mgr.15432) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.139381+0000 mon.b (mon.2) 392 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.142202+0000 mon.b (mon.2) 393 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.145299+0000 mon.b (mon.2) 394 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.146265+0000 mon.b (mon.2) 395 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.152068+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.237268+0000 mon.b (mon.2) 396 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.239632+0000 mon.b (mon.2) 397 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.242378+0000 mon.b (mon.2) 398 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.243574+0000 mon.b (mon.2) 399 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.250056+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.368310+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.371176+0000 mon.b (mon.2) 401 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.374254+0000 mon.b (mon.2) 402 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.375476+0000 mon.b (mon.2) 403 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.381349+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.464067+0000 mon.b (mon.2) 404 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.466642+0000 mon.b (mon.2) 405 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.469708+0000 mon.b (mon.2) 406 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.470728+0000 mon.b (mon.2) 407 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.475629+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.556304+0000 mon.b (mon.2) 408 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.559260+0000 mon.b (mon.2) 409 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.562240+0000 mon.b (mon.2) 410 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.563169+0000 mon.b (mon.2) 411 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.570132+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.651031+0000 mon.b (mon.2) 412 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.653612+0000 mon.b (mon.2) 413 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.657055+0000 mon.b (mon.2) 414 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.658053+0000 mon.b (mon.2) 415 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.664897+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.753521+0000 mon.b (mon.2) 416 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.756349+0000 mon.b (mon.2) 417 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.759971+0000 mon.b (mon.2) 418 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[30890]: audit 2023-12-07T15:53:53.761087+0000 mon.b (mon.2) 419 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: cephadm 2023-12-07T15:53:52.149248+0000 mgr.y (mgr.15432) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: cephadm 2023-12-07T15:53:52.249558+0000 mgr.y (mgr.15432) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: cephadm 2023-12-07T15:53:52.351305+0000 mgr.y (mgr.15432) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: cephadm 2023-12-07T15:53:52.452547+0000 mgr.y (mgr.15432) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: cephadm 2023-12-07T15:53:52.552514+0000 mgr.y (mgr.15432) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: cephadm 2023-12-07T15:53:52.652272+0000 mgr.y (mgr.15432) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: cluster 2023-12-07T15:53:52.747603+0000 mgr.y (mgr.15432) 124 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T15:53:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: cephadm 2023-12-07T15:53:52.749198+0000 mgr.y (mgr.15432) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:52.837954+0000 mon.b (mon.2) 380 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:52.840561+0000 mon.b (mon.2) 381 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:52.843372+0000 mon.b (mon.2) 382 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:52.844448+0000 mon.b (mon.2) 383 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:52.849605+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: cephadm 2023-12-07T15:53:52.850338+0000 mgr.y (mgr.15432) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:52.933625+0000 mon.b (mon.2) 384 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:52.936598+0000 mon.b (mon.2) 385 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:52.939900+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:52.941323+0000 mon.b (mon.2) 387 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:52.947482+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: cephadm 2023-12-07T15:53:52.949489+0000 mgr.y (mgr.15432) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.033271+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.037521+0000 mon.b (mon.2) 389 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.041531+0000 mon.b (mon.2) 390 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.043006+0000 mon.b (mon.2) 391 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.055017+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: cephadm 2023-12-07T15:53:53.057453+0000 mgr.y (mgr.15432) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.139381+0000 mon.b (mon.2) 392 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.142202+0000 mon.b (mon.2) 393 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.145299+0000 mon.b (mon.2) 394 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.146265+0000 mon.b (mon.2) 395 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.152068+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.237268+0000 mon.b (mon.2) 396 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.239632+0000 mon.b (mon.2) 397 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.242378+0000 mon.b (mon.2) 398 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.243574+0000 mon.b (mon.2) 399 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.250056+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.368310+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.371176+0000 mon.b (mon.2) 401 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.374254+0000 mon.b (mon.2) 402 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.375476+0000 mon.b (mon.2) 403 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.381349+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.464067+0000 mon.b (mon.2) 404 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.466642+0000 mon.b (mon.2) 405 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.469708+0000 mon.b (mon.2) 406 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.470728+0000 mon.b (mon.2) 407 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.475629+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.556304+0000 mon.b (mon.2) 408 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.559260+0000 mon.b (mon.2) 409 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.562240+0000 mon.b (mon.2) 410 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.563169+0000 mon.b (mon.2) 411 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.570132+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.651031+0000 mon.b (mon.2) 412 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.653612+0000 mon.b (mon.2) 413 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.657055+0000 mon.b (mon.2) 414 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.658053+0000 mon.b (mon.2) 415 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.664897+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.753521+0000 mon.b (mon.2) 416 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.756349+0000 mon.b (mon.2) 417 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.759971+0000 mon.b (mon.2) 418 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:53 smithi121 bash[25067]: audit 2023-12-07T15:53:53.761087+0000 mon.b (mon.2) 419 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.375 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[62133]: debug 2023-12-07T15:53:54.054+0000 7fc6f7cc8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:53:54.375 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[62133]: debug 2023-12-07T15:53:54.222+0000 7fc6f7cc8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:53:54.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: cephadm 2023-12-07T15:53:53.152836+0000 mgr.y (mgr.15432) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: cephadm 2023-12-07T15:53:53.251767+0000 mgr.y (mgr.15432) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: cephadm 2023-12-07T15:53:53.384138+0000 mgr.y (mgr.15432) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: cephadm 2023-12-07T15:53:53.478217+0000 mgr.y (mgr.15432) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: cephadm 2023-12-07T15:53:53.571421+0000 mgr.y (mgr.15432) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: cephadm 2023-12-07T15:53:53.667330+0000 mgr.y (mgr.15432) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:53.766704+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: cephadm 2023-12-07T15:53:53.767711+0000 mgr.y (mgr.15432) 135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:53.857264+0000 mon.b (mon.2) 420 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:53.860069+0000 mon.b (mon.2) 421 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:53.863257+0000 mon.b (mon.2) 422 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:53.864476+0000 mon.b (mon.2) 423 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:53.875000+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: cephadm 2023-12-07T15:53:53.875881+0000 mgr.y (mgr.15432) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:53.957360+0000 mon.b (mon.2) 424 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:53.960725+0000 mon.b (mon.2) 425 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:53.964001+0000 mon.b (mon.2) 426 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:53.965248+0000 mon.b (mon.2) 427 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:53.973619+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: cephadm 2023-12-07T15:53:53.976561+0000 mgr.y (mgr.15432) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.059277+0000 mon.b (mon.2) 428 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.061880+0000 mon.b (mon.2) 429 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.064465+0000 mon.b (mon.2) 430 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.065515+0000 mon.b (mon.2) 431 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.075012+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: cephadm 2023-12-07T15:53:54.076263+0000 mgr.y (mgr.15432) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:54.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.242069+0000 mon.b (mon.2) 432 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.244920+0000 mon.b (mon.2) 433 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.248525+0000 mon.b (mon.2) 434 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.249910+0000 mon.b (mon.2) 435 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.258523+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.342354+0000 mon.b (mon.2) 436 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.344932+0000 mon.b (mon.2) 437 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.347834+0000 mon.b (mon.2) 438 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.348860+0000 mon.b (mon.2) 439 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.358581+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.440542+0000 mon.b (mon.2) 440 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.443198+0000 mon.b (mon.2) 441 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.446636+0000 mon.b (mon.2) 442 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.447992+0000 mon.b (mon.2) 443 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.457776+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.542956+0000 mon.b (mon.2) 444 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.546196+0000 mon.b (mon.2) 445 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.549598+0000 mon.b (mon.2) 446 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:54.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.551116+0000 mon.b (mon.2) 447 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:54.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.559931+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.573392+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.584522+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.593396+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:54.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.631231+0000 mon.b (mon.2) 448 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:54.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.633977+0000 mon.b (mon.2) 449 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:54.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.635831+0000 mon.b (mon.2) 450 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T15:53:54.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:54 smithi144 bash[25224]: audit 2023-12-07T15:53:54.637068+0000 mon.b (mon.2) 451 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-07T15:53:55.040 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:53:54] "GET /metrics HTTP/1.1" 200 38245 "" "Prometheus/2.33.4" 2023-12-07T15:53:55.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: cephadm 2023-12-07T15:53:53.152836+0000 mgr.y (mgr.15432) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: cephadm 2023-12-07T15:53:53.251767+0000 mgr.y (mgr.15432) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: cephadm 2023-12-07T15:53:53.384138+0000 mgr.y (mgr.15432) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: cephadm 2023-12-07T15:53:53.478217+0000 mgr.y (mgr.15432) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: cephadm 2023-12-07T15:53:53.571421+0000 mgr.y (mgr.15432) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: cephadm 2023-12-07T15:53:53.667330+0000 mgr.y (mgr.15432) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:53.766704+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: cephadm 2023-12-07T15:53:53.767711+0000 mgr.y (mgr.15432) 135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:53.857264+0000 mon.b (mon.2) 420 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:55.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:53.860069+0000 mon.b (mon.2) 421 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:55.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:53.863257+0000 mon.b (mon.2) 422 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:55.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:53.864476+0000 mon.b (mon.2) 423 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:55.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:53.875000+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: cephadm 2023-12-07T15:53:53.875881+0000 mgr.y (mgr.15432) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:53.957360+0000 mon.b (mon.2) 424 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:55.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:53.960725+0000 mon.b (mon.2) 425 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:55.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:53.964001+0000 mon.b (mon.2) 426 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:55.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:53.965248+0000 mon.b (mon.2) 427 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:55.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:53.973619+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: cephadm 2023-12-07T15:53:53.976561+0000 mgr.y (mgr.15432) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.059277+0000 mon.b (mon.2) 428 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:55.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: cephadm 2023-12-07T15:53:53.152836+0000 mgr.y (mgr.15432) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: cephadm 2023-12-07T15:53:53.251767+0000 mgr.y (mgr.15432) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: cephadm 2023-12-07T15:53:53.384138+0000 mgr.y (mgr.15432) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: cephadm 2023-12-07T15:53:53.478217+0000 mgr.y (mgr.15432) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: cephadm 2023-12-07T15:53:53.571421+0000 mgr.y (mgr.15432) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: cephadm 2023-12-07T15:53:53.667330+0000 mgr.y (mgr.15432) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:53.766704+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: cephadm 2023-12-07T15:53:53.767711+0000 mgr.y (mgr.15432) 135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:53.857264+0000 mon.b (mon.2) 420 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:55.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:53.860069+0000 mon.b (mon.2) 421 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:55.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:53.863257+0000 mon.b (mon.2) 422 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:55.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:53.864476+0000 mon.b (mon.2) 423 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:55.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:53.875000+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: cephadm 2023-12-07T15:53:53.875881+0000 mgr.y (mgr.15432) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:53.957360+0000 mon.b (mon.2) 424 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:55.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:53.960725+0000 mon.b (mon.2) 425 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:55.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:53.964001+0000 mon.b (mon.2) 426 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:55.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:53.965248+0000 mon.b (mon.2) 427 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:55.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:53.973619+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: cephadm 2023-12-07T15:53:53.976561+0000 mgr.y (mgr.15432) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.059277+0000 mon.b (mon.2) 428 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:55.043 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.061880+0000 mon.b (mon.2) 429 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:55.043 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.064465+0000 mon.b (mon.2) 430 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:55.043 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.065515+0000 mon.b (mon.2) 431 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:55.043 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.075012+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.043 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: cephadm 2023-12-07T15:53:54.076263+0000 mgr.y (mgr.15432) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.242069+0000 mon.b (mon.2) 432 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:55.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.244920+0000 mon.b (mon.2) 433 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:55.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.248525+0000 mon.b (mon.2) 434 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:55.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.249910+0000 mon.b (mon.2) 435 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:55.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.258523+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.342354+0000 mon.b (mon.2) 436 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:55.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.344932+0000 mon.b (mon.2) 437 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:55.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.347834+0000 mon.b (mon.2) 438 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:55.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.348860+0000 mon.b (mon.2) 439 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:55.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.358581+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.440542+0000 mon.b (mon.2) 440 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:55.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.443198+0000 mon.b (mon.2) 441 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:55.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.446636+0000 mon.b (mon.2) 442 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:55.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.447992+0000 mon.b (mon.2) 443 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:55.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.457776+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.542956+0000 mon.b (mon.2) 444 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:55.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.546196+0000 mon.b (mon.2) 445 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:55.045 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.549598+0000 mon.b (mon.2) 446 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:55.045 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.551116+0000 mon.b (mon.2) 447 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:55.045 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.559931+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.045 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.573392+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.045 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.584522+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.045 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.593396+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.045 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.631231+0000 mon.b (mon.2) 448 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:55.045 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.633977+0000 mon.b (mon.2) 449 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:55.045 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.635831+0000 mon.b (mon.2) 450 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T15:53:55.045 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[25067]: audit 2023-12-07T15:53:54.637068+0000 mon.b (mon.2) 451 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-07T15:53:55.045 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.061880+0000 mon.b (mon.2) 429 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:55.045 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.064465+0000 mon.b (mon.2) 430 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:55.045 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.065515+0000 mon.b (mon.2) 431 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:55.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.075012+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: cephadm 2023-12-07T15:53:54.076263+0000 mgr.y (mgr.15432) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.242069+0000 mon.b (mon.2) 432 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:55.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.244920+0000 mon.b (mon.2) 433 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:55.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.248525+0000 mon.b (mon.2) 434 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:55.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.249910+0000 mon.b (mon.2) 435 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:55.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.258523+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.342354+0000 mon.b (mon.2) 436 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:55.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.344932+0000 mon.b (mon.2) 437 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:55.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.347834+0000 mon.b (mon.2) 438 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:55.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.348860+0000 mon.b (mon.2) 439 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:55.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.358581+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.440542+0000 mon.b (mon.2) 440 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:55.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.443198+0000 mon.b (mon.2) 441 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:55.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.446636+0000 mon.b (mon.2) 442 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:55.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.447992+0000 mon.b (mon.2) 443 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:55.047 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.457776+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.047 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.542956+0000 mon.b (mon.2) 444 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:55.047 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.546196+0000 mon.b (mon.2) 445 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:55.047 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.549598+0000 mon.b (mon.2) 446 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:55.047 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.551116+0000 mon.b (mon.2) 447 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:55.047 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.559931+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.047 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.573392+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.047 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.584522+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.047 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.593396+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:55.047 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.631231+0000 mon.b (mon.2) 448 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:55.047 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.633977+0000 mon.b (mon.2) 449 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:53:55.047 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.635831+0000 mon.b (mon.2) 450 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T15:53:55.047 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:54 smithi121 bash[30890]: audit 2023-12-07T15:53:54.637068+0000 mon.b (mon.2) 451 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-07T15:53:55.876 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[62133]: debug 2023-12-07T15:53:55.562+0000 7fc6f7cc8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:53:55.876 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[62133]: [07/Dec/2023:15:53:55] ENGINE Bus STARTING 2023-12-07T15:53:55.876 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[62133]: CherryPy Checker: 2023-12-07T15:53:55.876 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[62133]: The Application mounted at '' has an empty config. 2023-12-07T15:53:55.876 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[62133]: [07/Dec/2023:15:53:55] ENGINE Serving on http://:::9283 2023-12-07T15:53:55.876 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[62133]: [07/Dec/2023:15:53:55] ENGINE Bus STARTED 2023-12-07T15:53:55.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[25224]: cephadm 2023-12-07T15:53:54.260371+0000 mgr.y (mgr.15432) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[25224]: cephadm 2023-12-07T15:53:54.359652+0000 mgr.y (mgr.15432) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[25224]: cephadm 2023-12-07T15:53:54.461457+0000 mgr.y (mgr.15432) 141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[25224]: cephadm 2023-12-07T15:53:54.564522+0000 mgr.y (mgr.15432) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[25224]: cephadm 2023-12-07T15:53:54.636059+0000 mgr.y (mgr.15432) 143 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-07T15:53:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[25224]: cluster 2023-12-07T15:53:54.748322+0000 mgr.y (mgr.15432) 144 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 961 B/s rd, 0 op/s 2023-12-07T15:53:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[25224]: cluster 2023-12-07T15:53:55.565763+0000 mon.a (mon.0) 1498 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T15:53:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[25224]: cluster 2023-12-07T15:53:55.566001+0000 mon.a (mon.0) 1499 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:53:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[25224]: audit 2023-12-07T15:53:55.572499+0000 mon.b (mon.2) 452 : audit [DBG] from='mgr.? 172.21.15.144:0/1413662363' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:53:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[25224]: audit 2023-12-07T15:53:55.573290+0000 mon.b (mon.2) 453 : audit [DBG] from='mgr.? 172.21.15.144:0/1413662363' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:53:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[25224]: audit 2023-12-07T15:53:55.576225+0000 mon.b (mon.2) 454 : audit [DBG] from='mgr.? 172.21.15.144:0/1413662363' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:53:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:55 smithi144 bash[25224]: audit 2023-12-07T15:53:55.578117+0000 mon.b (mon.2) 455 : audit [DBG] from='mgr.? 172.21.15.144:0/1413662363' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:53:56.050 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[30890]: cephadm 2023-12-07T15:53:54.260371+0000 mgr.y (mgr.15432) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:56.050 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[30890]: cephadm 2023-12-07T15:53:54.359652+0000 mgr.y (mgr.15432) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:56.050 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[30890]: cephadm 2023-12-07T15:53:54.461457+0000 mgr.y (mgr.15432) 141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:56.050 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[30890]: cephadm 2023-12-07T15:53:54.564522+0000 mgr.y (mgr.15432) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:56.051 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[30890]: cephadm 2023-12-07T15:53:54.636059+0000 mgr.y (mgr.15432) 143 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-07T15:53:56.051 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[30890]: cluster 2023-12-07T15:53:54.748322+0000 mgr.y (mgr.15432) 144 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 961 B/s rd, 0 op/s 2023-12-07T15:53:56.051 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[30890]: cluster 2023-12-07T15:53:55.565763+0000 mon.a (mon.0) 1498 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T15:53:56.051 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[30890]: cluster 2023-12-07T15:53:55.566001+0000 mon.a (mon.0) 1499 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:53:56.051 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[30890]: audit 2023-12-07T15:53:55.572499+0000 mon.b (mon.2) 452 : audit [DBG] from='mgr.? 172.21.15.144:0/1413662363' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:53:56.051 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[30890]: audit 2023-12-07T15:53:55.573290+0000 mon.b (mon.2) 453 : audit [DBG] from='mgr.? 172.21.15.144:0/1413662363' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:53:56.051 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[30890]: audit 2023-12-07T15:53:55.576225+0000 mon.b (mon.2) 454 : audit [DBG] from='mgr.? 172.21.15.144:0/1413662363' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:53:56.051 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[30890]: audit 2023-12-07T15:53:55.578117+0000 mon.b (mon.2) 455 : audit [DBG] from='mgr.? 172.21.15.144:0/1413662363' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:53:56.051 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[25067]: cephadm 2023-12-07T15:53:54.260371+0000 mgr.y (mgr.15432) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:56.051 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[25067]: cephadm 2023-12-07T15:53:54.359652+0000 mgr.y (mgr.15432) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:56.051 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[25067]: cephadm 2023-12-07T15:53:54.461457+0000 mgr.y (mgr.15432) 141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:56.051 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[25067]: cephadm 2023-12-07T15:53:54.564522+0000 mgr.y (mgr.15432) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:53:56.051 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[25067]: cephadm 2023-12-07T15:53:54.636059+0000 mgr.y (mgr.15432) 143 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-07T15:53:56.051 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[25067]: cluster 2023-12-07T15:53:54.748322+0000 mgr.y (mgr.15432) 144 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 961 B/s rd, 0 op/s 2023-12-07T15:53:56.051 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[25067]: cluster 2023-12-07T15:53:55.565763+0000 mon.a (mon.0) 1498 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T15:53:56.052 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[25067]: cluster 2023-12-07T15:53:55.566001+0000 mon.a (mon.0) 1499 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:53:56.052 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[25067]: audit 2023-12-07T15:53:55.572499+0000 mon.b (mon.2) 452 : audit [DBG] from='mgr.? 172.21.15.144:0/1413662363' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:53:56.052 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[25067]: audit 2023-12-07T15:53:55.573290+0000 mon.b (mon.2) 453 : audit [DBG] from='mgr.? 172.21.15.144:0/1413662363' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:53:56.052 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[25067]: audit 2023-12-07T15:53:55.576225+0000 mon.b (mon.2) 454 : audit [DBG] from='mgr.? 172.21.15.144:0/1413662363' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:53:56.052 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:55 smithi121 bash[25067]: audit 2023-12-07T15:53:55.578117+0000 mon.b (mon.2) 455 : audit [DBG] from='mgr.? 172.21.15.144:0/1413662363' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:53:57.056 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:56 smithi144 bash[25224]: cluster 2023-12-07T15:53:55.789660+0000 mon.a (mon.0) 1500 : cluster [DBG] mgrmap e33: y(active, since 29s), standbys: x 2023-12-07T15:53:57.056 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:56 smithi144 bash[25224]: audit 2023-12-07T15:53:55.884177+0000 mgr.y (mgr.15432) 145 : audit [DBG] from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:53:57.056 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:56 smithi144 bash[25224]: audit 2023-12-07T15:53:56.763130+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:57.056 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:56 smithi144 bash[25224]: audit 2023-12-07T15:53:56.769293+0000 mon.b (mon.2) 456 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:53:57.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:56 smithi121 bash[30890]: cluster 2023-12-07T15:53:55.789660+0000 mon.a (mon.0) 1500 : cluster [DBG] mgrmap e33: y(active, since 29s), standbys: x 2023-12-07T15:53:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:56 smithi121 bash[30890]: audit 2023-12-07T15:53:55.884177+0000 mgr.y (mgr.15432) 145 : audit [DBG] from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:53:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:56 smithi121 bash[30890]: audit 2023-12-07T15:53:56.763130+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:56 smithi121 bash[30890]: audit 2023-12-07T15:53:56.769293+0000 mon.b (mon.2) 456 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:53:57.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:56 smithi121 bash[25067]: cluster 2023-12-07T15:53:55.789660+0000 mon.a (mon.0) 1500 : cluster [DBG] mgrmap e33: y(active, since 29s), standbys: x 2023-12-07T15:53:57.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:56 smithi121 bash[25067]: audit 2023-12-07T15:53:55.884177+0000 mgr.y (mgr.15432) 145 : audit [DBG] from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:53:57.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:56 smithi121 bash[25067]: audit 2023-12-07T15:53:56.763130+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:57.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:56 smithi121 bash[25067]: audit 2023-12-07T15:53:56.769293+0000 mon.b (mon.2) 456 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:53:58.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:57 smithi144 bash[25224]: cluster 2023-12-07T15:53:56.749065+0000 mgr.y (mgr.15432) 146 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:53:58.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:57 smithi144 bash[25224]: audit 2023-12-07T15:53:57.566657+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:58.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:57 smithi144 bash[25224]: audit 2023-12-07T15:53:57.573877+0000 mon.b (mon.2) 457 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:53:58.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:57 smithi144 bash[25224]: audit 2023-12-07T15:53:57.575204+0000 mon.b (mon.2) 458 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:53:58.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:57 smithi144 bash[25224]: audit 2023-12-07T15:53:57.576588+0000 mon.b (mon.2) 459 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:57 smithi144 bash[25224]: audit 2023-12-07T15:53:57.638246+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:57 smithi144 bash[25224]: audit 2023-12-07T15:53:57.651788+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:57 smithi144 bash[25224]: audit 2023-12-07T15:53:57.663540+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:57 smithi121 bash[25067]: cluster 2023-12-07T15:53:56.749065+0000 mgr.y (mgr.15432) 146 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:53:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:57 smithi121 bash[25067]: audit 2023-12-07T15:53:57.566657+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:57 smithi121 bash[25067]: audit 2023-12-07T15:53:57.573877+0000 mon.b (mon.2) 457 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:53:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:57 smithi121 bash[25067]: audit 2023-12-07T15:53:57.575204+0000 mon.b (mon.2) 458 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:53:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:57 smithi121 bash[25067]: audit 2023-12-07T15:53:57.576588+0000 mon.b (mon.2) 459 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:57 smithi121 bash[25067]: audit 2023-12-07T15:53:57.638246+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:57 smithi121 bash[25067]: audit 2023-12-07T15:53:57.651788+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:57 smithi121 bash[25067]: audit 2023-12-07T15:53:57.663540+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:57 smithi121 bash[30890]: cluster 2023-12-07T15:53:56.749065+0000 mgr.y (mgr.15432) 146 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:53:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:57 smithi121 bash[30890]: audit 2023-12-07T15:53:57.566657+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:57 smithi121 bash[30890]: audit 2023-12-07T15:53:57.573877+0000 mon.b (mon.2) 457 : audit [INF] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:53:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:57 smithi121 bash[30890]: audit 2023-12-07T15:53:57.575204+0000 mon.b (mon.2) 458 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:53:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:57 smithi121 bash[30890]: audit 2023-12-07T15:53:57.576588+0000 mon.b (mon.2) 459 : audit [DBG] from='mgr.15432 172.21.15.121:0/2791700439' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:57 smithi121 bash[30890]: audit 2023-12-07T15:53:57.638246+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:57 smithi121 bash[30890]: audit 2023-12-07T15:53:57.651788+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:57 smithi121 bash[30890]: audit 2023-12-07T15:53:57.663540+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.15432 ' entity='mgr.y' 2023-12-07T15:53:58.875 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:53:58 smithi144 bash[61561]: ts=2023-12-07T15:53: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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:53:59.342 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:59 smithi121 bash[30890]: cephadm 2023-12-07T15:53:57.558505+0000 mgr.y (mgr.15432) 147 : cephadm [INF] Upgrade: Updating mon.a 2023-12-07T15:53:59.342 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:53:59 smithi121 bash[30890]: cephadm 2023-12-07T15:53:57.576463+0000 mgr.y (mgr.15432) 148 : cephadm [INF] Deploying daemon mon.a on smithi121 2023-12-07T15:53:59.342 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:59 smithi121 bash[25067]: cephadm 2023-12-07T15:53:57.558505+0000 mgr.y (mgr.15432) 147 : cephadm [INF] Upgrade: Updating mon.a 2023-12-07T15:53:59.343 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:53:59 smithi121 bash[25067]: cephadm 2023-12-07T15:53:57.576463+0000 mgr.y (mgr.15432) 148 : cephadm [INF] Deploying daemon mon.a on smithi121 2023-12-07T15:53:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:59 smithi144 bash[25224]: cephadm 2023-12-07T15:53:57.558505+0000 mgr.y (mgr.15432) 147 : cephadm [INF] Upgrade: Updating mon.a 2023-12-07T15:53:59.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:53:59 smithi144 bash[25224]: cephadm 2023-12-07T15:53:57.576463+0000 mgr.y (mgr.15432) 148 : cephadm [INF] Deploying daemon mon.a on smithi121 2023-12-07T15:54:00.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:00 smithi144 bash[25224]: cluster 2023-12-07T15:53:58.750831+0000 mgr.y (mgr.15432) 149 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:00.279 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:54:00.415 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:00 smithi121 bash[30890]: cluster 2023-12-07T15:53:58.750831+0000 mgr.y (mgr.15432) 149 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:00.415 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:00 smithi121 bash[25067]: cluster 2023-12-07T15:53:58.750831+0000 mgr.y (mgr.15432) 149 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:00.776 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:00 smithi121 systemd[1]: Stopping Ceph mon.a for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:54:00.776 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:00 smithi121 bash[25067]: debug 2023-12-07T15:54:00.629+0000 7f2555258700 -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 2023-12-07T15:54:00.776 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:00 smithi121 bash[25067]: debug 2023-12-07T15:54:00.629+0000 7f2555258700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-07T15:54:01.086 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:54:01.086 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 16s ago 15m - - 2023-12-07T15:54:01.086 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 3s ago 15m - - 2023-12-07T15:54:01.086 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (2m) 16s ago 8m 16.4M - 0.23.0 ba2b418f427c 967bceda37f6 2023-12-07T15:54:01.087 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (68s) 3s ago 8m 43.7M - 8.3.5 dad864ee21e9 f9c66575cb4a 2023-12-07T15:54:01.087 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (27s) 16s ago 6m 44.0M - 3.5 e1d6a67b021e 5b982a4ff84a 2023-12-07T15:54:01.087 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283,8765 running (16s) 3s ago 14m 429M - 19.0.0-13-ge6605fb8 104f332cd0a9 b518ffbe0a91 2023-12-07T15:54:01.087 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:8443,9283,8765 running (44s) 16s ago 16m 483M - 19.0.0-13-ge6605fb8 104f332cd0a9 104d769d2d66 2023-12-07T15:54:01.087 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (16m) 16s ago 17m 67.3M 2048M 17.2.0 e1d6a67b021e dadf16c82d85 2023-12-07T15:54:01.087 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (15m) 3s ago 15m 56.4M 2048M 17.2.0 e1d6a67b021e bf4a92f34a8a 2023-12-07T15:54:01.087 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (15m) 16s ago 15m 53.0M 2048M 17.2.0 e1d6a67b021e 69551a55e526 2023-12-07T15:54:01.087 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (2m) 16s ago 9m 11.0M - 1.3.1 1dbe0e931976 20eca3d71286 2023-12-07T15:54:01.087 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (93s) 3s ago 9m 11.1M - 1.3.1 1dbe0e931976 0024f19bccdb 2023-12-07T15:54:01.087 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (14m) 16s ago 14m 58.5M 4096M 17.2.0 e1d6a67b021e 4fb66fb6c0ed 2023-12-07T15:54:01.087 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (13m) 16s ago 13m 59.7M 4096M 17.2.0 e1d6a67b021e c7b798ef591a 2023-12-07T15:54:01.087 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (13m) 16s ago 13m 53.4M 4096M 17.2.0 e1d6a67b021e d81a11d9b9ac 2023-12-07T15:54:01.087 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (12m) 16s ago 12m 58.7M 4096M 17.2.0 e1d6a67b021e beeb25b302ec 2023-12-07T15:54:01.087 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (11m) 3s ago 11m 58.1M 4096M 17.2.0 e1d6a67b021e ca8ac3f41b1a 2023-12-07T15:54:01.087 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (11m) 3s ago 11m 54.8M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:54:01.087 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (10m) 3s ago 10m 53.5M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:54:01.088 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (10m) 3s ago 10m 58.2M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:54:01.088 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (23s) 3s ago 9m 49.3M - 2.33.4 514e6a882f6e 64f00ffdc6cb 2023-12-07T15:54:01.088 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (6m) 16s ago 6m 86.5M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:54:01.088 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (6m) 3s ago 6m 86.8M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:54:01.088 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (6m) 16s ago 6m 88.5M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:54:01.088 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (6m) 3s ago 6m 87.0M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:54:01.529 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:54:01.529 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:54:01.529 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-07T15:54:01.529 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:54:01.529 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:54:01.529 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T15:54:01.530 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:54:01.530 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:54:01.530 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T15:54:01.530 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:54:01.530 INFO:teuthology.orchestra.run.smithi121.stdout: "mds": {}, 2023-12-07T15:54:01.530 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:54:01.530 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:54:01.530 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:54:01.530 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:54:01.530 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-07T15:54:01.530 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T15:54:01.531 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:54:01.531 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:54:01.683 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:01 smithi121 bash[79046]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mon-a 2023-12-07T15:54:01.683 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:01 smithi121 bash[79239]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mon-a 2023-12-07T15:54:01.684 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:01 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-07T15:54:01.684 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:01 smithi121 systemd[1]: Stopped Ceph mon.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:54:01.946 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:54:01.946 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:54:01.946 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:54:01.946 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T15:54:01.946 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [ 2023-12-07T15:54:01.947 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr" 2023-12-07T15:54:01.947 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T15:54:01.947 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "2/23 daemons upgraded", 2023-12-07T15:54:01.947 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Currently upgrading mon daemons", 2023-12-07T15:54:01.947 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T15:54:01.947 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:54:02.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:01 smithi121 systemd[1]: Started Ceph mon.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:54:02.389 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_OK 2023-12-07T15:54:03.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.333+0000 7f8e7028ac80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-07T15:54:03.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.333+0000 7f8e7028ac80 0 ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev), process ceph-mon, pid 6 2023-12-07T15:54:03.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.333+0000 7f8e7028ac80 0 pidfile_write: ignore empty --pid-file 2023-12-07T15:54:03.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 0 load: jerasure load: lrc 2023-12-07T15:54:03.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: RocksDB version: 7.9.2 2023-12-07T15:54:03.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Git sha 0 2023-12-07T15:54:03.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Compile date 2023-12-05 09:15:47 2023-12-07T15:54:03.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: DB SUMMARY 2023-12-07T15:54:03.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: DB Session ID: 8ZXJTMBPQLBVC2IY0NXK 2023-12-07T15:54:03.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: CURRENT file: CURRENT 2023-12-07T15:54:03.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-07T15:54:03.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 1734 Bytes 2023-12-07T15:54:03.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000042.sst 2023-12-07T15:54:03.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000040.log size: 909953 ; 2023-12-07T15:54:03.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.error_if_exists: 0 2023-12-07T15:54:03.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.create_if_missing: 0 2023-12-07T15:54:03.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.paranoid_checks: 1 2023-12-07T15:54:03.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-07T15:54:03.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T15:54:03.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-07T15:54:03.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.env: 0x55f836138a60 2023-12-07T15:54:03.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-07T15:54:03.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.info_log: 0x55f8385df780 2023-12-07T15:54:03.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-07T15:54:03.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.statistics: (nil) 2023-12-07T15:54:03.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.use_fsync: 0 2023-12-07T15:54:03.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_log_file_size: 0 2023-12-07T15:54:03.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T15:54:03.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T15:54:03.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-07T15:54:03.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-07T15:54:03.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.allow_fallocate: 1 2023-12-07T15:54:03.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-07T15:54:03.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-07T15:54:03.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.use_direct_reads: 0 2023-12-07T15:54:03.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T15:54:03.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-07T15:54:03.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.db_log_dir: 2023-12-07T15:54:03.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.wal_dir: 2023-12-07T15:54:03.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T15:54:03.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T15:54:03.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T15:54:03.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T15:54:03.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T15:54:03.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T15:54:03.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-07T15:54:03.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-07T15:54:03.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.write_buffer_manager: 0x55f8385b2f00 2023-12-07T15:54:03.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T15:54:03.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T15:54:03.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T15:54:03.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-07T15:54:03.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T15:54:03.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-07T15:54:03.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-07T15:54:03.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-07T15:54:03.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.unordered_write: 0 2023-12-07T15:54:03.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T15:54:03.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T15:54:03.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T15:54:03.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T15:54:03.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.row_cache: None 2023-12-07T15:54:03.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.wal_filter: None 2023-12-07T15:54:03.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T15:54:03.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-07T15:54:03.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.two_write_queues: 0 2023-12-07T15:54:03.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-07T15:54:03.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.wal_compression: 0 2023-12-07T15:54:03.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.atomic_flush: 0 2023-12-07T15:54:03.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T15:54:03.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T15:54:03.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T15:54:03.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.log_readahead_size: 0 2023-12-07T15:54:03.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T15:54:03.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-07T15:54:03.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T15:54:03.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T15:54:03.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-07T15:54:03.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-07T15:54:03.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-07T15:54:03.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_background_jobs: 2 2023-12-07T15:54:03.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_background_compactions: -1 2023-12-07T15:54:03.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_subcompactions: 1 2023-12-07T15:54:03.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T15:54:03.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T15:54:03.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T15:54:03.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-07T15:54:03.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T15:54:03.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T15:54:03.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T15:54:03.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T15:54:03.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_open_files: -1 2023-12-07T15:54:03.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-07T15:54:03.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T15:54:03.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T15:54:03.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-07T15:54:03.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_background_flushes: -1 2023-12-07T15:54:03.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Compression algorithms supported: 2023-12-07T15:54:03.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T15:54:03.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: kZSTD supported: 0 2023-12-07T15:54:03.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: kXpressCompression supported: 0 2023-12-07T15:54:03.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-07T15:54:03.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: kZlibCompression supported: 1 2023-12-07T15:54:03.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: kSnappyCompression supported: 1 2023-12-07T15:54:03.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: kLZ4Compression supported: 1 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: kBZip2Compression supported: 0 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.merge_operator: 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compaction_filter: None 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f8385df8a0) 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: cache_index_and_filter_blocks: 1 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: pin_top_level_index_and_filter: 1 2023-12-07T15:54:03.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: index_type: 0 2023-12-07T15:54:03.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: data_block_index_type: 0 2023-12-07T15:54:03.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: index_shortening: 1 2023-12-07T15:54:03.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: data_block_hash_table_util_ratio: 0.750000 2023-12-07T15:54:03.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: checksum: 4 2023-12-07T15:54:03.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: no_block_cache: 0 2023-12-07T15:54:03.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: block_cache: 0x55f838633090 2023-12-07T15:54:03.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: block_cache_name: BinnedLRUCache 2023-12-07T15:54:03.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: block_cache_options: 2023-12-07T15:54:03.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: capacity : 536870912 2023-12-07T15:54:03.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: num_shard_bits : 4 2023-12-07T15:54:03.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: strict_capacity_limit : 0 2023-12-07T15:54:03.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: high_pri_pool_ratio: 0.000 2023-12-07T15:54:03.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: block_cache_compressed: (nil) 2023-12-07T15:54:03.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: persistent_cache: (nil) 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: block_size: 4096 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: block_size_deviation: 10 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: block_restart_interval: 16 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: index_block_restart_interval: 1 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: metadata_block_size: 4096 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: partition_filters: 0 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: use_delta_encoding: 1 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: filter_policy: bloomfilter 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: whole_key_filtering: 1 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: verify_compression: 0 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: read_amp_bytes_per_bit: 0 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: format_version: 5 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: enable_index_compression: 1 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: block_align: 0 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: max_auto_readahead_size: 262144 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: prepopulate_block_cache: 0 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: initial_auto_readahead_size: 8192 2023-12-07T15:54:03.571 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: num_file_reads_for_auto_readahead: 2 2023-12-07T15:54:03.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-07T15:54:03.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-07T15:54:03.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compression: NoCompression 2023-12-07T15:54:03.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-07T15:54:03.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-07T15:54:03.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T15:54:03.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.num_levels: 7 2023-12-07T15:54:03.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T15:54:03.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T15:54:03.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T15:54:03.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T15:54:03.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T15:54:03.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T15:54:03.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T15:54:03.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:54:03.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T15:54:03.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T15:54:03.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-07T15:54:03.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-07T15:54:03.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T15:54:03.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-07T15:54:03.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-07T15:54:03.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T15:54:03.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:54:03.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-07T15:54:03.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T15:54:03.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-07T15:54:03.573 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-07T15:54:03.574 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T15:54:03.574 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T15:54:03.574 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T15:54:03.574 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-07T15:54:03.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T15:54:03.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T15:54:03.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T15:54:03.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T15:54:03.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T15:54:03.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T15:54:03.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T15:54:03.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T15:54:03.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T15:54:03.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T15:54:03.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T15:54:03.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T15:54:03.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T15:54:03.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-07T15:54:03.575 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-07T15:54:03.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T15:54:03.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T15:54:03.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-07T15:54:03.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T15:54:03.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T15:54:03.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T15:54:03.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T15:54:03.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T15:54:03.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T15:54:03.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T15:54:03.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T15:54:03.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T15:54:03.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T15:54:03.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.table_properties_collectors: 2023-12-07T15:54:03.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.inplace_update_support: 0 2023-12-07T15:54:03.576 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T15:54:03.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T15:54:03.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T15:54:03.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T15:54:03.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.bloom_locality: 0 2023-12-07T15:54:03.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.max_successive_merges: 0 2023-12-07T15:54:03.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T15:54:03.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-07T15:54:03.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-07T15:54:03.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-07T15:54:03.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.ttl: 2592000 2023-12-07T15:54:03.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T15:54:03.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-07T15:54:03.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-07T15:54:03.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.enable_blob_files: false 2023-12-07T15:54:03.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.min_blob_size: 0 2023-12-07T15:54:03.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-07T15:54:03.577 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T15:54:03.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T15:54:03.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T15:54:03.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-07T15:54:03.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-07T15:54:03.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-07T15:54:03.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-07T15:54:03.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e6324e700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 42.sst 2023-12-07T15:54:03.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-07T15:54:03.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 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 19763, log_number is 40,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-07T15:54:03.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 40 2023-12-07T15:54:03.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 39db1906-8f75-465b-9d4d-3a3d240ec35a 2023-12-07T15:54:03.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964443351022, "job": 1, "event": "recovery_started", "wal_files": [40]} 2023-12-07T15:54:03.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.345+0000 7f8e7028ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #40 mode 2 2023-12-07T15:54:03.578 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.357+0000 7f8e7028ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964443360264, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 45, "file_size": 878117, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 19757, "largest_seqno": 20860, "table_properties": {"data_size": 873711, "index_size": 1728, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1669, "raw_key_size": 16143, "raw_average_key_size": 24, "raw_value_size": 862826, "raw_average_value_size": 1309, "num_data_blocks": 70, "num_entries": 659, "num_filter_entries": 659, "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": "[]", "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": 1701964443, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "39db1906-8f75-465b-9d4d-3a3d240ec35a", "db_session_id": "8ZXJTMBPQLBVC2IY0NXK", "orig_file_number": 45, "seqno_to_time_mapping": "N/A"}} 2023-12-07T15:54:03.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.357+0000 7f8e7028ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964443360372, "job": 1, "event": "recovery_finished"} 2023-12-07T15:54:03.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.357+0000 7f8e7028ac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 47 2023-12-07T15:54:03.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.357+0000 7f8e7028ac80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-07T15:54:03.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.361+0000 7f8e7028ac80 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 2023-12-07T15:54:03.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.361+0000 7f8e7028ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f8386d2000 2023-12-07T15:54:03.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.361+0000 7f8e7028ac80 4 rocksdb: DB pointer 0x55f8386c0000 2023-12-07T15:54:03.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.361+0000 7f8e5ea45700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-07T15:54:03.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.361+0000 7f8e5ea45700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-07T15:54:03.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: ** DB Stats ** 2023-12-07T15:54:03.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:54:03.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-07T15:54:03.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T15:54:03.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:54:03.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-07T15:54:03.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T15:54:03.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:54:03.579 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: ** Compaction Stats [default] ** 2023-12-07T15:54:03.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: 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) 2023-12-07T15:54:03.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-07T15:54:03.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: L0 1/0 857.54 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 186.8 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-12-07T15:54:03.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: L6 1/0 10.57 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 2023-12-07T15:54:03.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: Sum 2/0 11.40 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 186.8 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-12-07T15:54:03.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 186.8 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-12-07T15:54:03.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: ** Compaction Stats [default] ** 2023-12-07T15:54:03.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: 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) 2023-12-07T15:54:03.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:54:03.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 186.8 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-12-07T15:54:03.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-07T15:54:03.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:54:03.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: Flush(GB): cumulative 0.001, interval 0.001 2023-12-07T15:54:03.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T15:54:03.580 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T15:54:03.581 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T15:54:03.581 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: AddFile(Keys): cumulative 0, interval 0 2023-12-07T15:54:03.581 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: Cumulative compaction: 0.00 GB write, 54.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:54:03.581 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: Interval compaction: 0.00 GB write, 54.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:54:03.581 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-07T15:54:03.581 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: Block cache BinnedLRUCache@0x55f838633090#6 capacity: 512.00 MB usage: 3.61 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2023-12-07T15:54:03.581 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: Block cache entry stats(count,size,portion): FilterBlock(1,1.78 KB,0.000339746%) IndexBlock(1,1.83 KB,0.000348687%) Misc(1,0.00 KB,0%) 2023-12-07T15:54:03.581 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: ** File Read Latency Histogram By Level [default] ** 2023-12-07T15:54:03.581 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.361+0000 7f8e7028ac80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] at bind addrs [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:54:03.581 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.361+0000 7f8e7028ac80 1 mon.a@-1(???) e3 preinit fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:54:03.581 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.361+0000 7f8e7028ac80 0 mon.a@-1(???).mds e1 new map 2023-12-07T15:54:03.581 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.361+0000 7f8e7028ac80 0 mon.a@-1(???).mds e1 print_map 2023-12-07T15:54:03.581 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: e1 2023-12-07T15:54:03.581 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T15:54:03.581 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-07T15:54:03.581 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: legacy client fscid: -1 2023-12-07T15:54:03.582 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: 2023-12-07T15:54:03.582 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: No filesystems configured 2023-12-07T15:54:03.582 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.361+0000 7f8e7028ac80 0 mon.a@-1(???).osd e108 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-07T15:54:03.582 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.361+0000 7f8e7028ac80 0 mon.a@-1(???).osd e108 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T15:54:03.582 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.361+0000 7f8e7028ac80 0 mon.a@-1(???).osd e108 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T15:54:03.582 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.361+0000 7f8e7028ac80 0 mon.a@-1(???).osd e108 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T15:54:03.582 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:03 smithi121 bash[79332]: debug 2023-12-07T15:54:03.365+0000 7f8e7028ac80 1 mon.a@-1(???).paxosservice(auth 1..25) refresh upgraded, format 0 -> 3 2023-12-07T15:54:04.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[75663]: ignoring --setuser ceph since I am not root 2023-12-07T15:54:04.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[75663]: ignoring --setgroup ceph since I am not root 2023-12-07T15:54:04.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[75663]: debug 2023-12-07T15:54:04.081+0000 7f9f4caea700 1 -- 172.21.15.121:0/2857481163 <== mon.1 v2:172.21.15.121:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f65ccb81a0 con 0x55f65da34800 2023-12-07T15:54:04.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[75663]: debug 2023-12-07T15:54:04.241+0000 7f9f56872200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:54:04.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: audit 2023-12-07T15:54:00.260529+0000 mgr.y (mgr.15432) 150 : audit [DBG] from='client.25411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:04.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: audit 2023-12-07T15:54:00.653090+0000 mgr.y (mgr.15432) 151 : audit [DBG] from='client.25417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:04.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: cluster 2023-12-07T15:54:00.751448+0000 mgr.y (mgr.15432) 152 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:04.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: audit 2023-12-07T15:54:01.050915+0000 mgr.y (mgr.15432) 153 : audit [DBG] from='client.25423 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:04.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: audit 2023-12-07T15:54:01.525298+0000 mon.c (mon.1) 113 : audit [DBG] from='client.? 172.21.15.121:0/235146897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:04.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: audit 2023-12-07T15:54:01.941678+0000 mgr.y (mgr.15432) 154 : audit [DBG] from='client.25435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:04.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: audit 2023-12-07T15:54:02.384289+0000 mon.c (mon.1) 114 : audit [DBG] from='client.? 172.21.15.121:0/1564317040' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:54:04.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: cluster 2023-12-07T15:54:02.753061+0000 mgr.y (mgr.15432) 155 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:04.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: cluster 2023-12-07T15:54:03.980936+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-07T15:54:04.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: cluster 2023-12-07T15:54:03.987060+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:54:04.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: cluster 2023-12-07T15:54:03.995793+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T15:54:04.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: cluster 2023-12-07T15:54:03.996892+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-07T15:54:04.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: cluster 2023-12-07T15:54:03.997000+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2023-12-07T15:54:04.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: cluster 2023-12-07T15:54:03.999117+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e33: y(active, since 37s), standbys: x 2023-12-07T15:54:04.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: audit 2023-12-07T15:54:04.017457+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.15432 ' entity='' 2023-12-07T15:54:04.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: cluster 2023-12-07T15:54:04.018338+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e34: y(active, since 37s), standbys: x 2023-12-07T15:54:04.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: cluster 2023-12-07T15:54:04.018388+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-07T15:54:04.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[30890]: audit 2023-12-07T15:54:04.035326+0000 mon.a (mon.0) 10 : audit [INF] from='mgr.15432 ' entity='' 2023-12-07T15:54:04.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: audit 2023-12-07T15:54:00.260529+0000 mgr.y (mgr.15432) 150 : audit 0 from='client.25411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:04.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: audit 2023-12-07T15:54:00.653090+0000 mgr.y (mgr.15432) 151 : audit 0 from='client.25417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:04.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: cluster 2023-12-07T15:54:00.751448+0000 mgr.y (mgr.15432) 152 : cluster 0 pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:04.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: audit 2023-12-07T15:54:01.050915+0000 mgr.y (mgr.15432) 153 : audit 0 from='client.25423 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:04.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: audit 2023-12-07T15:54:01.525298+0000 mon.c (mon.1) 113 : audit 0 from='client.? 172.21.15.121:0/235146897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:04.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: audit 2023-12-07T15:54:01.941678+0000 mgr.y (mgr.15432) 154 : audit 0 from='client.25435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:04.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: audit 2023-12-07T15:54:02.384289+0000 mon.c (mon.1) 114 : audit 0 from='client.? 172.21.15.121:0/1564317040' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:54:04.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: cluster 2023-12-07T15:54:02.753061+0000 mgr.y (mgr.15432) 155 : cluster 0 pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:04.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: cluster 2023-12-07T15:54:03.980936+0000 mon.a (mon.0) 1 : cluster 1 mon.a calling monitor election 2023-12-07T15:54:04.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: cluster 2023-12-07T15:54:03.987060+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:54:04.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: cluster 2023-12-07T15:54:03.995793+0000 mon.a (mon.0) 3 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T15:54:04.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: cluster 2023-12-07T15:54:03.996892+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2023-12-07T15:54:04.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: cluster 2023-12-07T15:54:03.997000+0000 mon.a (mon.0) 5 : cluster 0 osdmap e108: 8 total, 8 up, 8 in 2023-12-07T15:54:04.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: cluster 2023-12-07T15:54:03.999117+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e33: y(active, since 37s), standbys: x 2023-12-07T15:54:04.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: audit 2023-12-07T15:54:04.017457+0000 mon.a (mon.0) 7 : audit 1 from='mgr.15432 ' entity='' 2023-12-07T15:54:04.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: cluster 2023-12-07T15:54:04.018338+0000 mon.a (mon.0) 8 : cluster 0 mgrmap e34: y(active, since 37s), standbys: x 2023-12-07T15:54:04.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: cluster 2023-12-07T15:54:04.018388+0000 mon.a (mon.0) 9 : cluster 1 overall HEALTH_OK 2023-12-07T15:54:04.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:04 smithi121 bash[79332]: audit 2023-12-07T15:54:04.035326+0000 mon.a (mon.0) 10 : audit 1 from='mgr.15432 ' entity='' 2023-12-07T15:54:04.376 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[62133]: ignoring --setuser ceph since I am not root 2023-12-07T15:54:04.376 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[62133]: ignoring --setgroup ceph since I am not root 2023-12-07T15:54:04.376 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[62133]: debug 2023-12-07T15:54:04.081+0000 7f14be18e700 1 -- 172.21.15.144:0/3627006685 <== mon.2 v2:172.21.15.144:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5575b10d81a0 con 0x5575b1e54c00 2023-12-07T15:54:04.376 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[62133]: debug 2023-12-07T15:54:04.241+0000 7f14c7f16200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T15:54:04.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: audit 2023-12-07T15:54:00.260529+0000 mgr.y (mgr.15432) 150 : audit [DBG] from='client.25411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:04.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: audit 2023-12-07T15:54:00.653090+0000 mgr.y (mgr.15432) 151 : audit [DBG] from='client.25417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:04.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: cluster 2023-12-07T15:54:00.751448+0000 mgr.y (mgr.15432) 152 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:04.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: audit 2023-12-07T15:54:01.050915+0000 mgr.y (mgr.15432) 153 : audit [DBG] from='client.25423 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: audit 2023-12-07T15:54:01.525298+0000 mon.c (mon.1) 113 : audit [DBG] from='client.? 172.21.15.121:0/235146897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: audit 2023-12-07T15:54:01.941678+0000 mgr.y (mgr.15432) 154 : audit [DBG] from='client.25435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: audit 2023-12-07T15:54:02.384289+0000 mon.c (mon.1) 114 : audit [DBG] from='client.? 172.21.15.121:0/1564317040' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:54:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: cluster 2023-12-07T15:54:02.753061+0000 mgr.y (mgr.15432) 155 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: cluster 2023-12-07T15:54:03.980936+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-07T15:54:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: cluster 2023-12-07T15:54:03.987060+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:54:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: cluster 2023-12-07T15:54:03.995793+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T15:54:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: cluster 2023-12-07T15:54:03.996892+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-07T15:54:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: cluster 2023-12-07T15:54:03.997000+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2023-12-07T15:54:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: cluster 2023-12-07T15:54:03.999117+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e33: y(active, since 37s), standbys: x 2023-12-07T15:54:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: audit 2023-12-07T15:54:04.017457+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.15432 ' entity='' 2023-12-07T15:54:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: cluster 2023-12-07T15:54:04.018338+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e34: y(active, since 37s), standbys: x 2023-12-07T15:54:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: cluster 2023-12-07T15:54:04.018388+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-07T15:54:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:04 smithi144 bash[25224]: audit 2023-12-07T15:54:04.035326+0000 mon.a (mon.0) 10 : audit [INF] from='mgr.15432 ' entity='' 2023-12-07T15:54:05.560 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:05 smithi121 bash[75663]: debug 2023-12-07T15:54:05.157+0000 7f9f56872200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T15:54:05.561 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:05 smithi121 bash[75663]: debug 2023-12-07T15:54:05.257+0000 7f9f56872200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:54:05.561 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:05 smithi121 bash[75663]: debug 2023-12-07T15:54:05.357+0000 7f9f56872200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:54:05.602 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:05 smithi144 bash[62133]: debug 2023-12-07T15:54:05.129+0000 7f14c7f16200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T15:54:05.602 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:05 smithi144 bash[62133]: debug 2023-12-07T15:54:05.229+0000 7f14c7f16200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T15:54:05.602 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:05 smithi144 bash[62133]: debug 2023-12-07T15:54:05.333+0000 7f14c7f16200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T15:54:05.876 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:05 smithi144 bash[62133]: debug 2023-12-07T15:54:05.597+0000 7f14c7f16200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:54:05.989 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:05 smithi121 bash[75663]: debug 2023-12-07T15:54:05.625+0000 7f9f56872200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:54:05.989 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:05 smithi121 bash[75663]: debug 2023-12-07T15:54:05.981+0000 7f9f56872200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:54:06.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:06 smithi121 bash[75663]: debug 2023-12-07T15:54:06.145+0000 7f9f56872200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:54:06.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:06 smithi121 bash[30890]: cluster 2023-12-07T15:54:05.024524+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e35: y(active, since 38s), standbys: x 2023-12-07T15:54:06.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:06 smithi121 bash[79332]: cluster 2023-12-07T15:54:05.024524+0000 mon.a (mon.0) 11 : cluster 0 mgrmap e35: y(active, since 38s), standbys: x 2023-12-07T15:54:06.324 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:06 smithi144 bash[25224]: cluster 2023-12-07T15:54:05.024524+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e35: y(active, since 38s), standbys: x 2023-12-07T15:54:06.324 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:05 smithi144 bash[62133]: debug 2023-12-07T15:54:05.949+0000 7f14c7f16200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T15:54:06.324 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:06 smithi144 bash[62133]: debug 2023-12-07T15:54:06.109+0000 7f14c7f16200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T15:54:06.625 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:06 smithi144 bash[62133]: debug 2023-12-07T15:54:06.317+0000 7f14c7f16200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:54:06.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:06 smithi121 bash[75663]: debug 2023-12-07T15:54:06.353+0000 7f9f56872200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T15:54:07.627 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:07 smithi144 bash[62133]: debug 2023-12-07T15:54:07.333+0000 7f14c7f16200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:54:07.627 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:07 smithi144 bash[62133]: debug 2023-12-07T15:54:07.445+0000 7f14c7f16200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:54:07.627 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:07 smithi144 bash[62133]: debug 2023-12-07T15:54:07.561+0000 7f14c7f16200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:54:07.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:07 smithi121 bash[75663]: debug 2023-12-07T15:54:07.381+0000 7f9f56872200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T15:54:07.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:07 smithi121 bash[75663]: debug 2023-12-07T15:54:07.493+0000 7f9f56872200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T15:54:07.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:07 smithi121 bash[75663]: debug 2023-12-07T15:54:07.609+0000 7f9f56872200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T15:54:08.375 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:08 smithi144 bash[62133]: debug 2023-12-07T15:54:08.029+0000 7f14c7f16200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:54:08.376 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:08 smithi144 bash[62133]: debug 2023-12-07T15:54:08.253+0000 7f14c7f16200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:54:08.561 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:08 smithi121 bash[75663]: debug 2023-12-07T15:54:08.081+0000 7f9f56872200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T15:54:08.561 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:08 smithi121 bash[75663]: debug 2023-12-07T15:54:08.301+0000 7f9f56872200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T15:54:09.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:08 smithi121 bash[75663]: debug 2023-12-07T15:54:08.749+0000 7f9f56872200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:54:09.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:08 smithi144 bash[62133]: debug 2023-12-07T15:54:08.701+0000 7f14c7f16200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T15:54:09.561 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:09 smithi121 bash[75663]: debug 2023-12-07T15:54:09.241+0000 7f9f56872200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:54:09.625 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:09 smithi144 bash[62133]: debug 2023-12-07T15:54:09.189+0000 7f14c7f16200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T15:54:10.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:09 smithi121 bash[75663]: debug 2023-12-07T15:54:09.789+0000 7f9f56872200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:54:10.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:09 smithi121 bash[75663]: debug 2023-12-07T15:54:09.897+0000 7f9f56872200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:54:10.125 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:09 smithi144 bash[62133]: debug 2023-12-07T15:54:09.737+0000 7f14c7f16200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T15:54:10.126 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:09 smithi144 bash[62133]: debug 2023-12-07T15:54:09.845+0000 7f14c7f16200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T15:54:10.464 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:10 smithi144 bash[62133]: debug 2023-12-07T15:54:10.193+0000 7f14c7f16200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:54:10.465 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:10 smithi144 bash[62133]: debug 2023-12-07T15:54:10.309+0000 7f14c7f16200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:54:10.465 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:10 smithi144 bash[62133]: debug 2023-12-07T15:54:10.461+0000 7f14c7f16200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:54:10.505 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:10 smithi121 bash[75663]: debug 2023-12-07T15:54:10.237+0000 7f9f56872200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T15:54:10.505 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:10 smithi121 bash[75663]: debug 2023-12-07T15:54:10.357+0000 7f9f56872200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T15:54:10.723 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:10 smithi144 bash[62133]: debug 2023-12-07T15:54:10.585+0000 7f14c7f16200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:54:10.723 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:10 smithi144 bash[62133]: debug 2023-12-07T15:54:10.717+0000 7f14c7f16200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:54:10.810 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:10 smithi121 bash[75663]: debug 2023-12-07T15:54:10.497+0000 7f9f56872200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T15:54:10.810 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:10 smithi121 bash[75663]: debug 2023-12-07T15:54:10.613+0000 7f9f56872200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T15:54:10.810 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:10 smithi121 bash[75663]: debug 2023-12-07T15:54:10.737+0000 7f9f56872200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T15:54:11.058 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:10 smithi144 bash[62133]: debug 2023-12-07T15:54:10.921+0000 7f14c7f16200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:54:11.310 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:10 smithi121 bash[75663]: debug 2023-12-07T15:54:10.925+0000 7f9f56872200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T15:54:11.311 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:11 smithi121 bash[75663]: debug 2023-12-07T15:54:11.049+0000 7f9f56872200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:54:11.375 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:11 smithi144 bash[62133]: debug 2023-12-07T15:54:11.053+0000 7f14c7f16200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T15:54:12.553 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[75663]: debug 2023-12-07T15:54:12.281+0000 7f9f56872200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:54:12.553 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[75663]: [07/Dec/2023:15:54:12] ENGINE Bus STARTING 2023-12-07T15:54:12.554 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: debug 2023-12-07T15:54:12.313+0000 7f7075b82700 -1 mon.c@1(peon).osd e109 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-07T15:54:12.554 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: cluster 2023-12-07T15:54:12.295697+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T15:54:12.554 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: cluster 2023-12-07T15:54:12.295867+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:54:12.554 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.301234+0000 mon.b (mon.2) 460 : audit [DBG] from='mgr.? 172.21.15.144:0/3722188825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:54:12.554 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.302537+0000 mon.b (mon.2) 461 : audit [DBG] from='mgr.? 172.21.15.144:0/3722188825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:54:12.554 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.305318+0000 mon.b (mon.2) 462 : audit [DBG] from='mgr.? 172.21.15.144:0/3722188825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:54:12.554 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.305829+0000 mon.b (mon.2) 463 : audit [DBG] from='mgr.? 172.21.15.144:0/3722188825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:54:12.554 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: cluster 2023-12-07T15:54:12.307134+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-07T15:54:12.554 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: cluster 2023-12-07T15:54:12.307863+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-07T15:54:12.554 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: cluster 2023-12-07T15:54:12.321099+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2023-12-07T15:54:12.554 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: cluster 2023-12-07T15:54:12.321532+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e36: y(active, starting, since 0.0138475s), standbys: x 2023-12-07T15:54:12.555 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.335976+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:54:12.555 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.336205+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:54:12.555 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.336416+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:54:12.555 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.338179+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:54:12.555 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.338457+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:54:12.555 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.338717+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:54:12.555 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.339065+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:54:12.555 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.339373+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:54:12.555 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.339642+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:54:12.555 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.339949+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:54:12.555 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.340237+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:54:12.555 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.340506+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:54:12.555 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.340785+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:12.555 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.341088+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:54:12.556 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.341327+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:54:12.556 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[30890]: audit 2023-12-07T15:54:12.341826+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:54:12.556 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: cluster 2023-12-07T15:54:12.295697+0000 mon.a (mon.0) 12 : cluster 0 Standby manager daemon x restarted 2023-12-07T15:54:12.556 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: cluster 2023-12-07T15:54:12.295867+0000 mon.a (mon.0) 13 : cluster 0 Standby manager daemon x started 2023-12-07T15:54:12.556 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.301234+0000 mon.b (mon.2) 460 : audit 0 from='mgr.? 172.21.15.144:0/3722188825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:54:12.556 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.302537+0000 mon.b (mon.2) 461 : audit 0 from='mgr.? 172.21.15.144:0/3722188825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:54:12.556 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.305318+0000 mon.b (mon.2) 462 : audit 0 from='mgr.? 172.21.15.144:0/3722188825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:54:12.556 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.305829+0000 mon.b (mon.2) 463 : audit 0 from='mgr.? 172.21.15.144:0/3722188825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:54:12.556 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: cluster 2023-12-07T15:54:12.307134+0000 mon.a (mon.0) 14 : cluster 1 Active manager daemon y restarted 2023-12-07T15:54:12.556 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: cluster 2023-12-07T15:54:12.307863+0000 mon.a (mon.0) 15 : cluster 1 Activating manager daemon y 2023-12-07T15:54:12.556 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: cluster 2023-12-07T15:54:12.321099+0000 mon.a (mon.0) 16 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-07T15:54:12.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: cluster 2023-12-07T15:54:12.321532+0000 mon.a (mon.0) 17 : cluster 0 mgrmap e36: y(active, starting, since 0.0138475s), standbys: x 2023-12-07T15:54:12.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.335976+0000 mon.c (mon.1) 115 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:54:12.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.336205+0000 mon.c (mon.1) 116 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:54:12.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.336416+0000 mon.c (mon.1) 117 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:54:12.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.338179+0000 mon.c (mon.1) 118 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:54:12.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.338457+0000 mon.c (mon.1) 119 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:54:12.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.338717+0000 mon.c (mon.1) 120 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:54:12.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.339065+0000 mon.c (mon.1) 121 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:54:12.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.339373+0000 mon.c (mon.1) 122 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:54:12.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.339642+0000 mon.c (mon.1) 123 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:54:12.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.339949+0000 mon.c (mon.1) 124 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:54:12.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.340237+0000 mon.c (mon.1) 125 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:54:12.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.340506+0000 mon.c (mon.1) 126 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:54:12.557 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.340785+0000 mon.c (mon.1) 127 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:12.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.341088+0000 mon.c (mon.1) 128 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:54:12.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.341327+0000 mon.c (mon.1) 129 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:54:12.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[79332]: audit 2023-12-07T15:54:12.341826+0000 mon.c (mon.1) 130 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:54:12.558 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[62133]: debug 2023-12-07T15:54:12.289+0000 7f14c7f16200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T15:54:12.558 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[62133]: [07/Dec/2023:15:54:12] ENGINE Bus STARTING 2023-12-07T15:54:12.558 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[62133]: CherryPy Checker: 2023-12-07T15:54:12.558 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[62133]: The Application mounted at '' has an empty config. 2023-12-07T15:54:12.559 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[62133]: [07/Dec/2023:15:54:12] ENGINE Serving on http://:::9283 2023-12-07T15:54:12.559 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[62133]: [07/Dec/2023:15:54:12] ENGINE Bus STARTED 2023-12-07T15:54:12.559 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: debug 2023-12-07T15:54:12.313+0000 7fdfd7db7700 -1 mon.b@2(peon).osd e109 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-07T15:54:12.559 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: cluster 2023-12-07T15:54:12.295697+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x restarted 2023-12-07T15:54:12.559 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: cluster 2023-12-07T15:54:12.295867+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x started 2023-12-07T15:54:12.559 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.301234+0000 mon.b (mon.2) 460 : audit [DBG] from='mgr.? 172.21.15.144:0/3722188825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-07T15:54:12.559 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.302537+0000 mon.b (mon.2) 461 : audit [DBG] from='mgr.? 172.21.15.144:0/3722188825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T15:54:12.559 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.305318+0000 mon.b (mon.2) 462 : audit [DBG] from='mgr.? 172.21.15.144:0/3722188825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-07T15:54:12.559 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.305829+0000 mon.b (mon.2) 463 : audit [DBG] from='mgr.? 172.21.15.144:0/3722188825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T15:54:12.559 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: cluster 2023-12-07T15:54:12.307134+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-07T15:54:12.560 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: cluster 2023-12-07T15:54:12.307863+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-07T15:54:12.560 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: cluster 2023-12-07T15:54:12.321099+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2023-12-07T15:54:12.560 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: cluster 2023-12-07T15:54:12.321532+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e36: y(active, starting, since 0.0138475s), standbys: x 2023-12-07T15:54:12.560 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.335976+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:54:12.560 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.336205+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:54:12.560 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.336416+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:54:12.560 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.338179+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-07T15:54:12.560 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.338457+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-07T15:54:12.560 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.338717+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:54:12.560 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.339065+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:54:12.560 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.339373+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:54:12.560 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.339642+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:54:12.560 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.339949+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:54:12.560 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.340237+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T15:54:12.561 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.340506+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T15:54:12.561 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.340785+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T15:54:12.561 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.341088+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T15:54:12.561 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.341327+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T15:54:12.561 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:12 smithi144 bash[25224]: audit 2023-12-07T15:54:12.341826+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T15:54:12.810 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[75663]: CherryPy Checker: 2023-12-07T15:54:12.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[75663]: The Application mounted at '' has an empty config. 2023-12-07T15:54:12.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[75663]: [07/Dec/2023:15:54:12] ENGINE Serving on http://:::9283 2023-12-07T15:54:12.811 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:12 smithi121 bash[75663]: [07/Dec/2023:15:54:12] ENGINE Bus STARTED 2023-12-07T15:54:13.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: cluster 2023-12-07T15:54:12.324466+0000 osd.4 (osd.4) 3 : cluster [WRN] failed to encode map e109 with expected crc 2023-12-07T15:54:13.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: cluster 2023-12-07T15:54:12.324757+0000 osd.2 (osd.2) 3 : cluster [WRN] failed to encode map e109 with expected crc 2023-12-07T15:54:13.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: cluster 2023-12-07T15:54:12.355504+0000 mon.a (mon.0) 18 : cluster [INF] Manager daemon y is now available 2023-12-07T15:54:13.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: audit 2023-12-07T15:54:12.395981+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:13.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: audit 2023-12-07T15:54:12.402245+0000 mon.c (mon.1) 131 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:13.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: audit 2023-12-07T15:54:12.411144+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:13.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: audit 2023-12-07T15:54:12.411572+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:13.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: audit 2023-12-07T15:54:12.412693+0000 mon.c (mon.1) 133 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:13.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: audit 2023-12-07T15:54:12.413126+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:13.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: audit 2023-12-07T15:54:12.416292+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:13.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: audit 2023-12-07T15:54:12.418038+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:13.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: cephadm 2023-12-07T15:54:12.421611+0000 mgr.y (mgr.25453) 1 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:54:13.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: cephadm 2023-12-07T15:54:12.424662+0000 mgr.y (mgr.25453) 2 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:54:13.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: audit 2023-12-07T15:54:12.452259+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:54:13.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: audit 2023-12-07T15:54:12.459227+0000 mon.c (mon.1) 137 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:54:13.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: audit 2023-12-07T15:54:12.459890+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:54:13.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: audit 2023-12-07T15:54:12.483628+0000 mon.c (mon.1) 138 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:54:13.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: audit 2023-12-07T15:54:12.484156+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:54:13.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: cephadm 2023-12-07T15:54:12.972329+0000 mgr.y (mgr.25453) 3 : cephadm [INF] [07/Dec/2023:15:54:12] ENGINE Bus STARTING 2023-12-07T15:54:13.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:13 smithi144 bash[25224]: cephadm 2023-12-07T15:54:13.083977+0000 mgr.y (mgr.25453) 4 : cephadm [INF] Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:54:13.810 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[75663]: debug 2023-12-07T15:54:13.361+0000 7f9f0e6d2700 -1 mgr.server handle_report got status from non-daemon mon.a 2023-12-07T15:54:13.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: cluster 2023-12-07T15:54:12.324466+0000 osd.4 (osd.4) 3 : cluster 3 failed to encode map e109 with expected crc 2023-12-07T15:54:13.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: cluster 2023-12-07T15:54:12.324757+0000 osd.2 (osd.2) 3 : cluster 3 failed to encode map e109 with expected crc 2023-12-07T15:54:13.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: cluster 2023-12-07T15:54:12.355504+0000 mon.a (mon.0) 18 : cluster 1 Manager daemon y is now available 2023-12-07T15:54:13.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: audit 2023-12-07T15:54:12.395981+0000 mon.a (mon.0) 19 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:13.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: audit 2023-12-07T15:54:12.402245+0000 mon.c (mon.1) 131 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:13.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: audit 2023-12-07T15:54:12.411144+0000 mon.c (mon.1) 132 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:13.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: audit 2023-12-07T15:54:12.411572+0000 mon.a (mon.0) 20 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:13.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: audit 2023-12-07T15:54:12.412693+0000 mon.c (mon.1) 133 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:13.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: audit 2023-12-07T15:54:12.413126+0000 mon.a (mon.0) 21 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:13.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: audit 2023-12-07T15:54:12.416292+0000 mon.c (mon.1) 134 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:13.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: audit 2023-12-07T15:54:12.418038+0000 mon.c (mon.1) 135 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:13.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: cephadm 2023-12-07T15:54:12.421611+0000 mgr.y (mgr.25453) 1 : cephadm 1 Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:54:13.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: cephadm 2023-12-07T15:54:12.424662+0000 mgr.y (mgr.25453) 2 : cephadm 1 Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:54:13.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: audit 2023-12-07T15:54:12.452259+0000 mon.c (mon.1) 136 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:54:13.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: audit 2023-12-07T15:54:12.459227+0000 mon.c (mon.1) 137 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:54:13.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: audit 2023-12-07T15:54:12.459890+0000 mon.a (mon.0) 22 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:54:13.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: audit 2023-12-07T15:54:12.483628+0000 mon.c (mon.1) 138 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:54:13.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: audit 2023-12-07T15:54:12.484156+0000 mon.a (mon.0) 23 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:54:13.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: cephadm 2023-12-07T15:54:12.972329+0000 mgr.y (mgr.25453) 3 : cephadm 1 [07/Dec/2023:15:54:12] ENGINE Bus STARTING 2023-12-07T15:54:13.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[79332]: cephadm 2023-12-07T15:54:13.083977+0000 mgr.y (mgr.25453) 4 : cephadm 1 Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:54:13.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: cluster 2023-12-07T15:54:12.324466+0000 osd.4 (osd.4) 3 : cluster [WRN] failed to encode map e109 with expected crc 2023-12-07T15:54:13.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: cluster 2023-12-07T15:54:12.324757+0000 osd.2 (osd.2) 3 : cluster [WRN] failed to encode map e109 with expected crc 2023-12-07T15:54:13.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: cluster 2023-12-07T15:54:12.355504+0000 mon.a (mon.0) 18 : cluster [INF] Manager daemon y is now available 2023-12-07T15:54:13.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: audit 2023-12-07T15:54:12.395981+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:13.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: audit 2023-12-07T15:54:12.402245+0000 mon.c (mon.1) 131 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:13.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: audit 2023-12-07T15:54:12.411144+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:13.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: audit 2023-12-07T15:54:12.411572+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:13.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: audit 2023-12-07T15:54:12.412693+0000 mon.c (mon.1) 133 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:13.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: audit 2023-12-07T15:54:12.413126+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:54:13.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: audit 2023-12-07T15:54:12.416292+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:13.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: audit 2023-12-07T15:54:12.418038+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:13.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: cephadm 2023-12-07T15:54:12.421611+0000 mgr.y (mgr.25453) 1 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.conf 2023-12-07T15:54:13.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: cephadm 2023-12-07T15:54:12.424662+0000 mgr.y (mgr.25453) 2 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2023-12-07T15:54:13.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: audit 2023-12-07T15:54:12.452259+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:54:13.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: audit 2023-12-07T15:54:12.459227+0000 mon.c (mon.1) 137 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:54:13.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: audit 2023-12-07T15:54:12.459890+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-07T15:54:13.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: audit 2023-12-07T15:54:12.483628+0000 mon.c (mon.1) 138 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:54:13.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: audit 2023-12-07T15:54:12.484156+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-07T15:54:13.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: cephadm 2023-12-07T15:54:12.972329+0000 mgr.y (mgr.25453) 3 : cephadm [INF] [07/Dec/2023:15:54:12] ENGINE Bus STARTING 2023-12-07T15:54:13.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:13 smithi121 bash[30890]: cephadm 2023-12-07T15:54:13.083977+0000 mgr.y (mgr.25453) 4 : cephadm [INF] Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:54:14.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: cephadm 2023-12-07T15:54:13.097556+0000 mgr.y (mgr.25453) 5 : cephadm [INF] Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:54:14.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: cephadm 2023-12-07T15:54:13.105126+0000 mgr.y (mgr.25453) 6 : cephadm [INF] [07/Dec/2023:15:54:13] ENGINE Serving on https://172.21.15.121:7151 2023-12-07T15:54:14.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: cephadm 2023-12-07T15:54:13.208964+0000 mgr.y (mgr.25453) 7 : cephadm [INF] [07/Dec/2023:15:54:13] ENGINE Serving on http://172.21.15.121:8765 2023-12-07T15:54:14.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: cephadm 2023-12-07T15:54:13.209307+0000 mgr.y (mgr.25453) 8 : cephadm [INF] [07/Dec/2023:15:54:13] ENGINE Bus STARTED 2023-12-07T15:54:14.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: cephadm 2023-12-07T15:54:13.248717+0000 mgr.y (mgr.25453) 9 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:54:14.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: cephadm 2023-12-07T15:54:13.312892+0000 mgr.y (mgr.25453) 10 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:54:14.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: cluster 2023-12-07T15:54:13.363830+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e37: y(active, since 1.05615s), standbys: x 2023-12-07T15:54:14.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: audit 2023-12-07T15:54:13.378640+0000 mgr.y (mgr.25453) 11 : audit [DBG] from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:54:14.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: cluster 2023-12-07T15:54:13.382425+0000 mgr.y (mgr.25453) 12 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:14.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: cephadm 2023-12-07T15:54:13.413804+0000 mgr.y (mgr.25453) 13 : cephadm [INF] Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:54:14.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: cephadm 2023-12-07T15:54:13.478551+0000 mgr.y (mgr.25453) 14 : cephadm [INF] Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:54:14.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: audit 2023-12-07T15:54:13.591400+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: audit 2023-12-07T15:54:13.603672+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: audit 2023-12-07T15:54:13.655905+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: audit 2023-12-07T15:54:13.672462+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: audit 2023-12-07T15:54:13.683751+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: audit 2023-12-07T15:54:13.691326+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: audit 2023-12-07T15:54:13.765579+0000 mon.c (mon.1) 139 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:54:14.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:14 smithi144 bash[25224]: audit 2023-12-07T15:54:13.766509+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:54:14.647 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: cephadm 2023-12-07T15:54:13.097556+0000 mgr.y (mgr.25453) 5 : cephadm [INF] Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:54:14.647 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: cephadm 2023-12-07T15:54:13.105126+0000 mgr.y (mgr.25453) 6 : cephadm [INF] [07/Dec/2023:15:54:13] ENGINE Serving on https://172.21.15.121:7151 2023-12-07T15:54:14.647 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: cephadm 2023-12-07T15:54:13.208964+0000 mgr.y (mgr.25453) 7 : cephadm [INF] [07/Dec/2023:15:54:13] ENGINE Serving on http://172.21.15.121:8765 2023-12-07T15:54:14.647 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: cephadm 2023-12-07T15:54:13.209307+0000 mgr.y (mgr.25453) 8 : cephadm [INF] [07/Dec/2023:15:54:13] ENGINE Bus STARTED 2023-12-07T15:54:14.647 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: cephadm 2023-12-07T15:54:13.248717+0000 mgr.y (mgr.25453) 9 : cephadm [INF] Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:54:14.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: cephadm 2023-12-07T15:54:13.312892+0000 mgr.y (mgr.25453) 10 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:54:14.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: cluster 2023-12-07T15:54:13.363830+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e37: y(active, since 1.05615s), standbys: x 2023-12-07T15:54:14.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: audit 2023-12-07T15:54:13.378640+0000 mgr.y (mgr.25453) 11 : audit [DBG] from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:54:14.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: cluster 2023-12-07T15:54:13.382425+0000 mgr.y (mgr.25453) 12 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:14.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: cephadm 2023-12-07T15:54:13.413804+0000 mgr.y (mgr.25453) 13 : cephadm [INF] Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:54:14.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: cephadm 2023-12-07T15:54:13.478551+0000 mgr.y (mgr.25453) 14 : cephadm [INF] Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:54:14.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: audit 2023-12-07T15:54:13.591400+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: audit 2023-12-07T15:54:13.603672+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: audit 2023-12-07T15:54:13.655905+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: audit 2023-12-07T15:54:13.672462+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: audit 2023-12-07T15:54:13.683751+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: audit 2023-12-07T15:54:13.691326+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: audit 2023-12-07T15:54:13.765579+0000 mon.c (mon.1) 139 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:54:14.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[30890]: audit 2023-12-07T15:54:13.766509+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:54:14.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: cephadm 2023-12-07T15:54:13.097556+0000 mgr.y (mgr.25453) 5 : cephadm 1 Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T15:54:14.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: cephadm 2023-12-07T15:54:13.105126+0000 mgr.y (mgr.25453) 6 : cephadm 1 [07/Dec/2023:15:54:13] ENGINE Serving on https://172.21.15.121:7151 2023-12-07T15:54:14.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: cephadm 2023-12-07T15:54:13.208964+0000 mgr.y (mgr.25453) 7 : cephadm 1 [07/Dec/2023:15:54:13] ENGINE Serving on http://172.21.15.121:8765 2023-12-07T15:54:14.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: cephadm 2023-12-07T15:54:13.209307+0000 mgr.y (mgr.25453) 8 : cephadm 1 [07/Dec/2023:15:54:13] ENGINE Bus STARTED 2023-12-07T15:54:14.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: cephadm 2023-12-07T15:54:13.248717+0000 mgr.y (mgr.25453) 9 : cephadm 1 Updating smithi121:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:54:14.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: cephadm 2023-12-07T15:54:13.312892+0000 mgr.y (mgr.25453) 10 : cephadm 1 Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2023-12-07T15:54:14.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: cluster 2023-12-07T15:54:13.363830+0000 mon.a (mon.0) 24 : cluster 0 mgrmap e37: y(active, since 1.05615s), standbys: x 2023-12-07T15:54:14.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: audit 2023-12-07T15:54:13.378640+0000 mgr.y (mgr.25453) 11 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:54:14.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: cluster 2023-12-07T15:54:13.382425+0000 mgr.y (mgr.25453) 12 : cluster 0 pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:14.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: cephadm 2023-12-07T15:54:13.413804+0000 mgr.y (mgr.25453) 13 : cephadm 1 Updating smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:54:14.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: cephadm 2023-12-07T15:54:13.478551+0000 mgr.y (mgr.25453) 14 : cephadm 1 Updating smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T15:54:14.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: audit 2023-12-07T15:54:13.591400+0000 mon.a (mon.0) 25 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: audit 2023-12-07T15:54:13.603672+0000 mon.a (mon.0) 26 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: audit 2023-12-07T15:54:13.655905+0000 mon.a (mon.0) 27 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: audit 2023-12-07T15:54:13.672462+0000 mon.a (mon.0) 28 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: audit 2023-12-07T15:54:13.683751+0000 mon.a (mon.0) 29 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: audit 2023-12-07T15:54:13.691326+0000 mon.a (mon.0) 30 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:14.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: audit 2023-12-07T15:54:13.765579+0000 mon.c (mon.1) 139 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:54:14.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[79332]: audit 2023-12-07T15:54:13.766509+0000 mon.a (mon.0) 31 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:54:15.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:14 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:54:14] "GET /metrics HTTP/1.1" 200 35449 "" "Prometheus/2.33.4" 2023-12-07T15:54:15.663 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[79332]: cluster 2023-12-07T15:54:14.340277+0000 mgr.y (mgr.25453) 15 : cluster 0 pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:15.663 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[79332]: audit 2023-12-07T15:54:14.513590+0000 mon.c (mon.1) 140 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:15.664 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[79332]: audit 2023-12-07T15:54:14.514128+0000 mon.a (mon.0) 32 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:15.664 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[79332]: cluster 2023-12-07T15:54:14.701089+0000 mon.a (mon.0) 33 : cluster 0 mgrmap e38: y(active, since 2s), standbys: x 2023-12-07T15:54:15.664 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[79332]: audit 2023-12-07T15:54:14.825325+0000 mon.c (mon.1) 141 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:15.664 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[79332]: audit 2023-12-07T15:54:14.827711+0000 mon.c (mon.1) 142 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:15.664 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[79332]: audit 2023-12-07T15:54:14.829731+0000 mon.c (mon.1) 143 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:15.664 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[79332]: audit 2023-12-07T15:54:14.829919+0000 mon.c (mon.1) 144 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:54:15.664 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[79332]: audit 2023-12-07T15:54:14.830196+0000 mon.a (mon.0) 34 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:15.664 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[79332]: audit 2023-12-07T15:54:14.830836+0000 mon.a (mon.0) 35 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:54:15.664 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[30890]: cluster 2023-12-07T15:54:14.340277+0000 mgr.y (mgr.25453) 15 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:15.664 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[30890]: audit 2023-12-07T15:54:14.513590+0000 mon.c (mon.1) 140 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:15.664 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[30890]: audit 2023-12-07T15:54:14.514128+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:15.664 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[30890]: cluster 2023-12-07T15:54:14.701089+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e38: y(active, since 2s), standbys: x 2023-12-07T15:54:15.665 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[30890]: audit 2023-12-07T15:54:14.825325+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:15.665 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[30890]: audit 2023-12-07T15:54:14.827711+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:15.665 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[30890]: audit 2023-12-07T15:54:14.829731+0000 mon.c (mon.1) 143 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:15.665 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[30890]: audit 2023-12-07T15:54:14.829919+0000 mon.c (mon.1) 144 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:54:15.665 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[30890]: audit 2023-12-07T15:54:14.830196+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:15.665 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:15 smithi121 bash[30890]: audit 2023-12-07T15:54:14.830836+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:54:15.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:15 smithi144 bash[25224]: cluster 2023-12-07T15:54:14.340277+0000 mgr.y (mgr.25453) 15 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:15.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:15 smithi144 bash[25224]: audit 2023-12-07T15:54:14.513590+0000 mon.c (mon.1) 140 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:15.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:15 smithi144 bash[25224]: audit 2023-12-07T15:54:14.514128+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:15.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:15 smithi144 bash[25224]: cluster 2023-12-07T15:54:14.701089+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e38: y(active, since 2s), standbys: x 2023-12-07T15:54:15.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:15 smithi144 bash[25224]: audit 2023-12-07T15:54:14.825325+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:15.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:15 smithi144 bash[25224]: audit 2023-12-07T15:54:14.827711+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:15.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:15 smithi144 bash[25224]: audit 2023-12-07T15:54:14.829731+0000 mon.c (mon.1) 143 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:15.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:15 smithi144 bash[25224]: audit 2023-12-07T15:54:14.829919+0000 mon.c (mon.1) 144 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:54:15.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:15 smithi144 bash[25224]: audit 2023-12-07T15:54:14.830196+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:15.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:15 smithi144 bash[25224]: audit 2023-12-07T15:54:14.830836+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi121", "caps": []}]: dispatch 2023-12-07T15:54:16.753 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:15.634167+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.754 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:15.638678+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:16.754 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:15.642616+0000 mon.c (mon.1) 146 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:16.754 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:15.651225+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.754 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: cephadm 2023-12-07T15:54:15.653694+0000 mgr.y (mgr.25453) 16 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:16.754 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:15.710450+0000 mon.c (mon.1) 147 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:16.754 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:15.711017+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:16.754 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:15.820272+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.754 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:16.024815+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.754 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:16.244669+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:16.754 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:16.246786+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:16.754 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:16.249481+0000 mon.c (mon.1) 150 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:16.754 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:16.249880+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:16.754 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:16.279366+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.755 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:16.430638+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.755 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:16.470718+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.755 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:16.534281+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.755 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:16.574685+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.755 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:16.604013+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.755 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:16 smithi144 bash[25224]: audit 2023-12-07T15:54:16.626784+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:15.634167+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:15.638678+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:16.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:15.642616+0000 mon.c (mon.1) 146 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:15.651225+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: cephadm 2023-12-07T15:54:15.653694+0000 mgr.y (mgr.25453) 16 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:15.710450+0000 mon.c (mon.1) 147 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:15.711017+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:15.820272+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:16.024815+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:16.244669+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:16.246786+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:16.249481+0000 mon.c (mon.1) 150 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:16.249880+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:16.279366+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:16.430638+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:16.470718+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:16.534281+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:16.574685+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:16.604013+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[30890]: audit 2023-12-07T15:54:16.626784+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:15.634167+0000 mon.a (mon.0) 36 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:15.638678+0000 mon.c (mon.1) 145 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:16.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:15.642616+0000 mon.c (mon.1) 146 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:16.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:15.651225+0000 mon.a (mon.0) 37 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: cephadm 2023-12-07T15:54:15.653694+0000 mgr.y (mgr.25453) 16 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:16.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:15.710450+0000 mon.c (mon.1) 147 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:16.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:15.711017+0000 mon.a (mon.0) 38 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:16.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:15.820272+0000 mon.a (mon.0) 39 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:16.024815+0000 mon.a (mon.0) 40 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:16.244669+0000 mon.c (mon.1) 148 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:16.246786+0000 mon.c (mon.1) 149 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:16.249481+0000 mon.c (mon.1) 150 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:16.249880+0000 mon.a (mon.0) 41 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi144", "caps": []}]: dispatch 2023-12-07T15:54:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:16.279366+0000 mon.a (mon.0) 42 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:16.430638+0000 mon.a (mon.0) 43 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:16.470718+0000 mon.a (mon.0) 44 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:16.534281+0000 mon.a (mon.0) 45 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:16.574685+0000 mon.a (mon.0) 46 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:16.604013+0000 mon.a (mon.0) 47 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:16 smithi121 bash[79332]: audit 2023-12-07T15:54:16.626784+0000 mon.a (mon.0) 48 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:17.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:17 smithi144 bash[25224]: cluster 2023-12-07T15:54:16.340741+0000 mgr.y (mgr.25453) 17 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:17.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:17 smithi144 bash[25224]: audit 2023-12-07T15:54:16.782418+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:17.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:17 smithi144 bash[25224]: cluster 2023-12-07T15:54:17.291685+0000 mon.a (mon.0) 50 : cluster [DBG] mgrmap e39: y(active, since 4s), standbys: x 2023-12-07T15:54:17.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:17 smithi144 bash[25224]: audit 2023-12-07T15:54:17.541646+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:17.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:17 smithi144 bash[25224]: audit 2023-12-07T15:54:17.542860+0000 mon.c (mon.1) 152 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:17.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:17 smithi144 bash[25224]: audit 2023-12-07T15:54:17.549486+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:17.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:17 smithi144 bash[25224]: audit 2023-12-07T15:54:17.631644+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:17.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:17 smithi144 bash[25224]: audit 2023-12-07T15:54:17.633442+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:17.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:17 smithi144 bash[25224]: audit 2023-12-07T15:54:17.636884+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:17.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:17 smithi144 bash[25224]: audit 2023-12-07T15:54:17.637847+0000 mon.c (mon.1) 156 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:17.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:17 smithi144 bash[25224]: audit 2023-12-07T15:54:17.648211+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:17.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:17 smithi144 bash[25224]: audit 2023-12-07T15:54:17.658312+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:17.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:17 smithi144 bash[25224]: audit 2023-12-07T15:54:17.727861+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:17.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:17 smithi144 bash[25224]: audit 2023-12-07T15:54:17.730664+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:17.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:17 smithi144 bash[25224]: audit 2023-12-07T15:54:17.734394+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:17.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:17 smithi144 bash[25224]: audit 2023-12-07T15:54:17.735607+0000 mon.c (mon.1) 160 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:17.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:17 smithi144 bash[25224]: audit 2023-12-07T15:54:17.742859+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:18.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[30890]: cluster 2023-12-07T15:54:16.340741+0000 mgr.y (mgr.25453) 17 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:18.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[30890]: audit 2023-12-07T15:54:16.782418+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:18.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[30890]: cluster 2023-12-07T15:54:17.291685+0000 mon.a (mon.0) 50 : cluster [DBG] mgrmap e39: y(active, since 4s), standbys: x 2023-12-07T15:54:18.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[30890]: audit 2023-12-07T15:54:17.541646+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:18.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[30890]: audit 2023-12-07T15:54:17.542860+0000 mon.c (mon.1) 152 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:18.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[30890]: audit 2023-12-07T15:54:17.549486+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:18.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[30890]: audit 2023-12-07T15:54:17.631644+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:18.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[30890]: audit 2023-12-07T15:54:17.633442+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:18.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[30890]: audit 2023-12-07T15:54:17.636884+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:18.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[30890]: audit 2023-12-07T15:54:17.637847+0000 mon.c (mon.1) 156 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:18.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[30890]: audit 2023-12-07T15:54:17.648211+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:18.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[30890]: audit 2023-12-07T15:54:17.658312+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:18.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[30890]: audit 2023-12-07T15:54:17.727861+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:18.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[30890]: audit 2023-12-07T15:54:17.730664+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:18.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[30890]: audit 2023-12-07T15:54:17.734394+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:18.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[30890]: audit 2023-12-07T15:54:17.735607+0000 mon.c (mon.1) 160 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:18.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[30890]: audit 2023-12-07T15:54:17.742859+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:18.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[79332]: cluster 2023-12-07T15:54:16.340741+0000 mgr.y (mgr.25453) 17 : cluster 0 pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:18.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[79332]: audit 2023-12-07T15:54:16.782418+0000 mon.a (mon.0) 49 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:18.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[79332]: cluster 2023-12-07T15:54:17.291685+0000 mon.a (mon.0) 50 : cluster 0 mgrmap e39: y(active, since 4s), standbys: x 2023-12-07T15:54:18.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[79332]: audit 2023-12-07T15:54:17.541646+0000 mon.c (mon.1) 151 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:18.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[79332]: audit 2023-12-07T15:54:17.542860+0000 mon.c (mon.1) 152 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:18.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[79332]: audit 2023-12-07T15:54:17.549486+0000 mon.a (mon.0) 51 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:18.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[79332]: audit 2023-12-07T15:54:17.631644+0000 mon.c (mon.1) 153 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:18.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[79332]: audit 2023-12-07T15:54:17.633442+0000 mon.c (mon.1) 154 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:18.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[79332]: audit 2023-12-07T15:54:17.636884+0000 mon.c (mon.1) 155 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:18.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[79332]: audit 2023-12-07T15:54:17.637847+0000 mon.c (mon.1) 156 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:18.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[79332]: audit 2023-12-07T15:54:17.648211+0000 mon.a (mon.0) 52 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:18.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[79332]: audit 2023-12-07T15:54:17.658312+0000 mon.a (mon.0) 53 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:18.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[79332]: audit 2023-12-07T15:54:17.727861+0000 mon.c (mon.1) 157 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:18.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[79332]: audit 2023-12-07T15:54:17.730664+0000 mon.c (mon.1) 158 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:18.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[79332]: audit 2023-12-07T15:54:17.734394+0000 mon.c (mon.1) 159 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:18.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[79332]: audit 2023-12-07T15:54:17.735607+0000 mon.c (mon.1) 160 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:18.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:17 smithi121 bash[79332]: audit 2023-12-07T15:54:17.742859+0000 mon.a (mon.0) 54 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: cephadm 2023-12-07T15:54:17.552185+0000 mgr.y (mgr.25453) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: cephadm 2023-12-07T15:54:17.649822+0000 mgr.y (mgr.25453) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: cephadm 2023-12-07T15:54:17.745860+0000 mgr.y (mgr.25453) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:17.807087+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:17.822254+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:17.824120+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:17.826281+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:17.827170+0000 mon.c (mon.1) 164 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:17.833772+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: cephadm 2023-12-07T15:54:17.835543+0000 mgr.y (mgr.25453) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:17.917439+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:17.919687+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:17.922645+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:17.923502+0000 mon.c (mon.1) 168 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:17.931653+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: cephadm 2023-12-07T15:54:17.936395+0000 mgr.y (mgr.25453) 22 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:17.954054+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.018203+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.020022+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.022173+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: cephadm 2023-12-07T15:54:17.552185+0000 mgr.y (mgr.25453) 18 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: cephadm 2023-12-07T15:54:17.649822+0000 mgr.y (mgr.25453) 19 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: cephadm 2023-12-07T15:54:17.745860+0000 mgr.y (mgr.25453) 20 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:17.807087+0000 mon.a (mon.0) 55 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:17.822254+0000 mon.c (mon.1) 161 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:17.824120+0000 mon.c (mon.1) 162 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:17.826281+0000 mon.c (mon.1) 163 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:17.827170+0000 mon.c (mon.1) 164 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:17.833772+0000 mon.a (mon.0) 56 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: cephadm 2023-12-07T15:54:17.835543+0000 mgr.y (mgr.25453) 21 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:17.917439+0000 mon.c (mon.1) 165 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:17.919687+0000 mon.c (mon.1) 166 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:17.922645+0000 mon.c (mon.1) 167 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:17.923502+0000 mon.c (mon.1) 168 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:17.931653+0000 mon.a (mon.0) 57 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: cephadm 2023-12-07T15:54:17.936395+0000 mgr.y (mgr.25453) 22 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:17.954054+0000 mon.a (mon.0) 58 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.018203+0000 mon.c (mon.1) 169 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.020022+0000 mon.c (mon.1) 170 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.022173+0000 mon.c (mon.1) 171 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.022939+0000 mon.c (mon.1) 172 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.028683+0000 mon.a (mon.0) 59 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: cephadm 2023-12-07T15:54:18.030977+0000 mgr.y (mgr.25453) 23 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.091629+0000 mon.c (mon.1) 173 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.093680+0000 mon.c (mon.1) 174 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.096689+0000 mon.c (mon.1) 175 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.097625+0000 mon.c (mon.1) 176 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.105104+0000 mon.a (mon.0) 60 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.172409+0000 mon.c (mon.1) 177 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.174275+0000 mon.c (mon.1) 178 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.176439+0000 mon.c (mon.1) 179 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.177261+0000 mon.c (mon.1) 180 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.184422+0000 mon.a (mon.0) 61 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.263761+0000 mon.c (mon.1) 181 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.266187+0000 mon.c (mon.1) 182 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.269041+0000 mon.c (mon.1) 183 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.270047+0000 mon.c (mon.1) 184 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.279338+0000 mon.a (mon.0) 62 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.360251+0000 mon.c (mon.1) 185 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.362855+0000 mon.c (mon.1) 186 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.365678+0000 mon.c (mon.1) 187 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.022939+0000 mon.c (mon.1) 172 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.028683+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: cephadm 2023-12-07T15:54:18.030977+0000 mgr.y (mgr.25453) 23 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.091629+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.093680+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.096689+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.097625+0000 mon.c (mon.1) 176 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.105104+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.172409+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.174275+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.176439+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.177261+0000 mon.c (mon.1) 180 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.184422+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.263761+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.266187+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.269041+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.270047+0000 mon.c (mon.1) 184 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.279338+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.360251+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.362855+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.366795+0000 mon.c (mon.1) 188 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.375536+0000 mon.a (mon.0) 63 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.429635+0000 mon.c (mon.1) 189 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.434086+0000 mon.c (mon.1) 190 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.436660+0000 mon.c (mon.1) 191 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.437655+0000 mon.c (mon.1) 192 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.446588+0000 mon.a (mon.0) 64 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.511518+0000 mon.c (mon.1) 193 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.513712+0000 mon.c (mon.1) 194 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.516637+0000 mon.c (mon.1) 195 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.517718+0000 mon.c (mon.1) 196 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.526987+0000 mon.a (mon.0) 65 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.608338+0000 mon.c (mon.1) 197 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.611661+0000 mon.c (mon.1) 198 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.615612+0000 mon.c (mon.1) 199 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.616798+0000 mon.c (mon.1) 200 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.627191+0000 mon.a (mon.0) 66 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.689747+0000 mon.c (mon.1) 201 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.692155+0000 mon.c (mon.1) 202 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.695144+0000 mon.c (mon.1) 203 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.365678+0000 mon.c (mon.1) 187 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.366795+0000 mon.c (mon.1) 188 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.375536+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.429635+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.434086+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.436660+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.437655+0000 mon.c (mon.1) 192 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.446588+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.511518+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.513712+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.516637+0000 mon.c (mon.1) 195 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.517718+0000 mon.c (mon.1) 196 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.526987+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.608338+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.611661+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.615612+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.616798+0000 mon.c (mon.1) 200 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.627191+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.689747+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.692155+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.696361+0000 mon.c (mon.1) 204 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.705708+0000 mon.a (mon.0) 67 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.787413+0000 mon.c (mon.1) 205 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.789783+0000 mon.c (mon.1) 206 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.794050+0000 mon.c (mon.1) 207 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.794923+0000 mon.c (mon.1) 208 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[79332]: audit 2023-12-07T15:54:18.803631+0000 mon.a (mon.0) 68 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.695144+0000 mon.c (mon.1) 203 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.696361+0000 mon.c (mon.1) 204 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.705708+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.787413+0000 mon.c (mon.1) 205 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.789783+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.794050+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.794923+0000 mon.c (mon.1) 208 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:18 smithi121 bash[30890]: audit 2023-12-07T15:54:18.803631+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.125 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[61561]: ts=2023-12-07T15:54: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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:54:19.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: cephadm 2023-12-07T15:54:17.552185+0000 mgr.y (mgr.25453) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: cephadm 2023-12-07T15:54:17.649822+0000 mgr.y (mgr.25453) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: cephadm 2023-12-07T15:54:17.745860+0000 mgr.y (mgr.25453) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:17.807087+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:17.822254+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:17.824120+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:17.826281+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:17.827170+0000 mon.c (mon.1) 164 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:17.833772+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: cephadm 2023-12-07T15:54:17.835543+0000 mgr.y (mgr.25453) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:17.917439+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:17.919687+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:17.922645+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:17.923502+0000 mon.c (mon.1) 168 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:17.931653+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: cephadm 2023-12-07T15:54:17.936395+0000 mgr.y (mgr.25453) 22 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:17.954054+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.018203+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.020022+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.022173+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.022939+0000 mon.c (mon.1) 172 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.028683+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: cephadm 2023-12-07T15:54:18.030977+0000 mgr.y (mgr.25453) 23 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:19.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.091629+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.093680+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.096689+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.097625+0000 mon.c (mon.1) 176 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.105104+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.172409+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.174275+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.176439+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.177261+0000 mon.c (mon.1) 180 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.184422+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.263761+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.266187+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.269041+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.270047+0000 mon.c (mon.1) 184 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.279338+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.360251+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.362855+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.365678+0000 mon.c (mon.1) 187 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.366795+0000 mon.c (mon.1) 188 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.375536+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.429635+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.434086+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.436660+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.437655+0000 mon.c (mon.1) 192 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.446588+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.511518+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.513712+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.516637+0000 mon.c (mon.1) 195 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.517718+0000 mon.c (mon.1) 196 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.526987+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.608338+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.611661+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.615612+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.616798+0000 mon.c (mon.1) 200 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.627191+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.689747+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.692155+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.695144+0000 mon.c (mon.1) 203 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.696361+0000 mon.c (mon.1) 204 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.705708+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:19.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.787413+0000 mon.c (mon.1) 205 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:19.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.789783+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:19.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.794050+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:19.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.794923+0000 mon.c (mon.1) 208 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:19.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:18 smithi144 bash[25224]: audit 2023-12-07T15:54:18.803631+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.024 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:19 smithi144 bash[25224]: cephadm 2023-12-07T15:54:18.106074+0000 mgr.y (mgr.25453) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.025 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:19 smithi144 bash[25224]: cephadm 2023-12-07T15:54:18.186365+0000 mgr.y (mgr.25453) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.025 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:19 smithi144 bash[25224]: cephadm 2023-12-07T15:54:18.282439+0000 mgr.y (mgr.25453) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.025 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:19 smithi144 bash[25224]: cluster 2023-12-07T15:54:18.341172+0000 mgr.y (mgr.25453) 27 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:20.025 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:19 smithi144 bash[25224]: cephadm 2023-12-07T15:54:18.380723+0000 mgr.y (mgr.25453) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.025 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:19 smithi144 bash[25224]: cephadm 2023-12-07T15:54:18.447753+0000 mgr.y (mgr.25453) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.025 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:19 smithi144 bash[25224]: cephadm 2023-12-07T15:54:18.528375+0000 mgr.y (mgr.25453) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.025 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:19 smithi144 bash[25224]: cephadm 2023-12-07T15:54:18.628056+0000 mgr.y (mgr.25453) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.025 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:19 smithi144 bash[25224]: cephadm 2023-12-07T15:54:18.706527+0000 mgr.y (mgr.25453) 32 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.025 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:19 smithi144 bash[25224]: cephadm 2023-12-07T15:54:18.804909+0000 mgr.y (mgr.25453) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.025 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:19 smithi144 bash[25224]: audit 2023-12-07T15:54:18.882497+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.025 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:19 smithi144 bash[25224]: audit 2023-12-07T15:54:18.884841+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.025 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:19 smithi144 bash[25224]: audit 2023-12-07T15:54:18.887237+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.025 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:19 smithi144 bash[25224]: audit 2023-12-07T15:54:18.888207+0000 mon.c (mon.1) 212 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.026 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:19 smithi144 bash[25224]: audit 2023-12-07T15:54:18.893991+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.026 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: cephadm 2023-12-07T15:54:18.895918+0000 mgr.y (mgr.25453) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.026 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:18.957946+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.026 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:18.959885+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.125 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: cephadm 2023-12-07T15:54:18.106074+0000 mgr.y (mgr.25453) 24 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.125 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: cephadm 2023-12-07T15:54:18.186365+0000 mgr.y (mgr.25453) 25 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.125 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: cephadm 2023-12-07T15:54:18.282439+0000 mgr.y (mgr.25453) 26 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.125 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: cluster 2023-12-07T15:54:18.341172+0000 mgr.y (mgr.25453) 27 : cluster 0 pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:20.125 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: cephadm 2023-12-07T15:54:18.380723+0000 mgr.y (mgr.25453) 28 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.125 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: cephadm 2023-12-07T15:54:18.447753+0000 mgr.y (mgr.25453) 29 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.125 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: cephadm 2023-12-07T15:54:18.528375+0000 mgr.y (mgr.25453) 30 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.125 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: cephadm 2023-12-07T15:54:18.628056+0000 mgr.y (mgr.25453) 31 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.125 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: cephadm 2023-12-07T15:54:18.706527+0000 mgr.y (mgr.25453) 32 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.125 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: cephadm 2023-12-07T15:54:18.804909+0000 mgr.y (mgr.25453) 33 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.126 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:18.882497+0000 mon.c (mon.1) 209 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.126 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:18.884841+0000 mon.c (mon.1) 210 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.126 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:18.887237+0000 mon.c (mon.1) 211 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.126 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:18.888207+0000 mon.c (mon.1) 212 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.126 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:18.893991+0000 mon.a (mon.0) 69 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.126 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: cephadm 2023-12-07T15:54:18.895918+0000 mgr.y (mgr.25453) 34 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.126 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:18.957946+0000 mon.c (mon.1) 213 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.126 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:18.959885+0000 mon.c (mon.1) 214 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.126 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:18.961953+0000 mon.c (mon.1) 215 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.126 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:18.962903+0000 mon.c (mon.1) 216 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.126 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:18.971723+0000 mon.a (mon.0) 70 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.127 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: cephadm 2023-12-07T15:54:18.972681+0000 mgr.y (mgr.25453) 35 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.127 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.034719+0000 mon.c (mon.1) 217 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.127 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.036477+0000 mon.c (mon.1) 218 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.127 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.038417+0000 mon.c (mon.1) 219 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.127 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.039413+0000 mon.c (mon.1) 220 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.127 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.048516+0000 mon.a (mon.0) 71 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.127 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: cephadm 2023-12-07T15:54:19.049615+0000 mgr.y (mgr.25453) 36 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.127 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.127488+0000 mon.c (mon.1) 221 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.127 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.130298+0000 mon.c (mon.1) 222 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.127 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.135120+0000 mon.c (mon.1) 223 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.127 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.135994+0000 mon.c (mon.1) 224 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.127 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.145042+0000 mon.a (mon.0) 72 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.127 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.207029+0000 mon.c (mon.1) 225 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.127 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.209420+0000 mon.c (mon.1) 226 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.128 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.212462+0000 mon.c (mon.1) 227 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.128 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.213565+0000 mon.c (mon.1) 228 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.128 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.220955+0000 mon.a (mon.0) 73 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.128 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.299589+0000 mon.c (mon.1) 229 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.128 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.301920+0000 mon.c (mon.1) 230 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.128 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.305156+0000 mon.c (mon.1) 231 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.128 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: cephadm 2023-12-07T15:54:18.106074+0000 mgr.y (mgr.25453) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.128 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: cephadm 2023-12-07T15:54:18.186365+0000 mgr.y (mgr.25453) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.128 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: cephadm 2023-12-07T15:54:18.282439+0000 mgr.y (mgr.25453) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.128 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: cluster 2023-12-07T15:54:18.341172+0000 mgr.y (mgr.25453) 27 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:20.128 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: cephadm 2023-12-07T15:54:18.380723+0000 mgr.y (mgr.25453) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.129 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: cephadm 2023-12-07T15:54:18.447753+0000 mgr.y (mgr.25453) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.129 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: cephadm 2023-12-07T15:54:18.528375+0000 mgr.y (mgr.25453) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.129 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: cephadm 2023-12-07T15:54:18.628056+0000 mgr.y (mgr.25453) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.129 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: cephadm 2023-12-07T15:54:18.706527+0000 mgr.y (mgr.25453) 32 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.129 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: cephadm 2023-12-07T15:54:18.804909+0000 mgr.y (mgr.25453) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.129 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:18.882497+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.129 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:18.884841+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.129 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:18.887237+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.129 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:18.888207+0000 mon.c (mon.1) 212 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.129 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:18.893991+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.129 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: cephadm 2023-12-07T15:54:18.895918+0000 mgr.y (mgr.25453) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.129 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:18.957946+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.129 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:18.959885+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.130 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:18.961953+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.130 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:18.962903+0000 mon.c (mon.1) 216 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.130 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:18.971723+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.130 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: cephadm 2023-12-07T15:54:18.972681+0000 mgr.y (mgr.25453) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.130 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.034719+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.130 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.036477+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.130 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.038417+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.130 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.039413+0000 mon.c (mon.1) 220 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.130 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.048516+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.130 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: cephadm 2023-12-07T15:54:19.049615+0000 mgr.y (mgr.25453) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.130 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.127488+0000 mon.c (mon.1) 221 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.130 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.130298+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.130 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.135120+0000 mon.c (mon.1) 223 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.131 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.135994+0000 mon.c (mon.1) 224 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.131 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.145042+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.131 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.207029+0000 mon.c (mon.1) 225 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.131 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.209420+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.131 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.212462+0000 mon.c (mon.1) 227 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.131 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.213565+0000 mon.c (mon.1) 228 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.131 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.220955+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.131 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.299589+0000 mon.c (mon.1) 229 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.131 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.301920+0000 mon.c (mon.1) 230 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.131 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.305156+0000 mon.c (mon.1) 231 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.131 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.306165+0000 mon.c (mon.1) 232 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.131 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.312848+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.378563+0000 mon.c (mon.1) 233 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.381014+0000 mon.c (mon.1) 234 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.383867+0000 mon.c (mon.1) 235 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.384990+0000 mon.c (mon.1) 236 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.393268+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.455166+0000 mon.c (mon.1) 237 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.457076+0000 mon.c (mon.1) 238 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.459367+0000 mon.c (mon.1) 239 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.460210+0000 mon.c (mon.1) 240 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.466856+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.529281+0000 mon.c (mon.1) 241 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.531678+0000 mon.c (mon.1) 242 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.534095+0000 mon.c (mon.1) 243 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.535011+0000 mon.c (mon.1) 244 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.133 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.541953+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.133 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.604084+0000 mon.c (mon.1) 245 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.133 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.605973+0000 mon.c (mon.1) 246 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.133 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.607905+0000 mon.c (mon.1) 247 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.133 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.608617+0000 mon.c (mon.1) 248 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.133 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.614889+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.133 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.676715+0000 mon.c (mon.1) 249 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.133 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.678991+0000 mon.c (mon.1) 250 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.133 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.681217+0000 mon.c (mon.1) 251 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.133 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.682024+0000 mon.c (mon.1) 252 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.133 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.687645+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.133 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.750916+0000 mon.c (mon.1) 253 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.133 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.753291+0000 mon.c (mon.1) 254 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.133 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.756384+0000 mon.c (mon.1) 255 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.134 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.757745+0000 mon.c (mon.1) 256 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.134 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[30890]: audit 2023-12-07T15:54:19.766053+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.134 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.306165+0000 mon.c (mon.1) 232 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.134 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.312848+0000 mon.a (mon.0) 74 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.134 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.378563+0000 mon.c (mon.1) 233 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.134 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.381014+0000 mon.c (mon.1) 234 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.134 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.383867+0000 mon.c (mon.1) 235 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.134 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.384990+0000 mon.c (mon.1) 236 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.134 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.393268+0000 mon.a (mon.0) 75 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.134 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.455166+0000 mon.c (mon.1) 237 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.134 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.457076+0000 mon.c (mon.1) 238 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.134 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.459367+0000 mon.c (mon.1) 239 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.135 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.460210+0000 mon.c (mon.1) 240 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.135 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.466856+0000 mon.a (mon.0) 76 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.135 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.529281+0000 mon.c (mon.1) 241 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.135 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.531678+0000 mon.c (mon.1) 242 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.135 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.534095+0000 mon.c (mon.1) 243 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.135 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.535011+0000 mon.c (mon.1) 244 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.135 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.541953+0000 mon.a (mon.0) 77 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.135 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.604084+0000 mon.c (mon.1) 245 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.135 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.605973+0000 mon.c (mon.1) 246 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.135 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.607905+0000 mon.c (mon.1) 247 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.135 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.608617+0000 mon.c (mon.1) 248 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.135 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.614889+0000 mon.a (mon.0) 78 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.135 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.676715+0000 mon.c (mon.1) 249 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.135 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.678991+0000 mon.c (mon.1) 250 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.135 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.681217+0000 mon.c (mon.1) 251 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.136 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.682024+0000 mon.c (mon.1) 252 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.136 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.687645+0000 mon.a (mon.0) 79 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.136 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.750916+0000 mon.c (mon.1) 253 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.136 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.753291+0000 mon.c (mon.1) 254 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.136 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.756384+0000 mon.c (mon.1) 255 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.136 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.757745+0000 mon.c (mon.1) 256 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.136 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:19 smithi121 bash[79332]: audit 2023-12-07T15:54:19.766053+0000 mon.a (mon.0) 80 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:18.961953+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:18.962903+0000 mon.c (mon.1) 216 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:18.971723+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: cephadm 2023-12-07T15:54:18.972681+0000 mgr.y (mgr.25453) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.034719+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.036477+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.038417+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.039413+0000 mon.c (mon.1) 220 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.048516+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: cephadm 2023-12-07T15:54:19.049615+0000 mgr.y (mgr.25453) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.127488+0000 mon.c (mon.1) 221 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.130298+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.135120+0000 mon.c (mon.1) 223 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.135994+0000 mon.c (mon.1) 224 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.145042+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.207029+0000 mon.c (mon.1) 225 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.209420+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.212462+0000 mon.c (mon.1) 227 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.213565+0000 mon.c (mon.1) 228 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.220955+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.299589+0000 mon.c (mon.1) 229 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.301920+0000 mon.c (mon.1) 230 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.305156+0000 mon.c (mon.1) 231 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.306165+0000 mon.c (mon.1) 232 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.312848+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.378563+0000 mon.c (mon.1) 233 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.381014+0000 mon.c (mon.1) 234 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.383867+0000 mon.c (mon.1) 235 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.384990+0000 mon.c (mon.1) 236 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.393268+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.455166+0000 mon.c (mon.1) 237 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.457076+0000 mon.c (mon.1) 238 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.459367+0000 mon.c (mon.1) 239 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.460210+0000 mon.c (mon.1) 240 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.466856+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.529281+0000 mon.c (mon.1) 241 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.531678+0000 mon.c (mon.1) 242 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.534095+0000 mon.c (mon.1) 243 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.535011+0000 mon.c (mon.1) 244 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.541953+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.604084+0000 mon.c (mon.1) 245 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.605973+0000 mon.c (mon.1) 246 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.607905+0000 mon.c (mon.1) 247 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.608617+0000 mon.c (mon.1) 248 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.614889+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.676715+0000 mon.c (mon.1) 249 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.678991+0000 mon.c (mon.1) 250 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.681217+0000 mon.c (mon.1) 251 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.682024+0000 mon.c (mon.1) 252 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.687645+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.750916+0000 mon.c (mon.1) 253 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.753291+0000 mon.c (mon.1) 254 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.756384+0000 mon.c (mon.1) 255 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.757745+0000 mon.c (mon.1) 256 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.766053+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: cephadm 2023-12-07T15:54:19.146137+0000 mgr.y (mgr.25453) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: cephadm 2023-12-07T15:54:19.222134+0000 mgr.y (mgr.25453) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: cephadm 2023-12-07T15:54:19.316919+0000 mgr.y (mgr.25453) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: cephadm 2023-12-07T15:54:19.394378+0000 mgr.y (mgr.25453) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: cephadm 2023-12-07T15:54:19.467874+0000 mgr.y (mgr.25453) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: cephadm 2023-12-07T15:54:19.542790+0000 mgr.y (mgr.25453) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: cephadm 2023-12-07T15:54:19.615525+0000 mgr.y (mgr.25453) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: cephadm 2023-12-07T15:54:19.689531+0000 mgr.y (mgr.25453) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: cephadm 2023-12-07T15:54:19.766999+0000 mgr.y (mgr.25453) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.832880+0000 mon.c (mon.1) 257 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.834685+0000 mon.c (mon.1) 258 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.837343+0000 mon.c (mon.1) 259 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.838073+0000 mon.c (mon.1) 260 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.844342+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: cephadm 2023-12-07T15:54:19.845271+0000 mgr.y (mgr.25453) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.906474+0000 mon.c (mon.1) 261 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.908542+0000 mon.c (mon.1) 262 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.911568+0000 mon.c (mon.1) 263 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.912457+0000 mon.c (mon.1) 264 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.919476+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: cephadm 2023-12-07T15:54:19.921181+0000 mgr.y (mgr.25453) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.996774+0000 mon.c (mon.1) 265 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:19.999059+0000 mon.c (mon.1) 266 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.001483+0000 mon.c (mon.1) 267 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.002515+0000 mon.c (mon.1) 268 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.009574+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: cephadm 2023-12-07T15:54:20.011169+0000 mgr.y (mgr.25453) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.093725+0000 mon.c (mon.1) 269 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.095370+0000 mon.c (mon.1) 270 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.098121+0000 mon.c (mon.1) 271 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.099248+0000 mon.c (mon.1) 272 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.106240+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.190103+0000 mon.c (mon.1) 273 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.191759+0000 mon.c (mon.1) 274 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.193687+0000 mon.c (mon.1) 275 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.194494+0000 mon.c (mon.1) 276 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.200436+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.262712+0000 mon.c (mon.1) 277 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.265988+0000 mon.c (mon.1) 278 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.269030+0000 mon.c (mon.1) 279 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.270346+0000 mon.c (mon.1) 280 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.276850+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.341305+0000 mon.c (mon.1) 281 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.343532+0000 mon.c (mon.1) 282 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.345750+0000 mon.c (mon.1) 283 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.346618+0000 mon.c (mon.1) 284 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.352084+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.415494+0000 mon.c (mon.1) 285 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.417648+0000 mon.c (mon.1) 286 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.420693+0000 mon.c (mon.1) 287 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.421985+0000 mon.c (mon.1) 288 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.428793+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.483278+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.508840+0000 mon.c (mon.1) 289 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.510718+0000 mon.c (mon.1) 290 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.512764+0000 mon.c (mon.1) 291 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.513597+0000 mon.c (mon.1) 292 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.520227+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.582093+0000 mon.c (mon.1) 293 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.585278+0000 mon.c (mon.1) 294 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.588498+0000 mon.c (mon.1) 295 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.589509+0000 mon.c (mon.1) 296 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.596787+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.678551+0000 mon.c (mon.1) 297 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.681271+0000 mon.c (mon.1) 298 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.685009+0000 mon.c (mon.1) 299 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.686056+0000 mon.c (mon.1) 300 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.693452+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.773048+0000 mon.c (mon.1) 301 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.774877+0000 mon.c (mon.1) 302 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.776875+0000 mon.c (mon.1) 303 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.777698+0000 mon.c (mon.1) 304 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:20 smithi144 bash[25224]: audit 2023-12-07T15:54:20.783792+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: cephadm 2023-12-07T15:54:19.146137+0000 mgr.y (mgr.25453) 37 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: cephadm 2023-12-07T15:54:19.222134+0000 mgr.y (mgr.25453) 38 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: cephadm 2023-12-07T15:54:19.316919+0000 mgr.y (mgr.25453) 39 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: cephadm 2023-12-07T15:54:19.394378+0000 mgr.y (mgr.25453) 40 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: cephadm 2023-12-07T15:54:19.467874+0000 mgr.y (mgr.25453) 41 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: cephadm 2023-12-07T15:54:19.542790+0000 mgr.y (mgr.25453) 42 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: cephadm 2023-12-07T15:54:19.615525+0000 mgr.y (mgr.25453) 43 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: cephadm 2023-12-07T15:54:19.689531+0000 mgr.y (mgr.25453) 44 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: cephadm 2023-12-07T15:54:19.766999+0000 mgr.y (mgr.25453) 45 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:19.832880+0000 mon.c (mon.1) 257 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:19.834685+0000 mon.c (mon.1) 258 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:19.837343+0000 mon.c (mon.1) 259 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:19.838073+0000 mon.c (mon.1) 260 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:19.844342+0000 mon.a (mon.0) 81 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: cephadm 2023-12-07T15:54:19.845271+0000 mgr.y (mgr.25453) 46 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:19.906474+0000 mon.c (mon.1) 261 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:19.908542+0000 mon.c (mon.1) 262 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:19.911568+0000 mon.c (mon.1) 263 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:19.912457+0000 mon.c (mon.1) 264 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:19.919476+0000 mon.a (mon.0) 82 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: cephadm 2023-12-07T15:54:19.921181+0000 mgr.y (mgr.25453) 47 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: cephadm 2023-12-07T15:54:19.146137+0000 mgr.y (mgr.25453) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: cephadm 2023-12-07T15:54:19.222134+0000 mgr.y (mgr.25453) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: cephadm 2023-12-07T15:54:19.316919+0000 mgr.y (mgr.25453) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: cephadm 2023-12-07T15:54:19.394378+0000 mgr.y (mgr.25453) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: cephadm 2023-12-07T15:54:19.467874+0000 mgr.y (mgr.25453) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: cephadm 2023-12-07T15:54:19.542790+0000 mgr.y (mgr.25453) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: cephadm 2023-12-07T15:54:19.615525+0000 mgr.y (mgr.25453) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: cephadm 2023-12-07T15:54:19.689531+0000 mgr.y (mgr.25453) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: cephadm 2023-12-07T15:54:19.766999+0000 mgr.y (mgr.25453) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:19.832880+0000 mon.c (mon.1) 257 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:19.834685+0000 mon.c (mon.1) 258 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:19.837343+0000 mon.c (mon.1) 259 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:19.838073+0000 mon.c (mon.1) 260 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:19.844342+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: cephadm 2023-12-07T15:54:19.845271+0000 mgr.y (mgr.25453) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:19.906474+0000 mon.c (mon.1) 261 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:19.908542+0000 mon.c (mon.1) 262 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:19.911568+0000 mon.c (mon.1) 263 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:19.912457+0000 mon.c (mon.1) 264 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:19.919476+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: cephadm 2023-12-07T15:54:19.921181+0000 mgr.y (mgr.25453) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:19.996774+0000 mon.c (mon.1) 265 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:19.999059+0000 mon.c (mon.1) 266 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.001483+0000 mon.c (mon.1) 267 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.002515+0000 mon.c (mon.1) 268 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.009574+0000 mon.a (mon.0) 83 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: cephadm 2023-12-07T15:54:20.011169+0000 mgr.y (mgr.25453) 48 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.093725+0000 mon.c (mon.1) 269 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.095370+0000 mon.c (mon.1) 270 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.098121+0000 mon.c (mon.1) 271 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.099248+0000 mon.c (mon.1) 272 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.106240+0000 mon.a (mon.0) 84 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.190103+0000 mon.c (mon.1) 273 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.191759+0000 mon.c (mon.1) 274 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.193687+0000 mon.c (mon.1) 275 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.194494+0000 mon.c (mon.1) 276 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.200436+0000 mon.a (mon.0) 85 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.262712+0000 mon.c (mon.1) 277 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.265988+0000 mon.c (mon.1) 278 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.269030+0000 mon.c (mon.1) 279 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.270346+0000 mon.c (mon.1) 280 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:19.996774+0000 mon.c (mon.1) 265 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:19.999059+0000 mon.c (mon.1) 266 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.001483+0000 mon.c (mon.1) 267 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.002515+0000 mon.c (mon.1) 268 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.009574+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: cephadm 2023-12-07T15:54:20.011169+0000 mgr.y (mgr.25453) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.093725+0000 mon.c (mon.1) 269 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.095370+0000 mon.c (mon.1) 270 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.098121+0000 mon.c (mon.1) 271 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.099248+0000 mon.c (mon.1) 272 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.106240+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.190103+0000 mon.c (mon.1) 273 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.191759+0000 mon.c (mon.1) 274 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.193687+0000 mon.c (mon.1) 275 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.194494+0000 mon.c (mon.1) 276 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.200436+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.262712+0000 mon.c (mon.1) 277 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.265988+0000 mon.c (mon.1) 278 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.269030+0000 mon.c (mon.1) 279 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.276850+0000 mon.a (mon.0) 86 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.341305+0000 mon.c (mon.1) 281 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.343532+0000 mon.c (mon.1) 282 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.345750+0000 mon.c (mon.1) 283 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.346618+0000 mon.c (mon.1) 284 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.352084+0000 mon.a (mon.0) 87 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.415494+0000 mon.c (mon.1) 285 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.417648+0000 mon.c (mon.1) 286 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.420693+0000 mon.c (mon.1) 287 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.421985+0000 mon.c (mon.1) 288 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.428793+0000 mon.a (mon.0) 88 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.483278+0000 mon.a (mon.0) 89 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.508840+0000 mon.c (mon.1) 289 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.510718+0000 mon.c (mon.1) 290 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.512764+0000 mon.c (mon.1) 291 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.513597+0000 mon.c (mon.1) 292 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.520227+0000 mon.a (mon.0) 90 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.582093+0000 mon.c (mon.1) 293 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.585278+0000 mon.c (mon.1) 294 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.588498+0000 mon.c (mon.1) 295 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.589509+0000 mon.c (mon.1) 296 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.596787+0000 mon.a (mon.0) 91 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.678551+0000 mon.c (mon.1) 297 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.681271+0000 mon.c (mon.1) 298 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.685009+0000 mon.c (mon.1) 299 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.686056+0000 mon.c (mon.1) 300 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.693452+0000 mon.a (mon.0) 92 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.773048+0000 mon.c (mon.1) 301 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.774877+0000 mon.c (mon.1) 302 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.776875+0000 mon.c (mon.1) 303 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.777698+0000 mon.c (mon.1) 304 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[79332]: audit 2023-12-07T15:54:20.783792+0000 mon.a (mon.0) 93 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.270346+0000 mon.c (mon.1) 280 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.276850+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.341305+0000 mon.c (mon.1) 281 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.343532+0000 mon.c (mon.1) 282 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.345750+0000 mon.c (mon.1) 283 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.346618+0000 mon.c (mon.1) 284 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.352084+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.415494+0000 mon.c (mon.1) 285 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.417648+0000 mon.c (mon.1) 286 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.420693+0000 mon.c (mon.1) 287 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.421985+0000 mon.c (mon.1) 288 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.428793+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.483278+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.508840+0000 mon.c (mon.1) 289 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.510718+0000 mon.c (mon.1) 290 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.512764+0000 mon.c (mon.1) 291 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.513597+0000 mon.c (mon.1) 292 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.520227+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.582093+0000 mon.c (mon.1) 293 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.585278+0000 mon.c (mon.1) 294 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.588498+0000 mon.c (mon.1) 295 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.589509+0000 mon.c (mon.1) 296 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.596787+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.678551+0000 mon.c (mon.1) 297 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.681271+0000 mon.c (mon.1) 298 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.685009+0000 mon.c (mon.1) 299 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.686056+0000 mon.c (mon.1) 300 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.693452+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:21.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.773048+0000 mon.c (mon.1) 301 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:21.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.774877+0000 mon.c (mon.1) 302 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:21.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.776875+0000 mon.c (mon.1) 303 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:21.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.777698+0000 mon.c (mon.1) 304 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:21.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:20 smithi121 bash[30890]: audit 2023-12-07T15:54:20.783792+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: cephadm 2023-12-07T15:54:20.107093+0000 mgr.y (mgr.25453) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: cephadm 2023-12-07T15:54:20.201856+0000 mgr.y (mgr.25453) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: cephadm 2023-12-07T15:54:20.278978+0000 mgr.y (mgr.25453) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: cluster 2023-12-07T15:54:20.342336+0000 mgr.y (mgr.25453) 52 : 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 2023-12-07T15:54:22.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: cephadm 2023-12-07T15:54:20.354362+0000 mgr.y (mgr.25453) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: cephadm 2023-12-07T15:54:20.430349+0000 mgr.y (mgr.25453) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: cephadm 2023-12-07T15:54:20.520965+0000 mgr.y (mgr.25453) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: cephadm 2023-12-07T15:54:20.599397+0000 mgr.y (mgr.25453) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: cephadm 2023-12-07T15:54:20.694636+0000 mgr.y (mgr.25453) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: cephadm 2023-12-07T15:54:20.785279+0000 mgr.y (mgr.25453) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:20.858421+0000 mon.c (mon.1) 305 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:20.860563+0000 mon.c (mon.1) 306 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:20.863034+0000 mon.c (mon.1) 307 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:20.864091+0000 mon.c (mon.1) 308 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:20.870763+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: cephadm 2023-12-07T15:54:20.871970+0000 mgr.y (mgr.25453) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:20.948345+0000 mon.c (mon.1) 309 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:20.950484+0000 mon.c (mon.1) 310 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:20.952844+0000 mon.c (mon.1) 311 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:20.953702+0000 mon.c (mon.1) 312 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:20.962047+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: cephadm 2023-12-07T15:54:20.963135+0000 mgr.y (mgr.25453) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:20.967812+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:20.979871+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: cluster 2023-12-07T15:54:20.982019+0000 mgr.y (mgr.25453) 61 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 15 op/s 2023-12-07T15:54:22.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:20.987446+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.040722+0000 mon.c (mon.1) 313 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.043325+0000 mon.c (mon.1) 314 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.046105+0000 mon.c (mon.1) 315 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.047032+0000 mon.c (mon.1) 316 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.048920+0000 mgr.y (mgr.25453) 62 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 15 op/s 2023-12-07T15:54:22.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.049451+0000 mgr.y (mgr.25453) 63 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 18 op/s 2023-12-07T15:54:22.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.056843+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: cephadm 2023-12-07T15:54:21.057563+0000 mgr.y (mgr.25453) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.120614+0000 mon.c (mon.1) 317 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.122654+0000 mon.c (mon.1) 318 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.126053+0000 mon.c (mon.1) 319 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.127335+0000 mon.c (mon.1) 320 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.136016+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.217098+0000 mon.c (mon.1) 321 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.219938+0000 mon.c (mon.1) 322 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.224732+0000 mon.c (mon.1) 323 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.226215+0000 mon.c (mon.1) 324 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.235615+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.274967+0000 mon.a (mon.0) 102 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:54:22.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.313688+0000 mon.c (mon.1) 325 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.316911+0000 mon.c (mon.1) 326 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.320103+0000 mon.c (mon.1) 327 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.321424+0000 mon.c (mon.1) 328 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.330267+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.410720+0000 mon.c (mon.1) 329 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.413745+0000 mon.c (mon.1) 330 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.417538+0000 mon.c (mon.1) 331 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.418665+0000 mon.c (mon.1) 332 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.429027+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.498487+0000 mon.c (mon.1) 333 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.501122+0000 mon.c (mon.1) 334 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.505016+0000 mon.c (mon.1) 335 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.506420+0000 mon.c (mon.1) 336 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.515166+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.595498+0000 mon.c (mon.1) 337 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.599127+0000 mon.c (mon.1) 338 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.601886+0000 mon.c (mon.1) 339 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.602962+0000 mon.c (mon.1) 340 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.614090+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.692566+0000 mon.c (mon.1) 341 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.695241+0000 mon.c (mon.1) 342 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.698770+0000 mon.c (mon.1) 343 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.700089+0000 mon.c (mon.1) 344 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.708626+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.791803+0000 mon.c (mon.1) 345 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.794251+0000 mon.c (mon.1) 346 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.797333+0000 mon.c (mon.1) 347 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.798552+0000 mon.c (mon.1) 348 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:21 smithi144 bash[25224]: audit 2023-12-07T15:54:21.807712+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.224 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: cephadm 2023-12-07T15:54:20.107093+0000 mgr.y (mgr.25453) 49 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.224 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: cephadm 2023-12-07T15:54:20.201856+0000 mgr.y (mgr.25453) 50 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.224 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: cephadm 2023-12-07T15:54:20.278978+0000 mgr.y (mgr.25453) 51 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.224 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: cluster 2023-12-07T15:54:20.342336+0000 mgr.y (mgr.25453) 52 : cluster 0 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 2023-12-07T15:54:22.224 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: cephadm 2023-12-07T15:54:20.354362+0000 mgr.y (mgr.25453) 53 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.224 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: cephadm 2023-12-07T15:54:20.430349+0000 mgr.y (mgr.25453) 54 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.224 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: cephadm 2023-12-07T15:54:20.520965+0000 mgr.y (mgr.25453) 55 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.224 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: cephadm 2023-12-07T15:54:20.599397+0000 mgr.y (mgr.25453) 56 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.224 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: cephadm 2023-12-07T15:54:20.694636+0000 mgr.y (mgr.25453) 57 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.224 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: cephadm 2023-12-07T15:54:20.785279+0000 mgr.y (mgr.25453) 58 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.224 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:20.858421+0000 mon.c (mon.1) 305 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:20.860563+0000 mon.c (mon.1) 306 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:20.863034+0000 mon.c (mon.1) 307 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:20.864091+0000 mon.c (mon.1) 308 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:20.870763+0000 mon.a (mon.0) 94 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: cephadm 2023-12-07T15:54:20.871970+0000 mgr.y (mgr.25453) 59 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:20.948345+0000 mon.c (mon.1) 309 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:20.950484+0000 mon.c (mon.1) 310 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:20.952844+0000 mon.c (mon.1) 311 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:20.953702+0000 mon.c (mon.1) 312 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:20.962047+0000 mon.a (mon.0) 95 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: cephadm 2023-12-07T15:54:20.963135+0000 mgr.y (mgr.25453) 60 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:20.967812+0000 mon.a (mon.0) 96 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:20.979871+0000 mon.a (mon.0) 97 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: cluster 2023-12-07T15:54:20.982019+0000 mgr.y (mgr.25453) 61 : cluster 0 pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 15 op/s 2023-12-07T15:54:22.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:20.987446+0000 mon.a (mon.0) 98 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.040722+0000 mon.c (mon.1) 313 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.043325+0000 mon.c (mon.1) 314 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.046105+0000 mon.c (mon.1) 315 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.047032+0000 mon.c (mon.1) 316 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.048920+0000 mgr.y (mgr.25453) 62 : cluster 0 pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 15 op/s 2023-12-07T15:54:22.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.049451+0000 mgr.y (mgr.25453) 63 : cluster 0 pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 18 op/s 2023-12-07T15:54:22.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.056843+0000 mon.a (mon.0) 99 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: cephadm 2023-12-07T15:54:21.057563+0000 mgr.y (mgr.25453) 64 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.120614+0000 mon.c (mon.1) 317 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.122654+0000 mon.c (mon.1) 318 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.126053+0000 mon.c (mon.1) 319 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.127335+0000 mon.c (mon.1) 320 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.136016+0000 mon.a (mon.0) 100 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.217098+0000 mon.c (mon.1) 321 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.219938+0000 mon.c (mon.1) 322 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.224732+0000 mon.c (mon.1) 323 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.226215+0000 mon.c (mon.1) 324 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.235615+0000 mon.a (mon.0) 101 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.274967+0000 mon.a (mon.0) 102 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:54:22.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.313688+0000 mon.c (mon.1) 325 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.316911+0000 mon.c (mon.1) 326 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.320103+0000 mon.c (mon.1) 327 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.321424+0000 mon.c (mon.1) 328 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.330267+0000 mon.a (mon.0) 103 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.410720+0000 mon.c (mon.1) 329 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.413745+0000 mon.c (mon.1) 330 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.417538+0000 mon.c (mon.1) 331 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.418665+0000 mon.c (mon.1) 332 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.429027+0000 mon.a (mon.0) 104 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.498487+0000 mon.c (mon.1) 333 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.501122+0000 mon.c (mon.1) 334 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.505016+0000 mon.c (mon.1) 335 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.506420+0000 mon.c (mon.1) 336 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.515166+0000 mon.a (mon.0) 105 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.595498+0000 mon.c (mon.1) 337 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.599127+0000 mon.c (mon.1) 338 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.601886+0000 mon.c (mon.1) 339 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.602962+0000 mon.c (mon.1) 340 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.614090+0000 mon.a (mon.0) 106 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.692566+0000 mon.c (mon.1) 341 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.695241+0000 mon.c (mon.1) 342 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.698770+0000 mon.c (mon.1) 343 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.700089+0000 mon.c (mon.1) 344 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.708626+0000 mon.a (mon.0) 107 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.791803+0000 mon.c (mon.1) 345 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.229 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.794251+0000 mon.c (mon.1) 346 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.229 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.797333+0000 mon.c (mon.1) 347 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.229 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.798552+0000 mon.c (mon.1) 348 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.229 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[79332]: audit 2023-12-07T15:54:21.807712+0000 mon.a (mon.0) 108 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.229 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: cephadm 2023-12-07T15:54:20.107093+0000 mgr.y (mgr.25453) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.229 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: cephadm 2023-12-07T15:54:20.201856+0000 mgr.y (mgr.25453) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: cephadm 2023-12-07T15:54:20.278978+0000 mgr.y (mgr.25453) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: cluster 2023-12-07T15:54:20.342336+0000 mgr.y (mgr.25453) 52 : 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 2023-12-07T15:54:22.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: cephadm 2023-12-07T15:54:20.354362+0000 mgr.y (mgr.25453) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: cephadm 2023-12-07T15:54:20.430349+0000 mgr.y (mgr.25453) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: cephadm 2023-12-07T15:54:20.520965+0000 mgr.y (mgr.25453) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: cephadm 2023-12-07T15:54:20.599397+0000 mgr.y (mgr.25453) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: cephadm 2023-12-07T15:54:20.694636+0000 mgr.y (mgr.25453) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: cephadm 2023-12-07T15:54:20.785279+0000 mgr.y (mgr.25453) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:20.858421+0000 mon.c (mon.1) 305 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:20.860563+0000 mon.c (mon.1) 306 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:20.863034+0000 mon.c (mon.1) 307 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:20.864091+0000 mon.c (mon.1) 308 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:20.870763+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: cephadm 2023-12-07T15:54:20.871970+0000 mgr.y (mgr.25453) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:20.948345+0000 mon.c (mon.1) 309 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:20.950484+0000 mon.c (mon.1) 310 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:20.952844+0000 mon.c (mon.1) 311 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:20.953702+0000 mon.c (mon.1) 312 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:20.962047+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: cephadm 2023-12-07T15:54:20.963135+0000 mgr.y (mgr.25453) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:20.967812+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:20.979871+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: cluster 2023-12-07T15:54:20.982019+0000 mgr.y (mgr.25453) 61 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 15 op/s 2023-12-07T15:54:22.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:20.987446+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.040722+0000 mon.c (mon.1) 313 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.043325+0000 mon.c (mon.1) 314 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.046105+0000 mon.c (mon.1) 315 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.047032+0000 mon.c (mon.1) 316 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.048920+0000 mgr.y (mgr.25453) 62 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 15 op/s 2023-12-07T15:54:22.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.049451+0000 mgr.y (mgr.25453) 63 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 18 op/s 2023-12-07T15:54:22.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.056843+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: cephadm 2023-12-07T15:54:21.057563+0000 mgr.y (mgr.25453) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:22.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.120614+0000 mon.c (mon.1) 317 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.122654+0000 mon.c (mon.1) 318 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.126053+0000 mon.c (mon.1) 319 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.127335+0000 mon.c (mon.1) 320 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.136016+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.217098+0000 mon.c (mon.1) 321 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.219938+0000 mon.c (mon.1) 322 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.224732+0000 mon.c (mon.1) 323 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.226215+0000 mon.c (mon.1) 324 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.235615+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.274967+0000 mon.a (mon.0) 102 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:54:22.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.313688+0000 mon.c (mon.1) 325 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.316911+0000 mon.c (mon.1) 326 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.320103+0000 mon.c (mon.1) 327 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.321424+0000 mon.c (mon.1) 328 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.330267+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.410720+0000 mon.c (mon.1) 329 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.413745+0000 mon.c (mon.1) 330 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.417538+0000 mon.c (mon.1) 331 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.418665+0000 mon.c (mon.1) 332 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.429027+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.498487+0000 mon.c (mon.1) 333 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.501122+0000 mon.c (mon.1) 334 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.505016+0000 mon.c (mon.1) 335 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.506420+0000 mon.c (mon.1) 336 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.515166+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.595498+0000 mon.c (mon.1) 337 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.599127+0000 mon.c (mon.1) 338 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.601886+0000 mon.c (mon.1) 339 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.602962+0000 mon.c (mon.1) 340 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.614090+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.692566+0000 mon.c (mon.1) 341 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.695241+0000 mon.c (mon.1) 342 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.698770+0000 mon.c (mon.1) 343 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.700089+0000 mon.c (mon.1) 344 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.708626+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:22.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.791803+0000 mon.c (mon.1) 345 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:22.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.794251+0000 mon.c (mon.1) 346 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:22.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.797333+0000 mon.c (mon.1) 347 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:22.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.798552+0000 mon.c (mon.1) 348 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:22.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:21 smithi121 bash[30890]: audit 2023-12-07T15:54:21.807712+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.085 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.130001+0000 mgr.y (mgr.25453) 65 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 25 op/s 2023-12-07T15:54:23.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.130639+0000 mgr.y (mgr.25453) 66 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s rd, 0 B/s wr, 43 op/s 2023-12-07T15:54:23.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cephadm 2023-12-07T15:54:21.136771+0000 mgr.y (mgr.25453) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.228462+0000 mgr.y (mgr.25453) 68 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.229061+0000 mgr.y (mgr.25453) 69 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cephadm 2023-12-07T15:54:21.237502+0000 mgr.y (mgr.25453) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.323829+0000 mgr.y (mgr.25453) 71 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.324384+0000 mgr.y (mgr.25453) 72 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cephadm 2023-12-07T15:54:21.331362+0000 mgr.y (mgr.25453) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.421408+0000 mgr.y (mgr.25453) 74 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.422130+0000 mgr.y (mgr.25453) 75 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cephadm 2023-12-07T15:54:21.430108+0000 mgr.y (mgr.25453) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.509013+0000 mgr.y (mgr.25453) 77 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.509657+0000 mgr.y (mgr.25453) 78 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cephadm 2023-12-07T15:54:21.516321+0000 mgr.y (mgr.25453) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.605100+0000 mgr.y (mgr.25453) 80 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.605702+0000 mgr.y (mgr.25453) 81 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cephadm 2023-12-07T15:54:21.614926+0000 mgr.y (mgr.25453) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.702448+0000 mgr.y (mgr.25453) 83 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.702789+0000 mgr.y (mgr.25453) 84 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cephadm 2023-12-07T15:54:21.709643+0000 mgr.y (mgr.25453) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.801286+0000 mgr.y (mgr.25453) 86 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.801522+0000 mgr.y (mgr.25453) 87 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cephadm 2023-12-07T15:54:21.810084+0000 mgr.y (mgr.25453) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:21.891977+0000 mon.c (mon.1) 349 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:21.897204+0000 mon.c (mon.1) 350 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:21.900067+0000 mon.c (mon.1) 351 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:21.900941+0000 mon.c (mon.1) 352 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.902555+0000 mgr.y (mgr.25453) 89 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.902861+0000 mgr.y (mgr.25453) 90 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:21.907935+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cephadm 2023-12-07T15:54:21.909313+0000 mgr.y (mgr.25453) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:21.983847+0000 mon.c (mon.1) 353 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:21.988709+0000 mon.c (mon.1) 354 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.089 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:21.991250+0000 mon.c (mon.1) 355 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.089 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:21.992139+0000 mon.c (mon.1) 356 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.089 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.994017+0000 mgr.y (mgr.25453) 92 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.089 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:21.994325+0000 mgr.y (mgr.25453) 93 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.089 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:21.999701+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.089 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cephadm 2023-12-07T15:54:22.000846+0000 mgr.y (mgr.25453) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.089 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.063362+0000 mon.c (mon.1) 357 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.089 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.065822+0000 mon.c (mon.1) 358 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.089 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.068582+0000 mon.c (mon.1) 359 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.089 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.069623+0000 mon.c (mon.1) 360 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.089 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.071779+0000 mgr.y (mgr.25453) 95 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.089 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.072276+0000 mgr.y (mgr.25453) 96 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.089 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.078765+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.089 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cephadm 2023-12-07T15:54:22.080037+0000 mgr.y (mgr.25453) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.089 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.160642+0000 mon.c (mon.1) 361 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.090 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.164698+0000 mon.c (mon.1) 362 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.090 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.167827+0000 mon.c (mon.1) 363 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.090 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.169122+0000 mon.c (mon.1) 364 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.090 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.177685+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.090 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.263168+0000 mon.c (mon.1) 365 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.090 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.265736+0000 mon.c (mon.1) 366 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.090 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.269776+0000 mon.c (mon.1) 367 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.090 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.271376+0000 mon.c (mon.1) 368 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.090 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.276665+0000 mon.a (mon.0) 113 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:54:23.090 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.276695+0000 mon.a (mon.0) 114 : cluster [INF] Cluster is now healthy 2023-12-07T15:54:23.090 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.286599+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.090 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.352346+0000 mon.c (mon.1) 369 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.090 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.354841+0000 mon.c (mon.1) 370 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.091 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.357762+0000 mon.c (mon.1) 371 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.091 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.358879+0000 mon.c (mon.1) 372 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.091 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.368109+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.091 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.453092+0000 mon.c (mon.1) 373 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.091 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.455566+0000 mon.c (mon.1) 374 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.091 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.458377+0000 mon.c (mon.1) 375 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.091 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.459444+0000 mon.c (mon.1) 376 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.091 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.468840+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.091 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.551924+0000 mon.c (mon.1) 377 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.091 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.554649+0000 mon.c (mon.1) 378 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.091 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.557538+0000 mon.c (mon.1) 379 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.091 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.558646+0000 mon.c (mon.1) 380 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.091 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.567813+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.091 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.646423+0000 mon.c (mon.1) 381 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.091 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.649475+0000 mon.c (mon.1) 382 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.091 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.653806+0000 mon.c (mon.1) 383 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.092 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.655295+0000 mon.c (mon.1) 384 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.092 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.665403+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.092 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.750342+0000 mon.c (mon.1) 385 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.092 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.752977+0000 mon.c (mon.1) 386 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.092 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.756392+0000 mon.c (mon.1) 387 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.092 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.757404+0000 mon.c (mon.1) 388 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.092 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:22 smithi144 bash[25224]: audit 2023-12-07T15:54:22.766887+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.130001+0000 mgr.y (mgr.25453) 65 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 25 op/s 2023-12-07T15:54:23.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.130639+0000 mgr.y (mgr.25453) 66 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s rd, 0 B/s wr, 43 op/s 2023-12-07T15:54:23.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cephadm 2023-12-07T15:54:21.136771+0000 mgr.y (mgr.25453) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.228462+0000 mgr.y (mgr.25453) 68 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.229061+0000 mgr.y (mgr.25453) 69 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cephadm 2023-12-07T15:54:21.237502+0000 mgr.y (mgr.25453) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.323829+0000 mgr.y (mgr.25453) 71 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.324384+0000 mgr.y (mgr.25453) 72 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cephadm 2023-12-07T15:54:21.331362+0000 mgr.y (mgr.25453) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.421408+0000 mgr.y (mgr.25453) 74 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.422130+0000 mgr.y (mgr.25453) 75 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cephadm 2023-12-07T15:54:21.430108+0000 mgr.y (mgr.25453) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.509013+0000 mgr.y (mgr.25453) 77 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.509657+0000 mgr.y (mgr.25453) 78 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cephadm 2023-12-07T15:54:21.516321+0000 mgr.y (mgr.25453) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.605100+0000 mgr.y (mgr.25453) 80 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.605702+0000 mgr.y (mgr.25453) 81 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cephadm 2023-12-07T15:54:21.614926+0000 mgr.y (mgr.25453) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.702448+0000 mgr.y (mgr.25453) 83 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.702789+0000 mgr.y (mgr.25453) 84 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.130001+0000 mgr.y (mgr.25453) 65 : cluster 0 pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 25 op/s 2023-12-07T15:54:23.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.130639+0000 mgr.y (mgr.25453) 66 : cluster 0 pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s rd, 0 B/s wr, 43 op/s 2023-12-07T15:54:23.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cephadm 2023-12-07T15:54:21.136771+0000 mgr.y (mgr.25453) 67 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.228462+0000 mgr.y (mgr.25453) 68 : cluster 0 pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.229061+0000 mgr.y (mgr.25453) 69 : cluster 0 pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cephadm 2023-12-07T15:54:21.237502+0000 mgr.y (mgr.25453) 70 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.323829+0000 mgr.y (mgr.25453) 71 : cluster 0 pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.324384+0000 mgr.y (mgr.25453) 72 : cluster 0 pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cephadm 2023-12-07T15:54:21.331362+0000 mgr.y (mgr.25453) 73 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.421408+0000 mgr.y (mgr.25453) 74 : cluster 0 pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.422130+0000 mgr.y (mgr.25453) 75 : cluster 0 pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cephadm 2023-12-07T15:54:21.430108+0000 mgr.y (mgr.25453) 76 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.509013+0000 mgr.y (mgr.25453) 77 : cluster 0 pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.509657+0000 mgr.y (mgr.25453) 78 : cluster 0 pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cephadm 2023-12-07T15:54:21.516321+0000 mgr.y (mgr.25453) 79 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.605100+0000 mgr.y (mgr.25453) 80 : cluster 0 pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.605702+0000 mgr.y (mgr.25453) 81 : cluster 0 pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cephadm 2023-12-07T15:54:21.614926+0000 mgr.y (mgr.25453) 82 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.702448+0000 mgr.y (mgr.25453) 83 : cluster 0 pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.702789+0000 mgr.y (mgr.25453) 84 : cluster 0 pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cephadm 2023-12-07T15:54:21.709643+0000 mgr.y (mgr.25453) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.801286+0000 mgr.y (mgr.25453) 86 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.801522+0000 mgr.y (mgr.25453) 87 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cephadm 2023-12-07T15:54:21.810084+0000 mgr.y (mgr.25453) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:21.891977+0000 mon.c (mon.1) 349 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:21.897204+0000 mon.c (mon.1) 350 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:21.900067+0000 mon.c (mon.1) 351 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:21.900941+0000 mon.c (mon.1) 352 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.902555+0000 mgr.y (mgr.25453) 89 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.902861+0000 mgr.y (mgr.25453) 90 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:21.907935+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cephadm 2023-12-07T15:54:21.909313+0000 mgr.y (mgr.25453) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:21.983847+0000 mon.c (mon.1) 353 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:21.988709+0000 mon.c (mon.1) 354 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:21.991250+0000 mon.c (mon.1) 355 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:21.992139+0000 mon.c (mon.1) 356 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.994017+0000 mgr.y (mgr.25453) 92 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:21.994325+0000 mgr.y (mgr.25453) 93 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:21.999701+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cephadm 2023-12-07T15:54:22.000846+0000 mgr.y (mgr.25453) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cephadm 2023-12-07T15:54:21.709643+0000 mgr.y (mgr.25453) 85 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.801286+0000 mgr.y (mgr.25453) 86 : cluster 0 pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.801522+0000 mgr.y (mgr.25453) 87 : cluster 0 pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cephadm 2023-12-07T15:54:21.810084+0000 mgr.y (mgr.25453) 88 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:21.891977+0000 mon.c (mon.1) 349 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:21.897204+0000 mon.c (mon.1) 350 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:21.900067+0000 mon.c (mon.1) 351 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:21.900941+0000 mon.c (mon.1) 352 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.902555+0000 mgr.y (mgr.25453) 89 : cluster 0 pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.902861+0000 mgr.y (mgr.25453) 90 : cluster 0 pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:21.907935+0000 mon.a (mon.0) 109 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cephadm 2023-12-07T15:54:21.909313+0000 mgr.y (mgr.25453) 91 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:21.983847+0000 mon.c (mon.1) 353 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:21.988709+0000 mon.c (mon.1) 354 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:21.991250+0000 mon.c (mon.1) 355 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:21.992139+0000 mon.c (mon.1) 356 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.994017+0000 mgr.y (mgr.25453) 92 : cluster 0 pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:21.994325+0000 mgr.y (mgr.25453) 93 : cluster 0 pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:21.999701+0000 mon.a (mon.0) 110 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cephadm 2023-12-07T15:54:22.000846+0000 mgr.y (mgr.25453) 94 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.063362+0000 mon.c (mon.1) 357 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.063362+0000 mon.c (mon.1) 357 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.065822+0000 mon.c (mon.1) 358 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.068582+0000 mon.c (mon.1) 359 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.069623+0000 mon.c (mon.1) 360 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.071779+0000 mgr.y (mgr.25453) 95 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.072276+0000 mgr.y (mgr.25453) 96 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.078765+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cephadm 2023-12-07T15:54:22.080037+0000 mgr.y (mgr.25453) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.160642+0000 mon.c (mon.1) 361 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.164698+0000 mon.c (mon.1) 362 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.167827+0000 mon.c (mon.1) 363 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.169122+0000 mon.c (mon.1) 364 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.177685+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.263168+0000 mon.c (mon.1) 365 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.265736+0000 mon.c (mon.1) 366 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.269776+0000 mon.c (mon.1) 367 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.271376+0000 mon.c (mon.1) 368 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.276665+0000 mon.a (mon.0) 113 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:54:23.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.276695+0000 mon.a (mon.0) 114 : cluster [INF] Cluster is now healthy 2023-12-07T15:54:23.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.286599+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.352346+0000 mon.c (mon.1) 369 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.065822+0000 mon.c (mon.1) 358 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.068582+0000 mon.c (mon.1) 359 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.069623+0000 mon.c (mon.1) 360 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.071779+0000 mgr.y (mgr.25453) 95 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.072276+0000 mgr.y (mgr.25453) 96 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:23.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.078765+0000 mon.a (mon.0) 111 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cephadm 2023-12-07T15:54:22.080037+0000 mgr.y (mgr.25453) 97 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:23.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.160642+0000 mon.c (mon.1) 361 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.164698+0000 mon.c (mon.1) 362 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.167827+0000 mon.c (mon.1) 363 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.169122+0000 mon.c (mon.1) 364 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.177685+0000 mon.a (mon.0) 112 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.263168+0000 mon.c (mon.1) 365 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.265736+0000 mon.c (mon.1) 366 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.269776+0000 mon.c (mon.1) 367 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.271376+0000 mon.c (mon.1) 368 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.276665+0000 mon.a (mon.0) 113 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:54:23.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.276695+0000 mon.a (mon.0) 114 : cluster 1 Cluster is now healthy 2023-12-07T15:54:23.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.286599+0000 mon.a (mon.0) 115 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.352346+0000 mon.c (mon.1) 369 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.354841+0000 mon.c (mon.1) 370 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.354841+0000 mon.c (mon.1) 370 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.357762+0000 mon.c (mon.1) 371 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.358879+0000 mon.c (mon.1) 372 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.368109+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.453092+0000 mon.c (mon.1) 373 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.455566+0000 mon.c (mon.1) 374 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.458377+0000 mon.c (mon.1) 375 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.459444+0000 mon.c (mon.1) 376 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.468840+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.551924+0000 mon.c (mon.1) 377 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.554649+0000 mon.c (mon.1) 378 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.557538+0000 mon.c (mon.1) 379 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.558646+0000 mon.c (mon.1) 380 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.567813+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.646423+0000 mon.c (mon.1) 381 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.649475+0000 mon.c (mon.1) 382 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.653806+0000 mon.c (mon.1) 383 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.655295+0000 mon.c (mon.1) 384 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.665403+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.750342+0000 mon.c (mon.1) 385 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.752977+0000 mon.c (mon.1) 386 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.756392+0000 mon.c (mon.1) 387 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.757404+0000 mon.c (mon.1) 388 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[30890]: audit 2023-12-07T15:54:22.766887+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.357762+0000 mon.c (mon.1) 371 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.358879+0000 mon.c (mon.1) 372 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.368109+0000 mon.a (mon.0) 116 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.453092+0000 mon.c (mon.1) 373 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.455566+0000 mon.c (mon.1) 374 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.458377+0000 mon.c (mon.1) 375 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.459444+0000 mon.c (mon.1) 376 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.468840+0000 mon.a (mon.0) 117 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.551924+0000 mon.c (mon.1) 377 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.554649+0000 mon.c (mon.1) 378 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.557538+0000 mon.c (mon.1) 379 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.558646+0000 mon.c (mon.1) 380 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.567813+0000 mon.a (mon.0) 118 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.646423+0000 mon.c (mon.1) 381 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.649475+0000 mon.c (mon.1) 382 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.653806+0000 mon.c (mon.1) 383 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.655295+0000 mon.c (mon.1) 384 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.665403+0000 mon.a (mon.0) 119 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:23.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.750342+0000 mon.c (mon.1) 385 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:23.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.752977+0000 mon.c (mon.1) 386 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:23.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.756392+0000 mon.c (mon.1) 387 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:23.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.757404+0000 mon.c (mon.1) 388 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:23.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:22 smithi121 bash[79332]: audit 2023-12-07T15:54:22.766887+0000 mon.a (mon.0) 120 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.171966+0000 mgr.y (mgr.25453) 98 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.172757+0000 mgr.y (mgr.25453) 99 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cephadm 2023-12-07T15:54:22.179054+0000 mgr.y (mgr.25453) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.274326+0000 mgr.y (mgr.25453) 101 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.274931+0000 mgr.y (mgr.25453) 102 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cephadm 2023-12-07T15:54:22.288322+0000 mgr.y (mgr.25453) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.360865+0000 mgr.y (mgr.25453) 104 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.361384+0000 mgr.y (mgr.25453) 105 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cephadm 2023-12-07T15:54:22.371340+0000 mgr.y (mgr.25453) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.461510+0000 mgr.y (mgr.25453) 107 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.462180+0000 mgr.y (mgr.25453) 108 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cephadm 2023-12-07T15:54:22.469774+0000 mgr.y (mgr.25453) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.560716+0000 mgr.y (mgr.25453) 110 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.561167+0000 mgr.y (mgr.25453) 111 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cephadm 2023-12-07T15:54:22.569210+0000 mgr.y (mgr.25453) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.657795+0000 mgr.y (mgr.25453) 113 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.658307+0000 mgr.y (mgr.25453) 114 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cephadm 2023-12-07T15:54:22.666434+0000 mgr.y (mgr.25453) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.759949+0000 mgr.y (mgr.25453) 116 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.760438+0000 mgr.y (mgr.25453) 117 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cephadm 2023-12-07T15:54:22.767921+0000 mgr.y (mgr.25453) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:22.844754+0000 mon.c (mon.1) 389 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:24.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:22.846894+0000 mon.c (mon.1) 390 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:24.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:22.848942+0000 mon.c (mon.1) 391 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:24.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:22.849688+0000 mon.c (mon.1) 392 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:24.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.851091+0000 mgr.y (mgr.25453) 119 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.851464+0000 mgr.y (mgr.25453) 120 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:22.856833+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cephadm 2023-12-07T15:54:22.857618+0000 mgr.y (mgr.25453) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:22.940285+0000 mon.c (mon.1) 393 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:24.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:22.943167+0000 mon.c (mon.1) 394 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:24.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:22.945906+0000 mon.c (mon.1) 395 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:24.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:22.946914+0000 mon.c (mon.1) 396 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:24.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.948693+0000 mgr.y (mgr.25453) 122 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:22.949031+0000 mgr.y (mgr.25453) 123 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:22.958426+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cephadm 2023-12-07T15:54:22.959626+0000 mgr.y (mgr.25453) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:23.021893+0000 mon.c (mon.1) 397 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:24.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:23.025842+0000 mon.c (mon.1) 398 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:24.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:23.029709+0000 mon.c (mon.1) 399 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:24.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:23.031042+0000 mon.c (mon.1) 400 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:24.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:23.033546+0000 mgr.y (mgr.25453) 125 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:23.034088+0000 mgr.y (mgr.25453) 126 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:23.040729+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cephadm 2023-12-07T15:54:23.041772+0000 mgr.y (mgr.25453) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:23.058532+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:23.069103+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:23.071237+0000 mgr.y (mgr.25453) 128 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:23.071499+0000 mgr.y (mgr.25453) 129 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:23.077771+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:23.126039+0000 mon.c (mon.1) 401 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:24.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:23.129140+0000 mon.c (mon.1) 402 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:24.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:23.131194+0000 mon.c (mon.1) 403 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T15:54:24.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: audit 2023-12-07T15:54:23.132723+0000 mon.c (mon.1) 404 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-07T15:54:24.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[30890]: cluster 2023-12-07T15:54:23.278248+0000 mon.a (mon.0) 127 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:54:24.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.171966+0000 mgr.y (mgr.25453) 98 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.172757+0000 mgr.y (mgr.25453) 99 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cephadm 2023-12-07T15:54:22.179054+0000 mgr.y (mgr.25453) 100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.274326+0000 mgr.y (mgr.25453) 101 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.274931+0000 mgr.y (mgr.25453) 102 : cluster 0 pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cephadm 2023-12-07T15:54:22.288322+0000 mgr.y (mgr.25453) 103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.360865+0000 mgr.y (mgr.25453) 104 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.361384+0000 mgr.y (mgr.25453) 105 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cephadm 2023-12-07T15:54:22.371340+0000 mgr.y (mgr.25453) 106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.461510+0000 mgr.y (mgr.25453) 107 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.462180+0000 mgr.y (mgr.25453) 108 : cluster 0 pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cephadm 2023-12-07T15:54:22.469774+0000 mgr.y (mgr.25453) 109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.560716+0000 mgr.y (mgr.25453) 110 : cluster 0 pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.561167+0000 mgr.y (mgr.25453) 111 : cluster 0 pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cephadm 2023-12-07T15:54:22.569210+0000 mgr.y (mgr.25453) 112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.657795+0000 mgr.y (mgr.25453) 113 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.658307+0000 mgr.y (mgr.25453) 114 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cephadm 2023-12-07T15:54:22.666434+0000 mgr.y (mgr.25453) 115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.759949+0000 mgr.y (mgr.25453) 116 : cluster 0 pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.760438+0000 mgr.y (mgr.25453) 117 : cluster 0 pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cephadm 2023-12-07T15:54:22.767921+0000 mgr.y (mgr.25453) 118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:22.844754+0000 mon.c (mon.1) 389 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:24.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:22.846894+0000 mon.c (mon.1) 390 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:24.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:22.848942+0000 mon.c (mon.1) 391 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:24.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:22.849688+0000 mon.c (mon.1) 392 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:24.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.851091+0000 mgr.y (mgr.25453) 119 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.851464+0000 mgr.y (mgr.25453) 120 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:22.856833+0000 mon.a (mon.0) 121 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cephadm 2023-12-07T15:54:22.857618+0000 mgr.y (mgr.25453) 121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:22.940285+0000 mon.c (mon.1) 393 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:24.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:22.943167+0000 mon.c (mon.1) 394 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:24.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:22.945906+0000 mon.c (mon.1) 395 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:24.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:22.946914+0000 mon.c (mon.1) 396 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:24.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.948693+0000 mgr.y (mgr.25453) 122 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:22.949031+0000 mgr.y (mgr.25453) 123 : cluster 0 pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:22.958426+0000 mon.a (mon.0) 122 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cephadm 2023-12-07T15:54:22.959626+0000 mgr.y (mgr.25453) 124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:23.021893+0000 mon.c (mon.1) 397 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:24.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:23.025842+0000 mon.c (mon.1) 398 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:24.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:23.029709+0000 mon.c (mon.1) 399 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:24.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:23.031042+0000 mon.c (mon.1) 400 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:24.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:23.033546+0000 mgr.y (mgr.25453) 125 : cluster 0 pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:23.034088+0000 mgr.y (mgr.25453) 126 : cluster 0 pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:23.040729+0000 mon.a (mon.0) 123 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cephadm 2023-12-07T15:54:23.041772+0000 mgr.y (mgr.25453) 127 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:23.058532+0000 mon.a (mon.0) 124 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:23.069103+0000 mon.a (mon.0) 125 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:23.071237+0000 mgr.y (mgr.25453) 128 : cluster 0 pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:23.071499+0000 mgr.y (mgr.25453) 129 : cluster 0 pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:23.077771+0000 mon.a (mon.0) 126 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:23.126039+0000 mon.c (mon.1) 401 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:24.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:23.129140+0000 mon.c (mon.1) 402 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:24.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:23.131194+0000 mon.c (mon.1) 403 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T15:54:24.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: audit 2023-12-07T15:54:23.132723+0000 mon.c (mon.1) 404 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-07T15:54:24.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:23 smithi121 bash[79332]: cluster 2023-12-07T15:54:23.278248+0000 mon.a (mon.0) 127 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:54:24.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.171966+0000 mgr.y (mgr.25453) 98 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.172757+0000 mgr.y (mgr.25453) 99 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cephadm 2023-12-07T15:54:22.179054+0000 mgr.y (mgr.25453) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.274326+0000 mgr.y (mgr.25453) 101 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.274931+0000 mgr.y (mgr.25453) 102 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cephadm 2023-12-07T15:54:22.288322+0000 mgr.y (mgr.25453) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.360865+0000 mgr.y (mgr.25453) 104 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.361384+0000 mgr.y (mgr.25453) 105 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cephadm 2023-12-07T15:54:22.371340+0000 mgr.y (mgr.25453) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.461510+0000 mgr.y (mgr.25453) 107 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.462180+0000 mgr.y (mgr.25453) 108 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cephadm 2023-12-07T15:54:22.469774+0000 mgr.y (mgr.25453) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.560716+0000 mgr.y (mgr.25453) 110 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.561167+0000 mgr.y (mgr.25453) 111 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cephadm 2023-12-07T15:54:22.569210+0000 mgr.y (mgr.25453) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.657795+0000 mgr.y (mgr.25453) 113 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.658307+0000 mgr.y (mgr.25453) 114 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cephadm 2023-12-07T15:54:22.666434+0000 mgr.y (mgr.25453) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.759949+0000 mgr.y (mgr.25453) 116 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.760438+0000 mgr.y (mgr.25453) 117 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cephadm 2023-12-07T15:54:22.767921+0000 mgr.y (mgr.25453) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:22.844754+0000 mon.c (mon.1) 389 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:24.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:22.846894+0000 mon.c (mon.1) 390 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:24.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:22.848942+0000 mon.c (mon.1) 391 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:24.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:22.849688+0000 mon.c (mon.1) 392 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:24.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.851091+0000 mgr.y (mgr.25453) 119 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.851464+0000 mgr.y (mgr.25453) 120 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:22.856833+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cephadm 2023-12-07T15:54:22.857618+0000 mgr.y (mgr.25453) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:22.940285+0000 mon.c (mon.1) 393 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:24.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:22.943167+0000 mon.c (mon.1) 394 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:24.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:22.945906+0000 mon.c (mon.1) 395 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:24.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:22.946914+0000 mon.c (mon.1) 396 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:24.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.948693+0000 mgr.y (mgr.25453) 122 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:22.949031+0000 mgr.y (mgr.25453) 123 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:22.958426+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cephadm 2023-12-07T15:54:22.959626+0000 mgr.y (mgr.25453) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:23.021893+0000 mon.c (mon.1) 397 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:24.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:23.025842+0000 mon.c (mon.1) 398 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:24.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:23.029709+0000 mon.c (mon.1) 399 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:24.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:23.031042+0000 mon.c (mon.1) 400 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:24.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:23.033546+0000 mgr.y (mgr.25453) 125 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:23.034088+0000 mgr.y (mgr.25453) 126 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:23.040729+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cephadm 2023-12-07T15:54:23.041772+0000 mgr.y (mgr.25453) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:24.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:23.058532+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:23.069103+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:23.071237+0000 mgr.y (mgr.25453) 128 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:23.071499+0000 mgr.y (mgr.25453) 129 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:54:24.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:23.077771+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:24.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:23.126039+0000 mon.c (mon.1) 401 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:24.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:23.129140+0000 mon.c (mon.1) 402 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:24.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:23.131194+0000 mon.c (mon.1) 403 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T15:54:24.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: audit 2023-12-07T15:54:23.132723+0000 mon.c (mon.1) 404 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-07T15:54:24.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:23 smithi144 bash[25224]: cluster 2023-12-07T15:54:23.278248+0000 mon.a (mon.0) 127 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:54:24.936 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:24 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:54:24] "GET /metrics HTTP/1.1" 200 35449 "" "Prometheus/2.33.4" 2023-12-07T15:54:24.936 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:24 smithi121 bash[30890]: cephadm 2023-12-07T15:54:23.133715+0000 mgr.y (mgr.25453) 130 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-07T15:54:24.936 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:24 smithi121 bash[30890]: audit 2023-12-07T15:54:23.388345+0000 mgr.y (mgr.25453) 131 : audit [DBG] from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:54:24.936 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:24 smithi121 bash[79332]: cephadm 2023-12-07T15:54:23.133715+0000 mgr.y (mgr.25453) 130 : cephadm 1 Upgrade: It appears safe to stop mon.a 2023-12-07T15:54:24.937 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:24 smithi121 bash[79332]: audit 2023-12-07T15:54:23.388345+0000 mgr.y (mgr.25453) 131 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:54:25.101 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:24 smithi144 bash[25224]: cephadm 2023-12-07T15:54:23.133715+0000 mgr.y (mgr.25453) 130 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-07T15:54:25.101 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:24 smithi144 bash[25224]: audit 2023-12-07T15:54:23.388345+0000 mgr.y (mgr.25453) 131 : audit [DBG] from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:54:25.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:25 smithi144 bash[25224]: cluster 2023-12-07T15:54:25.072498+0000 mgr.y (mgr.25453) 132 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T15:54:25.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:25 smithi144 bash[25224]: audit 2023-12-07T15:54:25.690563+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:26.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:25 smithi121 bash[30890]: cluster 2023-12-07T15:54:25.072498+0000 mgr.y (mgr.25453) 132 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T15:54:26.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:25 smithi121 bash[30890]: audit 2023-12-07T15:54:25.690563+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:26.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:25 smithi121 bash[79332]: cluster 2023-12-07T15:54:25.072498+0000 mgr.y (mgr.25453) 132 : cluster 0 pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T15:54:26.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:25 smithi121 bash[79332]: audit 2023-12-07T15:54:25.690563+0000 mon.a (mon.0) 128 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:27.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:26 smithi121 bash[79332]: audit 2023-12-07T15:54:26.258099+0000 mon.c (mon.1) 405 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:54:27.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:26 smithi121 bash[79332]: audit 2023-12-07T15:54:26.259768+0000 mon.c (mon.1) 406 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:54:27.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:26 smithi121 bash[79332]: audit 2023-12-07T15:54:26.261260+0000 mon.c (mon.1) 407 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:27.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:26 smithi121 bash[30890]: audit 2023-12-07T15:54:26.258099+0000 mon.c (mon.1) 405 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:54:27.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:26 smithi121 bash[30890]: audit 2023-12-07T15:54:26.259768+0000 mon.c (mon.1) 406 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:54:27.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:26 smithi121 bash[30890]: audit 2023-12-07T15:54:26.261260+0000 mon.c (mon.1) 407 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:27.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:26 smithi144 bash[25224]: audit 2023-12-07T15:54:26.258099+0000 mon.c (mon.1) 405 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:54:27.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:26 smithi144 bash[25224]: audit 2023-12-07T15:54:26.259768+0000 mon.c (mon.1) 406 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:54:27.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:26 smithi144 bash[25224]: audit 2023-12-07T15:54:26.261260+0000 mon.c (mon.1) 407 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:28.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:27 smithi144 bash[25224]: cephadm 2023-12-07T15:54:26.254490+0000 mgr.y (mgr.25453) 133 : cephadm [INF] Upgrade: Updating mon.a 2023-12-07T15:54:28.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:27 smithi144 bash[25224]: cephadm 2023-12-07T15:54:26.263062+0000 mgr.y (mgr.25453) 134 : cephadm [INF] Deploying daemon mon.a on smithi121 2023-12-07T15:54:28.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:27 smithi144 bash[25224]: cluster 2023-12-07T15:54:27.073253+0000 mgr.y (mgr.25453) 135 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:28.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:27 smithi144 bash[25224]: audit 2023-12-07T15:54:27.329017+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:28.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:27 smithi144 bash[25224]: audit 2023-12-07T15:54:27.458735+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:28.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:27 smithi144 bash[25224]: audit 2023-12-07T15:54:27.461917+0000 mon.c (mon.1) 408 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:54:28.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:27 smithi121 bash[79332]: cephadm 2023-12-07T15:54:26.254490+0000 mgr.y (mgr.25453) 133 : cephadm 1 Upgrade: Updating mon.a 2023-12-07T15:54:28.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:27 smithi121 bash[79332]: cephadm 2023-12-07T15:54:26.263062+0000 mgr.y (mgr.25453) 134 : cephadm 1 Deploying daemon mon.a on smithi121 2023-12-07T15:54:28.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:27 smithi121 bash[79332]: cluster 2023-12-07T15:54:27.073253+0000 mgr.y (mgr.25453) 135 : cluster 0 pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:28.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:27 smithi121 bash[79332]: audit 2023-12-07T15:54:27.329017+0000 mon.a (mon.0) 129 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:28.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:27 smithi121 bash[79332]: audit 2023-12-07T15:54:27.458735+0000 mon.a (mon.0) 130 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:28.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:27 smithi121 bash[79332]: audit 2023-12-07T15:54:27.461917+0000 mon.c (mon.1) 408 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:54:28.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:27 smithi121 bash[30890]: cephadm 2023-12-07T15:54:26.254490+0000 mgr.y (mgr.25453) 133 : cephadm [INF] Upgrade: Updating mon.a 2023-12-07T15:54:28.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:27 smithi121 bash[30890]: cephadm 2023-12-07T15:54:26.263062+0000 mgr.y (mgr.25453) 134 : cephadm [INF] Deploying daemon mon.a on smithi121 2023-12-07T15:54:28.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:27 smithi121 bash[30890]: cluster 2023-12-07T15:54:27.073253+0000 mgr.y (mgr.25453) 135 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:28.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:27 smithi121 bash[30890]: audit 2023-12-07T15:54:27.329017+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:28.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:27 smithi121 bash[30890]: audit 2023-12-07T15:54:27.458735+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:28.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:27 smithi121 bash[30890]: audit 2023-12-07T15:54:27.461917+0000 mon.c (mon.1) 408 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:54:28.976 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:54:28 smithi144 bash[61561]: ts=2023-12-07T15:54:28.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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:54:30.087 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:30 smithi121 bash[30890]: cluster 2023-12-07T15:54:29.074870+0000 mgr.y (mgr.25453) 136 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:54:30.087 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:30 smithi121 bash[30890]: audit 2023-12-07T15:54:29.080797+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:30.087 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:30 smithi121 bash[30890]: audit 2023-12-07T15:54:29.091149+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:30.087 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:30 smithi121 bash[30890]: cluster 2023-12-07T15:54:29.093826+0000 mgr.y (mgr.25453) 137 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T15:54:30.087 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:30 smithi121 bash[30890]: audit 2023-12-07T15:54:29.113596+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:30.087 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:30 smithi121 bash[30890]: cluster 2023-12-07T15:54:29.382202+0000 mon.a (mon.0) 134 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:54:30.087 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:30 smithi121 bash[30890]: cluster 2023-12-07T15:54:29.382277+0000 mon.a (mon.0) 135 : cluster [INF] Cluster is now healthy 2023-12-07T15:54:30.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:30 smithi144 bash[25224]: cluster 2023-12-07T15:54:29.074870+0000 mgr.y (mgr.25453) 136 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:54:30.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:30 smithi144 bash[25224]: audit 2023-12-07T15:54:29.080797+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:30.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:30 smithi144 bash[25224]: audit 2023-12-07T15:54:29.091149+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:30.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:30 smithi144 bash[25224]: cluster 2023-12-07T15:54:29.093826+0000 mgr.y (mgr.25453) 137 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T15:54:30.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:30 smithi144 bash[25224]: audit 2023-12-07T15:54:29.113596+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:30.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:30 smithi144 bash[25224]: cluster 2023-12-07T15:54:29.382202+0000 mon.a (mon.0) 134 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:54:30.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:30 smithi144 bash[25224]: cluster 2023-12-07T15:54:29.382277+0000 mon.a (mon.0) 135 : cluster [INF] Cluster is now healthy 2023-12-07T15:54:30.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:30 smithi121 bash[79332]: cluster 2023-12-07T15:54:29.074870+0000 mgr.y (mgr.25453) 136 : cluster 0 pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:54:30.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:30 smithi121 bash[79332]: audit 2023-12-07T15:54:29.080797+0000 mon.a (mon.0) 131 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:30.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:30 smithi121 bash[79332]: audit 2023-12-07T15:54:29.091149+0000 mon.a (mon.0) 132 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:30.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:30 smithi121 bash[79332]: cluster 2023-12-07T15:54:29.093826+0000 mgr.y (mgr.25453) 137 : cluster 0 pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T15:54:30.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:30 smithi121 bash[79332]: audit 2023-12-07T15:54:29.113596+0000 mon.a (mon.0) 133 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:30.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:30 smithi121 bash[79332]: cluster 2023-12-07T15:54:29.382202+0000 mon.a (mon.0) 134 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:54:30.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:30 smithi121 bash[79332]: cluster 2023-12-07T15:54:29.382277+0000 mon.a (mon.0) 135 : cluster 1 Cluster is now healthy 2023-12-07T15:54:31.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:30 smithi121 systemd[1]: Stopping Ceph mon.a for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:54:31.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:31 smithi121 bash[79332]: debug 2023-12-07T15:54:31.080+0000 7f8e67256700 -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 2023-12-07T15:54:31.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:31 smithi121 bash[79332]: debug 2023-12-07T15:54:31.080+0000 7f8e67256700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-07T15:54:32.038 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:31 smithi121 bash[81413]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mon-a 2023-12-07T15:54:32.038 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:31 smithi121 bash[81487]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mon-a 2023-12-07T15:54:32.038 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:31 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-07T15:54:32.038 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:31 smithi121 systemd[1]: Stopped Ceph mon.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:54:32.303 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:32 smithi121 systemd[1]: Started Ceph mon.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:54:32.791 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:54:33.563 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:54:33.563 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 4s ago 16m - - 2023-12-07T15:54:33.563 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 10s ago 16m - - 2023-12-07T15:54:33.563 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (2m) 4s ago 9m 16.8M - 0.23.0 ba2b418f427c 967bceda37f6 2023-12-07T15:54:33.563 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (100s) 10s ago 8m 43.2M - 8.3.5 dad864ee21e9 f9c66575cb4a 2023-12-07T15:54:33.563 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (59s) 4s ago 6m 45.8M - 3.5 e1d6a67b021e 5b982a4ff84a 2023-12-07T15:54:33.563 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283,8765 running (48s) 10s ago 15m 431M - 19.0.0-13-ge6605fb8 104f332cd0a9 b518ffbe0a91 2023-12-07T15:54:33.563 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:8443,9283,8765 running (77s) 4s ago 17m 487M - 19.0.0-13-ge6605fb8 104f332cd0a9 104d769d2d66 2023-12-07T15:54:33.563 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 starting - - - 2048M 2023-12-07T15:54:33.563 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (15m) 10s ago 15m 60.8M 2048M 17.2.0 e1d6a67b021e bf4a92f34a8a 2023-12-07T15:54:33.563 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (15m) 4s ago 15m 57.0M 2048M 17.2.0 e1d6a67b021e 69551a55e526 2023-12-07T15:54:33.564 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (2m) 4s ago 9m 11.8M - 1.3.1 1dbe0e931976 20eca3d71286 2023-12-07T15:54:33.564 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (2m) 10s ago 9m 11.2M - 1.3.1 1dbe0e931976 0024f19bccdb 2023-12-07T15:54:33.564 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (14m) 4s ago 15m 58.7M 4096M 17.2.0 e1d6a67b021e 4fb66fb6c0ed 2023-12-07T15:54:33.564 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (14m) 4s ago 14m 60.3M 4096M 17.2.0 e1d6a67b021e c7b798ef591a 2023-12-07T15:54:33.564 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (13m) 4s ago 13m 53.8M 4096M 17.2.0 e1d6a67b021e d81a11d9b9ac 2023-12-07T15:54:33.564 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (13m) 4s ago 13m 59.7M 4096M 17.2.0 e1d6a67b021e beeb25b302ec 2023-12-07T15:54:33.564 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (12m) 10s ago 12m 58.7M 4096M 17.2.0 e1d6a67b021e ca8ac3f41b1a 2023-12-07T15:54:33.564 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (11m) 10s ago 11m 55.3M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:54:33.564 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (11m) 10s ago 11m 54.2M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:54:33.564 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (10m) 10s ago 10m 58.9M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:54:33.564 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (55s) 10s ago 9m 54.3M - 2.33.4 514e6a882f6e 64f00ffdc6cb 2023-12-07T15:54:33.564 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (7m) 4s ago 7m 86.9M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:54:33.564 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (7m) 10s ago 7m 87.0M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:54:33.564 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (7m) 4s ago 7m 88.8M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:54:33.564 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (7m) 10s ago 7m 87.2M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:54:34.031 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:54:34.031 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:54:34.031 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-07T15:54:34.031 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-07T15:54:34.031 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:54:34.031 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:54:34.031 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T15:54:34.031 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:54:34.031 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:54:34.031 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T15:54:34.031 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:54:34.031 INFO:teuthology.orchestra.run.smithi121.stdout: "mds": {}, 2023-12-07T15:54:34.031 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:54:34.032 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:54:34.032 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:54:34.032 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:54:34.032 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2023-12-07T15:54:34.032 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T15:54:34.032 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:54:34.032 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:54:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.648+0000 7f347bc3fc80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-07T15:54:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.648+0000 7f347bc3fc80 0 ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev), process ceph-mon, pid 6 2023-12-07T15:54:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.648+0000 7f347bc3fc80 0 pidfile_write: ignore empty --pid-file 2023-12-07T15:54:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 0 load: jerasure load: lrc 2023-12-07T15:54:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: RocksDB version: 7.9.2 2023-12-07T15:54:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Git sha 0 2023-12-07T15:54:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Compile date 2023-12-05 09:15:47 2023-12-07T15:54:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: DB SUMMARY 2023-12-07T15:54:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: DB Session ID: D4TUOFEZQBC751PP013K 2023-12-07T15:54:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: CURRENT file: CURRENT 2023-12-07T15:54:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-07T15:54:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: MANIFEST file: MANIFEST-000047 size: 524 Bytes 2023-12-07T15:54:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000052.sst 2023-12-07T15:54:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000050.log size: 38977 ; 2023-12-07T15:54:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.error_if_exists: 0 2023-12-07T15:54:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.create_if_missing: 0 2023-12-07T15:54:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.paranoid_checks: 1 2023-12-07T15:54:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-07T15:54:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T15:54:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-07T15:54:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.env: 0x555c1eecea60 2023-12-07T15:54:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-07T15:54:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.info_log: 0x555c21257780 2023-12-07T15:54:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-07T15:54:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.statistics: (nil) 2023-12-07T15:54:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.use_fsync: 0 2023-12-07T15:54:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_log_file_size: 0 2023-12-07T15:54:34.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T15:54:34.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T15:54:34.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-07T15:54:34.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-07T15:54:34.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.allow_fallocate: 1 2023-12-07T15:54:34.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-07T15:54:34.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-07T15:54:34.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.use_direct_reads: 0 2023-12-07T15:54:34.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T15:54:34.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-07T15:54:34.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.db_log_dir: 2023-12-07T15:54:34.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.wal_dir: 2023-12-07T15:54:34.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T15:54:34.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T15:54:34.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T15:54:34.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T15:54:34.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T15:54:34.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T15:54:34.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-07T15:54:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-07T15:54:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.write_buffer_manager: 0x555c2122af00 2023-12-07T15:54:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T15:54:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T15:54:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T15:54:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-07T15:54:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T15:54:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-07T15:54:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-07T15:54:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-07T15:54:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.unordered_write: 0 2023-12-07T15:54:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T15:54:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T15:54:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T15:54:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T15:54:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.row_cache: None 2023-12-07T15:54:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.wal_filter: None 2023-12-07T15:54:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T15:54:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-07T15:54:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.two_write_queues: 0 2023-12-07T15:54:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-07T15:54:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.wal_compression: 0 2023-12-07T15:54:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.atomic_flush: 0 2023-12-07T15:54:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T15:54:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T15:54:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T15:54:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.log_readahead_size: 0 2023-12-07T15:54:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T15:54:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-07T15:54:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T15:54:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T15:54:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-07T15:54:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-07T15:54:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-07T15:54:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_background_jobs: 2 2023-12-07T15:54:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_background_compactions: -1 2023-12-07T15:54:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_subcompactions: 1 2023-12-07T15:54:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T15:54:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T15:54:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T15:54:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-07T15:54:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T15:54:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T15:54:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T15:54:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T15:54:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_open_files: -1 2023-12-07T15:54:34.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-07T15:54:34.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T15:54:34.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T15:54:34.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-07T15:54:34.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_background_flushes: -1 2023-12-07T15:54:34.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Compression algorithms supported: 2023-12-07T15:54:34.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T15:54:34.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: kZSTD supported: 0 2023-12-07T15:54:34.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: kXpressCompression supported: 0 2023-12-07T15:54:34.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-07T15:54:34.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: kZlibCompression supported: 1 2023-12-07T15:54:34.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: kSnappyCompression supported: 1 2023-12-07T15:54:34.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: kLZ4Compression supported: 1 2023-12-07T15:54:34.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: kBZip2Compression supported: 0 2023-12-07T15:54:34.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T15:54:34.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-07T15:54:34.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000047 2023-12-07T15:54:34.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-07T15:54:34.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T15:54:34.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.merge_operator: 2023-12-07T15:54:34.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compaction_filter: None 2023-12-07T15:54:34.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-07T15:54:34.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-07T15:54:34.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T15:54:34.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T15:54:34.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555c212578a0) 2023-12-07T15:54:34.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: cache_index_and_filter_blocks: 1 2023-12-07T15:54:34.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T15:54:34.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T15:54:34.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: pin_top_level_index_and_filter: 1 2023-12-07T15:54:34.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: index_type: 0 2023-12-07T15:54:34.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: data_block_index_type: 0 2023-12-07T15:54:34.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: index_shortening: 1 2023-12-07T15:54:34.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: data_block_hash_table_util_ratio: 0.750000 2023-12-07T15:54:34.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: checksum: 4 2023-12-07T15:54:34.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: no_block_cache: 0 2023-12-07T15:54:34.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: block_cache: 0x555c212ab090 2023-12-07T15:54:34.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: block_cache_name: BinnedLRUCache 2023-12-07T15:54:34.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: block_cache_options: 2023-12-07T15:54:34.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: capacity : 536870912 2023-12-07T15:54:34.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: num_shard_bits : 4 2023-12-07T15:54:34.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: strict_capacity_limit : 0 2023-12-07T15:54:34.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: high_pri_pool_ratio: 0.000 2023-12-07T15:54:34.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: block_cache_compressed: (nil) 2023-12-07T15:54:34.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: persistent_cache: (nil) 2023-12-07T15:54:34.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: block_size: 4096 2023-12-07T15:54:34.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: block_size_deviation: 10 2023-12-07T15:54:34.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: block_restart_interval: 16 2023-12-07T15:54:34.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: index_block_restart_interval: 1 2023-12-07T15:54:34.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: metadata_block_size: 4096 2023-12-07T15:54:34.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: partition_filters: 0 2023-12-07T15:54:34.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: use_delta_encoding: 1 2023-12-07T15:54:34.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: filter_policy: bloomfilter 2023-12-07T15:54:34.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: whole_key_filtering: 1 2023-12-07T15:54:34.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: verify_compression: 0 2023-12-07T15:54:34.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: read_amp_bytes_per_bit: 0 2023-12-07T15:54:34.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: format_version: 5 2023-12-07T15:54:34.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: enable_index_compression: 1 2023-12-07T15:54:34.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: block_align: 0 2023-12-07T15:54:34.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: max_auto_readahead_size: 262144 2023-12-07T15:54:34.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: prepopulate_block_cache: 0 2023-12-07T15:54:34.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: initial_auto_readahead_size: 8192 2023-12-07T15:54:34.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: num_file_reads_for_auto_readahead: 2 2023-12-07T15:54:34.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-07T15:54:34.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-07T15:54:34.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compression: NoCompression 2023-12-07T15:54:34.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-07T15:54:34.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-07T15:54:34.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T15:54:34.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.num_levels: 7 2023-12-07T15:54:34.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T15:54:34.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T15:54:34.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T15:54:34.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T15:54:34.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T15:54:34.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T15:54:34.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T15:54:34.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:54:34.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T15:54:34.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T15:54:34.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-07T15:54:34.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-07T15:54:34.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T15:54:34.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-07T15:54:34.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-07T15:54:34.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T15:54:34.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:54:34.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-07T15:54:34.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T15:54:34.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-07T15:54:34.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-07T15:54:34.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T15:54:34.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T15:54:34.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T15:54:34.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-07T15:54:34.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T15:54:34.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T15:54:34.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T15:54:34.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T15:54:34.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T15:54:34.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T15:54:34.075 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T15:54:34.075 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T15:54:34.075 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T15:54:34.075 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T15:54:34.075 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T15:54:34.075 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T15:54:34.075 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T15:54:34.075 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-07T15:54:34.075 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-07T15:54:34.075 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T15:54:34.075 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T15:54:34.075 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-07T15:54:34.075 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T15:54:34.075 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T15:54:34.075 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T15:54:34.075 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T15:54:34.075 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T15:54:34.076 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T15:54:34.076 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T15:54:34.076 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T15:54:34.076 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T15:54:34.076 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T15:54:34.076 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.table_properties_collectors: 2023-12-07T15:54:34.076 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.inplace_update_support: 0 2023-12-07T15:54:34.076 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T15:54:34.076 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T15:54:34.076 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T15:54:34.076 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T15:54:34.076 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.bloom_locality: 0 2023-12-07T15:54:34.077 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.max_successive_merges: 0 2023-12-07T15:54:34.077 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T15:54:34.077 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-07T15:54:34.077 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-07T15:54:34.077 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-07T15:54:34.077 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.ttl: 2592000 2023-12-07T15:54:34.077 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T15:54:34.077 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-07T15:54:34.077 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-07T15:54:34.077 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.enable_blob_files: false 2023-12-07T15:54:34.077 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.min_blob_size: 0 2023-12-07T15:54:34.077 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-07T15:54:34.077 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T15:54:34.077 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T15:54:34.077 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T15:54:34.077 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-07T15:54:34.078 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-07T15:54:34.078 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-07T15:54:34.078 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-07T15:54:34.078 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-07T15:54:34.078 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000047 succeeded,manifest_file_number is 47, next_file_number is 54, last_sequence is 22675, log_number is 50,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 50 2023-12-07T15:54:34.078 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 50 2023-12-07T15:54:34.078 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.652+0000 7f347bc3fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 39db1906-8f75-465b-9d4d-3a3d240ec35a 2023-12-07T15:54:34.078 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.656+0000 7f347bc3fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964473659731, "job": 1, "event": "recovery_started", "wal_files": [50]} 2023-12-07T15:54:34.078 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.656+0000 7f347bc3fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #50 mode 2 2023-12-07T15:54:34.078 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.656+0000 7f347bc3fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964473661232, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 55, "file_size": 39970, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 22676, "largest_seqno": 22702, "table_properties": {"data_size": 38786, "index_size": 111, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 529, "raw_average_key_size": 25, "raw_value_size": 38250, "raw_average_value_size": 1821, "num_data_blocks": 5, "num_entries": 21, "num_filter_entries": 21, "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": "[]", "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": 1701964473, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "39db1906-8f75-465b-9d4d-3a3d240ec35a", "db_session_id": "D4TUOFEZQBC751PP013K", "orig_file_number": 55, "seqno_to_time_mapping": "N/A"}} 2023-12-07T15:54:34.078 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.656+0000 7f347bc3fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964473661337, "job": 1, "event": "recovery_finished"} 2023-12-07T15:54:34.078 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.656+0000 7f347bc3fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 57 2023-12-07T15:54:34.078 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.656+0000 7f347bc3fc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-07T15:54:34.078 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.656+0000 7f347bc3fc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000050.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-07T15:54:34.078 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.656+0000 7f347bc3fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x555c2134a000 2023-12-07T15:54:34.079 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.656+0000 7f347bc3fc80 4 rocksdb: DB pointer 0x555c21338000 2023-12-07T15:54:34.079 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.660+0000 7f346a3fa700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-07T15:54:34.079 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.660+0000 7f346a3fa700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-07T15:54:34.079 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: ** DB Stats ** 2023-12-07T15:54:34.079 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:54:34.079 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-07T15:54:34.079 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T15:54:34.079 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:54:34.079 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-07T15:54:34.079 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T15:54:34.079 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:54:34.079 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: ** Compaction Stats [default] ** 2023-12-07T15:54:34.079 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: 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) 2023-12-07T15:54:34.079 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-07T15:54:34.079 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: L0 1/0 39.03 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 44.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T15:54:34.079 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: L6 1/0 11.56 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 2023-12-07T15:54:34.080 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: Sum 2/0 11.59 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 44.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T15:54:34.080 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 44.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T15:54:34.080 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: ** Compaction Stats [default] ** 2023-12-07T15:54:34.080 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: 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) 2023-12-07T15:54:34.080 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:54:34.080 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 44.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T15:54:34.080 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-07T15:54:34.080 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:54:34.080 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T15:54:34.080 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T15:54:34.080 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T15:54:34.080 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T15:54:34.080 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: AddFile(Keys): cumulative 0, interval 0 2023-12-07T15:54:34.080 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: Cumulative compaction: 0.00 GB write, 6.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:54:34.080 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: Interval compaction: 0.00 GB write, 6.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:54:34.080 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-07T15:54:34.080 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: Block cache BinnedLRUCache@0x555c212ab090#6 capacity: 512.00 MB usage: 0.30 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2023-12-07T15:54:34.081 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.19 KB,3.57628e-05%) Misc(1,0.00 KB,0%) 2023-12-07T15:54:34.081 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: ** File Read Latency Histogram By Level [default] ** 2023-12-07T15:54:34.081 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.660+0000 7f347bc3fc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] at bind addrs [v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:54:34.081 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.664+0000 7f347bc3fc80 1 mon.a@-1(???) e3 preinit fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:54:34.081 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.664+0000 7f347bc3fc80 0 mon.a@-1(???).mds e1 new map 2023-12-07T15:54:34.081 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.664+0000 7f347bc3fc80 0 mon.a@-1(???).mds e1 print_map 2023-12-07T15:54:34.081 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: e1 2023-12-07T15:54:34.081 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T15:54:34.081 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-07T15:54:34.081 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: legacy client fscid: -1 2023-12-07T15:54:34.081 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: 2023-12-07T15:54:34.081 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: No filesystems configured 2023-12-07T15:54:34.081 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.664+0000 7f347bc3fc80 0 mon.a@-1(???).osd e109 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-07T15:54:34.081 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.664+0000 7f347bc3fc80 0 mon.a@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T15:54:34.081 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.664+0000 7f347bc3fc80 0 mon.a@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T15:54:34.081 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.664+0000 7f347bc3fc80 0 mon.a@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T15:54:34.082 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:33 smithi121 bash[81553]: debug 2023-12-07T15:54:33.668+0000 7f347bc3fc80 1 mon.a@-1(???).paxosservice(auth 1..26) refresh upgraded, format 0 -> 3 2023-12-07T15:54:34.430 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:54:34.430 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:54:34.430 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:54:34.430 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T15:54:34.430 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [ 2023-12-07T15:54:34.431 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr" 2023-12-07T15:54:34.431 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T15:54:34.431 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "2/23 daemons upgraded", 2023-12-07T15:54:34.431 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Currently upgrading mon daemons", 2023-12-07T15:54:34.431 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T15:54:34.431 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:54:34.647 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:54:34] "GET /metrics HTTP/1.1" 200 38250 "" "Prometheus/2.33.4" 2023-12-07T15:54:34.647 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: cluster 2023-12-07T15:54:31.094337+0000 mgr.y (mgr.25453) 138 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:34.647 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: audit 2023-12-07T15:54:32.772313+0000 mgr.y (mgr.25453) 139 : audit [DBG] from='client.25483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:34.647 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: cluster 2023-12-07T15:54:33.095316+0000 mgr.y (mgr.25453) 140 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1021 B/s rd, 0 op/s 2023-12-07T15:54:34.647 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: audit 2023-12-07T15:54:33.160393+0000 mgr.y (mgr.25453) 141 : audit [DBG] from='client.25489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:34.647 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: audit 2023-12-07T15:54:33.395944+0000 mgr.y (mgr.25453) 142 : audit [DBG] from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:54:34.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: audit 2023-12-07T15:54:33.538064+0000 mgr.y (mgr.25453) 143 : audit [DBG] from='client.25495 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:34.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: audit 2023-12-07T15:54:34.027272+0000 mon.c (mon.1) 409 : audit [DBG] from='client.? 172.21.15.121:0/3798495775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:34.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: cluster 2023-12-07T15:54:34.289237+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-07T15:54:34.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: cluster 2023-12-07T15:54:34.310972+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:54:34.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: cluster 2023-12-07T15:54:34.319932+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T15:54:34.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: cluster 2023-12-07T15:54:34.320498+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-07T15:54:34.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: cluster 2023-12-07T15:54:34.320529+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2023-12-07T15:54:34.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: cluster 2023-12-07T15:54:34.321774+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e39: y(active, since 22s), standbys: x 2023-12-07T15:54:34.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: audit 2023-12-07T15:54:34.332543+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.25453 ' entity='' 2023-12-07T15:54:34.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: cluster 2023-12-07T15:54:34.332881+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2023-12-07T15:54:34.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: audit 2023-12-07T15:54:34.342576+0000 mon.a (mon.0) 9 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:34.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: audit 2023-12-07T15:54:34.356013+0000 mon.c (mon.1) 410 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:34.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: audit 2023-12-07T15:54:34.357182+0000 mon.c (mon.1) 411 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:34.648 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[30890]: audit 2023-12-07T15:54:34.365080+0000 mon.a (mon.0) 10 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:34.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: cluster 2023-12-07T15:54:31.094337+0000 mgr.y (mgr.25453) 138 : cluster 0 pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:34.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: audit 2023-12-07T15:54:32.772313+0000 mgr.y (mgr.25453) 139 : audit 0 from='client.25483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:34.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: cluster 2023-12-07T15:54:33.095316+0000 mgr.y (mgr.25453) 140 : cluster 0 pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1021 B/s rd, 0 op/s 2023-12-07T15:54:34.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: audit 2023-12-07T15:54:33.160393+0000 mgr.y (mgr.25453) 141 : audit 0 from='client.25489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:34.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: audit 2023-12-07T15:54:33.395944+0000 mgr.y (mgr.25453) 142 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:54:34.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: audit 2023-12-07T15:54:33.538064+0000 mgr.y (mgr.25453) 143 : audit 0 from='client.25495 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:34.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: audit 2023-12-07T15:54:34.027272+0000 mon.c (mon.1) 409 : audit 0 from='client.? 172.21.15.121:0/3798495775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:34.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: cluster 2023-12-07T15:54:34.289237+0000 mon.a (mon.0) 1 : cluster 1 mon.a calling monitor election 2023-12-07T15:54:34.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: cluster 2023-12-07T15:54:34.310972+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:54:34.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: cluster 2023-12-07T15:54:34.319932+0000 mon.a (mon.0) 3 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T15:54:34.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: cluster 2023-12-07T15:54:34.320498+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2023-12-07T15:54:34.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: cluster 2023-12-07T15:54:34.320529+0000 mon.a (mon.0) 5 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-07T15:54:34.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: cluster 2023-12-07T15:54:34.321774+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e39: y(active, since 22s), standbys: x 2023-12-07T15:54:34.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: audit 2023-12-07T15:54:34.332543+0000 mon.a (mon.0) 7 : audit 1 from='mgr.25453 ' entity='' 2023-12-07T15:54:34.649 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: cluster 2023-12-07T15:54:34.332881+0000 mon.a (mon.0) 8 : cluster 1 overall HEALTH_OK 2023-12-07T15:54:34.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: audit 2023-12-07T15:54:34.342576+0000 mon.a (mon.0) 9 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:34.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: audit 2023-12-07T15:54:34.356013+0000 mon.c (mon.1) 410 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:34.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: audit 2023-12-07T15:54:34.357182+0000 mon.c (mon.1) 411 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:34.650 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:34 smithi121 bash[81553]: audit 2023-12-07T15:54:34.365080+0000 mon.a (mon.0) 10 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:34.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: cluster 2023-12-07T15:54:31.094337+0000 mgr.y (mgr.25453) 138 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:34.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: audit 2023-12-07T15:54:32.772313+0000 mgr.y (mgr.25453) 139 : audit [DBG] from='client.25483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:34.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: cluster 2023-12-07T15:54:33.095316+0000 mgr.y (mgr.25453) 140 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1021 B/s rd, 0 op/s 2023-12-07T15:54:34.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: audit 2023-12-07T15:54:33.160393+0000 mgr.y (mgr.25453) 141 : audit [DBG] from='client.25489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:34.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: audit 2023-12-07T15:54:33.395944+0000 mgr.y (mgr.25453) 142 : audit [DBG] from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:54:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: audit 2023-12-07T15:54:33.538064+0000 mgr.y (mgr.25453) 143 : audit [DBG] from='client.25495 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: audit 2023-12-07T15:54:34.027272+0000 mon.c (mon.1) 409 : audit [DBG] from='client.? 172.21.15.121:0/3798495775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: cluster 2023-12-07T15:54:34.289237+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-07T15:54:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: cluster 2023-12-07T15:54:34.310972+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:54:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: cluster 2023-12-07T15:54:34.319932+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T15:54:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: cluster 2023-12-07T15:54:34.320498+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-07T15:54:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: cluster 2023-12-07T15:54:34.320529+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2023-12-07T15:54:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: cluster 2023-12-07T15:54:34.321774+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e39: y(active, since 22s), standbys: x 2023-12-07T15:54:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: audit 2023-12-07T15:54:34.332543+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.25453 ' entity='' 2023-12-07T15:54:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: cluster 2023-12-07T15:54:34.332881+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2023-12-07T15:54:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: audit 2023-12-07T15:54:34.342576+0000 mon.a (mon.0) 9 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: audit 2023-12-07T15:54:34.356013+0000 mon.c (mon.1) 410 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: audit 2023-12-07T15:54:34.357182+0000 mon.c (mon.1) 411 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:34 smithi144 bash[25224]: audit 2023-12-07T15:54:34.365080+0000 mon.a (mon.0) 10 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.000 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_OK 2023-12-07T15:54:35.681 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: cephadm 2023-12-07T15:54:34.366713+0000 mgr.y (mgr.25453) 144 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.681 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.426331+0000 mgr.y (mgr.25453) 145 : audit 0 from='client.25507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:35.682 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.447370+0000 mon.c (mon.1) 412 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.682 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.449580+0000 mon.c (mon.1) 413 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.682 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.453298+0000 mon.c (mon.1) 414 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.682 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.454487+0000 mon.c (mon.1) 415 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.682 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.463013+0000 mon.a (mon.0) 11 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.682 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: cephadm 2023-12-07T15:54:34.465888+0000 mgr.y (mgr.25453) 146 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.682 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.547023+0000 mon.c (mon.1) 416 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.682 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.549116+0000 mon.c (mon.1) 417 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.682 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.551207+0000 mon.c (mon.1) 418 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.682 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.552088+0000 mon.c (mon.1) 419 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.682 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.558350+0000 mon.a (mon.0) 12 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.682 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: cephadm 2023-12-07T15:54:34.559492+0000 mgr.y (mgr.25453) 147 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.682 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.643291+0000 mon.c (mon.1) 420 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.683 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.646451+0000 mon.c (mon.1) 421 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.683 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.649320+0000 mon.c (mon.1) 422 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.683 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.650475+0000 mon.c (mon.1) 423 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.683 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.656920+0000 mon.a (mon.0) 13 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.683 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: cephadm 2023-12-07T15:54:34.657894+0000 mgr.y (mgr.25453) 148 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.683 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: cephadm 2023-12-07T15:54:34.366713+0000 mgr.y (mgr.25453) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.683 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.426331+0000 mgr.y (mgr.25453) 145 : audit [DBG] from='client.25507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:35.683 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.447370+0000 mon.c (mon.1) 412 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.683 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.449580+0000 mon.c (mon.1) 413 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.683 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.453298+0000 mon.c (mon.1) 414 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.683 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.454487+0000 mon.c (mon.1) 415 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.683 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.463013+0000 mon.a (mon.0) 11 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.684 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: cephadm 2023-12-07T15:54:34.465888+0000 mgr.y (mgr.25453) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.684 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.547023+0000 mon.c (mon.1) 416 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.684 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.549116+0000 mon.c (mon.1) 417 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.684 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.551207+0000 mon.c (mon.1) 418 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.684 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.552088+0000 mon.c (mon.1) 419 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.684 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.558350+0000 mon.a (mon.0) 12 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.684 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: cephadm 2023-12-07T15:54:34.559492+0000 mgr.y (mgr.25453) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.684 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.643291+0000 mon.c (mon.1) 420 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.684 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.646451+0000 mon.c (mon.1) 421 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.684 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.649320+0000 mon.c (mon.1) 422 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.684 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.650475+0000 mon.c (mon.1) 423 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.684 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.656920+0000 mon.a (mon.0) 13 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.684 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: cephadm 2023-12-07T15:54:34.657894+0000 mgr.y (mgr.25453) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.685 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.738023+0000 mon.c (mon.1) 424 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.685 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.740939+0000 mon.c (mon.1) 425 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.685 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.744396+0000 mon.c (mon.1) 426 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.685 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.745543+0000 mon.c (mon.1) 427 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.685 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.753309+0000 mon.a (mon.0) 14 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.685 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: cephadm 2023-12-07T15:54:34.755438+0000 mgr.y (mgr.25453) 149 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.685 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.821494+0000 mon.c (mon.1) 428 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.685 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.823727+0000 mon.c (mon.1) 429 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.685 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.826410+0000 mon.c (mon.1) 430 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.685 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.827218+0000 mon.c (mon.1) 431 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.685 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.834242+0000 mon.a (mon.0) 15 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.686 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: cephadm 2023-12-07T15:54:34.835390+0000 mgr.y (mgr.25453) 150 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.686 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.898672+0000 mon.c (mon.1) 432 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.686 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.902350+0000 mon.c (mon.1) 433 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.686 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.905055+0000 mon.c (mon.1) 434 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.686 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.905973+0000 mon.c (mon.1) 435 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.686 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.913546+0000 mon.a (mon.0) 16 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.686 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: cephadm 2023-12-07T15:54:34.915287+0000 mgr.y (mgr.25453) 151 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.686 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.994200+0000 mon.c (mon.1) 436 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.686 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.996690+0000 mon.a (mon.0) 17 : audit 0 from='client.? 172.21.15.121:0/3870177934' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:54:35.686 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:34.998036+0000 mon.c (mon.1) 437 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.686 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.001900+0000 mon.c (mon.1) 438 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.686 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.003311+0000 mon.c (mon.1) 439 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.686 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.012740+0000 mon.a (mon.0) 18 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.686 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: cephadm 2023-12-07T15:54:35.013668+0000 mgr.y (mgr.25453) 152 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.686 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.092921+0000 mon.c (mon.1) 440 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.687 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.095665+0000 mon.c (mon.1) 441 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.687 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: cluster 2023-12-07T15:54:35.096110+0000 mgr.y (mgr.25453) 153 : cluster 0 pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1021 B/s rd, 0 op/s 2023-12-07T15:54:35.687 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.099189+0000 mon.c (mon.1) 442 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.687 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.100167+0000 mon.c (mon.1) 443 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.687 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.106699+0000 mon.a (mon.0) 19 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.687 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.187079+0000 mon.c (mon.1) 444 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.687 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.189845+0000 mon.c (mon.1) 445 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.687 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.193619+0000 mon.c (mon.1) 446 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.687 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.194834+0000 mon.c (mon.1) 447 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.687 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.204815+0000 mon.a (mon.0) 20 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.687 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.285087+0000 mon.c (mon.1) 448 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.687 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.287434+0000 mon.c (mon.1) 449 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.687 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.290544+0000 mon.c (mon.1) 450 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.687 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.291787+0000 mon.c (mon.1) 451 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.687 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.299255+0000 mon.a (mon.0) 21 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.687 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.376419+0000 mon.c (mon.1) 452 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.687 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.379169+0000 mon.c (mon.1) 453 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.688 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[81553]: audit 2023-12-07T15:54:35.382395+0000 mon.c (mon.1) 454 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.688 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.738023+0000 mon.c (mon.1) 424 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.688 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.740939+0000 mon.c (mon.1) 425 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.688 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.744396+0000 mon.c (mon.1) 426 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.688 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.745543+0000 mon.c (mon.1) 427 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.688 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.753309+0000 mon.a (mon.0) 14 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.688 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: cephadm 2023-12-07T15:54:34.755438+0000 mgr.y (mgr.25453) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.688 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.821494+0000 mon.c (mon.1) 428 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.688 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.823727+0000 mon.c (mon.1) 429 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.689 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.826410+0000 mon.c (mon.1) 430 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.689 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.827218+0000 mon.c (mon.1) 431 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.689 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.834242+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.689 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: cephadm 2023-12-07T15:54:34.835390+0000 mgr.y (mgr.25453) 150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.689 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.898672+0000 mon.c (mon.1) 432 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.689 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.902350+0000 mon.c (mon.1) 433 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.689 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.905055+0000 mon.c (mon.1) 434 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.689 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.905973+0000 mon.c (mon.1) 435 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.689 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.913546+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.689 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: cephadm 2023-12-07T15:54:34.915287+0000 mgr.y (mgr.25453) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.689 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.994200+0000 mon.c (mon.1) 436 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.689 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.996690+0000 mon.a (mon.0) 17 : audit [DBG] from='client.? 172.21.15.121:0/3870177934' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:54:35.689 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:34.998036+0000 mon.c (mon.1) 437 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.689 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.001900+0000 mon.c (mon.1) 438 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.689 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.003311+0000 mon.c (mon.1) 439 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.012740+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: cephadm 2023-12-07T15:54:35.013668+0000 mgr.y (mgr.25453) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.092921+0000 mon.c (mon.1) 440 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.095665+0000 mon.c (mon.1) 441 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: cluster 2023-12-07T15:54:35.096110+0000 mgr.y (mgr.25453) 153 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1021 B/s rd, 0 op/s 2023-12-07T15:54:35.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.099189+0000 mon.c (mon.1) 442 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.100167+0000 mon.c (mon.1) 443 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.106699+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.187079+0000 mon.c (mon.1) 444 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.189845+0000 mon.c (mon.1) 445 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.193619+0000 mon.c (mon.1) 446 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.194834+0000 mon.c (mon.1) 447 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.204815+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.285087+0000 mon.c (mon.1) 448 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.287434+0000 mon.c (mon.1) 449 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.691 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.290544+0000 mon.c (mon.1) 450 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.691 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.291787+0000 mon.c (mon.1) 451 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.691 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.299255+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.691 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.376419+0000 mon.c (mon.1) 452 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.691 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.379169+0000 mon.c (mon.1) 453 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.691 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:35 smithi121 bash[30890]: audit 2023-12-07T15:54:35.382395+0000 mon.c (mon.1) 454 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: cephadm 2023-12-07T15:54:34.366713+0000 mgr.y (mgr.25453) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.426331+0000 mgr.y (mgr.25453) 145 : audit [DBG] from='client.25507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:35.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.447370+0000 mon.c (mon.1) 412 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.449580+0000 mon.c (mon.1) 413 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.453298+0000 mon.c (mon.1) 414 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.454487+0000 mon.c (mon.1) 415 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.463013+0000 mon.a (mon.0) 11 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: cephadm 2023-12-07T15:54:34.465888+0000 mgr.y (mgr.25453) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.547023+0000 mon.c (mon.1) 416 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.549116+0000 mon.c (mon.1) 417 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.551207+0000 mon.c (mon.1) 418 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.552088+0000 mon.c (mon.1) 419 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.558350+0000 mon.a (mon.0) 12 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: cephadm 2023-12-07T15:54:34.559492+0000 mgr.y (mgr.25453) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.643291+0000 mon.c (mon.1) 420 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.646451+0000 mon.c (mon.1) 421 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.649320+0000 mon.c (mon.1) 422 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.650475+0000 mon.c (mon.1) 423 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.656920+0000 mon.a (mon.0) 13 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: cephadm 2023-12-07T15:54:34.657894+0000 mgr.y (mgr.25453) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.738023+0000 mon.c (mon.1) 424 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.740939+0000 mon.c (mon.1) 425 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.744396+0000 mon.c (mon.1) 426 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.745543+0000 mon.c (mon.1) 427 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.753309+0000 mon.a (mon.0) 14 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: cephadm 2023-12-07T15:54:34.755438+0000 mgr.y (mgr.25453) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.821494+0000 mon.c (mon.1) 428 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.823727+0000 mon.c (mon.1) 429 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.826410+0000 mon.c (mon.1) 430 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.827218+0000 mon.c (mon.1) 431 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.834242+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: cephadm 2023-12-07T15:54:34.835390+0000 mgr.y (mgr.25453) 150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.898672+0000 mon.c (mon.1) 432 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.902350+0000 mon.c (mon.1) 433 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.905055+0000 mon.c (mon.1) 434 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.905973+0000 mon.c (mon.1) 435 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.913546+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: cephadm 2023-12-07T15:54:34.915287+0000 mgr.y (mgr.25453) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.994200+0000 mon.c (mon.1) 436 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.996690+0000 mon.a (mon.0) 17 : audit [DBG] from='client.? 172.21.15.121:0/3870177934' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:54:35.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:34.998036+0000 mon.c (mon.1) 437 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.001900+0000 mon.c (mon.1) 438 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.003311+0000 mon.c (mon.1) 439 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.012740+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: cephadm 2023-12-07T15:54:35.013668+0000 mgr.y (mgr.25453) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:35.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.092921+0000 mon.c (mon.1) 440 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.095665+0000 mon.c (mon.1) 441 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: cluster 2023-12-07T15:54:35.096110+0000 mgr.y (mgr.25453) 153 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1021 B/s rd, 0 op/s 2023-12-07T15:54:35.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.099189+0000 mon.c (mon.1) 442 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.100167+0000 mon.c (mon.1) 443 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.106699+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.187079+0000 mon.c (mon.1) 444 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.189845+0000 mon.c (mon.1) 445 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.193619+0000 mon.c (mon.1) 446 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.194834+0000 mon.c (mon.1) 447 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.204815+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.285087+0000 mon.c (mon.1) 448 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.287434+0000 mon.c (mon.1) 449 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.290544+0000 mon.c (mon.1) 450 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:35.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.291787+0000 mon.c (mon.1) 451 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:35.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.299255+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:35.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.376419+0000 mon.c (mon.1) 452 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:35.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.379169+0000 mon.c (mon.1) 453 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:35.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:35 smithi144 bash[25224]: audit 2023-12-07T15:54:35.382395+0000 mon.c (mon.1) 454 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: cephadm 2023-12-07T15:54:35.108758+0000 mgr.y (mgr.25453) 154 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: cephadm 2023-12-07T15:54:35.206081+0000 mgr.y (mgr.25453) 155 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: cephadm 2023-12-07T15:54:35.299971+0000 mgr.y (mgr.25453) 156 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.383418+0000 mon.c (mon.1) 455 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.403840+0000 mon.a (mon.0) 22 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: cephadm 2023-12-07T15:54:35.404479+0000 mgr.y (mgr.25453) 157 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.483794+0000 mon.c (mon.1) 456 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.486367+0000 mon.c (mon.1) 457 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.721 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.488578+0000 mon.c (mon.1) 458 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.489535+0000 mon.c (mon.1) 459 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.496849+0000 mon.a (mon.0) 23 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: cephadm 2023-12-07T15:54:35.500171+0000 mgr.y (mgr.25453) 158 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.578744+0000 mon.c (mon.1) 460 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.581512+0000 mon.c (mon.1) 461 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.584530+0000 mon.c (mon.1) 462 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.585393+0000 mon.c (mon.1) 463 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.593051+0000 mon.a (mon.0) 24 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: cephadm 2023-12-07T15:54:35.593937+0000 mgr.y (mgr.25453) 159 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.672257+0000 mon.c (mon.1) 464 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.674733+0000 mon.c (mon.1) 465 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.679066+0000 mon.c (mon.1) 466 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.680976+0000 mon.c (mon.1) 467 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.686713+0000 mon.a (mon.0) 25 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.722 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: cephadm 2023-12-07T15:54:35.688024+0000 mgr.y (mgr.25453) 160 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.770846+0000 mon.c (mon.1) 468 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.773176+0000 mon.c (mon.1) 469 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.776705+0000 mon.c (mon.1) 470 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.777959+0000 mon.c (mon.1) 471 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.787759+0000 mon.a (mon.0) 26 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: cephadm 2023-12-07T15:54:35.788581+0000 mgr.y (mgr.25453) 161 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.867886+0000 mon.c (mon.1) 472 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.870930+0000 mon.c (mon.1) 473 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.874247+0000 mon.c (mon.1) 474 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.875462+0000 mon.c (mon.1) 475 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.882753+0000 mon.a (mon.0) 27 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: cephadm 2023-12-07T15:54:35.883849+0000 mgr.y (mgr.25453) 162 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.964986+0000 mon.c (mon.1) 476 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.968959+0000 mon.c (mon.1) 477 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.723 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.972369+0000 mon.c (mon.1) 478 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.724 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.973537+0000 mon.c (mon.1) 479 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.724 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:35.980016+0000 mon.a (mon.0) 28 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.724 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: cephadm 2023-12-07T15:54:35.108758+0000 mgr.y (mgr.25453) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.724 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: cephadm 2023-12-07T15:54:35.206081+0000 mgr.y (mgr.25453) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.724 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: cephadm 2023-12-07T15:54:35.299971+0000 mgr.y (mgr.25453) 156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.724 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.383418+0000 mon.c (mon.1) 455 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.724 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.403840+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.724 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: cephadm 2023-12-07T15:54:35.404479+0000 mgr.y (mgr.25453) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.724 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.483794+0000 mon.c (mon.1) 456 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.724 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.486367+0000 mon.c (mon.1) 457 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.724 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.488578+0000 mon.c (mon.1) 458 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.724 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.489535+0000 mon.c (mon.1) 459 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.725 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.496849+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.725 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: cephadm 2023-12-07T15:54:35.500171+0000 mgr.y (mgr.25453) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.725 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.578744+0000 mon.c (mon.1) 460 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.725 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.581512+0000 mon.c (mon.1) 461 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.725 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.584530+0000 mon.c (mon.1) 462 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.725 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.585393+0000 mon.c (mon.1) 463 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.725 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.593051+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.725 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: cephadm 2023-12-07T15:54:35.593937+0000 mgr.y (mgr.25453) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.725 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.672257+0000 mon.c (mon.1) 464 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.725 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.674733+0000 mon.c (mon.1) 465 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.725 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: cephadm 2023-12-07T15:54:35.980841+0000 mgr.y (mgr.25453) 163 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.725 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.058754+0000 mon.c (mon.1) 480 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.726 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.062725+0000 mon.c (mon.1) 481 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.726 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.066508+0000 mon.c (mon.1) 482 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.726 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.068185+0000 mon.c (mon.1) 483 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.726 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.081636+0000 mon.a (mon.0) 29 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.726 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: cephadm 2023-12-07T15:54:36.082828+0000 mgr.y (mgr.25453) 164 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.726 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.162463+0000 mon.c (mon.1) 484 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.726 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.165314+0000 mon.c (mon.1) 485 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.726 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.169554+0000 mon.c (mon.1) 486 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.726 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.171299+0000 mon.c (mon.1) 487 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.726 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.183295+0000 mon.a (mon.0) 30 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.726 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.267030+0000 mon.c (mon.1) 488 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.726 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.269483+0000 mon.c (mon.1) 489 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.726 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.272902+0000 mon.c (mon.1) 490 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.726 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.274060+0000 mon.c (mon.1) 491 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.726 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.283007+0000 mon.a (mon.0) 31 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.726 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.364798+0000 mon.c (mon.1) 492 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.727 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.367436+0000 mon.c (mon.1) 493 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.727 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.370817+0000 mon.c (mon.1) 494 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.727 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.372308+0000 mon.c (mon.1) 495 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.727 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[81553]: audit 2023-12-07T15:54:36.382644+0000 mon.a (mon.0) 32 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.727 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.679066+0000 mon.c (mon.1) 466 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.727 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.680976+0000 mon.c (mon.1) 467 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.727 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.686713+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.727 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: cephadm 2023-12-07T15:54:35.688024+0000 mgr.y (mgr.25453) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.727 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.770846+0000 mon.c (mon.1) 468 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.727 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.773176+0000 mon.c (mon.1) 469 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.728 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.776705+0000 mon.c (mon.1) 470 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.728 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.777959+0000 mon.c (mon.1) 471 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.728 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.787759+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.728 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: cephadm 2023-12-07T15:54:35.788581+0000 mgr.y (mgr.25453) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.728 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.867886+0000 mon.c (mon.1) 472 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.728 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.870930+0000 mon.c (mon.1) 473 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.728 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.874247+0000 mon.c (mon.1) 474 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.728 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.875462+0000 mon.c (mon.1) 475 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.728 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.882753+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.728 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: cephadm 2023-12-07T15:54:35.883849+0000 mgr.y (mgr.25453) 162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.728 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.964986+0000 mon.c (mon.1) 476 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.728 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.968959+0000 mon.c (mon.1) 477 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.728 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.972369+0000 mon.c (mon.1) 478 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.728 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.973537+0000 mon.c (mon.1) 479 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.728 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:35.980016+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.728 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: cephadm 2023-12-07T15:54:35.980841+0000 mgr.y (mgr.25453) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.728 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.058754+0000 mon.c (mon.1) 480 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.062725+0000 mon.c (mon.1) 481 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.066508+0000 mon.c (mon.1) 482 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.068185+0000 mon.c (mon.1) 483 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.081636+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: cephadm 2023-12-07T15:54:36.082828+0000 mgr.y (mgr.25453) 164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.162463+0000 mon.c (mon.1) 484 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.165314+0000 mon.c (mon.1) 485 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.169554+0000 mon.c (mon.1) 486 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.171299+0000 mon.c (mon.1) 487 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.183295+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.267030+0000 mon.c (mon.1) 488 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.269483+0000 mon.c (mon.1) 489 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.272902+0000 mon.c (mon.1) 490 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.274060+0000 mon.c (mon.1) 491 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.283007+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.364798+0000 mon.c (mon.1) 492 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.367436+0000 mon.c (mon.1) 493 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.730 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.370817+0000 mon.c (mon.1) 494 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.730 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.372308+0000 mon.c (mon.1) 495 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.730 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:36 smithi121 bash[30890]: audit 2023-12-07T15:54:36.382644+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: cephadm 2023-12-07T15:54:35.108758+0000 mgr.y (mgr.25453) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: cephadm 2023-12-07T15:54:35.206081+0000 mgr.y (mgr.25453) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: cephadm 2023-12-07T15:54:35.299971+0000 mgr.y (mgr.25453) 156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.383418+0000 mon.c (mon.1) 455 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.403840+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: cephadm 2023-12-07T15:54:35.404479+0000 mgr.y (mgr.25453) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.483794+0000 mon.c (mon.1) 456 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.486367+0000 mon.c (mon.1) 457 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.488578+0000 mon.c (mon.1) 458 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.489535+0000 mon.c (mon.1) 459 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.496849+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: cephadm 2023-12-07T15:54:35.500171+0000 mgr.y (mgr.25453) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.578744+0000 mon.c (mon.1) 460 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.581512+0000 mon.c (mon.1) 461 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.584530+0000 mon.c (mon.1) 462 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.585393+0000 mon.c (mon.1) 463 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.593051+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: cephadm 2023-12-07T15:54:35.593937+0000 mgr.y (mgr.25453) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.672257+0000 mon.c (mon.1) 464 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.674733+0000 mon.c (mon.1) 465 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.679066+0000 mon.c (mon.1) 466 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.680976+0000 mon.c (mon.1) 467 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.686713+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: cephadm 2023-12-07T15:54:35.688024+0000 mgr.y (mgr.25453) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.770846+0000 mon.c (mon.1) 468 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.773176+0000 mon.c (mon.1) 469 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.776705+0000 mon.c (mon.1) 470 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.777959+0000 mon.c (mon.1) 471 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.787759+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: cephadm 2023-12-07T15:54:35.788581+0000 mgr.y (mgr.25453) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.867886+0000 mon.c (mon.1) 472 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.870930+0000 mon.c (mon.1) 473 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.874247+0000 mon.c (mon.1) 474 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.875462+0000 mon.c (mon.1) 475 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.882753+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: cephadm 2023-12-07T15:54:35.883849+0000 mgr.y (mgr.25453) 162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.964986+0000 mon.c (mon.1) 476 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.968959+0000 mon.c (mon.1) 477 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.972369+0000 mon.c (mon.1) 478 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.973537+0000 mon.c (mon.1) 479 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:35.980016+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: cephadm 2023-12-07T15:54:35.980841+0000 mgr.y (mgr.25453) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.058754+0000 mon.c (mon.1) 480 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.062725+0000 mon.c (mon.1) 481 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.066508+0000 mon.c (mon.1) 482 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.068185+0000 mon.c (mon.1) 483 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.081636+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: cephadm 2023-12-07T15:54:36.082828+0000 mgr.y (mgr.25453) 164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:36.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.162463+0000 mon.c (mon.1) 484 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.165314+0000 mon.c (mon.1) 485 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.169554+0000 mon.c (mon.1) 486 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.171299+0000 mon.c (mon.1) 487 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.183295+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.267030+0000 mon.c (mon.1) 488 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.269483+0000 mon.c (mon.1) 489 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.272902+0000 mon.c (mon.1) 490 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.274060+0000 mon.c (mon.1) 491 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.283007+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:36.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.364798+0000 mon.c (mon.1) 492 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:36.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.367436+0000 mon.c (mon.1) 493 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:36.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.370817+0000 mon.c (mon.1) 494 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:36.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.372308+0000 mon.c (mon.1) 495 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:36.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:36 smithi144 bash[25224]: audit 2023-12-07T15:54:36.382644+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.777 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: cephadm 2023-12-07T15:54:36.184565+0000 mgr.y (mgr.25453) 165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.777 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: cephadm 2023-12-07T15:54:36.284742+0000 mgr.y (mgr.25453) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.777 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: cephadm 2023-12-07T15:54:36.388215+0000 mgr.y (mgr.25453) 167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.777 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.474315+0000 mon.c (mon.1) 496 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.777 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.476877+0000 mon.c (mon.1) 497 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.777 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.481265+0000 mon.c (mon.1) 498 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.777 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.482731+0000 mon.c (mon.1) 499 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.777 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.491199+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.777 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: cephadm 2023-12-07T15:54:36.492534+0000 mgr.y (mgr.25453) 168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.777 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.573585+0000 mon.c (mon.1) 500 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.778 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.575978+0000 mon.c (mon.1) 501 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.778 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.579180+0000 mon.c (mon.1) 502 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.778 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.580509+0000 mon.c (mon.1) 503 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.778 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.589149+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.778 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: cephadm 2023-12-07T15:54:36.591676+0000 mgr.y (mgr.25453) 169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.778 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.672116+0000 mon.c (mon.1) 504 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.778 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.674845+0000 mon.c (mon.1) 505 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.778 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.679524+0000 mon.c (mon.1) 506 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.778 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.681055+0000 mon.c (mon.1) 507 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.778 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.690443+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.778 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: cephadm 2023-12-07T15:54:36.184565+0000 mgr.y (mgr.25453) 165 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.779 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: cephadm 2023-12-07T15:54:36.284742+0000 mgr.y (mgr.25453) 166 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.779 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: cephadm 2023-12-07T15:54:36.388215+0000 mgr.y (mgr.25453) 167 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.779 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.474315+0000 mon.c (mon.1) 496 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.779 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.476877+0000 mon.c (mon.1) 497 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.779 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.481265+0000 mon.c (mon.1) 498 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.779 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.482731+0000 mon.c (mon.1) 499 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.779 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.491199+0000 mon.a (mon.0) 33 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.779 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: cephadm 2023-12-07T15:54:36.492534+0000 mgr.y (mgr.25453) 168 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.779 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.573585+0000 mon.c (mon.1) 500 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.779 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.575978+0000 mon.c (mon.1) 501 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.779 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.579180+0000 mon.c (mon.1) 502 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.779 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.580509+0000 mon.c (mon.1) 503 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.779 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.589149+0000 mon.a (mon.0) 34 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.779 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: cephadm 2023-12-07T15:54:36.591676+0000 mgr.y (mgr.25453) 169 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.780 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.672116+0000 mon.c (mon.1) 504 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.780 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.674845+0000 mon.c (mon.1) 505 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.780 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.679524+0000 mon.c (mon.1) 506 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.780 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.681055+0000 mon.c (mon.1) 507 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.780 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.690443+0000 mon.a (mon.0) 35 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.780 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: cephadm 2023-12-07T15:54:36.693855+0000 mgr.y (mgr.25453) 170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.780 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.777296+0000 mon.c (mon.1) 508 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.780 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.779419+0000 mon.c (mon.1) 509 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.780 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.782034+0000 mon.c (mon.1) 510 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.780 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.782878+0000 mon.c (mon.1) 511 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.780 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.790420+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.780 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: cephadm 2023-12-07T15:54:36.793716+0000 mgr.y (mgr.25453) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.873011+0000 mon.c (mon.1) 512 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.876307+0000 mon.c (mon.1) 513 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.879274+0000 mon.c (mon.1) 514 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.880260+0000 mon.c (mon.1) 515 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.888551+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: cephadm 2023-12-07T15:54:36.892196+0000 mgr.y (mgr.25453) 172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.973042+0000 mon.c (mon.1) 516 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.976763+0000 mon.c (mon.1) 517 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.980133+0000 mon.c (mon.1) 518 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.981432+0000 mon.c (mon.1) 519 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:36.990523+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: cephadm 2023-12-07T15:54:36.993733+0000 mgr.y (mgr.25453) 173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.075464+0000 mon.c (mon.1) 520 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.781 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.078126+0000 mon.c (mon.1) 521 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.782 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.081522+0000 mon.c (mon.1) 522 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.782 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.082892+0000 mon.c (mon.1) 523 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.782 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.094091+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.782 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: cephadm 2023-12-07T15:54:37.094963+0000 mgr.y (mgr.25453) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.782 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.172203+0000 mon.c (mon.1) 524 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.782 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.175412+0000 mon.c (mon.1) 525 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.782 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.179274+0000 mon.c (mon.1) 526 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.782 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.180680+0000 mon.c (mon.1) 527 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.782 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.189206+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.782 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.273206+0000 mon.c (mon.1) 528 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.782 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.275466+0000 mon.c (mon.1) 529 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.782 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.278236+0000 mon.c (mon.1) 530 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.782 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.279270+0000 mon.c (mon.1) 531 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.782 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.287376+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.783 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.366873+0000 mon.c (mon.1) 532 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.783 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.369291+0000 mon.c (mon.1) 533 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.783 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.372490+0000 mon.c (mon.1) 534 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.783 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.373687+0000 mon.c (mon.1) 535 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.783 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[30890]: audit 2023-12-07T15:54:37.383134+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.783 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: cephadm 2023-12-07T15:54:36.693855+0000 mgr.y (mgr.25453) 170 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.783 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.777296+0000 mon.c (mon.1) 508 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.783 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.779419+0000 mon.c (mon.1) 509 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.783 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.782034+0000 mon.c (mon.1) 510 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.784 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.782878+0000 mon.c (mon.1) 511 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.784 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.790420+0000 mon.a (mon.0) 36 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.784 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: cephadm 2023-12-07T15:54:36.793716+0000 mgr.y (mgr.25453) 171 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.784 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.873011+0000 mon.c (mon.1) 512 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.784 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.876307+0000 mon.c (mon.1) 513 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.784 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.879274+0000 mon.c (mon.1) 514 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.784 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.880260+0000 mon.c (mon.1) 515 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.784 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.888551+0000 mon.a (mon.0) 37 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.784 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: cephadm 2023-12-07T15:54:36.892196+0000 mgr.y (mgr.25453) 172 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.784 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.973042+0000 mon.c (mon.1) 516 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.784 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.976763+0000 mon.c (mon.1) 517 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.784 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.980133+0000 mon.c (mon.1) 518 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.784 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.981432+0000 mon.c (mon.1) 519 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.784 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:36.990523+0000 mon.a (mon.0) 38 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.785 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: cephadm 2023-12-07T15:54:36.993733+0000 mgr.y (mgr.25453) 173 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.785 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.075464+0000 mon.c (mon.1) 520 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.785 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.078126+0000 mon.c (mon.1) 521 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.785 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.081522+0000 mon.c (mon.1) 522 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.785 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.082892+0000 mon.c (mon.1) 523 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.785 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.094091+0000 mon.a (mon.0) 39 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.785 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: cephadm 2023-12-07T15:54:37.094963+0000 mgr.y (mgr.25453) 174 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.785 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.172203+0000 mon.c (mon.1) 524 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.785 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.175412+0000 mon.c (mon.1) 525 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.785 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.179274+0000 mon.c (mon.1) 526 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.785 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.180680+0000 mon.c (mon.1) 527 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.785 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.189206+0000 mon.a (mon.0) 40 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.785 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.273206+0000 mon.c (mon.1) 528 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.785 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.275466+0000 mon.c (mon.1) 529 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.786 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.278236+0000 mon.c (mon.1) 530 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.786 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.279270+0000 mon.c (mon.1) 531 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.786 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.287376+0000 mon.a (mon.0) 41 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.786 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.366873+0000 mon.c (mon.1) 532 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.786 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.369291+0000 mon.c (mon.1) 533 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.786 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.372490+0000 mon.c (mon.1) 534 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.786 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.373687+0000 mon.c (mon.1) 535 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.786 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:37 smithi121 bash[81553]: audit 2023-12-07T15:54:37.383134+0000 mon.a (mon.0) 42 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: cephadm 2023-12-07T15:54:36.184565+0000 mgr.y (mgr.25453) 165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: cephadm 2023-12-07T15:54:36.284742+0000 mgr.y (mgr.25453) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: cephadm 2023-12-07T15:54:36.388215+0000 mgr.y (mgr.25453) 167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.474315+0000 mon.c (mon.1) 496 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.476877+0000 mon.c (mon.1) 497 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.481265+0000 mon.c (mon.1) 498 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.482731+0000 mon.c (mon.1) 499 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.491199+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: cephadm 2023-12-07T15:54:36.492534+0000 mgr.y (mgr.25453) 168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.573585+0000 mon.c (mon.1) 500 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.575978+0000 mon.c (mon.1) 501 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.579180+0000 mon.c (mon.1) 502 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.580509+0000 mon.c (mon.1) 503 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.589149+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: cephadm 2023-12-07T15:54:36.591676+0000 mgr.y (mgr.25453) 169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.672116+0000 mon.c (mon.1) 504 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.674845+0000 mon.c (mon.1) 505 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.679524+0000 mon.c (mon.1) 506 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.681055+0000 mon.c (mon.1) 507 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.690443+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: cephadm 2023-12-07T15:54:36.693855+0000 mgr.y (mgr.25453) 170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.777296+0000 mon.c (mon.1) 508 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.779419+0000 mon.c (mon.1) 509 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.782034+0000 mon.c (mon.1) 510 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.782878+0000 mon.c (mon.1) 511 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.790420+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: cephadm 2023-12-07T15:54:36.793716+0000 mgr.y (mgr.25453) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.873011+0000 mon.c (mon.1) 512 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.876307+0000 mon.c (mon.1) 513 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.879274+0000 mon.c (mon.1) 514 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.880260+0000 mon.c (mon.1) 515 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.888551+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: cephadm 2023-12-07T15:54:36.892196+0000 mgr.y (mgr.25453) 172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.973042+0000 mon.c (mon.1) 516 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.976763+0000 mon.c (mon.1) 517 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.980133+0000 mon.c (mon.1) 518 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.981432+0000 mon.c (mon.1) 519 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:36.990523+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: cephadm 2023-12-07T15:54:36.993733+0000 mgr.y (mgr.25453) 173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.075464+0000 mon.c (mon.1) 520 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.078126+0000 mon.c (mon.1) 521 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.081522+0000 mon.c (mon.1) 522 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.082892+0000 mon.c (mon.1) 523 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.094091+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: cephadm 2023-12-07T15:54:37.094963+0000 mgr.y (mgr.25453) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:37.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.172203+0000 mon.c (mon.1) 524 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.175412+0000 mon.c (mon.1) 525 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.179274+0000 mon.c (mon.1) 526 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.883 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.180680+0000 mon.c (mon.1) 527 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.883 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.189206+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.883 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.273206+0000 mon.c (mon.1) 528 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.883 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.275466+0000 mon.c (mon.1) 529 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.883 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.278236+0000 mon.c (mon.1) 530 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.883 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.279270+0000 mon.c (mon.1) 531 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.883 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.287376+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:37.883 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.366873+0000 mon.c (mon.1) 532 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:37.883 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.369291+0000 mon.c (mon.1) 533 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:37.884 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.372490+0000 mon.c (mon.1) 534 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:37.884 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.373687+0000 mon.c (mon.1) 535 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:37.884 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:37 smithi144 bash[25224]: audit 2023-12-07T15:54:37.383134+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: cluster 2023-12-07T15:54:37.096755+0000 mgr.y (mgr.25453) 175 : cluster 0 pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1021 B/s rd, 0 op/s 2023-12-07T15:54:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: cephadm 2023-12-07T15:54:37.190784+0000 mgr.y (mgr.25453) 176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: cephadm 2023-12-07T15:54:37.288331+0000 mgr.y (mgr.25453) 177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: cephadm 2023-12-07T15:54:37.384727+0000 mgr.y (mgr.25453) 178 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.465532+0000 mon.c (mon.1) 536 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.468363+0000 mon.c (mon.1) 537 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.472333+0000 mon.c (mon.1) 538 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.473444+0000 mon.c (mon.1) 539 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.480976+0000 mon.a (mon.0) 43 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: cephadm 2023-12-07T15:54:37.482725+0000 mgr.y (mgr.25453) 179 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.566903+0000 mon.c (mon.1) 540 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.569688+0000 mon.c (mon.1) 541 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.572923+0000 mon.c (mon.1) 542 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.574305+0000 mon.c (mon.1) 543 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.582345+0000 mon.a (mon.0) 44 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: cephadm 2023-12-07T15:54:37.584795+0000 mgr.y (mgr.25453) 180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.665957+0000 mon.c (mon.1) 544 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.669666+0000 mon.c (mon.1) 545 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.673426+0000 mon.c (mon.1) 546 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.674735+0000 mon.c (mon.1) 547 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: cluster 2023-12-07T15:54:37.096755+0000 mgr.y (mgr.25453) 175 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1021 B/s rd, 0 op/s 2023-12-07T15:54:38.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: cephadm 2023-12-07T15:54:37.190784+0000 mgr.y (mgr.25453) 176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: cephadm 2023-12-07T15:54:37.288331+0000 mgr.y (mgr.25453) 177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: cephadm 2023-12-07T15:54:37.384727+0000 mgr.y (mgr.25453) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.465532+0000 mon.c (mon.1) 536 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.468363+0000 mon.c (mon.1) 537 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.472333+0000 mon.c (mon.1) 538 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.473444+0000 mon.c (mon.1) 539 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.480976+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: cephadm 2023-12-07T15:54:37.482725+0000 mgr.y (mgr.25453) 179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.566903+0000 mon.c (mon.1) 540 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.569688+0000 mon.c (mon.1) 541 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.572923+0000 mon.c (mon.1) 542 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.574305+0000 mon.c (mon.1) 543 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.582345+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: cephadm 2023-12-07T15:54:37.584795+0000 mgr.y (mgr.25453) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.665957+0000 mon.c (mon.1) 544 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.669666+0000 mon.c (mon.1) 545 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.673426+0000 mon.c (mon.1) 546 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.674735+0000 mon.c (mon.1) 547 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.683605+0000 mon.a (mon.0) 45 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: cephadm 2023-12-07T15:54:37.684485+0000 mgr.y (mgr.25453) 181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.762410+0000 mon.c (mon.1) 548 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.764860+0000 mon.c (mon.1) 549 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.766789+0000 mon.c (mon.1) 550 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.767654+0000 mon.c (mon.1) 551 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.775201+0000 mon.a (mon.0) 46 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: cephadm 2023-12-07T15:54:37.776208+0000 mgr.y (mgr.25453) 182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.840006+0000 mon.c (mon.1) 552 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.842971+0000 mon.c (mon.1) 553 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.847627+0000 mon.c (mon.1) 554 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.849101+0000 mon.c (mon.1) 555 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.856045+0000 mon.a (mon.0) 47 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: cephadm 2023-12-07T15:54:37.858911+0000 mgr.y (mgr.25453) 183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.939620+0000 mon.c (mon.1) 556 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.941946+0000 mon.c (mon.1) 557 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.944717+0000 mon.c (mon.1) 558 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.946126+0000 mon.c (mon.1) 559 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:37.955887+0000 mon.a (mon.0) 48 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: cephadm 2023-12-07T15:54:37.956822+0000 mgr.y (mgr.25453) 184 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.037410+0000 mon.c (mon.1) 560 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.683605+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: cephadm 2023-12-07T15:54:37.684485+0000 mgr.y (mgr.25453) 181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.762410+0000 mon.c (mon.1) 548 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.764860+0000 mon.c (mon.1) 549 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.766789+0000 mon.c (mon.1) 550 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.767654+0000 mon.c (mon.1) 551 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.775201+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: cephadm 2023-12-07T15:54:37.776208+0000 mgr.y (mgr.25453) 182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.840006+0000 mon.c (mon.1) 552 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.842971+0000 mon.c (mon.1) 553 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.847627+0000 mon.c (mon.1) 554 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.849101+0000 mon.c (mon.1) 555 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.856045+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: cephadm 2023-12-07T15:54:37.858911+0000 mgr.y (mgr.25453) 183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.939620+0000 mon.c (mon.1) 556 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.941946+0000 mon.c (mon.1) 557 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.944717+0000 mon.c (mon.1) 558 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.946126+0000 mon.c (mon.1) 559 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:37.955887+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: cephadm 2023-12-07T15:54:37.956822+0000 mgr.y (mgr.25453) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.043792+0000 mon.c (mon.1) 561 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.046798+0000 mon.c (mon.1) 562 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.047889+0000 mon.c (mon.1) 563 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.053197+0000 mon.a (mon.0) 49 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: cephadm 2023-12-07T15:54:38.055876+0000 mgr.y (mgr.25453) 185 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.133542+0000 mon.c (mon.1) 564 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.136442+0000 mon.c (mon.1) 565 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.140047+0000 mon.c (mon.1) 566 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.141235+0000 mon.c (mon.1) 567 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.151112+0000 mon.a (mon.0) 50 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.234830+0000 mon.c (mon.1) 568 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.237111+0000 mon.c (mon.1) 569 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.239824+0000 mon.c (mon.1) 570 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.240911+0000 mon.c (mon.1) 571 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.248754+0000 mon.a (mon.0) 51 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.328323+0000 mon.c (mon.1) 572 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.331232+0000 mon.c (mon.1) 573 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.334681+0000 mon.c (mon.1) 574 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.335822+0000 mon.c (mon.1) 575 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[81553]: audit 2023-12-07T15:54:38.342716+0000 mon.a (mon.0) 52 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.037410+0000 mon.c (mon.1) 560 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.043792+0000 mon.c (mon.1) 561 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.046798+0000 mon.c (mon.1) 562 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.047889+0000 mon.c (mon.1) 563 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.053197+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: cephadm 2023-12-07T15:54:38.055876+0000 mgr.y (mgr.25453) 185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.133542+0000 mon.c (mon.1) 564 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.136442+0000 mon.c (mon.1) 565 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.140047+0000 mon.c (mon.1) 566 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.141235+0000 mon.c (mon.1) 567 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.151112+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.234830+0000 mon.c (mon.1) 568 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.237111+0000 mon.c (mon.1) 569 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.239824+0000 mon.c (mon.1) 570 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.240911+0000 mon.c (mon.1) 571 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.248754+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.328323+0000 mon.c (mon.1) 572 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.331232+0000 mon.c (mon.1) 573 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.334681+0000 mon.c (mon.1) 574 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.335822+0000 mon.c (mon.1) 575 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:38 smithi121 bash[30890]: audit 2023-12-07T15:54:38.342716+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.664 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: cluster 2023-12-07T15:54:37.096755+0000 mgr.y (mgr.25453) 175 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1021 B/s rd, 0 op/s 2023-12-07T15:54:38.664 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: cephadm 2023-12-07T15:54:37.190784+0000 mgr.y (mgr.25453) 176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.665 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: cephadm 2023-12-07T15:54:37.288331+0000 mgr.y (mgr.25453) 177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.665 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: cephadm 2023-12-07T15:54:37.384727+0000 mgr.y (mgr.25453) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.665 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.465532+0000 mon.c (mon.1) 536 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.665 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.468363+0000 mon.c (mon.1) 537 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.665 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.472333+0000 mon.c (mon.1) 538 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.665 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.473444+0000 mon.c (mon.1) 539 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.665 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.480976+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.665 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: cephadm 2023-12-07T15:54:37.482725+0000 mgr.y (mgr.25453) 179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.665 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.566903+0000 mon.c (mon.1) 540 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.665 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.569688+0000 mon.c (mon.1) 541 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.665 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.572923+0000 mon.c (mon.1) 542 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.665 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.574305+0000 mon.c (mon.1) 543 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.665 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.582345+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.665 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: cephadm 2023-12-07T15:54:37.584795+0000 mgr.y (mgr.25453) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.665 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.665957+0000 mon.c (mon.1) 544 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.666 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.669666+0000 mon.c (mon.1) 545 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.666 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.673426+0000 mon.c (mon.1) 546 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.666 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.674735+0000 mon.c (mon.1) 547 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.666 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.683605+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.666 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: cephadm 2023-12-07T15:54:37.684485+0000 mgr.y (mgr.25453) 181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.666 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.762410+0000 mon.c (mon.1) 548 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.666 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.764860+0000 mon.c (mon.1) 549 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.666 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.766789+0000 mon.c (mon.1) 550 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.666 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.767654+0000 mon.c (mon.1) 551 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.667 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.775201+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.667 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: cephadm 2023-12-07T15:54:37.776208+0000 mgr.y (mgr.25453) 182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.667 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.840006+0000 mon.c (mon.1) 552 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.667 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.842971+0000 mon.c (mon.1) 553 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.667 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.847627+0000 mon.c (mon.1) 554 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.667 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.849101+0000 mon.c (mon.1) 555 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.667 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.856045+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.667 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: cephadm 2023-12-07T15:54:37.858911+0000 mgr.y (mgr.25453) 183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.667 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.939620+0000 mon.c (mon.1) 556 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.667 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.941946+0000 mon.c (mon.1) 557 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.667 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.944717+0000 mon.c (mon.1) 558 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.667 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.946126+0000 mon.c (mon.1) 559 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.667 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:37.955887+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.667 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: cephadm 2023-12-07T15:54:37.956822+0000 mgr.y (mgr.25453) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.667 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.037410+0000 mon.c (mon.1) 560 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.667 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.043792+0000 mon.c (mon.1) 561 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.046798+0000 mon.c (mon.1) 562 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.047889+0000 mon.c (mon.1) 563 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.053197+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: cephadm 2023-12-07T15:54:38.055876+0000 mgr.y (mgr.25453) 185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:38.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.133542+0000 mon.c (mon.1) 564 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.136442+0000 mon.c (mon.1) 565 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.140047+0000 mon.c (mon.1) 566 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.141235+0000 mon.c (mon.1) 567 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.151112+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.234830+0000 mon.c (mon.1) 568 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.237111+0000 mon.c (mon.1) 569 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.239824+0000 mon.c (mon.1) 570 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.240911+0000 mon.c (mon.1) 571 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.248754+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:38.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.328323+0000 mon.c (mon.1) 572 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:38.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.331232+0000 mon.c (mon.1) 573 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:38.668 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.334681+0000 mon.c (mon.1) 574 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:38.669 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.335822+0000 mon.c (mon.1) 575 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:38.669 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[25224]: audit 2023-12-07T15:54:38.342716+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.126 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:54:38 smithi144 bash[61561]: ts=2023-12-07T15:54: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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:54:39.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: cephadm 2023-12-07T15:54:38.152129+0000 mgr.y (mgr.25453) 186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: cephadm 2023-12-07T15:54:38.249942+0000 mgr.y (mgr.25453) 187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: cephadm 2023-12-07T15:54:38.344243+0000 mgr.y (mgr.25453) 188 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.423958+0000 mon.c (mon.1) 576 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.426581+0000 mon.c (mon.1) 577 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.429091+0000 mon.c (mon.1) 578 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.430200+0000 mon.c (mon.1) 579 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.438010+0000 mon.a (mon.0) 53 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: cephadm 2023-12-07T15:54:38.441686+0000 mgr.y (mgr.25453) 189 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.524095+0000 mon.c (mon.1) 580 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.527716+0000 mon.c (mon.1) 581 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.530330+0000 mon.c (mon.1) 582 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.531573+0000 mon.c (mon.1) 583 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.540130+0000 mon.a (mon.0) 54 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: cephadm 2023-12-07T15:54:38.542358+0000 mgr.y (mgr.25453) 190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.619972+0000 mon.c (mon.1) 584 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.622839+0000 mon.c (mon.1) 585 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.626258+0000 mon.c (mon.1) 586 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.627521+0000 mon.c (mon.1) 587 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.634859+0000 mon.a (mon.0) 55 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: cephadm 2023-12-07T15:54:38.152129+0000 mgr.y (mgr.25453) 186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: cephadm 2023-12-07T15:54:38.249942+0000 mgr.y (mgr.25453) 187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: cephadm 2023-12-07T15:54:38.344243+0000 mgr.y (mgr.25453) 188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.423958+0000 mon.c (mon.1) 576 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.426581+0000 mon.c (mon.1) 577 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.429091+0000 mon.c (mon.1) 578 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.430200+0000 mon.c (mon.1) 579 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.438010+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: cephadm 2023-12-07T15:54:38.441686+0000 mgr.y (mgr.25453) 189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.524095+0000 mon.c (mon.1) 580 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.527716+0000 mon.c (mon.1) 581 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.530330+0000 mon.c (mon.1) 582 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.531573+0000 mon.c (mon.1) 583 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.540130+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: cephadm 2023-12-07T15:54:38.542358+0000 mgr.y (mgr.25453) 190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.619972+0000 mon.c (mon.1) 584 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.622839+0000 mon.c (mon.1) 585 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.626258+0000 mon.c (mon.1) 586 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.627521+0000 mon.c (mon.1) 587 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.634859+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: cephadm 2023-12-07T15:54:38.639478+0000 mgr.y (mgr.25453) 191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.702583+0000 mon.c (mon.1) 588 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.705190+0000 mon.c (mon.1) 589 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.708507+0000 mon.c (mon.1) 590 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.709927+0000 mon.c (mon.1) 591 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.719509+0000 mon.a (mon.0) 56 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: cephadm 2023-12-07T15:54:38.720282+0000 mgr.y (mgr.25453) 192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.799800+0000 mon.c (mon.1) 592 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.802677+0000 mon.c (mon.1) 593 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.805910+0000 mon.c (mon.1) 594 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.807057+0000 mon.c (mon.1) 595 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.817536+0000 mon.a (mon.0) 57 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: cephadm 2023-12-07T15:54:38.818563+0000 mgr.y (mgr.25453) 193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.897994+0000 mon.c (mon.1) 596 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.900595+0000 mon.c (mon.1) 597 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.903851+0000 mon.c (mon.1) 598 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.905039+0000 mon.c (mon.1) 599 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.912984+0000 mon.a (mon.0) 58 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: cephadm 2023-12-07T15:54:38.914221+0000 mgr.y (mgr.25453) 194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.993112+0000 mon.c (mon.1) 600 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.995649+0000 mon.c (mon.1) 601 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.997942+0000 mon.c (mon.1) 602 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:38.998867+0000 mon.c (mon.1) 603 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.004681+0000 mon.a (mon.0) 59 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: cephadm 2023-12-07T15:54:39.006312+0000 mgr.y (mgr.25453) 195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.073103+0000 mon.c (mon.1) 604 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.076605+0000 mon.c (mon.1) 605 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.079647+0000 mon.c (mon.1) 606 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.080684+0000 mon.c (mon.1) 607 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.088852+0000 mon.a (mon.0) 60 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: cephadm 2023-12-07T15:54:39.090062+0000 mgr.y (mgr.25453) 196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.151463+0000 mon.c (mon.1) 608 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.153954+0000 mon.c (mon.1) 609 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.156534+0000 mon.c (mon.1) 610 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.157467+0000 mon.c (mon.1) 611 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.163608+0000 mon.a (mon.0) 61 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.242208+0000 mon.c (mon.1) 612 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.244256+0000 mon.c (mon.1) 613 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.247364+0000 mon.c (mon.1) 614 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.248703+0000 mon.c (mon.1) 615 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.255234+0000 mon.a (mon.0) 62 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.313953+0000 mon.c (mon.1) 616 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.316529+0000 mon.c (mon.1) 617 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.318863+0000 mon.c (mon.1) 618 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.320194+0000 mon.c (mon.1) 619 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[81553]: audit 2023-12-07T15:54:39.327153+0000 mon.a (mon.0) 63 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: cephadm 2023-12-07T15:54:38.639478+0000 mgr.y (mgr.25453) 191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.702583+0000 mon.c (mon.1) 588 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.705190+0000 mon.c (mon.1) 589 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.708507+0000 mon.c (mon.1) 590 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.709927+0000 mon.c (mon.1) 591 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.719509+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: cephadm 2023-12-07T15:54:38.720282+0000 mgr.y (mgr.25453) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.799800+0000 mon.c (mon.1) 592 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.802677+0000 mon.c (mon.1) 593 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.805910+0000 mon.c (mon.1) 594 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.807057+0000 mon.c (mon.1) 595 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.817536+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: cephadm 2023-12-07T15:54:38.818563+0000 mgr.y (mgr.25453) 193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.897994+0000 mon.c (mon.1) 596 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.900595+0000 mon.c (mon.1) 597 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.903851+0000 mon.c (mon.1) 598 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.905039+0000 mon.c (mon.1) 599 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.912984+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: cephadm 2023-12-07T15:54:38.914221+0000 mgr.y (mgr.25453) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.993112+0000 mon.c (mon.1) 600 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.995649+0000 mon.c (mon.1) 601 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.997942+0000 mon.c (mon.1) 602 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:38.998867+0000 mon.c (mon.1) 603 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.004681+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: cephadm 2023-12-07T15:54:39.006312+0000 mgr.y (mgr.25453) 195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.073103+0000 mon.c (mon.1) 604 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.076605+0000 mon.c (mon.1) 605 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.079647+0000 mon.c (mon.1) 606 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.080684+0000 mon.c (mon.1) 607 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.088852+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: cephadm 2023-12-07T15:54:39.090062+0000 mgr.y (mgr.25453) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.151463+0000 mon.c (mon.1) 608 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.153954+0000 mon.c (mon.1) 609 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.156534+0000 mon.c (mon.1) 610 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.157467+0000 mon.c (mon.1) 611 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.163608+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.242208+0000 mon.c (mon.1) 612 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.244256+0000 mon.c (mon.1) 613 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.247364+0000 mon.c (mon.1) 614 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.248703+0000 mon.c (mon.1) 615 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.255234+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.313953+0000 mon.c (mon.1) 616 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.316529+0000 mon.c (mon.1) 617 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.318863+0000 mon.c (mon.1) 618 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.320194+0000 mon.c (mon.1) 619 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:39 smithi121 bash[30890]: audit 2023-12-07T15:54:39.327153+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: cephadm 2023-12-07T15:54:38.152129+0000 mgr.y (mgr.25453) 186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: cephadm 2023-12-07T15:54:38.249942+0000 mgr.y (mgr.25453) 187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: cephadm 2023-12-07T15:54:38.344243+0000 mgr.y (mgr.25453) 188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.423958+0000 mon.c (mon.1) 576 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.426581+0000 mon.c (mon.1) 577 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.429091+0000 mon.c (mon.1) 578 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.430200+0000 mon.c (mon.1) 579 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.438010+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: cephadm 2023-12-07T15:54:38.441686+0000 mgr.y (mgr.25453) 189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.524095+0000 mon.c (mon.1) 580 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.527716+0000 mon.c (mon.1) 581 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.530330+0000 mon.c (mon.1) 582 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.531573+0000 mon.c (mon.1) 583 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.540130+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: cephadm 2023-12-07T15:54:38.542358+0000 mgr.y (mgr.25453) 190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.619972+0000 mon.c (mon.1) 584 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.622839+0000 mon.c (mon.1) 585 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.626258+0000 mon.c (mon.1) 586 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.627521+0000 mon.c (mon.1) 587 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.634859+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: cephadm 2023-12-07T15:54:38.639478+0000 mgr.y (mgr.25453) 191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.702583+0000 mon.c (mon.1) 588 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.705190+0000 mon.c (mon.1) 589 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.708507+0000 mon.c (mon.1) 590 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.709927+0000 mon.c (mon.1) 591 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.719509+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: cephadm 2023-12-07T15:54:38.720282+0000 mgr.y (mgr.25453) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.799800+0000 mon.c (mon.1) 592 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.802677+0000 mon.c (mon.1) 593 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.805910+0000 mon.c (mon.1) 594 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.807057+0000 mon.c (mon.1) 595 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.817536+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: cephadm 2023-12-07T15:54:38.818563+0000 mgr.y (mgr.25453) 193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.897994+0000 mon.c (mon.1) 596 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.900595+0000 mon.c (mon.1) 597 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.903851+0000 mon.c (mon.1) 598 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.905039+0000 mon.c (mon.1) 599 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.912984+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: cephadm 2023-12-07T15:54:38.914221+0000 mgr.y (mgr.25453) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.993112+0000 mon.c (mon.1) 600 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.995649+0000 mon.c (mon.1) 601 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.997942+0000 mon.c (mon.1) 602 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:38.998867+0000 mon.c (mon.1) 603 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.004681+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: cephadm 2023-12-07T15:54:39.006312+0000 mgr.y (mgr.25453) 195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.073103+0000 mon.c (mon.1) 604 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.076605+0000 mon.c (mon.1) 605 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.079647+0000 mon.c (mon.1) 606 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.080684+0000 mon.c (mon.1) 607 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.088852+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: cephadm 2023-12-07T15:54:39.090062+0000 mgr.y (mgr.25453) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.151463+0000 mon.c (mon.1) 608 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.153954+0000 mon.c (mon.1) 609 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.156534+0000 mon.c (mon.1) 610 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.157467+0000 mon.c (mon.1) 611 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.163608+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.242208+0000 mon.c (mon.1) 612 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.244256+0000 mon.c (mon.1) 613 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.247364+0000 mon.c (mon.1) 614 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.248703+0000 mon.c (mon.1) 615 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.255234+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.313953+0000 mon.c (mon.1) 616 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.316529+0000 mon.c (mon.1) 617 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.318863+0000 mon.c (mon.1) 618 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.320194+0000 mon.c (mon.1) 619 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:39 smithi144 bash[25224]: audit 2023-12-07T15:54:39.327153+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: cluster 2023-12-07T15:54:39.098184+0000 mgr.y (mgr.25453) 197 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1021 B/s rd, 0 op/s 2023-12-07T15:54:40.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: cephadm 2023-12-07T15:54:39.166172+0000 mgr.y (mgr.25453) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: cephadm 2023-12-07T15:54:39.256329+0000 mgr.y (mgr.25453) 199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: cephadm 2023-12-07T15:54:39.327940+0000 mgr.y (mgr.25453) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.398298+0000 mon.c (mon.1) 620 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.414013+0000 mon.c (mon.1) 621 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.415900+0000 mon.c (mon.1) 622 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.416597+0000 mon.c (mon.1) 623 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.421267+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: cephadm 2023-12-07T15:54:39.423057+0000 mgr.y (mgr.25453) 201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.501397+0000 mon.c (mon.1) 624 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.504999+0000 mon.c (mon.1) 625 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.508684+0000 mon.c (mon.1) 626 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.509884+0000 mon.c (mon.1) 627 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.518588+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: cephadm 2023-12-07T15:54:39.520474+0000 mgr.y (mgr.25453) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.601326+0000 mon.c (mon.1) 628 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.603762+0000 mon.c (mon.1) 629 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.605993+0000 mon.c (mon.1) 630 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.606926+0000 mon.c (mon.1) 631 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.613230+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: cephadm 2023-12-07T15:54:39.615481+0000 mgr.y (mgr.25453) 203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.696971+0000 mon.c (mon.1) 632 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.699776+0000 mon.c (mon.1) 633 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.704012+0000 mon.c (mon.1) 634 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.705144+0000 mon.c (mon.1) 635 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.714732+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: cephadm 2023-12-07T15:54:39.715746+0000 mgr.y (mgr.25453) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.796822+0000 mon.c (mon.1) 636 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.799682+0000 mon.c (mon.1) 637 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.802555+0000 mon.c (mon.1) 638 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.803725+0000 mon.c (mon.1) 639 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.810475+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: cephadm 2023-12-07T15:54:39.813741+0000 mgr.y (mgr.25453) 205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.895977+0000 mon.c (mon.1) 640 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.898839+0000 mon.c (mon.1) 641 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.901503+0000 mon.c (mon.1) 642 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.903110+0000 mon.c (mon.1) 643 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.909776+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: cephadm 2023-12-07T15:54:39.912509+0000 mgr.y (mgr.25453) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.992324+0000 mon.c (mon.1) 644 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.995279+0000 mon.c (mon.1) 645 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:39.999706+0000 mon.c (mon.1) 646 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.000765+0000 mon.c (mon.1) 647 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.009142+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: cephadm 2023-12-07T15:54:40.010053+0000 mgr.y (mgr.25453) 207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.086188+0000 mon.c (mon.1) 648 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.094284+0000 mon.c (mon.1) 649 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.097296+0000 mon.c (mon.1) 650 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.098460+0000 mon.c (mon.1) 651 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.105234+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.184064+0000 mon.c (mon.1) 652 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.187857+0000 mon.c (mon.1) 653 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.190996+0000 mon.c (mon.1) 654 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.192249+0000 mon.c (mon.1) 655 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.200113+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.282115+0000 mon.c (mon.1) 656 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.285612+0000 mon.c (mon.1) 657 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.289421+0000 mon.c (mon.1) 658 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.290593+0000 mon.c (mon.1) 659 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.299684+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.381746+0000 mon.c (mon.1) 660 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.384071+0000 mon.c (mon.1) 661 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.387179+0000 mon.c (mon.1) 662 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[30890]: audit 2023-12-07T15:54:40.388023+0000 mon.c (mon.1) 663 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: cluster 2023-12-07T15:54:39.098184+0000 mgr.y (mgr.25453) 197 : cluster 0 pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1021 B/s rd, 0 op/s 2023-12-07T15:54:40.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: cephadm 2023-12-07T15:54:39.166172+0000 mgr.y (mgr.25453) 198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: cephadm 2023-12-07T15:54:39.256329+0000 mgr.y (mgr.25453) 199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: cephadm 2023-12-07T15:54:39.327940+0000 mgr.y (mgr.25453) 200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.398298+0000 mon.c (mon.1) 620 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.414013+0000 mon.c (mon.1) 621 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.415900+0000 mon.c (mon.1) 622 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.416597+0000 mon.c (mon.1) 623 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.421267+0000 mon.a (mon.0) 64 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: cephadm 2023-12-07T15:54:39.423057+0000 mgr.y (mgr.25453) 201 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.501397+0000 mon.c (mon.1) 624 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.504999+0000 mon.c (mon.1) 625 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.508684+0000 mon.c (mon.1) 626 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.509884+0000 mon.c (mon.1) 627 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.518588+0000 mon.a (mon.0) 65 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: cephadm 2023-12-07T15:54:39.520474+0000 mgr.y (mgr.25453) 202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.601326+0000 mon.c (mon.1) 628 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.603762+0000 mon.c (mon.1) 629 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.605993+0000 mon.c (mon.1) 630 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.606926+0000 mon.c (mon.1) 631 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.613230+0000 mon.a (mon.0) 66 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: cephadm 2023-12-07T15:54:39.615481+0000 mgr.y (mgr.25453) 203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.696971+0000 mon.c (mon.1) 632 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.699776+0000 mon.c (mon.1) 633 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.704012+0000 mon.c (mon.1) 634 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.705144+0000 mon.c (mon.1) 635 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.714732+0000 mon.a (mon.0) 67 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: cephadm 2023-12-07T15:54:39.715746+0000 mgr.y (mgr.25453) 204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.796822+0000 mon.c (mon.1) 636 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.799682+0000 mon.c (mon.1) 637 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.802555+0000 mon.c (mon.1) 638 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.803725+0000 mon.c (mon.1) 639 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.810475+0000 mon.a (mon.0) 68 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: cephadm 2023-12-07T15:54:39.813741+0000 mgr.y (mgr.25453) 205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.895977+0000 mon.c (mon.1) 640 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.898839+0000 mon.c (mon.1) 641 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.901503+0000 mon.c (mon.1) 642 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.903110+0000 mon.c (mon.1) 643 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.909776+0000 mon.a (mon.0) 69 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: cephadm 2023-12-07T15:54:39.912509+0000 mgr.y (mgr.25453) 206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.992324+0000 mon.c (mon.1) 644 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.995279+0000 mon.c (mon.1) 645 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:39.999706+0000 mon.c (mon.1) 646 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.000765+0000 mon.c (mon.1) 647 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.009142+0000 mon.a (mon.0) 70 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: cephadm 2023-12-07T15:54:40.010053+0000 mgr.y (mgr.25453) 207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.086188+0000 mon.c (mon.1) 648 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.094284+0000 mon.c (mon.1) 649 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.097296+0000 mon.c (mon.1) 650 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.098460+0000 mon.c (mon.1) 651 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.105234+0000 mon.a (mon.0) 71 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.184064+0000 mon.c (mon.1) 652 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.187857+0000 mon.c (mon.1) 653 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.190996+0000 mon.c (mon.1) 654 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.192249+0000 mon.c (mon.1) 655 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.200113+0000 mon.a (mon.0) 72 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.282115+0000 mon.c (mon.1) 656 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.285612+0000 mon.c (mon.1) 657 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.289421+0000 mon.c (mon.1) 658 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.290593+0000 mon.c (mon.1) 659 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.299684+0000 mon.a (mon.0) 73 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.381746+0000 mon.c (mon.1) 660 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.384071+0000 mon.c (mon.1) 661 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.387179+0000 mon.c (mon.1) 662 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:40 smithi121 bash[81553]: audit 2023-12-07T15:54:40.388023+0000 mon.c (mon.1) 663 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: cluster 2023-12-07T15:54:39.098184+0000 mgr.y (mgr.25453) 197 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1021 B/s rd, 0 op/s 2023-12-07T15:54:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: cephadm 2023-12-07T15:54:39.166172+0000 mgr.y (mgr.25453) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: cephadm 2023-12-07T15:54:39.256329+0000 mgr.y (mgr.25453) 199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: cephadm 2023-12-07T15:54:39.327940+0000 mgr.y (mgr.25453) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.398298+0000 mon.c (mon.1) 620 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.414013+0000 mon.c (mon.1) 621 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.415900+0000 mon.c (mon.1) 622 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.416597+0000 mon.c (mon.1) 623 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.421267+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: cephadm 2023-12-07T15:54:39.423057+0000 mgr.y (mgr.25453) 201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.501397+0000 mon.c (mon.1) 624 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.504999+0000 mon.c (mon.1) 625 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.508684+0000 mon.c (mon.1) 626 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.509884+0000 mon.c (mon.1) 627 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.518588+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: cephadm 2023-12-07T15:54:39.520474+0000 mgr.y (mgr.25453) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.601326+0000 mon.c (mon.1) 628 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.603762+0000 mon.c (mon.1) 629 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.605993+0000 mon.c (mon.1) 630 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.606926+0000 mon.c (mon.1) 631 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.613230+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: cephadm 2023-12-07T15:54:39.615481+0000 mgr.y (mgr.25453) 203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.696971+0000 mon.c (mon.1) 632 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.699776+0000 mon.c (mon.1) 633 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.704012+0000 mon.c (mon.1) 634 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.705144+0000 mon.c (mon.1) 635 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.714732+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: cephadm 2023-12-07T15:54:39.715746+0000 mgr.y (mgr.25453) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.796822+0000 mon.c (mon.1) 636 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.799682+0000 mon.c (mon.1) 637 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.802555+0000 mon.c (mon.1) 638 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.803725+0000 mon.c (mon.1) 639 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.810475+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: cephadm 2023-12-07T15:54:39.813741+0000 mgr.y (mgr.25453) 205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.895977+0000 mon.c (mon.1) 640 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.898839+0000 mon.c (mon.1) 641 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.901503+0000 mon.c (mon.1) 642 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.903110+0000 mon.c (mon.1) 643 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.909776+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: cephadm 2023-12-07T15:54:39.912509+0000 mgr.y (mgr.25453) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.992324+0000 mon.c (mon.1) 644 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.995279+0000 mon.c (mon.1) 645 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:39.999706+0000 mon.c (mon.1) 646 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.000765+0000 mon.c (mon.1) 647 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.009142+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: cephadm 2023-12-07T15:54:40.010053+0000 mgr.y (mgr.25453) 207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.086188+0000 mon.c (mon.1) 648 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.094284+0000 mon.c (mon.1) 649 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.097296+0000 mon.c (mon.1) 650 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.098460+0000 mon.c (mon.1) 651 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.105234+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.184064+0000 mon.c (mon.1) 652 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.187857+0000 mon.c (mon.1) 653 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.190996+0000 mon.c (mon.1) 654 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.192249+0000 mon.c (mon.1) 655 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.200113+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.282115+0000 mon.c (mon.1) 656 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.285612+0000 mon.c (mon.1) 657 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.289421+0000 mon.c (mon.1) 658 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.290593+0000 mon.c (mon.1) 659 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:40.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.299684+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:40.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.381746+0000 mon.c (mon.1) 660 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:40.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.384071+0000 mon.c (mon.1) 661 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:40.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.387179+0000 mon.c (mon.1) 662 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:40.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:40 smithi144 bash[25224]: audit 2023-12-07T15:54:40.388023+0000 mon.c (mon.1) 663 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: cephadm 2023-12-07T15:54:40.106028+0000 mgr.y (mgr.25453) 208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: cephadm 2023-12-07T15:54:40.202363+0000 mgr.y (mgr.25453) 209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: cephadm 2023-12-07T15:54:40.303120+0000 mgr.y (mgr.25453) 210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.399435+0000 mon.a (mon.0) 74 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: cephadm 2023-12-07T15:54:40.401339+0000 mgr.y (mgr.25453) 211 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.485301+0000 mon.c (mon.1) 664 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.487662+0000 mon.c (mon.1) 665 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.490225+0000 mon.c (mon.1) 666 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.491283+0000 mon.c (mon.1) 667 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.500521+0000 mon.a (mon.0) 75 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: cephadm 2023-12-07T15:54:40.502627+0000 mgr.y (mgr.25453) 212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.583809+0000 mon.c (mon.1) 668 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.586363+0000 mon.c (mon.1) 669 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.589567+0000 mon.c (mon.1) 670 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.590676+0000 mon.c (mon.1) 671 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.601136+0000 mon.a (mon.0) 76 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: cephadm 2023-12-07T15:54:40.602256+0000 mgr.y (mgr.25453) 213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.680658+0000 mon.c (mon.1) 672 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.684428+0000 mon.c (mon.1) 673 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.687500+0000 mon.c (mon.1) 674 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: cephadm 2023-12-07T15:54:40.106028+0000 mgr.y (mgr.25453) 208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: cephadm 2023-12-07T15:54:40.202363+0000 mgr.y (mgr.25453) 209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: cephadm 2023-12-07T15:54:40.303120+0000 mgr.y (mgr.25453) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.399435+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: cephadm 2023-12-07T15:54:40.401339+0000 mgr.y (mgr.25453) 211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.485301+0000 mon.c (mon.1) 664 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.487662+0000 mon.c (mon.1) 665 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.490225+0000 mon.c (mon.1) 666 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.491283+0000 mon.c (mon.1) 667 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.500521+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: cephadm 2023-12-07T15:54:40.502627+0000 mgr.y (mgr.25453) 212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.583809+0000 mon.c (mon.1) 668 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.586363+0000 mon.c (mon.1) 669 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.589567+0000 mon.c (mon.1) 670 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.590676+0000 mon.c (mon.1) 671 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.601136+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: cephadm 2023-12-07T15:54:40.602256+0000 mgr.y (mgr.25453) 213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.680658+0000 mon.c (mon.1) 672 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.684428+0000 mon.c (mon.1) 673 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.687500+0000 mon.c (mon.1) 674 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.688733+0000 mon.c (mon.1) 675 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.698948+0000 mon.a (mon.0) 77 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: cephadm 2023-12-07T15:54:40.699812+0000 mgr.y (mgr.25453) 214 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.780589+0000 mon.c (mon.1) 676 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.784393+0000 mon.c (mon.1) 677 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.788490+0000 mon.c (mon.1) 678 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.789812+0000 mon.c (mon.1) 679 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.800837+0000 mon.a (mon.0) 78 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: cephadm 2023-12-07T15:54:40.801910+0000 mgr.y (mgr.25453) 215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.884020+0000 mon.c (mon.1) 680 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.886946+0000 mon.c (mon.1) 681 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.890231+0000 mon.c (mon.1) 682 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.891488+0000 mon.c (mon.1) 683 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.899042+0000 mon.a (mon.0) 79 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: cephadm 2023-12-07T15:54:40.900563+0000 mgr.y (mgr.25453) 216 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.980763+0000 mon.c (mon.1) 684 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.983515+0000 mon.c (mon.1) 685 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.987548+0000 mon.c (mon.1) 686 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.988598+0000 mon.c (mon.1) 687 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:40.996096+0000 mon.a (mon.0) 80 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: cephadm 2023-12-07T15:54:40.997435+0000 mgr.y (mgr.25453) 217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.075607+0000 mon.c (mon.1) 688 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.077902+0000 mon.c (mon.1) 689 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.080970+0000 mon.c (mon.1) 690 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.082200+0000 mon.c (mon.1) 691 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.091771+0000 mon.a (mon.0) 81 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: cephadm 2023-12-07T15:54:41.092576+0000 mgr.y (mgr.25453) 218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.172418+0000 mon.c (mon.1) 692 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.175686+0000 mon.c (mon.1) 693 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.182596+0000 mon.c (mon.1) 694 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.184150+0000 mon.c (mon.1) 695 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.190142+0000 mon.a (mon.0) 82 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.253836+0000 mon.c (mon.1) 696 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.256252+0000 mon.c (mon.1) 697 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.259563+0000 mon.c (mon.1) 698 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.260957+0000 mon.c (mon.1) 699 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.268601+0000 mon.a (mon.0) 83 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.351457+0000 mon.c (mon.1) 700 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.354078+0000 mon.c (mon.1) 701 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.357964+0000 mon.c (mon.1) 702 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.358978+0000 mon.c (mon.1) 703 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[81553]: audit 2023-12-07T15:54:41.365649+0000 mon.a (mon.0) 84 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.688733+0000 mon.c (mon.1) 675 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.698948+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: cephadm 2023-12-07T15:54:40.699812+0000 mgr.y (mgr.25453) 214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.780589+0000 mon.c (mon.1) 676 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.784393+0000 mon.c (mon.1) 677 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.788490+0000 mon.c (mon.1) 678 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.789812+0000 mon.c (mon.1) 679 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.800837+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: cephadm 2023-12-07T15:54:40.801910+0000 mgr.y (mgr.25453) 215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.884020+0000 mon.c (mon.1) 680 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.886946+0000 mon.c (mon.1) 681 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.890231+0000 mon.c (mon.1) 682 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.891488+0000 mon.c (mon.1) 683 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.899042+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: cephadm 2023-12-07T15:54:40.900563+0000 mgr.y (mgr.25453) 216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.980763+0000 mon.c (mon.1) 684 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.983515+0000 mon.c (mon.1) 685 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.987548+0000 mon.c (mon.1) 686 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.568 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.988598+0000 mon.c (mon.1) 687 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.568 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:40.996096+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.568 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: cephadm 2023-12-07T15:54:40.997435+0000 mgr.y (mgr.25453) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.568 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.075607+0000 mon.c (mon.1) 688 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.568 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.077902+0000 mon.c (mon.1) 689 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.568 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.080970+0000 mon.c (mon.1) 690 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.568 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.082200+0000 mon.c (mon.1) 691 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.568 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.091771+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.568 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: cephadm 2023-12-07T15:54:41.092576+0000 mgr.y (mgr.25453) 218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.568 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.172418+0000 mon.c (mon.1) 692 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.568 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.175686+0000 mon.c (mon.1) 693 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.568 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.182596+0000 mon.c (mon.1) 694 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.568 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.184150+0000 mon.c (mon.1) 695 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.568 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.190142+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.568 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.253836+0000 mon.c (mon.1) 696 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.568 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.256252+0000 mon.c (mon.1) 697 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.259563+0000 mon.c (mon.1) 698 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.260957+0000 mon.c (mon.1) 699 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.268601+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.351457+0000 mon.c (mon.1) 700 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.354078+0000 mon.c (mon.1) 701 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.357964+0000 mon.c (mon.1) 702 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.358978+0000 mon.c (mon.1) 703 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:41 smithi121 bash[30890]: audit 2023-12-07T15:54:41.365649+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: cephadm 2023-12-07T15:54:40.106028+0000 mgr.y (mgr.25453) 208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: cephadm 2023-12-07T15:54:40.202363+0000 mgr.y (mgr.25453) 209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: cephadm 2023-12-07T15:54:40.303120+0000 mgr.y (mgr.25453) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.399435+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: cephadm 2023-12-07T15:54:40.401339+0000 mgr.y (mgr.25453) 211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.485301+0000 mon.c (mon.1) 664 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.487662+0000 mon.c (mon.1) 665 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.490225+0000 mon.c (mon.1) 666 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.491283+0000 mon.c (mon.1) 667 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.500521+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: cephadm 2023-12-07T15:54:40.502627+0000 mgr.y (mgr.25453) 212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.583809+0000 mon.c (mon.1) 668 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.586363+0000 mon.c (mon.1) 669 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.589567+0000 mon.c (mon.1) 670 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.590676+0000 mon.c (mon.1) 671 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.601136+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: cephadm 2023-12-07T15:54:40.602256+0000 mgr.y (mgr.25453) 213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.680658+0000 mon.c (mon.1) 672 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.684428+0000 mon.c (mon.1) 673 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.687500+0000 mon.c (mon.1) 674 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.688733+0000 mon.c (mon.1) 675 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.698948+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: cephadm 2023-12-07T15:54:40.699812+0000 mgr.y (mgr.25453) 214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.780589+0000 mon.c (mon.1) 676 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.784393+0000 mon.c (mon.1) 677 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.788490+0000 mon.c (mon.1) 678 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.789812+0000 mon.c (mon.1) 679 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.800837+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: cephadm 2023-12-07T15:54:40.801910+0000 mgr.y (mgr.25453) 215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.884020+0000 mon.c (mon.1) 680 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.886946+0000 mon.c (mon.1) 681 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.890231+0000 mon.c (mon.1) 682 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.891488+0000 mon.c (mon.1) 683 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.899042+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: cephadm 2023-12-07T15:54:40.900563+0000 mgr.y (mgr.25453) 216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.980763+0000 mon.c (mon.1) 684 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.983515+0000 mon.c (mon.1) 685 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.987548+0000 mon.c (mon.1) 686 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.988598+0000 mon.c (mon.1) 687 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:40.996096+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: cephadm 2023-12-07T15:54:40.997435+0000 mgr.y (mgr.25453) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.075607+0000 mon.c (mon.1) 688 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.077902+0000 mon.c (mon.1) 689 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.080970+0000 mon.c (mon.1) 690 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.082200+0000 mon.c (mon.1) 691 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.091771+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: cephadm 2023-12-07T15:54:41.092576+0000 mgr.y (mgr.25453) 218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.172418+0000 mon.c (mon.1) 692 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.175686+0000 mon.c (mon.1) 693 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.182596+0000 mon.c (mon.1) 694 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.184150+0000 mon.c (mon.1) 695 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.190142+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.253836+0000 mon.c (mon.1) 696 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.256252+0000 mon.c (mon.1) 697 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.259563+0000 mon.c (mon.1) 698 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.260957+0000 mon.c (mon.1) 699 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.268601+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.351457+0000 mon.c (mon.1) 700 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.354078+0000 mon.c (mon.1) 701 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.357964+0000 mon.c (mon.1) 702 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.358978+0000 mon.c (mon.1) 703 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:41 smithi144 bash[25224]: audit 2023-12-07T15:54:41.365649+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: cluster 2023-12-07T15:54:41.098834+0000 mgr.y (mgr.25453) 219 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:42.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: cephadm 2023-12-07T15:54:41.191541+0000 mgr.y (mgr.25453) 220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: cephadm 2023-12-07T15:54:41.272077+0000 mgr.y (mgr.25453) 221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: cephadm 2023-12-07T15:54:41.369984+0000 mgr.y (mgr.25453) 222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.450992+0000 mon.c (mon.1) 704 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.453180+0000 mon.c (mon.1) 705 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.456111+0000 mon.c (mon.1) 706 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.457317+0000 mon.c (mon.1) 707 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.465641+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: cephadm 2023-12-07T15:54:41.466628+0000 mgr.y (mgr.25453) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.547936+0000 mon.c (mon.1) 708 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.550742+0000 mon.c (mon.1) 709 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.554019+0000 mon.c (mon.1) 710 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.555297+0000 mon.c (mon.1) 711 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.562053+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: cephadm 2023-12-07T15:54:41.564027+0000 mgr.y (mgr.25453) 224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.643811+0000 mon.c (mon.1) 712 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.646569+0000 mon.c (mon.1) 713 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.650253+0000 mon.c (mon.1) 714 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.651181+0000 mon.c (mon.1) 715 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.657233+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: cephadm 2023-12-07T15:54:41.660232+0000 mgr.y (mgr.25453) 225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.737919+0000 mon.c (mon.1) 716 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.740744+0000 mon.c (mon.1) 717 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.743822+0000 mon.c (mon.1) 718 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.745083+0000 mon.c (mon.1) 719 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.751314+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: cephadm 2023-12-07T15:54:41.753485+0000 mgr.y (mgr.25453) 226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.836202+0000 mon.c (mon.1) 720 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.840252+0000 mon.c (mon.1) 721 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.843422+0000 mon.c (mon.1) 722 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.844447+0000 mon.c (mon.1) 723 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.850459+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: cephadm 2023-12-07T15:54:41.852297+0000 mgr.y (mgr.25453) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.929601+0000 mon.c (mon.1) 724 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.932352+0000 mon.c (mon.1) 725 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.935040+0000 mon.c (mon.1) 726 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.936005+0000 mon.c (mon.1) 727 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:41.942780+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: cephadm 2023-12-07T15:54:41.945576+0000 mgr.y (mgr.25453) 228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: cluster 2023-12-07T15:54:41.098834+0000 mgr.y (mgr.25453) 219 : cluster 0 pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:42.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: cephadm 2023-12-07T15:54:41.191541+0000 mgr.y (mgr.25453) 220 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: cephadm 2023-12-07T15:54:41.272077+0000 mgr.y (mgr.25453) 221 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: cephadm 2023-12-07T15:54:41.369984+0000 mgr.y (mgr.25453) 222 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.450992+0000 mon.c (mon.1) 704 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.453180+0000 mon.c (mon.1) 705 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.456111+0000 mon.c (mon.1) 706 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.457317+0000 mon.c (mon.1) 707 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.465641+0000 mon.a (mon.0) 85 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: cephadm 2023-12-07T15:54:41.466628+0000 mgr.y (mgr.25453) 223 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.547936+0000 mon.c (mon.1) 708 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.550742+0000 mon.c (mon.1) 709 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.554019+0000 mon.c (mon.1) 710 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.555297+0000 mon.c (mon.1) 711 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.562053+0000 mon.a (mon.0) 86 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: cephadm 2023-12-07T15:54:41.564027+0000 mgr.y (mgr.25453) 224 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.643811+0000 mon.c (mon.1) 712 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.646569+0000 mon.c (mon.1) 713 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.650253+0000 mon.c (mon.1) 714 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.651181+0000 mon.c (mon.1) 715 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.024879+0000 mon.c (mon.1) 728 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.027446+0000 mon.c (mon.1) 729 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.030560+0000 mon.c (mon.1) 730 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.031934+0000 mon.c (mon.1) 731 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.040219+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: cephadm 2023-12-07T15:54:42.041053+0000 mgr.y (mgr.25453) 229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.117278+0000 mon.c (mon.1) 732 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.120060+0000 mon.c (mon.1) 733 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.123363+0000 mon.c (mon.1) 734 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.124405+0000 mon.c (mon.1) 735 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.133378+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.211719+0000 mon.c (mon.1) 736 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.213910+0000 mon.c (mon.1) 737 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.216157+0000 mon.c (mon.1) 738 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.217177+0000 mon.c (mon.1) 739 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.223902+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.293667+0000 mon.c (mon.1) 740 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.296515+0000 mon.c (mon.1) 741 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.299175+0000 mon.c (mon.1) 742 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.300209+0000 mon.c (mon.1) 743 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.308932+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.392025+0000 mon.c (mon.1) 744 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.395663+0000 mon.c (mon.1) 745 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.399895+0000 mon.c (mon.1) 746 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[30890]: audit 2023-12-07T15:54:42.401319+0000 mon.c (mon.1) 747 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.657233+0000 mon.a (mon.0) 87 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: cephadm 2023-12-07T15:54:41.660232+0000 mgr.y (mgr.25453) 225 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.737919+0000 mon.c (mon.1) 716 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.740744+0000 mon.c (mon.1) 717 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.743822+0000 mon.c (mon.1) 718 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.745083+0000 mon.c (mon.1) 719 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.751314+0000 mon.a (mon.0) 88 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: cephadm 2023-12-07T15:54:41.753485+0000 mgr.y (mgr.25453) 226 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.836202+0000 mon.c (mon.1) 720 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.840252+0000 mon.c (mon.1) 721 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.843422+0000 mon.c (mon.1) 722 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.844447+0000 mon.c (mon.1) 723 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.850459+0000 mon.a (mon.0) 89 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: cephadm 2023-12-07T15:54:41.852297+0000 mgr.y (mgr.25453) 227 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.929601+0000 mon.c (mon.1) 724 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.932352+0000 mon.c (mon.1) 725 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.935040+0000 mon.c (mon.1) 726 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.936005+0000 mon.c (mon.1) 727 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:41.942780+0000 mon.a (mon.0) 90 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: cephadm 2023-12-07T15:54:41.945576+0000 mgr.y (mgr.25453) 228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.024879+0000 mon.c (mon.1) 728 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.027446+0000 mon.c (mon.1) 729 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.030560+0000 mon.c (mon.1) 730 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.031934+0000 mon.c (mon.1) 731 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.040219+0000 mon.a (mon.0) 91 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: cephadm 2023-12-07T15:54:42.041053+0000 mgr.y (mgr.25453) 229 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.117278+0000 mon.c (mon.1) 732 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.120060+0000 mon.c (mon.1) 733 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.123363+0000 mon.c (mon.1) 734 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.124405+0000 mon.c (mon.1) 735 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.133378+0000 mon.a (mon.0) 92 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.211719+0000 mon.c (mon.1) 736 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.213910+0000 mon.c (mon.1) 737 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.216157+0000 mon.c (mon.1) 738 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.217177+0000 mon.c (mon.1) 739 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.223902+0000 mon.a (mon.0) 93 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.293667+0000 mon.c (mon.1) 740 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.296515+0000 mon.c (mon.1) 741 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.299175+0000 mon.c (mon.1) 742 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.300209+0000 mon.c (mon.1) 743 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.308932+0000 mon.a (mon.0) 94 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.392025+0000 mon.c (mon.1) 744 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.395663+0000 mon.c (mon.1) 745 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.399895+0000 mon.c (mon.1) 746 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:42 smithi121 bash[81553]: audit 2023-12-07T15:54:42.401319+0000 mon.c (mon.1) 747 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: cluster 2023-12-07T15:54:41.098834+0000 mgr.y (mgr.25453) 219 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:42.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: cephadm 2023-12-07T15:54:41.191541+0000 mgr.y (mgr.25453) 220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: cephadm 2023-12-07T15:54:41.272077+0000 mgr.y (mgr.25453) 221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: cephadm 2023-12-07T15:54:41.369984+0000 mgr.y (mgr.25453) 222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.450992+0000 mon.c (mon.1) 704 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.453180+0000 mon.c (mon.1) 705 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.456111+0000 mon.c (mon.1) 706 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.457317+0000 mon.c (mon.1) 707 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.465641+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: cephadm 2023-12-07T15:54:41.466628+0000 mgr.y (mgr.25453) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.547936+0000 mon.c (mon.1) 708 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.550742+0000 mon.c (mon.1) 709 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.554019+0000 mon.c (mon.1) 710 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.555297+0000 mon.c (mon.1) 711 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.562053+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: cephadm 2023-12-07T15:54:41.564027+0000 mgr.y (mgr.25453) 224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.643811+0000 mon.c (mon.1) 712 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.646569+0000 mon.c (mon.1) 713 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.650253+0000 mon.c (mon.1) 714 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.651181+0000 mon.c (mon.1) 715 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.657233+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: cephadm 2023-12-07T15:54:41.660232+0000 mgr.y (mgr.25453) 225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.737919+0000 mon.c (mon.1) 716 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.740744+0000 mon.c (mon.1) 717 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.743822+0000 mon.c (mon.1) 718 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.745083+0000 mon.c (mon.1) 719 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.751314+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: cephadm 2023-12-07T15:54:41.753485+0000 mgr.y (mgr.25453) 226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.836202+0000 mon.c (mon.1) 720 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.840252+0000 mon.c (mon.1) 721 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.843422+0000 mon.c (mon.1) 722 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.844447+0000 mon.c (mon.1) 723 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.850459+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: cephadm 2023-12-07T15:54:41.852297+0000 mgr.y (mgr.25453) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.929601+0000 mon.c (mon.1) 724 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.932352+0000 mon.c (mon.1) 725 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.935040+0000 mon.c (mon.1) 726 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.936005+0000 mon.c (mon.1) 727 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:41.942780+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: cephadm 2023-12-07T15:54:41.945576+0000 mgr.y (mgr.25453) 228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.024879+0000 mon.c (mon.1) 728 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.027446+0000 mon.c (mon.1) 729 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.030560+0000 mon.c (mon.1) 730 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.031934+0000 mon.c (mon.1) 731 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.040219+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: cephadm 2023-12-07T15:54:42.041053+0000 mgr.y (mgr.25453) 229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:42.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.117278+0000 mon.c (mon.1) 732 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.120060+0000 mon.c (mon.1) 733 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.123363+0000 mon.c (mon.1) 734 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.124405+0000 mon.c (mon.1) 735 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.133378+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.211719+0000 mon.c (mon.1) 736 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.213910+0000 mon.c (mon.1) 737 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.216157+0000 mon.c (mon.1) 738 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.217177+0000 mon.c (mon.1) 739 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.223902+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.293667+0000 mon.c (mon.1) 740 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.296515+0000 mon.c (mon.1) 741 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.299175+0000 mon.c (mon.1) 742 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.300209+0000 mon.c (mon.1) 743 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:42.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.308932+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:42.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.392025+0000 mon.c (mon.1) 744 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:42.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.395663+0000 mon.c (mon.1) 745 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:42.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.399895+0000 mon.c (mon.1) 746 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:42.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:42 smithi144 bash[25224]: audit 2023-12-07T15:54:42.401319+0000 mon.c (mon.1) 747 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: cephadm 2023-12-07T15:54:42.134487+0000 mgr.y (mgr.25453) 230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: cephadm 2023-12-07T15:54:42.225962+0000 mgr.y (mgr.25453) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: cephadm 2023-12-07T15:54:42.311236+0000 mgr.y (mgr.25453) 232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.411978+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: cephadm 2023-12-07T15:54:42.413465+0000 mgr.y (mgr.25453) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.455731+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.458123+0000 mon.c (mon.1) 748 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:54:43.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.532525+0000 mon.c (mon.1) 749 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.536039+0000 mon.c (mon.1) 750 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.538579+0000 mon.c (mon.1) 751 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.539729+0000 mon.c (mon.1) 752 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.547981+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: cephadm 2023-12-07T15:54:42.549104+0000 mgr.y (mgr.25453) 234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.630951+0000 mon.c (mon.1) 753 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.633554+0000 mon.c (mon.1) 754 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.636569+0000 mon.c (mon.1) 755 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.638026+0000 mon.c (mon.1) 756 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.647762+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: cephadm 2023-12-07T15:54:42.648992+0000 mgr.y (mgr.25453) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.730441+0000 mon.c (mon.1) 757 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: cephadm 2023-12-07T15:54:42.134487+0000 mgr.y (mgr.25453) 230 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: cephadm 2023-12-07T15:54:42.225962+0000 mgr.y (mgr.25453) 231 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: cephadm 2023-12-07T15:54:42.311236+0000 mgr.y (mgr.25453) 232 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.411978+0000 mon.a (mon.0) 95 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: cephadm 2023-12-07T15:54:42.413465+0000 mgr.y (mgr.25453) 233 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.455731+0000 mon.a (mon.0) 96 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.458123+0000 mon.c (mon.1) 748 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:54:43.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.532525+0000 mon.c (mon.1) 749 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.536039+0000 mon.c (mon.1) 750 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.538579+0000 mon.c (mon.1) 751 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.539729+0000 mon.c (mon.1) 752 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.547981+0000 mon.a (mon.0) 97 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: cephadm 2023-12-07T15:54:42.549104+0000 mgr.y (mgr.25453) 234 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.630951+0000 mon.c (mon.1) 753 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.633554+0000 mon.c (mon.1) 754 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.636569+0000 mon.c (mon.1) 755 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.638026+0000 mon.c (mon.1) 756 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.647762+0000 mon.a (mon.0) 98 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: cephadm 2023-12-07T15:54:42.648992+0000 mgr.y (mgr.25453) 235 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.730441+0000 mon.c (mon.1) 757 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.564 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.734380+0000 mon.c (mon.1) 758 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.734380+0000 mon.c (mon.1) 758 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.737950+0000 mon.c (mon.1) 759 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.739434+0000 mon.c (mon.1) 760 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.748226+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: cephadm 2023-12-07T15:54:42.749201+0000 mgr.y (mgr.25453) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.828223+0000 mon.c (mon.1) 761 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.831156+0000 mon.c (mon.1) 762 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.834271+0000 mon.c (mon.1) 763 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.835387+0000 mon.c (mon.1) 764 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.843664+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: cephadm 2023-12-07T15:54:42.844560+0000 mgr.y (mgr.25453) 237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.924206+0000 mon.c (mon.1) 765 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.926296+0000 mon.c (mon.1) 766 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.929227+0000 mon.c (mon.1) 767 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.930137+0000 mon.c (mon.1) 768 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:42.937806+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: cephadm 2023-12-07T15:54:42.938720+0000 mgr.y (mgr.25453) 238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.017190+0000 mon.c (mon.1) 769 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.020126+0000 mon.c (mon.1) 770 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.024739+0000 mon.c (mon.1) 771 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.026129+0000 mon.c (mon.1) 772 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.034640+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: cephadm 2023-12-07T15:54:43.037169+0000 mgr.y (mgr.25453) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.114564+0000 mon.c (mon.1) 773 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.118941+0000 mon.c (mon.1) 774 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.121619+0000 mon.c (mon.1) 775 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.123009+0000 mon.c (mon.1) 776 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.131284+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.209894+0000 mon.c (mon.1) 777 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.212283+0000 mon.c (mon.1) 778 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.214318+0000 mon.c (mon.1) 779 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.215318+0000 mon.c (mon.1) 780 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.221395+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.237227+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.248661+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.256958+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.305354+0000 mon.c (mon.1) 781 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.309293+0000 mon.c (mon.1) 782 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.312506+0000 mon.c (mon.1) 783 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.566 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.313765+0000 mon.c (mon.1) 784 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.322378+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.405684+0000 mon.c (mon.1) 785 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.409842+0000 mon.c (mon.1) 786 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.412523+0000 mon.c (mon.1) 787 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.567 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[30890]: audit 2023-12-07T15:54:43.413590+0000 mon.c (mon.1) 788 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.737950+0000 mon.c (mon.1) 759 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.739434+0000 mon.c (mon.1) 760 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.748226+0000 mon.a (mon.0) 99 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: cephadm 2023-12-07T15:54:42.749201+0000 mgr.y (mgr.25453) 236 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.828223+0000 mon.c (mon.1) 761 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.831156+0000 mon.c (mon.1) 762 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.834271+0000 mon.c (mon.1) 763 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.835387+0000 mon.c (mon.1) 764 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.843664+0000 mon.a (mon.0) 100 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: cephadm 2023-12-07T15:54:42.844560+0000 mgr.y (mgr.25453) 237 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.924206+0000 mon.c (mon.1) 765 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.926296+0000 mon.c (mon.1) 766 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.929227+0000 mon.c (mon.1) 767 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.930137+0000 mon.c (mon.1) 768 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:42.937806+0000 mon.a (mon.0) 101 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: cephadm 2023-12-07T15:54:42.938720+0000 mgr.y (mgr.25453) 238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.017190+0000 mon.c (mon.1) 769 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.020126+0000 mon.c (mon.1) 770 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.024739+0000 mon.c (mon.1) 771 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.026129+0000 mon.c (mon.1) 772 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.034640+0000 mon.a (mon.0) 102 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: cephadm 2023-12-07T15:54:43.037169+0000 mgr.y (mgr.25453) 239 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.114564+0000 mon.c (mon.1) 773 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.118941+0000 mon.c (mon.1) 774 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.121619+0000 mon.c (mon.1) 775 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.123009+0000 mon.c (mon.1) 776 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.131284+0000 mon.a (mon.0) 103 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.209894+0000 mon.c (mon.1) 777 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.212283+0000 mon.c (mon.1) 778 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.214318+0000 mon.c (mon.1) 779 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.215318+0000 mon.c (mon.1) 780 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.221395+0000 mon.a (mon.0) 104 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.237227+0000 mon.a (mon.0) 105 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.248661+0000 mon.a (mon.0) 106 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.256958+0000 mon.a (mon.0) 107 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.305354+0000 mon.c (mon.1) 781 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.309293+0000 mon.c (mon.1) 782 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.312506+0000 mon.c (mon.1) 783 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.569 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.313765+0000 mon.c (mon.1) 784 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.322378+0000 mon.a (mon.0) 108 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.405684+0000 mon.c (mon.1) 785 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.409842+0000 mon.c (mon.1) 786 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.412523+0000 mon.c (mon.1) 787 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.570 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:43 smithi121 bash[81553]: audit 2023-12-07T15:54:43.413590+0000 mon.c (mon.1) 788 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: cephadm 2023-12-07T15:54:42.134487+0000 mgr.y (mgr.25453) 230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: cephadm 2023-12-07T15:54:42.225962+0000 mgr.y (mgr.25453) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: cephadm 2023-12-07T15:54:42.311236+0000 mgr.y (mgr.25453) 232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.411978+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: cephadm 2023-12-07T15:54:42.413465+0000 mgr.y (mgr.25453) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.455731+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.458123+0000 mon.c (mon.1) 748 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:54:43.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.532525+0000 mon.c (mon.1) 749 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.536039+0000 mon.c (mon.1) 750 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.538579+0000 mon.c (mon.1) 751 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.539729+0000 mon.c (mon.1) 752 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.547981+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: cephadm 2023-12-07T15:54:42.549104+0000 mgr.y (mgr.25453) 234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.630951+0000 mon.c (mon.1) 753 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.633554+0000 mon.c (mon.1) 754 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.636569+0000 mon.c (mon.1) 755 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.638026+0000 mon.c (mon.1) 756 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.647762+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: cephadm 2023-12-07T15:54:42.648992+0000 mgr.y (mgr.25453) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.730441+0000 mon.c (mon.1) 757 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.734380+0000 mon.c (mon.1) 758 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.737950+0000 mon.c (mon.1) 759 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.739434+0000 mon.c (mon.1) 760 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.748226+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: cephadm 2023-12-07T15:54:42.749201+0000 mgr.y (mgr.25453) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.828223+0000 mon.c (mon.1) 761 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.831156+0000 mon.c (mon.1) 762 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.834271+0000 mon.c (mon.1) 763 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.835387+0000 mon.c (mon.1) 764 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.843664+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: cephadm 2023-12-07T15:54:42.844560+0000 mgr.y (mgr.25453) 237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.924206+0000 mon.c (mon.1) 765 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.926296+0000 mon.c (mon.1) 766 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.929227+0000 mon.c (mon.1) 767 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.930137+0000 mon.c (mon.1) 768 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:42.937806+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: cephadm 2023-12-07T15:54:42.938720+0000 mgr.y (mgr.25453) 238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.017190+0000 mon.c (mon.1) 769 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.020126+0000 mon.c (mon.1) 770 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.024739+0000 mon.c (mon.1) 771 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.026129+0000 mon.c (mon.1) 772 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.034640+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: cephadm 2023-12-07T15:54:43.037169+0000 mgr.y (mgr.25453) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:43.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.114564+0000 mon.c (mon.1) 773 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.118941+0000 mon.c (mon.1) 774 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.121619+0000 mon.c (mon.1) 775 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.123009+0000 mon.c (mon.1) 776 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.131284+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.209894+0000 mon.c (mon.1) 777 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.212283+0000 mon.c (mon.1) 778 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.214318+0000 mon.c (mon.1) 779 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.215318+0000 mon.c (mon.1) 780 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.221395+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.237227+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.248661+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.256958+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.305354+0000 mon.c (mon.1) 781 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.309293+0000 mon.c (mon.1) 782 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.312506+0000 mon.c (mon.1) 783 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.313765+0000 mon.c (mon.1) 784 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:43.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.322378+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:43.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.405684+0000 mon.c (mon.1) 785 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:43.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.409842+0000 mon.c (mon.1) 786 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:43.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.412523+0000 mon.c (mon.1) 787 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:43.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:43 smithi144 bash[25224]: audit 2023-12-07T15:54:43.413590+0000 mon.c (mon.1) 788 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.810 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:54:44] "GET /metrics HTTP/1.1" 200 38250 "" "Prometheus/2.33.4" 2023-12-07T15:54:44.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: cluster 2023-12-07T15:54:43.099521+0000 mgr.y (mgr.25453) 240 : cluster 0 pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:44.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: cephadm 2023-12-07T15:54:43.132933+0000 mgr.y (mgr.25453) 241 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: cephadm 2023-12-07T15:54:43.223292+0000 mgr.y (mgr.25453) 242 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: cephadm 2023-12-07T15:54:43.325053+0000 mgr.y (mgr.25453) 243 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.405567+0000 mgr.y (mgr.25453) 244 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:54:44.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.420232+0000 mon.a (mon.0) 109 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: cephadm 2023-12-07T15:54:43.421777+0000 mgr.y (mgr.25453) 245 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.504128+0000 mon.c (mon.1) 789 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.507136+0000 mon.c (mon.1) 790 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.509838+0000 mon.c (mon.1) 791 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.510715+0000 mon.c (mon.1) 792 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.518150+0000 mon.a (mon.0) 110 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: cephadm 2023-12-07T15:54:43.520671+0000 mgr.y (mgr.25453) 246 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.603374+0000 mon.c (mon.1) 793 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.607271+0000 mon.c (mon.1) 794 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.610841+0000 mon.c (mon.1) 795 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.612135+0000 mon.c (mon.1) 796 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.620548+0000 mon.a (mon.0) 111 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: cephadm 2023-12-07T15:54:43.623301+0000 mgr.y (mgr.25453) 247 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.702153+0000 mon.c (mon.1) 797 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: cluster 2023-12-07T15:54:43.099521+0000 mgr.y (mgr.25453) 240 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:44.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: cephadm 2023-12-07T15:54:43.132933+0000 mgr.y (mgr.25453) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: cephadm 2023-12-07T15:54:43.223292+0000 mgr.y (mgr.25453) 242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: cephadm 2023-12-07T15:54:43.325053+0000 mgr.y (mgr.25453) 243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.405567+0000 mgr.y (mgr.25453) 244 : audit [DBG] from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:54:44.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.420232+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: cephadm 2023-12-07T15:54:43.421777+0000 mgr.y (mgr.25453) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.504128+0000 mon.c (mon.1) 789 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.507136+0000 mon.c (mon.1) 790 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.509838+0000 mon.c (mon.1) 791 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.510715+0000 mon.c (mon.1) 792 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.518150+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: cephadm 2023-12-07T15:54:43.520671+0000 mgr.y (mgr.25453) 246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.603374+0000 mon.c (mon.1) 793 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.607271+0000 mon.c (mon.1) 794 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.610841+0000 mon.c (mon.1) 795 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.612135+0000 mon.c (mon.1) 796 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.620548+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: cephadm 2023-12-07T15:54:43.623301+0000 mgr.y (mgr.25453) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.702153+0000 mon.c (mon.1) 797 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.705678+0000 mon.c (mon.1) 798 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.709984+0000 mon.c (mon.1) 799 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.711359+0000 mon.c (mon.1) 800 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.738869+0000 mon.a (mon.0) 112 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: cephadm 2023-12-07T15:54:43.739723+0000 mgr.y (mgr.25453) 248 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.820704+0000 mon.c (mon.1) 801 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.823109+0000 mon.c (mon.1) 802 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.825890+0000 mon.c (mon.1) 803 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.826897+0000 mon.c (mon.1) 804 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.837421+0000 mon.a (mon.0) 113 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: cephadm 2023-12-07T15:54:43.838373+0000 mgr.y (mgr.25453) 249 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.917601+0000 mon.c (mon.1) 805 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.920136+0000 mon.c (mon.1) 806 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.923121+0000 mon.c (mon.1) 807 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.924527+0000 mon.c (mon.1) 808 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:43.934895+0000 mon.a (mon.0) 114 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: cephadm 2023-12-07T15:54:43.935853+0000 mgr.y (mgr.25453) 250 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.017132+0000 mon.c (mon.1) 809 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.021743+0000 mon.c (mon.1) 810 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.025575+0000 mon.c (mon.1) 811 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.026997+0000 mon.c (mon.1) 812 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.036009+0000 mon.a (mon.0) 115 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: cephadm 2023-12-07T15:54:44.038557+0000 mgr.y (mgr.25453) 251 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.101968+0000 mon.c (mon.1) 813 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.105764+0000 mon.c (mon.1) 814 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.108506+0000 mon.c (mon.1) 815 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.109469+0000 mon.c (mon.1) 816 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.118283+0000 mon.a (mon.0) 116 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.199396+0000 mon.c (mon.1) 817 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.202146+0000 mon.c (mon.1) 818 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.205001+0000 mon.c (mon.1) 819 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.206331+0000 mon.c (mon.1) 820 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.215538+0000 mon.a (mon.0) 117 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.299154+0000 mon.c (mon.1) 821 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.302352+0000 mon.c (mon.1) 822 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.305741+0000 mon.c (mon.1) 823 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.307053+0000 mon.c (mon.1) 824 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.318178+0000 mon.a (mon.0) 118 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.399482+0000 mon.c (mon.1) 825 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.402264+0000 mon.c (mon.1) 826 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.405423+0000 mon.c (mon.1) 827 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.406625+0000 mon.c (mon.1) 828 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[81553]: audit 2023-12-07T15:54:44.416500+0000 mon.a (mon.0) 119 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.705678+0000 mon.c (mon.1) 798 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.709984+0000 mon.c (mon.1) 799 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.711359+0000 mon.c (mon.1) 800 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.738869+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: cephadm 2023-12-07T15:54:43.739723+0000 mgr.y (mgr.25453) 248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.820704+0000 mon.c (mon.1) 801 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.823109+0000 mon.c (mon.1) 802 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.825890+0000 mon.c (mon.1) 803 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.826897+0000 mon.c (mon.1) 804 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.837421+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: cephadm 2023-12-07T15:54:43.838373+0000 mgr.y (mgr.25453) 249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.917601+0000 mon.c (mon.1) 805 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.920136+0000 mon.c (mon.1) 806 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.923121+0000 mon.c (mon.1) 807 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.924527+0000 mon.c (mon.1) 808 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:43.934895+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: cephadm 2023-12-07T15:54:43.935853+0000 mgr.y (mgr.25453) 250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.017132+0000 mon.c (mon.1) 809 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.021743+0000 mon.c (mon.1) 810 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.025575+0000 mon.c (mon.1) 811 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.026997+0000 mon.c (mon.1) 812 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.036009+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: cephadm 2023-12-07T15:54:44.038557+0000 mgr.y (mgr.25453) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.101968+0000 mon.c (mon.1) 813 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.105764+0000 mon.c (mon.1) 814 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.108506+0000 mon.c (mon.1) 815 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.109469+0000 mon.c (mon.1) 816 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.118283+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.199396+0000 mon.c (mon.1) 817 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.202146+0000 mon.c (mon.1) 818 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.205001+0000 mon.c (mon.1) 819 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.206331+0000 mon.c (mon.1) 820 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.215538+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.299154+0000 mon.c (mon.1) 821 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.302352+0000 mon.c (mon.1) 822 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.305741+0000 mon.c (mon.1) 823 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.307053+0000 mon.c (mon.1) 824 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.318178+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.399482+0000 mon.c (mon.1) 825 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.402264+0000 mon.c (mon.1) 826 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.405423+0000 mon.c (mon.1) 827 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.406625+0000 mon.c (mon.1) 828 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:44 smithi121 bash[30890]: audit 2023-12-07T15:54:44.416500+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: cluster 2023-12-07T15:54:43.099521+0000 mgr.y (mgr.25453) 240 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:44.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: cephadm 2023-12-07T15:54:43.132933+0000 mgr.y (mgr.25453) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: cephadm 2023-12-07T15:54:43.223292+0000 mgr.y (mgr.25453) 242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: cephadm 2023-12-07T15:54:43.325053+0000 mgr.y (mgr.25453) 243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.405567+0000 mgr.y (mgr.25453) 244 : audit [DBG] from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:54:44.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.420232+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: cephadm 2023-12-07T15:54:43.421777+0000 mgr.y (mgr.25453) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.504128+0000 mon.c (mon.1) 789 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.507136+0000 mon.c (mon.1) 790 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.509838+0000 mon.c (mon.1) 791 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.510715+0000 mon.c (mon.1) 792 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.518150+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: cephadm 2023-12-07T15:54:43.520671+0000 mgr.y (mgr.25453) 246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.603374+0000 mon.c (mon.1) 793 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.607271+0000 mon.c (mon.1) 794 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.610841+0000 mon.c (mon.1) 795 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.612135+0000 mon.c (mon.1) 796 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.620548+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: cephadm 2023-12-07T15:54:43.623301+0000 mgr.y (mgr.25453) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.702153+0000 mon.c (mon.1) 797 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.705678+0000 mon.c (mon.1) 798 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.709984+0000 mon.c (mon.1) 799 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.711359+0000 mon.c (mon.1) 800 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.738869+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: cephadm 2023-12-07T15:54:43.739723+0000 mgr.y (mgr.25453) 248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.820704+0000 mon.c (mon.1) 801 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.823109+0000 mon.c (mon.1) 802 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.825890+0000 mon.c (mon.1) 803 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.826897+0000 mon.c (mon.1) 804 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.837421+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: cephadm 2023-12-07T15:54:43.838373+0000 mgr.y (mgr.25453) 249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.917601+0000 mon.c (mon.1) 805 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.920136+0000 mon.c (mon.1) 806 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.923121+0000 mon.c (mon.1) 807 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.924527+0000 mon.c (mon.1) 808 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:43.934895+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: cephadm 2023-12-07T15:54:43.935853+0000 mgr.y (mgr.25453) 250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.017132+0000 mon.c (mon.1) 809 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.021743+0000 mon.c (mon.1) 810 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.025575+0000 mon.c (mon.1) 811 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.026997+0000 mon.c (mon.1) 812 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.036009+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: cephadm 2023-12-07T15:54:44.038557+0000 mgr.y (mgr.25453) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:44.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.101968+0000 mon.c (mon.1) 813 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.105764+0000 mon.c (mon.1) 814 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.108506+0000 mon.c (mon.1) 815 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.109469+0000 mon.c (mon.1) 816 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.118283+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.199396+0000 mon.c (mon.1) 817 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.202146+0000 mon.c (mon.1) 818 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.205001+0000 mon.c (mon.1) 819 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.206331+0000 mon.c (mon.1) 820 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.215538+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.299154+0000 mon.c (mon.1) 821 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.302352+0000 mon.c (mon.1) 822 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.305741+0000 mon.c (mon.1) 823 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.307053+0000 mon.c (mon.1) 824 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.318178+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:44.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.399482+0000 mon.c (mon.1) 825 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:44.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.402264+0000 mon.c (mon.1) 826 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:44.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.405423+0000 mon.c (mon.1) 827 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:44.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.406625+0000 mon.c (mon.1) 828 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:44.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:44 smithi144 bash[25224]: audit 2023-12-07T15:54:44.416500+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: cephadm 2023-12-07T15:54:44.119680+0000 mgr.y (mgr.25453) 252 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: cephadm 2023-12-07T15:54:44.218654+0000 mgr.y (mgr.25453) 253 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: cephadm 2023-12-07T15:54:44.319971+0000 mgr.y (mgr.25453) 254 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: cephadm 2023-12-07T15:54:44.417403+0000 mgr.y (mgr.25453) 255 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.498392+0000 mon.c (mon.1) 829 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.502241+0000 mon.c (mon.1) 830 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.505459+0000 mon.c (mon.1) 831 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.506805+0000 mon.c (mon.1) 832 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.514757+0000 mon.a (mon.0) 120 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: cephadm 2023-12-07T15:54:44.516189+0000 mgr.y (mgr.25453) 256 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.591286+0000 mon.c (mon.1) 833 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.594370+0000 mon.c (mon.1) 834 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.597166+0000 mon.c (mon.1) 835 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.599784+0000 mon.c (mon.1) 836 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.606921+0000 mon.a (mon.0) 121 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: cephadm 2023-12-07T15:54:44.607947+0000 mgr.y (mgr.25453) 257 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.687876+0000 mon.c (mon.1) 837 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.690301+0000 mon.c (mon.1) 838 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.693110+0000 mon.c (mon.1) 839 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.563 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.694157+0000 mon.c (mon.1) 840 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: cephadm 2023-12-07T15:54:44.119680+0000 mgr.y (mgr.25453) 252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: cephadm 2023-12-07T15:54:44.218654+0000 mgr.y (mgr.25453) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: cephadm 2023-12-07T15:54:44.319971+0000 mgr.y (mgr.25453) 254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: cephadm 2023-12-07T15:54:44.417403+0000 mgr.y (mgr.25453) 255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.498392+0000 mon.c (mon.1) 829 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.502241+0000 mon.c (mon.1) 830 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.563 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.505459+0000 mon.c (mon.1) 831 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.506805+0000 mon.c (mon.1) 832 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.514757+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: cephadm 2023-12-07T15:54:44.516189+0000 mgr.y (mgr.25453) 256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.591286+0000 mon.c (mon.1) 833 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.594370+0000 mon.c (mon.1) 834 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.597166+0000 mon.c (mon.1) 835 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.599784+0000 mon.c (mon.1) 836 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.606921+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: cephadm 2023-12-07T15:54:44.607947+0000 mgr.y (mgr.25453) 257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.687876+0000 mon.c (mon.1) 837 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.690301+0000 mon.c (mon.1) 838 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.564 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.693110+0000 mon.c (mon.1) 839 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.565 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.694157+0000 mon.c (mon.1) 840 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.701873+0000 mon.a (mon.0) 122 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: cephadm 2023-12-07T15:54:44.704026+0000 mgr.y (mgr.25453) 258 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.781427+0000 mon.c (mon.1) 841 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.783483+0000 mon.c (mon.1) 842 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.565 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.786080+0000 mon.c (mon.1) 843 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.787267+0000 mon.c (mon.1) 844 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.794115+0000 mon.a (mon.0) 123 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: cephadm 2023-12-07T15:54:44.797679+0000 mgr.y (mgr.25453) 259 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.875606+0000 mon.c (mon.1) 845 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.878493+0000 mon.c (mon.1) 846 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.881331+0000 mon.c (mon.1) 847 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.882282+0000 mon.c (mon.1) 848 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:44.892375+0000 mon.a (mon.0) 124 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: cephadm 2023-12-07T15:54:44.894332+0000 mgr.y (mgr.25453) 260 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.009717+0000 mon.c (mon.1) 849 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.012265+0000 mon.c (mon.1) 850 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.566 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.015031+0000 mon.c (mon.1) 851 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.016080+0000 mon.c (mon.1) 852 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.022739+0000 mon.a (mon.0) 125 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: cephadm 2023-12-07T15:54:45.025070+0000 mgr.y (mgr.25453) 261 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.100286+0000 mon.c (mon.1) 853 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.102806+0000 mon.c (mon.1) 854 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.105200+0000 mon.c (mon.1) 855 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.106047+0000 mon.c (mon.1) 856 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.113356+0000 mon.a (mon.0) 126 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.199345+0000 mon.c (mon.1) 857 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.202021+0000 mon.c (mon.1) 858 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.204686+0000 mon.c (mon.1) 859 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.567 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.205623+0000 mon.c (mon.1) 860 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.213689+0000 mon.a (mon.0) 127 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.250415+0000 mon.a (mon.0) 128 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.266230+0000 mon.a (mon.0) 129 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.276619+0000 mon.a (mon.0) 130 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.298283+0000 mon.c (mon.1) 861 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.302876+0000 mon.c (mon.1) 862 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.304787+0000 mon.c (mon.1) 863 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T15:54:45.568 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[81553]: audit 2023-12-07T15:54:45.306034+0000 mon.c (mon.1) 864 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-07T15:54:45.568 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.701873+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: cephadm 2023-12-07T15:54:44.704026+0000 mgr.y (mgr.25453) 258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.781427+0000 mon.c (mon.1) 841 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.783483+0000 mon.c (mon.1) 842 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.786080+0000 mon.c (mon.1) 843 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.787267+0000 mon.c (mon.1) 844 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.794115+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: cephadm 2023-12-07T15:54:44.797679+0000 mgr.y (mgr.25453) 259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.875606+0000 mon.c (mon.1) 845 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.878493+0000 mon.c (mon.1) 846 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.881331+0000 mon.c (mon.1) 847 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.569 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.882282+0000 mon.c (mon.1) 848 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:44.892375+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: cephadm 2023-12-07T15:54:44.894332+0000 mgr.y (mgr.25453) 260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.009717+0000 mon.c (mon.1) 849 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.012265+0000 mon.c (mon.1) 850 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.015031+0000 mon.c (mon.1) 851 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.016080+0000 mon.c (mon.1) 852 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.022739+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: cephadm 2023-12-07T15:54:45.025070+0000 mgr.y (mgr.25453) 261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.570 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.100286+0000 mon.c (mon.1) 853 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.571 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.102806+0000 mon.c (mon.1) 854 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.571 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.105200+0000 mon.c (mon.1) 855 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.571 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.106047+0000 mon.c (mon.1) 856 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.571 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.113356+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.571 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.199345+0000 mon.c (mon.1) 857 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.571 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.202021+0000 mon.c (mon.1) 858 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.571 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.204686+0000 mon.c (mon.1) 859 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.571 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.205623+0000 mon.c (mon.1) 860 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.571 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.213689+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.571 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.250415+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.571 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.266230+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.572 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.276619+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.572 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.298283+0000 mon.c (mon.1) 861 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.572 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.302876+0000 mon.c (mon.1) 862 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.572 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.304787+0000 mon.c (mon.1) 863 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T15:54:45.572 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:45 smithi121 bash[30890]: audit 2023-12-07T15:54:45.306034+0000 mon.c (mon.1) 864 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-07T15:54:45.693 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: cephadm 2023-12-07T15:54:44.119680+0000 mgr.y (mgr.25453) 252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.693 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: cephadm 2023-12-07T15:54:44.218654+0000 mgr.y (mgr.25453) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.693 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: cephadm 2023-12-07T15:54:44.319971+0000 mgr.y (mgr.25453) 254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.693 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: cephadm 2023-12-07T15:54:44.417403+0000 mgr.y (mgr.25453) 255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.693 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.498392+0000 mon.c (mon.1) 829 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.693 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.502241+0000 mon.c (mon.1) 830 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.693 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.505459+0000 mon.c (mon.1) 831 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.693 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.506805+0000 mon.c (mon.1) 832 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.693 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.514757+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.694 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: cephadm 2023-12-07T15:54:44.516189+0000 mgr.y (mgr.25453) 256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.694 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.591286+0000 mon.c (mon.1) 833 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.694 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.594370+0000 mon.c (mon.1) 834 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.694 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.597166+0000 mon.c (mon.1) 835 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.694 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.599784+0000 mon.c (mon.1) 836 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.694 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.606921+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.694 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: cephadm 2023-12-07T15:54:44.607947+0000 mgr.y (mgr.25453) 257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.694 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.687876+0000 mon.c (mon.1) 837 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.694 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.690301+0000 mon.c (mon.1) 838 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.694 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.693110+0000 mon.c (mon.1) 839 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.694 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.694157+0000 mon.c (mon.1) 840 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.695 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.701873+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.695 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: cephadm 2023-12-07T15:54:44.704026+0000 mgr.y (mgr.25453) 258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.695 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.781427+0000 mon.c (mon.1) 841 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.695 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.783483+0000 mon.c (mon.1) 842 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.695 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.786080+0000 mon.c (mon.1) 843 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.695 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.787267+0000 mon.c (mon.1) 844 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.695 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.794115+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.695 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: cephadm 2023-12-07T15:54:44.797679+0000 mgr.y (mgr.25453) 259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.695 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.875606+0000 mon.c (mon.1) 845 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.695 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.878493+0000 mon.c (mon.1) 846 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.696 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.881331+0000 mon.c (mon.1) 847 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.696 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.882282+0000 mon.c (mon.1) 848 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.696 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:44.892375+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.696 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: cephadm 2023-12-07T15:54:44.894332+0000 mgr.y (mgr.25453) 260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.696 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.009717+0000 mon.c (mon.1) 849 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.696 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.012265+0000 mon.c (mon.1) 850 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.696 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.015031+0000 mon.c (mon.1) 851 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.696 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.016080+0000 mon.c (mon.1) 852 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.696 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.022739+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.696 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: cephadm 2023-12-07T15:54:45.025070+0000 mgr.y (mgr.25453) 261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:45.696 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.100286+0000 mon.c (mon.1) 853 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.696 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.102806+0000 mon.c (mon.1) 854 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.696 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.105200+0000 mon.c (mon.1) 855 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.696 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.106047+0000 mon.c (mon.1) 856 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.697 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.113356+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.697 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.199345+0000 mon.c (mon.1) 857 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.697 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.202021+0000 mon.c (mon.1) 858 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.697 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.204686+0000 mon.c (mon.1) 859 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:45.697 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.205623+0000 mon.c (mon.1) 860 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:45.697 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.213689+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.697 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.250415+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.697 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.266230+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.697 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.276619+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:45.697 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.298283+0000 mon.c (mon.1) 861 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:45.697 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.302876+0000 mon.c (mon.1) 862 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:45.697 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.304787+0000 mon.c (mon.1) 863 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T15:54:45.697 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:45 smithi144 bash[25224]: audit 2023-12-07T15:54:45.306034+0000 mon.c (mon.1) 864 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-07T15:54:47.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:47 smithi121 bash[81553]: cluster 2023-12-07T15:54:45.100449+0000 mgr.y (mgr.25453) 262 : cluster 0 pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:47.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:47 smithi121 bash[81553]: cephadm 2023-12-07T15:54:45.117016+0000 mgr.y (mgr.25453) 263 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:47.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:47 smithi121 bash[81553]: cephadm 2023-12-07T15:54:45.217471+0000 mgr.y (mgr.25453) 264 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:47.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:47 smithi121 bash[81553]: cephadm 2023-12-07T15:54:45.306819+0000 mgr.y (mgr.25453) 265 : cephadm 1 Upgrade: It appears safe to stop mon.c 2023-12-07T15:54:47.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:47 smithi121 bash[30890]: cluster 2023-12-07T15:54:45.100449+0000 mgr.y (mgr.25453) 262 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:47.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:47 smithi121 bash[30890]: cephadm 2023-12-07T15:54:45.117016+0000 mgr.y (mgr.25453) 263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:47.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:47 smithi121 bash[30890]: cephadm 2023-12-07T15:54:45.217471+0000 mgr.y (mgr.25453) 264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:47.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:47 smithi121 bash[30890]: cephadm 2023-12-07T15:54:45.306819+0000 mgr.y (mgr.25453) 265 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-07T15:54:47.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:47 smithi144 bash[25224]: cluster 2023-12-07T15:54:45.100449+0000 mgr.y (mgr.25453) 262 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:47.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:47 smithi144 bash[25224]: cephadm 2023-12-07T15:54:45.117016+0000 mgr.y (mgr.25453) 263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:47.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:47 smithi144 bash[25224]: cephadm 2023-12-07T15:54:45.217471+0000 mgr.y (mgr.25453) 264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:47.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:47 smithi144 bash[25224]: cephadm 2023-12-07T15:54:45.306819+0000 mgr.y (mgr.25453) 265 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-07T15:54:48.876 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:54:48 smithi144 bash[61561]: ts=2023-12-07T15:54: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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:54:49.124 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:49 smithi121 bash[81553]: cluster 2023-12-07T15:54:47.101126+0000 mgr.y (mgr.25453) 266 : cluster 0 pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:49.124 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:49 smithi121 bash[81553]: audit 2023-12-07T15:54:48.769825+0000 mon.a (mon.0) 131 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:49.124 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:49 smithi121 bash[81553]: audit 2023-12-07T15:54:48.785694+0000 mon.a (mon.0) 132 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:49.124 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:49 smithi121 bash[81553]: audit 2023-12-07T15:54:48.801200+0000 mon.a (mon.0) 133 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:49.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:49 smithi121 bash[30890]: cluster 2023-12-07T15:54:47.101126+0000 mgr.y (mgr.25453) 266 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:49.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:49 smithi121 bash[30890]: audit 2023-12-07T15:54:48.769825+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:49.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:49 smithi121 bash[30890]: audit 2023-12-07T15:54:48.785694+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:49.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:49 smithi121 bash[30890]: audit 2023-12-07T15:54:48.801200+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:49.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:49 smithi144 bash[25224]: cluster 2023-12-07T15:54:47.101126+0000 mgr.y (mgr.25453) 266 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:49.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:49 smithi144 bash[25224]: audit 2023-12-07T15:54:48.769825+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:49.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:49 smithi144 bash[25224]: audit 2023-12-07T15:54:48.785694+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:49.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:49 smithi144 bash[25224]: audit 2023-12-07T15:54:48.801200+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:50.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:50 smithi121 bash[81553]: cluster 2023-12-07T15:54:49.102809+0000 mgr.y (mgr.25453) 267 : cluster 0 pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:50.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:50 smithi121 bash[81553]: cephadm 2023-12-07T15:54:49.280023+0000 mgr.y (mgr.25453) 268 : cephadm 1 Upgrade: Updating mon.c 2023-12-07T15:54:50.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:50 smithi121 bash[81553]: audit 2023-12-07T15:54:49.288887+0000 mon.a (mon.0) 134 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:50.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:50 smithi121 bash[81553]: audit 2023-12-07T15:54:49.293935+0000 mon.c (mon.1) 865 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:54:50.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:50 smithi121 bash[81553]: audit 2023-12-07T15:54:49.295490+0000 mon.c (mon.1) 866 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:54:50.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:50 smithi121 bash[81553]: audit 2023-12-07T15:54:49.296960+0000 mon.c (mon.1) 867 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:50.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:50 smithi121 bash[81553]: cephadm 2023-12-07T15:54:49.298474+0000 mgr.y (mgr.25453) 269 : cephadm 1 Deploying daemon mon.c on smithi121 2023-12-07T15:54:50.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:50 smithi121 bash[30890]: cluster 2023-12-07T15:54:49.102809+0000 mgr.y (mgr.25453) 267 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:50.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:50 smithi121 bash[30890]: cephadm 2023-12-07T15:54:49.280023+0000 mgr.y (mgr.25453) 268 : cephadm [INF] Upgrade: Updating mon.c 2023-12-07T15:54:50.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:50 smithi121 bash[30890]: audit 2023-12-07T15:54:49.288887+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:50.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:50 smithi121 bash[30890]: audit 2023-12-07T15:54:49.293935+0000 mon.c (mon.1) 865 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:54:50.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:50 smithi121 bash[30890]: audit 2023-12-07T15:54:49.295490+0000 mon.c (mon.1) 866 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:54:50.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:50 smithi121 bash[30890]: audit 2023-12-07T15:54:49.296960+0000 mon.c (mon.1) 867 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:50.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:50 smithi121 bash[30890]: cephadm 2023-12-07T15:54:49.298474+0000 mgr.y (mgr.25453) 269 : cephadm [INF] Deploying daemon mon.c on smithi121 2023-12-07T15:54:50.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:50 smithi144 bash[25224]: cluster 2023-12-07T15:54:49.102809+0000 mgr.y (mgr.25453) 267 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:50.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:50 smithi144 bash[25224]: cephadm 2023-12-07T15:54:49.280023+0000 mgr.y (mgr.25453) 268 : cephadm [INF] Upgrade: Updating mon.c 2023-12-07T15:54:50.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:50 smithi144 bash[25224]: audit 2023-12-07T15:54:49.288887+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:50.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:50 smithi144 bash[25224]: audit 2023-12-07T15:54:49.293935+0000 mon.c (mon.1) 865 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:54:50.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:50 smithi144 bash[25224]: audit 2023-12-07T15:54:49.295490+0000 mon.c (mon.1) 866 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:54:50.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:50 smithi144 bash[25224]: audit 2023-12-07T15:54:49.296960+0000 mon.c (mon.1) 867 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:50.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:50 smithi144 bash[25224]: cephadm 2023-12-07T15:54:49.298474+0000 mgr.y (mgr.25453) 269 : cephadm [INF] Deploying daemon mon.c on smithi121 2023-12-07T15:54:52.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:52 smithi121 bash[30890]: cluster 2023-12-07T15:54:51.103655+0000 mgr.y (mgr.25453) 270 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:52.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:52 smithi121 bash[81553]: cluster 2023-12-07T15:54:51.103655+0000 mgr.y (mgr.25453) 270 : cluster 0 pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:52.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:52 smithi144 bash[25224]: cluster 2023-12-07T15:54:51.103655+0000 mgr.y (mgr.25453) 270 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:54.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:54 smithi121 systemd[1]: Stopping Ceph mon.c for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:54:54.872 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:54 smithi121 bash[75663]: [07/Dec/2023:15:54:54] ENGINE Bus STOPPING 2023-12-07T15:54:54.872 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:54 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:54:54] "GET /metrics HTTP/1.1" 200 38250 "" "Prometheus/2.33.4" 2023-12-07T15:54:54.872 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:54 smithi121 bash[75663]: [07/Dec/2023:15:54:54] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-07T15:54:54.872 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:54 smithi121 bash[75663]: [07/Dec/2023:15:54:54] ENGINE Bus STOPPED 2023-12-07T15:54:54.872 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:54 smithi121 bash[75663]: [07/Dec/2023:15:54:54] ENGINE Bus STARTING 2023-12-07T15:54:54.872 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:54 smithi121 bash[75663]: [07/Dec/2023:15:54:54] ENGINE Serving on http://:::9283 2023-12-07T15:54:54.873 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:54:54 smithi121 bash[75663]: [07/Dec/2023:15:54:54] ENGINE Bus STARTED 2023-12-07T15:54:54.873 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:54 smithi121 bash[30890]: debug 2023-12-07T15:54:54.608+0000 7f707b38d700 -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 2023-12-07T15:54:54.873 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:54 smithi121 bash[30890]: debug 2023-12-07T15:54:54.608+0000 7f707b38d700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-07T15:54:55.778 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:55 smithi121 bash[83651]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mon-c 2023-12-07T15:54:55.778 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:55 smithi121 bash[83739]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mon-c 2023-12-07T15:54:55.778 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:55 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mon.c.service: Succeeded. 2023-12-07T15:54:55.778 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:55 smithi121 systemd[1]: Stopped Ceph mon.c for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:54:56.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:55 smithi121 systemd[1]: Started Ceph mon.c for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:54:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.856+0000 7f521529cc80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-07T15:54:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.856+0000 7f521529cc80 0 ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev), process ceph-mon, pid 7 2023-12-07T15:54:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.856+0000 7f521529cc80 0 pidfile_write: ignore empty --pid-file 2023-12-07T15:54:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 0 load: jerasure load: lrc 2023-12-07T15:54:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: RocksDB version: 7.9.2 2023-12-07T15:54:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Git sha 0 2023-12-07T15:54:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Compile date 2023-12-05 09:15:47 2023-12-07T15:54:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: DB SUMMARY 2023-12-07T15:54:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: DB Session ID: VEP6JHCPK9OERG82LR28 2023-12-07T15:54:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: CURRENT file: CURRENT 2023-12-07T15:54:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-07T15:54:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 2040 Bytes 2023-12-07T15:54:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000042.sst 2023-12-07T15:54:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000040.log size: 633210 ; 2023-12-07T15:54:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.error_if_exists: 0 2023-12-07T15:54:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.create_if_missing: 0 2023-12-07T15:54:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.paranoid_checks: 1 2023-12-07T15:54:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-07T15:54:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T15:54:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-07T15:54:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.env: 0x55e4c9baaa60 2023-12-07T15:54:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-07T15:54:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.info_log: 0x55e4cc2eb780 2023-12-07T15:54:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-07T15:54:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.statistics: (nil) 2023-12-07T15:54:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.use_fsync: 0 2023-12-07T15:54:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_log_file_size: 0 2023-12-07T15:54:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T15:54:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T15:54:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-07T15:54:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-07T15:54:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.allow_fallocate: 1 2023-12-07T15:54:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-07T15:54:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-07T15:54:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.use_direct_reads: 0 2023-12-07T15:54:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T15:54:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-07T15:54:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.db_log_dir: 2023-12-07T15:54:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.wal_dir: 2023-12-07T15:54:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T15:54:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T15:54:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T15:54:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T15:54:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T15:54:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T15:54:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-07T15:54:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-07T15:54:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.write_buffer_manager: 0x55e4cc2bef00 2023-12-07T15:54:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T15:54:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T15:54:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T15:54:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-07T15:54:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T15:54:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-07T15:54:57.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-07T15:54:57.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-07T15:54:57.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.unordered_write: 0 2023-12-07T15:54:57.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T15:54:57.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T15:54:57.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T15:54:57.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T15:54:57.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.row_cache: None 2023-12-07T15:54:57.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.wal_filter: None 2023-12-07T15:54:57.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T15:54:57.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-07T15:54:57.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.two_write_queues: 0 2023-12-07T15:54:57.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-07T15:54:57.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.wal_compression: 0 2023-12-07T15:54:57.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.atomic_flush: 0 2023-12-07T15:54:57.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T15:54:57.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T15:54:57.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T15:54:57.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.log_readahead_size: 0 2023-12-07T15:54:57.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T15:54:57.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-07T15:54:57.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T15:54:57.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T15:54:57.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-07T15:54:57.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-07T15:54:57.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-07T15:54:57.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_background_jobs: 2 2023-12-07T15:54:57.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_background_compactions: -1 2023-12-07T15:54:57.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_subcompactions: 1 2023-12-07T15:54:57.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T15:54:57.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T15:54:57.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T15:54:57.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-07T15:54:57.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T15:54:57.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T15:54:57.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T15:54:57.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T15:54:57.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_open_files: -1 2023-12-07T15:54:57.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-07T15:54:57.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T15:54:57.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T15:54:57.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-07T15:54:57.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_background_flushes: -1 2023-12-07T15:54:57.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Compression algorithms supported: 2023-12-07T15:54:57.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T15:54:57.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: kZSTD supported: 0 2023-12-07T15:54:57.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: kXpressCompression supported: 0 2023-12-07T15:54:57.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-07T15:54:57.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: kZlibCompression supported: 1 2023-12-07T15:54:57.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: kSnappyCompression supported: 1 2023-12-07T15:54:57.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: kLZ4Compression supported: 1 2023-12-07T15:54:57.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: kBZip2Compression supported: 0 2023-12-07T15:54:57.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T15:54:57.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-07T15:54:57.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2023-12-07T15:54:57.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-07T15:54:57.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T15:54:57.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.merge_operator: 2023-12-07T15:54:57.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compaction_filter: None 2023-12-07T15:54:57.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-07T15:54:57.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-07T15:54:57.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T15:54:57.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T15:54:57.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e4cc2eb8a0) 2023-12-07T15:54:57.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: cache_index_and_filter_blocks: 1 2023-12-07T15:54:57.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T15:54:57.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T15:54:57.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: pin_top_level_index_and_filter: 1 2023-12-07T15:54:57.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: index_type: 0 2023-12-07T15:54:57.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: data_block_index_type: 0 2023-12-07T15:54:57.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: index_shortening: 1 2023-12-07T15:54:57.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: data_block_hash_table_util_ratio: 0.750000 2023-12-07T15:54:57.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: checksum: 4 2023-12-07T15:54:57.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: no_block_cache: 0 2023-12-07T15:54:57.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: block_cache: 0x55e4cc33f090 2023-12-07T15:54:57.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: block_cache_name: BinnedLRUCache 2023-12-07T15:54:57.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: block_cache_options: 2023-12-07T15:54:57.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: capacity : 536870912 2023-12-07T15:54:57.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: num_shard_bits : 4 2023-12-07T15:54:57.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: strict_capacity_limit : 0 2023-12-07T15:54:57.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: high_pri_pool_ratio: 0.000 2023-12-07T15:54:57.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: block_cache_compressed: (nil) 2023-12-07T15:54:57.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: persistent_cache: (nil) 2023-12-07T15:54:57.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: block_size: 4096 2023-12-07T15:54:57.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: block_size_deviation: 10 2023-12-07T15:54:57.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: block_restart_interval: 16 2023-12-07T15:54:57.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: index_block_restart_interval: 1 2023-12-07T15:54:57.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: metadata_block_size: 4096 2023-12-07T15:54:57.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: partition_filters: 0 2023-12-07T15:54:57.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: use_delta_encoding: 1 2023-12-07T15:54:57.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: filter_policy: bloomfilter 2023-12-07T15:54:57.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: whole_key_filtering: 1 2023-12-07T15:54:57.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: verify_compression: 0 2023-12-07T15:54:57.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: read_amp_bytes_per_bit: 0 2023-12-07T15:54:57.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: format_version: 5 2023-12-07T15:54:57.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: enable_index_compression: 1 2023-12-07T15:54:57.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: block_align: 0 2023-12-07T15:54:57.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: max_auto_readahead_size: 262144 2023-12-07T15:54:57.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: prepopulate_block_cache: 0 2023-12-07T15:54:57.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: initial_auto_readahead_size: 8192 2023-12-07T15:54:57.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: num_file_reads_for_auto_readahead: 2 2023-12-07T15:54:57.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-07T15:54:57.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-07T15:54:57.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compression: NoCompression 2023-12-07T15:54:57.074 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-07T15:54:57.074 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-07T15:54:57.074 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T15:54:57.074 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.num_levels: 7 2023-12-07T15:54:57.074 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T15:54:57.074 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T15:54:57.074 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T15:54:57.074 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T15:54:57.074 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T15:54:57.074 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T15:54:57.074 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T15:54:57.074 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:54:57.074 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T15:54:57.074 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T15:54:57.075 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-07T15:54:57.075 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-07T15:54:57.075 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T15:54:57.075 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-07T15:54:57.075 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-07T15:54:57.075 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T15:54:57.075 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:54:57.075 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-07T15:54:57.075 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T15:54:57.075 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-07T15:54:57.075 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-07T15:54:57.075 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T15:54:57.075 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T15:54:57.075 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T15:54:57.075 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-07T15:54:57.075 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T15:54:57.076 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T15:54:57.076 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T15:54:57.076 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T15:54:57.076 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T15:54:57.076 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T15:54:57.076 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T15:54:57.076 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T15:54:57.076 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T15:54:57.076 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T15:54:57.076 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T15:54:57.076 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T15:54:57.076 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T15:54:57.076 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-07T15:54:57.076 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-07T15:54:57.076 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T15:54:57.076 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T15:54:57.076 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-07T15:54:57.077 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T15:54:57.077 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T15:54:57.077 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T15:54:57.077 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T15:54:57.077 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T15:54:57.077 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T15:54:57.077 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T15:54:57.077 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T15:54:57.077 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T15:54:57.077 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T15:54:57.077 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.table_properties_collectors: 2023-12-07T15:54:57.077 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.inplace_update_support: 0 2023-12-07T15:54:57.077 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T15:54:57.077 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T15:54:57.077 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T15:54:57.078 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T15:54:57.078 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.bloom_locality: 0 2023-12-07T15:54:57.078 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.max_successive_merges: 0 2023-12-07T15:54:57.078 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T15:54:57.078 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-07T15:54:57.078 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-07T15:54:57.078 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-07T15:54:57.078 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.ttl: 2592000 2023-12-07T15:54:57.078 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T15:54:57.078 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-07T15:54:57.078 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-07T15:54:57.078 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.enable_blob_files: false 2023-12-07T15:54:57.078 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.min_blob_size: 0 2023-12-07T15:54:57.078 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-07T15:54:57.079 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T15:54:57.079 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T15:54:57.079 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T15:54:57.079 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-07T15:54:57.079 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-07T15:54:57.079 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-07T15:54:57.079 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-07T15:54:57.079 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f520a264700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 42.sst 2023-12-07T15:54:57.079 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-07T15:54:57.079 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 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 44, last_sequence is 26016, log_number is 40,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-07T15:54:57.079 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 40 2023-12-07T15:54:57.079 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3de645a1-4665-498d-990b-875108098f57 2023-12-07T15:54:57.079 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964496867377, "job": 1, "event": "recovery_started", "wal_files": [40]} 2023-12-07T15:54:57.079 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.860+0000 7f521529cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #40 mode 2 2023-12-07T15:54:57.079 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.864+0000 7f521529cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964496870454, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 45, "file_size": 400292, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 26021, "largest_seqno": 26453, "table_properties": {"data_size": 397750, "index_size": 888, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 645, "raw_key_size": 5694, "raw_average_key_size": 24, "raw_value_size": 393434, "raw_average_value_size": 1703, "num_data_blocks": 38, "num_entries": 231, "num_filter_entries": 231, "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": "[]", "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": 1701964496, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3de645a1-4665-498d-990b-875108098f57", "db_session_id": "VEP6JHCPK9OERG82LR28", "orig_file_number": 45, "seqno_to_time_mapping": "N/A"}} 2023-12-07T15:54:57.080 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.864+0000 7f521529cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964496870552, "job": 1, "event": "recovery_finished"} 2023-12-07T15:54:57.080 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.864+0000 7f521529cc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 47 2023-12-07T15:54:57.080 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.864+0000 7f521529cc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-07T15:54:57.080 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.868+0000 7f521529cc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000040.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-07T15:54:57.080 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.868+0000 7f521529cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e4cc3de000 2023-12-07T15:54:57.080 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.868+0000 7f521529cc80 4 rocksdb: DB pointer 0x55e4cc3cc000 2023-12-07T15:54:57.080 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.872+0000 7f521529cc80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0] at bind addrs [v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:54:57.080 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.872+0000 7f5203a57700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-07T15:54:57.080 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.872+0000 7f5203a57700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-07T15:54:57.080 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: ** DB Stats ** 2023-12-07T15:54:57.080 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:54:57.080 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-07T15:54:57.080 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T15:54:57.080 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:54:57.081 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-07T15:54:57.081 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T15:54:57.081 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:54:57.081 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: ** Compaction Stats [default] ** 2023-12-07T15:54:57.081 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: 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) 2023-12-07T15:54:57.081 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-07T15:54:57.081 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: L0 1/0 390.91 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 232.9 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-07T15:54:57.081 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: L6 1/0 12.10 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 2023-12-07T15:54:57.081 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: Sum 2/0 12.48 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 232.9 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-07T15:54:57.081 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 232.9 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-07T15:54:57.081 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: ** Compaction Stats [default] ** 2023-12-07T15:54:57.081 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: 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) 2023-12-07T15:54:57.081 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:54:57.081 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 232.9 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-07T15:54:57.081 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-07T15:54:57.082 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:54:57.082 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T15:54:57.082 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T15:54:57.082 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T15:54:57.082 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T15:54:57.082 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: AddFile(Keys): cumulative 0, interval 0 2023-12-07T15:54:57.082 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: Cumulative compaction: 0.00 GB write, 37.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:54:57.082 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: Interval compaction: 0.00 GB write, 37.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:54:57.082 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-07T15:54:57.082 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: Block cache BinnedLRUCache@0x55e4cc33f090#7 capacity: 512.00 MB usage: 58.52 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.6e-05 secs_since: 0 2023-12-07T15:54:57.082 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: Block cache entry stats(count,size,portion): DataBlock(3,14.73 KB,0.00281036%) FilterBlock(2,16.75 KB,0.00319481%) IndexBlock(2,27.03 KB,0.0051558%) Misc(1,0.00 KB,0%) 2023-12-07T15:54:57.082 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: ** File Read Latency Histogram By Level [default] ** 2023-12-07T15:54:57.082 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.872+0000 7f521529cc80 1 mon.c@-1(???) e3 preinit fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:54:57.083 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.872+0000 7f521529cc80 0 mon.c@-1(???).mds e1 new map 2023-12-07T15:54:57.083 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.872+0000 7f521529cc80 0 mon.c@-1(???).mds e1 print_map 2023-12-07T15:54:57.083 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: e1 2023-12-07T15:54:57.083 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T15:54:57.083 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-07T15:54:57.083 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: legacy client fscid: -1 2023-12-07T15:54:57.083 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: 2023-12-07T15:54:57.083 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: No filesystems configured 2023-12-07T15:54:57.083 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.872+0000 7f521529cc80 0 mon.c@-1(???).osd e109 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-07T15:54:57.083 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.872+0000 7f521529cc80 0 mon.c@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T15:54:57.083 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.872+0000 7f521529cc80 0 mon.c@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T15:54:57.083 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.872+0000 7f521529cc80 0 mon.c@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T15:54:57.083 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:56 smithi121 bash[83807]: debug 2023-12-07T15:54:56.872+0000 7f521529cc80 1 mon.c@-1(???).paxosservice(auth 1..27) refresh upgraded, format 0 -> 3 2023-12-07T15:54:58.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:57 smithi121 bash[83807]: cluster 2023-12-07T15:54:53.104397+0000 mgr.y (mgr.25453) 271 : cluster 0 pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:58.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:57 smithi121 bash[83807]: audit 2023-12-07T15:54:53.416190+0000 mgr.y (mgr.25453) 272 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:54:58.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:57 smithi121 bash[83807]: audit 2023-12-07T15:54:54.631644+0000 mon.b (mon.2) 464 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:54:58.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:57 smithi121 bash[83807]: audit 2023-12-07T15:54:54.631958+0000 mon.b (mon.2) 465 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:54:58.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:57 smithi121 bash[83807]: audit 2023-12-07T15:54:54.632270+0000 mon.b (mon.2) 466 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:54:58.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:57 smithi121 bash[81553]: cluster 2023-12-07T15:54:53.104397+0000 mgr.y (mgr.25453) 271 : cluster 0 pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:58.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:57 smithi121 bash[81553]: audit 2023-12-07T15:54:53.416190+0000 mgr.y (mgr.25453) 272 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:54:58.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:57 smithi121 bash[81553]: audit 2023-12-07T15:54:54.631644+0000 mon.b (mon.2) 464 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:54:58.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:57 smithi121 bash[81553]: audit 2023-12-07T15:54:54.631958+0000 mon.b (mon.2) 465 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:54:58.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:57 smithi121 bash[81553]: audit 2023-12-07T15:54:54.632270+0000 mon.b (mon.2) 466 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:54:58.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:57 smithi144 bash[25224]: cluster 2023-12-07T15:54:53.104397+0000 mgr.y (mgr.25453) 271 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:58.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:57 smithi144 bash[25224]: audit 2023-12-07T15:54:53.416190+0000 mgr.y (mgr.25453) 272 : audit [DBG] from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:54:58.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:57 smithi144 bash[25224]: audit 2023-12-07T15:54:54.631644+0000 mon.b (mon.2) 464 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:54:58.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:57 smithi144 bash[25224]: audit 2023-12-07T15:54:54.631958+0000 mon.b (mon.2) 465 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:54:58.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:57 smithi144 bash[25224]: audit 2023-12-07T15:54:54.632270+0000 mon.b (mon.2) 466 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:54:58.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: cluster 2023-12-07T15:54:55.106057+0000 mgr.y (mgr.25453) 273 : cluster 0 pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:58.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: cluster 2023-12-07T15:54:57.089959+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-07T15:54:58.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: cluster 2023-12-07T15:54:57.106792+0000 mgr.y (mgr.25453) 274 : cluster 0 pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:58.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:57.454343+0000 mon.b (mon.2) 467 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:54:58.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: cluster 2023-12-07T15:54:57.706430+0000 mon.a (mon.0) 135 : cluster 1 mon.a calling monitor election 2023-12-07T15:54:58.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: cluster 2023-12-07T15:54:57.709966+0000 mon.a (mon.0) 136 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:54:58.729 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: cluster 2023-12-07T15:54:57.719087+0000 mon.a (mon.0) 137 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T15:54:58.730 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: cluster 2023-12-07T15:54:57.719867+0000 mon.a (mon.0) 138 : cluster 0 fsmap 2023-12-07T15:54:58.730 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: cluster 2023-12-07T15:54:57.719910+0000 mon.a (mon.0) 139 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-07T15:54:58.730 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: cluster 2023-12-07T15:54:57.720445+0000 mon.a (mon.0) 140 : cluster 0 mgrmap e39: y(active, since 45s), standbys: x 2023-12-07T15:54:58.730 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: cluster 2023-12-07T15:54:57.728608+0000 mon.a (mon.0) 141 : cluster 1 overall HEALTH_OK 2023-12-07T15:54:58.730 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:57.734196+0000 mon.a (mon.0) 142 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:58.730 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:57.747463+0000 mon.a (mon.0) 143 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:57.792720+0000 mon.b (mon.2) 468 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:57.794954+0000 mon.b (mon.2) 469 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:57.805752+0000 mon.a (mon.0) 144 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: cephadm 2023-12-07T15:54:57.807409+0000 mgr.y (mgr.25453) 275 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:57.890428+0000 mon.b (mon.2) 470 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:57.895784+0000 mon.b (mon.2) 471 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:57.901887+0000 mon.b (mon.2) 472 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:57.903922+0000 mon.b (mon.2) 473 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:57.911956+0000 mon.a (mon.0) 145 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: cephadm 2023-12-07T15:54:57.914395+0000 mgr.y (mgr.25453) 276 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:57.997559+0000 mon.b (mon.2) 474 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.000814+0000 mon.b (mon.2) 475 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.004590+0000 mon.b (mon.2) 476 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.006239+0000 mon.b (mon.2) 477 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.014735+0000 mon.a (mon.0) 146 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: cephadm 2023-12-07T15:54:58.016217+0000 mgr.y (mgr.25453) 277 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.098249+0000 mon.b (mon.2) 478 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.101800+0000 mon.b (mon.2) 479 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.105553+0000 mon.b (mon.2) 480 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.106876+0000 mon.b (mon.2) 481 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: cluster 2023-12-07T15:54:55.106057+0000 mgr.y (mgr.25453) 273 : cluster 0 pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:59.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: cluster 2023-12-07T15:54:57.089959+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-07T15:54:59.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: cluster 2023-12-07T15:54:57.106792+0000 mgr.y (mgr.25453) 274 : cluster 0 pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:59.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:57.454343+0000 mon.b (mon.2) 467 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:54:59.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: cluster 2023-12-07T15:54:57.706430+0000 mon.a (mon.0) 135 : cluster 1 mon.a calling monitor election 2023-12-07T15:54:59.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: cluster 2023-12-07T15:54:57.709966+0000 mon.a (mon.0) 136 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:54:59.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: cluster 2023-12-07T15:54:57.719087+0000 mon.a (mon.0) 137 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T15:54:59.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: cluster 2023-12-07T15:54:57.719867+0000 mon.a (mon.0) 138 : cluster 0 fsmap 2023-12-07T15:54:59.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: cluster 2023-12-07T15:54:57.719910+0000 mon.a (mon.0) 139 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-07T15:54:59.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: cluster 2023-12-07T15:54:57.720445+0000 mon.a (mon.0) 140 : cluster 0 mgrmap e39: y(active, since 45s), standbys: x 2023-12-07T15:54:59.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: cluster 2023-12-07T15:54:57.728608+0000 mon.a (mon.0) 141 : cluster 1 overall HEALTH_OK 2023-12-07T15:54:59.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:57.734196+0000 mon.a (mon.0) 142 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:57.747463+0000 mon.a (mon.0) 143 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:57.792720+0000 mon.b (mon.2) 468 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:57.794954+0000 mon.b (mon.2) 469 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:57.805752+0000 mon.a (mon.0) 144 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: cephadm 2023-12-07T15:54:57.807409+0000 mgr.y (mgr.25453) 275 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:57.890428+0000 mon.b (mon.2) 470 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:57.895784+0000 mon.b (mon.2) 471 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:57.901887+0000 mon.b (mon.2) 472 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:57.903922+0000 mon.b (mon.2) 473 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:57.911956+0000 mon.a (mon.0) 145 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.114214+0000 mon.a (mon.0) 147 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.196113+0000 mon.b (mon.2) 482 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.199607+0000 mon.b (mon.2) 483 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.203808+0000 mon.b (mon.2) 484 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.205333+0000 mon.b (mon.2) 485 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.213950+0000 mon.a (mon.0) 148 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.293516+0000 mon.b (mon.2) 486 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.296724+0000 mon.b (mon.2) 487 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.300211+0000 mon.b (mon.2) 488 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.301911+0000 mon.b (mon.2) 489 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.310499+0000 mon.a (mon.0) 149 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.394771+0000 mon.b (mon.2) 490 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.398018+0000 mon.b (mon.2) 491 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.401937+0000 mon.b (mon.2) 492 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.403552+0000 mon.b (mon.2) 493 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.411765+0000 mon.a (mon.0) 150 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.484516+0000 mon.b (mon.2) 494 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.487468+0000 mon.b (mon.2) 495 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.490932+0000 mon.b (mon.2) 496 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.492226+0000 mon.b (mon.2) 497 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.498317+0000 mon.a (mon.0) 151 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.582245+0000 mon.b (mon.2) 498 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.585513+0000 mon.b (mon.2) 499 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.589258+0000 mon.b (mon.2) 500 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.590905+0000 mon.b (mon.2) 501 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.596970+0000 mon.a (mon.0) 152 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.681887+0000 mon.b (mon.2) 502 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.685090+0000 mon.b (mon.2) 503 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.688428+0000 mon.b (mon.2) 504 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.689950+0000 mon.b (mon.2) 505 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[83807]: audit 2023-12-07T15:54:58.701722+0000 mon.a (mon.0) 153 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: cephadm 2023-12-07T15:54:57.914395+0000 mgr.y (mgr.25453) 276 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:57.997559+0000 mon.b (mon.2) 474 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.000814+0000 mon.b (mon.2) 475 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.004590+0000 mon.b (mon.2) 476 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.006239+0000 mon.b (mon.2) 477 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.014735+0000 mon.a (mon.0) 146 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: cephadm 2023-12-07T15:54:58.016217+0000 mgr.y (mgr.25453) 277 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.098249+0000 mon.b (mon.2) 478 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.101800+0000 mon.b (mon.2) 479 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.105553+0000 mon.b (mon.2) 480 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.106876+0000 mon.b (mon.2) 481 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.114214+0000 mon.a (mon.0) 147 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.196113+0000 mon.b (mon.2) 482 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.199607+0000 mon.b (mon.2) 483 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.203808+0000 mon.b (mon.2) 484 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.205333+0000 mon.b (mon.2) 485 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.213950+0000 mon.a (mon.0) 148 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.293516+0000 mon.b (mon.2) 486 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.296724+0000 mon.b (mon.2) 487 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.300211+0000 mon.b (mon.2) 488 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.301911+0000 mon.b (mon.2) 489 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.310499+0000 mon.a (mon.0) 149 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.394771+0000 mon.b (mon.2) 490 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.398018+0000 mon.b (mon.2) 491 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.401937+0000 mon.b (mon.2) 492 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.403552+0000 mon.b (mon.2) 493 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.411765+0000 mon.a (mon.0) 150 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.484516+0000 mon.b (mon.2) 494 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.487468+0000 mon.b (mon.2) 495 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.490932+0000 mon.b (mon.2) 496 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.492226+0000 mon.b (mon.2) 497 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.498317+0000 mon.a (mon.0) 151 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.582245+0000 mon.b (mon.2) 498 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.585513+0000 mon.b (mon.2) 499 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.589258+0000 mon.b (mon.2) 500 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.590905+0000 mon.b (mon.2) 501 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.596970+0000 mon.a (mon.0) 152 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.681887+0000 mon.b (mon.2) 502 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.685090+0000 mon.b (mon.2) 503 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.688428+0000 mon.b (mon.2) 504 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.689950+0000 mon.b (mon.2) 505 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:58 smithi121 bash[81553]: audit 2023-12-07T15:54:58.701722+0000 mon.a (mon.0) 153 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.126 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[61561]: ts=2023-12-07T15:54: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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:54:59.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: cluster 2023-12-07T15:54:55.106057+0000 mgr.y (mgr.25453) 273 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:54:59.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: cluster 2023-12-07T15:54:57.089959+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-07T15:54:59.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: cluster 2023-12-07T15:54:57.106792+0000 mgr.y (mgr.25453) 274 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:54:59.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:57.454343+0000 mon.b (mon.2) 467 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:54:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: cluster 2023-12-07T15:54:57.706430+0000 mon.a (mon.0) 135 : cluster [INF] mon.a calling monitor election 2023-12-07T15:54:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: cluster 2023-12-07T15:54:57.709966+0000 mon.a (mon.0) 136 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:54:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: cluster 2023-12-07T15:54:57.719087+0000 mon.a (mon.0) 137 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T15:54:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: cluster 2023-12-07T15:54:57.719867+0000 mon.a (mon.0) 138 : cluster [DBG] fsmap 2023-12-07T15:54:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: cluster 2023-12-07T15:54:57.719910+0000 mon.a (mon.0) 139 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2023-12-07T15:54:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: cluster 2023-12-07T15:54:57.720445+0000 mon.a (mon.0) 140 : cluster [DBG] mgrmap e39: y(active, since 45s), standbys: x 2023-12-07T15:54:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: cluster 2023-12-07T15:54:57.728608+0000 mon.a (mon.0) 141 : cluster [INF] overall HEALTH_OK 2023-12-07T15:54:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:57.734196+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:57.747463+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:57.792720+0000 mon.b (mon.2) 468 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:57.794954+0000 mon.b (mon.2) 469 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:57.805752+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: cephadm 2023-12-07T15:54:57.807409+0000 mgr.y (mgr.25453) 275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:57.890428+0000 mon.b (mon.2) 470 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:57.895784+0000 mon.b (mon.2) 471 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:57.901887+0000 mon.b (mon.2) 472 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:57.903922+0000 mon.b (mon.2) 473 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:57.911956+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: cephadm 2023-12-07T15:54:57.914395+0000 mgr.y (mgr.25453) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:57.997559+0000 mon.b (mon.2) 474 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.000814+0000 mon.b (mon.2) 475 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.004590+0000 mon.b (mon.2) 476 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.006239+0000 mon.b (mon.2) 477 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.014735+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: cephadm 2023-12-07T15:54:58.016217+0000 mgr.y (mgr.25453) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.098249+0000 mon.b (mon.2) 478 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.101800+0000 mon.b (mon.2) 479 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.105553+0000 mon.b (mon.2) 480 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.106876+0000 mon.b (mon.2) 481 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.114214+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.196113+0000 mon.b (mon.2) 482 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.199607+0000 mon.b (mon.2) 483 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.203808+0000 mon.b (mon.2) 484 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.205333+0000 mon.b (mon.2) 485 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.213950+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.293516+0000 mon.b (mon.2) 486 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.296724+0000 mon.b (mon.2) 487 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.300211+0000 mon.b (mon.2) 488 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.301911+0000 mon.b (mon.2) 489 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.310499+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.394771+0000 mon.b (mon.2) 490 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.398018+0000 mon.b (mon.2) 491 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.401937+0000 mon.b (mon.2) 492 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.403552+0000 mon.b (mon.2) 493 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.411765+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.484516+0000 mon.b (mon.2) 494 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.487468+0000 mon.b (mon.2) 495 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.490932+0000 mon.b (mon.2) 496 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.492226+0000 mon.b (mon.2) 497 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.498317+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.582245+0000 mon.b (mon.2) 498 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.585513+0000 mon.b (mon.2) 499 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.589258+0000 mon.b (mon.2) 500 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.590905+0000 mon.b (mon.2) 501 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.596970+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.681887+0000 mon.b (mon.2) 502 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.685090+0000 mon.b (mon.2) 503 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.688428+0000 mon.b (mon.2) 504 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.689950+0000 mon.b (mon.2) 505 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:58 smithi144 bash[25224]: audit 2023-12-07T15:54:58.701722+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.974 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: cephadm 2023-12-07T15:54:58.116029+0000 mgr.y (mgr.25453) 278 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.974 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: cephadm 2023-12-07T15:54:58.215304+0000 mgr.y (mgr.25453) 279 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.974 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: cephadm 2023-12-07T15:54:58.311938+0000 mgr.y (mgr.25453) 280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.974 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: cephadm 2023-12-07T15:54:58.417679+0000 mgr.y (mgr.25453) 281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.974 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: cephadm 2023-12-07T15:54:58.501317+0000 mgr.y (mgr.25453) 282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.974 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: cephadm 2023-12-07T15:54:58.600485+0000 mgr.y (mgr.25453) 283 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.974 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: cephadm 2023-12-07T15:54:58.704301+0000 mgr.y (mgr.25453) 284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.974 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:58.783657+0000 mon.b (mon.2) 506 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.974 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:58.788229+0000 mon.b (mon.2) 507 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.975 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:58.792444+0000 mon.b (mon.2) 508 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.975 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:58.793842+0000 mon.b (mon.2) 509 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.975 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:58.800359+0000 mon.a (mon.0) 154 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.975 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: cephadm 2023-12-07T15:54:58.803072+0000 mgr.y (mgr.25453) 285 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.975 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:58.883738+0000 mon.b (mon.2) 510 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.975 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:58.886479+0000 mon.b (mon.2) 511 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.975 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:58.889509+0000 mon.b (mon.2) 512 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.975 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:58.890624+0000 mon.b (mon.2) 513 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.975 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:58.897116+0000 mon.a (mon.0) 155 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.975 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: cephadm 2023-12-07T15:54:58.901080+0000 mgr.y (mgr.25453) 286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.975 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:58.979430+0000 mon.b (mon.2) 514 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.975 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:58.982836+0000 mon.b (mon.2) 515 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.975 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: cephadm 2023-12-07T15:54:58.116029+0000 mgr.y (mgr.25453) 278 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.976 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: cephadm 2023-12-07T15:54:58.215304+0000 mgr.y (mgr.25453) 279 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.976 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: cephadm 2023-12-07T15:54:58.311938+0000 mgr.y (mgr.25453) 280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.976 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: cephadm 2023-12-07T15:54:58.417679+0000 mgr.y (mgr.25453) 281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.976 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: cephadm 2023-12-07T15:54:58.501317+0000 mgr.y (mgr.25453) 282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.976 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: cephadm 2023-12-07T15:54:58.600485+0000 mgr.y (mgr.25453) 283 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.976 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: cephadm 2023-12-07T15:54:58.704301+0000 mgr.y (mgr.25453) 284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.976 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:58.783657+0000 mon.b (mon.2) 506 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.976 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:58.788229+0000 mon.b (mon.2) 507 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.976 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:58.792444+0000 mon.b (mon.2) 508 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.976 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:58.793842+0000 mon.b (mon.2) 509 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.976 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:58.800359+0000 mon.a (mon.0) 154 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.976 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: cephadm 2023-12-07T15:54:58.803072+0000 mgr.y (mgr.25453) 285 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.976 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:58.883738+0000 mon.b (mon.2) 510 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.976 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:58.886479+0000 mon.b (mon.2) 511 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.976 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:58.889509+0000 mon.b (mon.2) 512 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.976 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:58.890624+0000 mon.b (mon.2) 513 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.976 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:58.897116+0000 mon.a (mon.0) 155 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.977 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: cephadm 2023-12-07T15:54:58.901080+0000 mgr.y (mgr.25453) 286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.977 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:58.979430+0000 mon.b (mon.2) 514 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.977 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:58.982836+0000 mon.b (mon.2) 515 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.977 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:58.986744+0000 mon.b (mon.2) 516 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.977 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:58.988250+0000 mon.b (mon.2) 517 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.977 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:58.996119+0000 mon.a (mon.0) 156 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.977 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: cephadm 2023-12-07T15:54:58.999071+0000 mgr.y (mgr.25453) 287 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.977 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.077948+0000 mon.b (mon.2) 518 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.977 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.081270+0000 mon.b (mon.2) 519 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.977 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.085705+0000 mon.b (mon.2) 520 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.977 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.087237+0000 mon.b (mon.2) 521 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.978 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.095099+0000 mon.a (mon.0) 157 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.978 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: cephadm 2023-12-07T15:54:59.097204+0000 mgr.y (mgr.25453) 288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.978 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.175862+0000 mon.b (mon.2) 522 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.978 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.179303+0000 mon.b (mon.2) 523 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.978 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.183427+0000 mon.b (mon.2) 524 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.978 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.185175+0000 mon.b (mon.2) 525 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.978 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.193267+0000 mon.a (mon.0) 158 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.978 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.280847+0000 mon.b (mon.2) 526 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.978 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.283666+0000 mon.b (mon.2) 527 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.978 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.286407+0000 mon.b (mon.2) 528 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.978 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.287647+0000 mon.b (mon.2) 529 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.978 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.294855+0000 mon.a (mon.0) 159 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.978 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.380327+0000 mon.b (mon.2) 530 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.979 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.383561+0000 mon.b (mon.2) 531 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.979 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.390156+0000 mon.b (mon.2) 532 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.979 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.391596+0000 mon.b (mon.2) 533 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.979 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.397168+0000 mon.a (mon.0) 160 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.979 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.484627+0000 mon.b (mon.2) 534 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.979 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.487366+0000 mon.b (mon.2) 535 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.979 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.491666+0000 mon.b (mon.2) 536 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.979 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.493270+0000 mon.b (mon.2) 537 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.979 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.501411+0000 mon.a (mon.0) 161 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.979 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.584548+0000 mon.b (mon.2) 538 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.979 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.587634+0000 mon.b (mon.2) 539 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.979 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.591627+0000 mon.b (mon.2) 540 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.979 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.593116+0000 mon.b (mon.2) 541 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.980 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.601714+0000 mon.a (mon.0) 162 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.980 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.685772+0000 mon.b (mon.2) 542 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.980 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.689298+0000 mon.b (mon.2) 543 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.980 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.693675+0000 mon.b (mon.2) 544 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.980 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.695242+0000 mon.b (mon.2) 545 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.980 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[81553]: audit 2023-12-07T15:54:59.702678+0000 mon.a (mon.0) 163 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.980 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:58.986744+0000 mon.b (mon.2) 516 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.980 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:58.988250+0000 mon.b (mon.2) 517 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.980 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:58.996119+0000 mon.a (mon.0) 156 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.980 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: cephadm 2023-12-07T15:54:58.999071+0000 mgr.y (mgr.25453) 287 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.980 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.077948+0000 mon.b (mon.2) 518 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.980 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.081270+0000 mon.b (mon.2) 519 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.980 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.085705+0000 mon.b (mon.2) 520 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.980 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.087237+0000 mon.b (mon.2) 521 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.980 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.095099+0000 mon.a (mon.0) 157 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.981 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: cephadm 2023-12-07T15:54:59.097204+0000 mgr.y (mgr.25453) 288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:54:59.981 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.175862+0000 mon.b (mon.2) 522 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.981 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.179303+0000 mon.b (mon.2) 523 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.981 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.183427+0000 mon.b (mon.2) 524 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.981 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.185175+0000 mon.b (mon.2) 525 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.981 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.193267+0000 mon.a (mon.0) 158 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.981 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.280847+0000 mon.b (mon.2) 526 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.981 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.283666+0000 mon.b (mon.2) 527 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.981 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.286407+0000 mon.b (mon.2) 528 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.981 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.287647+0000 mon.b (mon.2) 529 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.981 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.294855+0000 mon.a (mon.0) 159 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.981 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.380327+0000 mon.b (mon.2) 530 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.981 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.383561+0000 mon.b (mon.2) 531 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.981 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.390156+0000 mon.b (mon.2) 532 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.981 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.391596+0000 mon.b (mon.2) 533 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.981 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.397168+0000 mon.a (mon.0) 160 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.981 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.484627+0000 mon.b (mon.2) 534 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.982 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.487366+0000 mon.b (mon.2) 535 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.982 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.491666+0000 mon.b (mon.2) 536 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.982 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.493270+0000 mon.b (mon.2) 537 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.982 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.501411+0000 mon.a (mon.0) 161 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.982 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.584548+0000 mon.b (mon.2) 538 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.982 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.587634+0000 mon.b (mon.2) 539 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.982 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.591627+0000 mon.b (mon.2) 540 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.982 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.593116+0000 mon.b (mon.2) 541 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.982 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.601714+0000 mon.a (mon.0) 162 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:54:59.982 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.685772+0000 mon.b (mon.2) 542 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:59.982 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.689298+0000 mon.b (mon.2) 543 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:54:59.982 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.693675+0000 mon.b (mon.2) 544 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:59.982 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.695242+0000 mon.b (mon.2) 545 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:59.982 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:54:59 smithi121 bash[83807]: audit 2023-12-07T15:54:59.702678+0000 mon.a (mon.0) 163 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:00.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: cephadm 2023-12-07T15:54:58.116029+0000 mgr.y (mgr.25453) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:00.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: cephadm 2023-12-07T15:54:58.215304+0000 mgr.y (mgr.25453) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:00.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: cephadm 2023-12-07T15:54:58.311938+0000 mgr.y (mgr.25453) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:00.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: cephadm 2023-12-07T15:54:58.417679+0000 mgr.y (mgr.25453) 281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:00.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: cephadm 2023-12-07T15:54:58.501317+0000 mgr.y (mgr.25453) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:00.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: cephadm 2023-12-07T15:54:58.600485+0000 mgr.y (mgr.25453) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:00.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: cephadm 2023-12-07T15:54:58.704301+0000 mgr.y (mgr.25453) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:58.783657+0000 mon.b (mon.2) 506 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:58.788229+0000 mon.b (mon.2) 507 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:58.792444+0000 mon.b (mon.2) 508 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:58.793842+0000 mon.b (mon.2) 509 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:58.800359+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: cephadm 2023-12-07T15:54:58.803072+0000 mgr.y (mgr.25453) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:58.883738+0000 mon.b (mon.2) 510 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:58.886479+0000 mon.b (mon.2) 511 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:58.889509+0000 mon.b (mon.2) 512 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:58.890624+0000 mon.b (mon.2) 513 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:58.897116+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: cephadm 2023-12-07T15:54:58.901080+0000 mgr.y (mgr.25453) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:58.979430+0000 mon.b (mon.2) 514 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:00.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:58.982836+0000 mon.b (mon.2) 515 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:00.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:58.986744+0000 mon.b (mon.2) 516 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:00.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:58.988250+0000 mon.b (mon.2) 517 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:00.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:58.996119+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:00.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: cephadm 2023-12-07T15:54:58.999071+0000 mgr.y (mgr.25453) 287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:00.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.077948+0000 mon.b (mon.2) 518 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:00.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.081270+0000 mon.b (mon.2) 519 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:00.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.085705+0000 mon.b (mon.2) 520 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.087237+0000 mon.b (mon.2) 521 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.095099+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: cephadm 2023-12-07T15:54:59.097204+0000 mgr.y (mgr.25453) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.175862+0000 mon.b (mon.2) 522 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.179303+0000 mon.b (mon.2) 523 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.183427+0000 mon.b (mon.2) 524 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.185175+0000 mon.b (mon.2) 525 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.193267+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.280847+0000 mon.b (mon.2) 526 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.283666+0000 mon.b (mon.2) 527 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.286407+0000 mon.b (mon.2) 528 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.287647+0000 mon.b (mon.2) 529 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.294855+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.380327+0000 mon.b (mon.2) 530 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.383561+0000 mon.b (mon.2) 531 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.390156+0000 mon.b (mon.2) 532 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.391596+0000 mon.b (mon.2) 533 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.397168+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.484627+0000 mon.b (mon.2) 534 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.487366+0000 mon.b (mon.2) 535 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.491666+0000 mon.b (mon.2) 536 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.493270+0000 mon.b (mon.2) 537 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.501411+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.584548+0000 mon.b (mon.2) 538 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.587634+0000 mon.b (mon.2) 539 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.591627+0000 mon.b (mon.2) 540 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.593116+0000 mon.b (mon.2) 541 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.601714+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.685772+0000 mon.b (mon.2) 542 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.689298+0000 mon.b (mon.2) 543 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.693675+0000 mon.b (mon.2) 544 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:00.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.695242+0000 mon.b (mon.2) 545 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:00.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:54:59 smithi144 bash[25224]: audit 2023-12-07T15:54:59.702678+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: cluster 2023-12-07T15:54:59.108908+0000 mgr.y (mgr.25453) 289 : cluster 0 pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:01.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: cephadm 2023-12-07T15:54:59.196890+0000 mgr.y (mgr.25453) 290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: cephadm 2023-12-07T15:54:59.298714+0000 mgr.y (mgr.25453) 291 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: cephadm 2023-12-07T15:54:59.400520+0000 mgr.y (mgr.25453) 292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: cephadm 2023-12-07T15:54:59.503308+0000 mgr.y (mgr.25453) 293 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: cephadm 2023-12-07T15:54:59.603915+0000 mgr.y (mgr.25453) 294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: cephadm 2023-12-07T15:54:59.705519+0000 mgr.y (mgr.25453) 295 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:54:59.783353+0000 mon.b (mon.2) 546 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:54:59.786180+0000 mon.b (mon.2) 547 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:54:59.789220+0000 mon.b (mon.2) 548 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:54:59.790428+0000 mon.b (mon.2) 549 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:54:59.796818+0000 mon.a (mon.0) 164 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: cephadm 2023-12-07T15:54:59.798904+0000 mgr.y (mgr.25453) 296 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:54:59.878076+0000 mon.b (mon.2) 550 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:54:59.880939+0000 mon.b (mon.2) 551 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:54:59.884028+0000 mon.b (mon.2) 552 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:54:59.885326+0000 mon.b (mon.2) 553 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:54:59.891516+0000 mon.a (mon.0) 165 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: cephadm 2023-12-07T15:54:59.894818+0000 mgr.y (mgr.25453) 297 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:54:59.976990+0000 mon.b (mon.2) 554 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:54:59.979808+0000 mon.b (mon.2) 555 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: cluster 2023-12-07T15:54:59.108908+0000 mgr.y (mgr.25453) 289 : cluster 0 pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:01.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: cephadm 2023-12-07T15:54:59.196890+0000 mgr.y (mgr.25453) 290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: cephadm 2023-12-07T15:54:59.298714+0000 mgr.y (mgr.25453) 291 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: cephadm 2023-12-07T15:54:59.400520+0000 mgr.y (mgr.25453) 292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: cephadm 2023-12-07T15:54:59.503308+0000 mgr.y (mgr.25453) 293 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: cephadm 2023-12-07T15:54:59.603915+0000 mgr.y (mgr.25453) 294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: cephadm 2023-12-07T15:54:59.705519+0000 mgr.y (mgr.25453) 295 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:54:59.783353+0000 mon.b (mon.2) 546 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:54:59.786180+0000 mon.b (mon.2) 547 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:54:59.789220+0000 mon.b (mon.2) 548 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:54:59.790428+0000 mon.b (mon.2) 549 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:54:59.796818+0000 mon.a (mon.0) 164 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: cephadm 2023-12-07T15:54:59.798904+0000 mgr.y (mgr.25453) 296 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:54:59.878076+0000 mon.b (mon.2) 550 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:54:59.880939+0000 mon.b (mon.2) 551 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:54:59.884028+0000 mon.b (mon.2) 552 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:54:59.885326+0000 mon.b (mon.2) 553 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:54:59.891516+0000 mon.a (mon.0) 165 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: cephadm 2023-12-07T15:54:59.894818+0000 mgr.y (mgr.25453) 297 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:54:59.976990+0000 mon.b (mon.2) 554 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:54:59.979808+0000 mon.b (mon.2) 555 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:54:59.982280+0000 mon.b (mon.2) 556 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:54:59.983301+0000 mon.b (mon.2) 557 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:54:59.989654+0000 mon.a (mon.0) 166 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: cephadm 2023-12-07T15:54:59.991270+0000 mgr.y (mgr.25453) 298 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.070627+0000 mon.b (mon.2) 558 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.074362+0000 mon.b (mon.2) 559 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.078804+0000 mon.b (mon.2) 560 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.080578+0000 mon.b (mon.2) 561 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.090894+0000 mon.a (mon.0) 167 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: cephadm 2023-12-07T15:55:00.091980+0000 mgr.y (mgr.25453) 299 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.171407+0000 mon.b (mon.2) 562 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.174815+0000 mon.b (mon.2) 563 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.178414+0000 mon.b (mon.2) 564 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.179961+0000 mon.b (mon.2) 565 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.188233+0000 mon.a (mon.0) 168 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.271020+0000 mon.b (mon.2) 566 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.274137+0000 mon.b (mon.2) 567 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.277842+0000 mon.b (mon.2) 568 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.279604+0000 mon.b (mon.2) 569 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.287361+0000 mon.a (mon.0) 169 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.370729+0000 mon.b (mon.2) 570 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.373883+0000 mon.b (mon.2) 571 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.377321+0000 mon.b (mon.2) 572 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.378832+0000 mon.b (mon.2) 573 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.387621+0000 mon.a (mon.0) 170 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.467699+0000 mon.b (mon.2) 574 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.471420+0000 mon.b (mon.2) 575 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.474671+0000 mon.b (mon.2) 576 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.476273+0000 mon.b (mon.2) 577 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.482883+0000 mon.a (mon.0) 171 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.566909+0000 mon.b (mon.2) 578 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.571451+0000 mon.b (mon.2) 579 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.575819+0000 mon.b (mon.2) 580 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.577416+0000 mon.b (mon.2) 581 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.585749+0000 mon.a (mon.0) 172 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.672561+0000 mon.b (mon.2) 582 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.678001+0000 mon.b (mon.2) 583 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.681491+0000 mon.b (mon.2) 584 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.683384+0000 mon.b (mon.2) 585 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[83807]: audit 2023-12-07T15:55:00.692395+0000 mon.a (mon.0) 173 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:54:59.982280+0000 mon.b (mon.2) 556 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:54:59.983301+0000 mon.b (mon.2) 557 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:54:59.989654+0000 mon.a (mon.0) 166 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: cephadm 2023-12-07T15:54:59.991270+0000 mgr.y (mgr.25453) 298 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.070627+0000 mon.b (mon.2) 558 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.074362+0000 mon.b (mon.2) 559 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.078804+0000 mon.b (mon.2) 560 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.080578+0000 mon.b (mon.2) 561 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.090894+0000 mon.a (mon.0) 167 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: cephadm 2023-12-07T15:55:00.091980+0000 mgr.y (mgr.25453) 299 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.171407+0000 mon.b (mon.2) 562 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.174815+0000 mon.b (mon.2) 563 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.178414+0000 mon.b (mon.2) 564 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.179961+0000 mon.b (mon.2) 565 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.188233+0000 mon.a (mon.0) 168 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.271020+0000 mon.b (mon.2) 566 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.274137+0000 mon.b (mon.2) 567 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.277842+0000 mon.b (mon.2) 568 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.279604+0000 mon.b (mon.2) 569 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.287361+0000 mon.a (mon.0) 169 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.370729+0000 mon.b (mon.2) 570 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.373883+0000 mon.b (mon.2) 571 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.377321+0000 mon.b (mon.2) 572 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.378832+0000 mon.b (mon.2) 573 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.387621+0000 mon.a (mon.0) 170 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.467699+0000 mon.b (mon.2) 574 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.471420+0000 mon.b (mon.2) 575 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.474671+0000 mon.b (mon.2) 576 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.476273+0000 mon.b (mon.2) 577 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.482883+0000 mon.a (mon.0) 171 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.566909+0000 mon.b (mon.2) 578 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.571451+0000 mon.b (mon.2) 579 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.575819+0000 mon.b (mon.2) 580 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.577416+0000 mon.b (mon.2) 581 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.585749+0000 mon.a (mon.0) 172 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.672561+0000 mon.b (mon.2) 582 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.678001+0000 mon.b (mon.2) 583 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.681491+0000 mon.b (mon.2) 584 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.683384+0000 mon.b (mon.2) 585 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:00 smithi121 bash[81553]: audit 2023-12-07T15:55:00.692395+0000 mon.a (mon.0) 173 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: cluster 2023-12-07T15:54:59.108908+0000 mgr.y (mgr.25453) 289 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:01.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: cephadm 2023-12-07T15:54:59.196890+0000 mgr.y (mgr.25453) 290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: cephadm 2023-12-07T15:54:59.298714+0000 mgr.y (mgr.25453) 291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: cephadm 2023-12-07T15:54:59.400520+0000 mgr.y (mgr.25453) 292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: cephadm 2023-12-07T15:54:59.503308+0000 mgr.y (mgr.25453) 293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: cephadm 2023-12-07T15:54:59.603915+0000 mgr.y (mgr.25453) 294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: cephadm 2023-12-07T15:54:59.705519+0000 mgr.y (mgr.25453) 295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:54:59.783353+0000 mon.b (mon.2) 546 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:54:59.786180+0000 mon.b (mon.2) 547 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:54:59.789220+0000 mon.b (mon.2) 548 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:54:59.790428+0000 mon.b (mon.2) 549 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:54:59.796818+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: cephadm 2023-12-07T15:54:59.798904+0000 mgr.y (mgr.25453) 296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:54:59.878076+0000 mon.b (mon.2) 550 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:54:59.880939+0000 mon.b (mon.2) 551 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:54:59.884028+0000 mon.b (mon.2) 552 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:54:59.885326+0000 mon.b (mon.2) 553 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:54:59.891516+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: cephadm 2023-12-07T15:54:59.894818+0000 mgr.y (mgr.25453) 297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:54:59.976990+0000 mon.b (mon.2) 554 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:54:59.979808+0000 mon.b (mon.2) 555 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:54:59.982280+0000 mon.b (mon.2) 556 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:54:59.983301+0000 mon.b (mon.2) 557 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:54:59.989654+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: cephadm 2023-12-07T15:54:59.991270+0000 mgr.y (mgr.25453) 298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.070627+0000 mon.b (mon.2) 558 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.074362+0000 mon.b (mon.2) 559 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.078804+0000 mon.b (mon.2) 560 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.080578+0000 mon.b (mon.2) 561 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.090894+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: cephadm 2023-12-07T15:55:00.091980+0000 mgr.y (mgr.25453) 299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.171407+0000 mon.b (mon.2) 562 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.174815+0000 mon.b (mon.2) 563 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.178414+0000 mon.b (mon.2) 564 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.179961+0000 mon.b (mon.2) 565 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.188233+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.271020+0000 mon.b (mon.2) 566 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.274137+0000 mon.b (mon.2) 567 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.277842+0000 mon.b (mon.2) 568 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.279604+0000 mon.b (mon.2) 569 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.287361+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.370729+0000 mon.b (mon.2) 570 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.373883+0000 mon.b (mon.2) 571 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.377321+0000 mon.b (mon.2) 572 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.378832+0000 mon.b (mon.2) 573 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.387621+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.467699+0000 mon.b (mon.2) 574 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.471420+0000 mon.b (mon.2) 575 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.474671+0000 mon.b (mon.2) 576 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.476273+0000 mon.b (mon.2) 577 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.482883+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.566909+0000 mon.b (mon.2) 578 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.571451+0000 mon.b (mon.2) 579 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.575819+0000 mon.b (mon.2) 580 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.577416+0000 mon.b (mon.2) 581 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.585749+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.672561+0000 mon.b (mon.2) 582 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.678001+0000 mon.b (mon.2) 583 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.681491+0000 mon.b (mon.2) 584 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.683384+0000 mon.b (mon.2) 585 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:00 smithi144 bash[25224]: audit 2023-12-07T15:55:00.692395+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: cephadm 2023-12-07T15:55:00.190134+0000 mgr.y (mgr.25453) 300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: cephadm 2023-12-07T15:55:00.290058+0000 mgr.y (mgr.25453) 301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: cephadm 2023-12-07T15:55:00.389426+0000 mgr.y (mgr.25453) 302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: cephadm 2023-12-07T15:55:00.486122+0000 mgr.y (mgr.25453) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: cephadm 2023-12-07T15:55:00.587792+0000 mgr.y (mgr.25453) 304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: cephadm 2023-12-07T15:55:00.695313+0000 mgr.y (mgr.25453) 305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:00.779872+0000 mon.b (mon.2) 586 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:00.782828+0000 mon.b (mon.2) 587 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:00.786670+0000 mon.b (mon.2) 588 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:00.788076+0000 mon.b (mon.2) 589 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:00.795895+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: cephadm 2023-12-07T15:55:00.798334+0000 mgr.y (mgr.25453) 306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:00.884930+0000 mon.b (mon.2) 590 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:00.887887+0000 mon.b (mon.2) 591 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:00.890895+0000 mon.b (mon.2) 592 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:00.892109+0000 mon.b (mon.2) 593 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:00.898579+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: cephadm 2023-12-07T15:55:00.902189+0000 mgr.y (mgr.25453) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:00.985177+0000 mon.b (mon.2) 594 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:00.988234+0000 mon.b (mon.2) 595 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:00.993073+0000 mon.b (mon.2) 596 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:00.994763+0000 mon.b (mon.2) 597 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.001637+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: cephadm 2023-12-07T15:55:01.004747+0000 mgr.y (mgr.25453) 308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:01.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.087234+0000 mon.b (mon.2) 598 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.090268+0000 mon.b (mon.2) 599 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.094383+0000 mon.b (mon.2) 600 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.095679+0000 mon.b (mon.2) 601 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.101443+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.186451+0000 mon.b (mon.2) 602 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.189506+0000 mon.b (mon.2) 603 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.192314+0000 mon.b (mon.2) 604 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.193644+0000 mon.b (mon.2) 605 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.200707+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.283155+0000 mon.b (mon.2) 606 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.286409+0000 mon.b (mon.2) 607 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.290072+0000 mon.b (mon.2) 608 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.291471+0000 mon.b (mon.2) 609 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.297084+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.383083+0000 mon.b (mon.2) 610 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.386011+0000 mon.b (mon.2) 611 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.388993+0000 mon.b (mon.2) 612 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.390503+0000 mon.b (mon.2) 613 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.397969+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.466949+0000 mon.b (mon.2) 614 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.469661+0000 mon.b (mon.2) 615 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.472591+0000 mon.b (mon.2) 616 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.473814+0000 mon.b (mon.2) 617 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.479437+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.564994+0000 mon.b (mon.2) 618 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.568650+0000 mon.b (mon.2) 619 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.571983+0000 mon.b (mon.2) 620 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.573560+0000 mon.b (mon.2) 621 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.581399+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:01.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.646548+0000 mon.b (mon.2) 622 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:01.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.651075+0000 mon.b (mon.2) 623 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:01.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.654833+0000 mon.b (mon.2) 624 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:01.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.656494+0000 mon.b (mon.2) 625 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:01.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:01 smithi144 bash[25224]: audit 2023-12-07T15:55:01.665380+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[75663]: debug 2023-12-07T15:55:01.880+0000 7f9f0e6d2700 -1 mgr.server handle_report got status from non-daemon mon.c 2023-12-07T15:55:02.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: cephadm 2023-12-07T15:55:00.190134+0000 mgr.y (mgr.25453) 300 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: cephadm 2023-12-07T15:55:00.290058+0000 mgr.y (mgr.25453) 301 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: cephadm 2023-12-07T15:55:00.389426+0000 mgr.y (mgr.25453) 302 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: cephadm 2023-12-07T15:55:00.486122+0000 mgr.y (mgr.25453) 303 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: cephadm 2023-12-07T15:55:00.587792+0000 mgr.y (mgr.25453) 304 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: cephadm 2023-12-07T15:55:00.695313+0000 mgr.y (mgr.25453) 305 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:00.779872+0000 mon.b (mon.2) 586 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:00.782828+0000 mon.b (mon.2) 587 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:00.786670+0000 mon.b (mon.2) 588 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:00.788076+0000 mon.b (mon.2) 589 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:00.795895+0000 mon.a (mon.0) 174 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: cephadm 2023-12-07T15:55:00.798334+0000 mgr.y (mgr.25453) 306 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:00.884930+0000 mon.b (mon.2) 590 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:00.887887+0000 mon.b (mon.2) 591 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:00.890895+0000 mon.b (mon.2) 592 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:00.892109+0000 mon.b (mon.2) 593 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:00.898579+0000 mon.a (mon.0) 175 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: cephadm 2023-12-07T15:55:00.902189+0000 mgr.y (mgr.25453) 307 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:00.985177+0000 mon.b (mon.2) 594 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:00.988234+0000 mon.b (mon.2) 595 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:00.993073+0000 mon.b (mon.2) 596 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: cephadm 2023-12-07T15:55:00.190134+0000 mgr.y (mgr.25453) 300 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: cephadm 2023-12-07T15:55:00.290058+0000 mgr.y (mgr.25453) 301 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: cephadm 2023-12-07T15:55:00.389426+0000 mgr.y (mgr.25453) 302 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: cephadm 2023-12-07T15:55:00.486122+0000 mgr.y (mgr.25453) 303 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: cephadm 2023-12-07T15:55:00.587792+0000 mgr.y (mgr.25453) 304 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: cephadm 2023-12-07T15:55:00.695313+0000 mgr.y (mgr.25453) 305 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:00.779872+0000 mon.b (mon.2) 586 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:00.782828+0000 mon.b (mon.2) 587 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:00.786670+0000 mon.b (mon.2) 588 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:00.788076+0000 mon.b (mon.2) 589 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:00.795895+0000 mon.a (mon.0) 174 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: cephadm 2023-12-07T15:55:00.798334+0000 mgr.y (mgr.25453) 306 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:00.884930+0000 mon.b (mon.2) 590 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:00.887887+0000 mon.b (mon.2) 591 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:00.890895+0000 mon.b (mon.2) 592 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:00.892109+0000 mon.b (mon.2) 593 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:00.898579+0000 mon.a (mon.0) 175 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: cephadm 2023-12-07T15:55:00.902189+0000 mgr.y (mgr.25453) 307 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:00.985177+0000 mon.b (mon.2) 594 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:00.988234+0000 mon.b (mon.2) 595 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:00.993073+0000 mon.b (mon.2) 596 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:00.994763+0000 mon.b (mon.2) 597 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.001637+0000 mon.a (mon.0) 176 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: cephadm 2023-12-07T15:55:01.004747+0000 mgr.y (mgr.25453) 308 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.087234+0000 mon.b (mon.2) 598 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.090268+0000 mon.b (mon.2) 599 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.094383+0000 mon.b (mon.2) 600 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.095679+0000 mon.b (mon.2) 601 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.101443+0000 mon.a (mon.0) 177 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.186451+0000 mon.b (mon.2) 602 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.189506+0000 mon.b (mon.2) 603 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.192314+0000 mon.b (mon.2) 604 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.193644+0000 mon.b (mon.2) 605 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.200707+0000 mon.a (mon.0) 178 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.283155+0000 mon.b (mon.2) 606 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.286409+0000 mon.b (mon.2) 607 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.290072+0000 mon.b (mon.2) 608 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.291471+0000 mon.b (mon.2) 609 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.297084+0000 mon.a (mon.0) 179 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.383083+0000 mon.b (mon.2) 610 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.386011+0000 mon.b (mon.2) 611 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:00.994763+0000 mon.b (mon.2) 597 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.001637+0000 mon.a (mon.0) 176 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: cephadm 2023-12-07T15:55:01.004747+0000 mgr.y (mgr.25453) 308 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:02.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.087234+0000 mon.b (mon.2) 598 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.090268+0000 mon.b (mon.2) 599 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.094383+0000 mon.b (mon.2) 600 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.095679+0000 mon.b (mon.2) 601 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.101443+0000 mon.a (mon.0) 177 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.186451+0000 mon.b (mon.2) 602 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.189506+0000 mon.b (mon.2) 603 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.192314+0000 mon.b (mon.2) 604 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.193644+0000 mon.b (mon.2) 605 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.200707+0000 mon.a (mon.0) 178 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.283155+0000 mon.b (mon.2) 606 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.286409+0000 mon.b (mon.2) 607 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.290072+0000 mon.b (mon.2) 608 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.291471+0000 mon.b (mon.2) 609 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.297084+0000 mon.a (mon.0) 179 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.383083+0000 mon.b (mon.2) 610 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.386011+0000 mon.b (mon.2) 611 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.388993+0000 mon.b (mon.2) 612 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.390503+0000 mon.b (mon.2) 613 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.397969+0000 mon.a (mon.0) 180 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.466949+0000 mon.b (mon.2) 614 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.469661+0000 mon.b (mon.2) 615 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.472591+0000 mon.b (mon.2) 616 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.473814+0000 mon.b (mon.2) 617 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.479437+0000 mon.a (mon.0) 181 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.564994+0000 mon.b (mon.2) 618 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.568650+0000 mon.b (mon.2) 619 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.571983+0000 mon.b (mon.2) 620 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.573560+0000 mon.b (mon.2) 621 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.581399+0000 mon.a (mon.0) 182 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.646548+0000 mon.b (mon.2) 622 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.651075+0000 mon.b (mon.2) 623 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.654833+0000 mon.b (mon.2) 624 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.656494+0000 mon.b (mon.2) 625 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[81553]: audit 2023-12-07T15:55:01.665380+0000 mon.a (mon.0) 183 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.388993+0000 mon.b (mon.2) 612 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.390503+0000 mon.b (mon.2) 613 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.397969+0000 mon.a (mon.0) 180 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.466949+0000 mon.b (mon.2) 614 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.469661+0000 mon.b (mon.2) 615 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.472591+0000 mon.b (mon.2) 616 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.473814+0000 mon.b (mon.2) 617 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.479437+0000 mon.a (mon.0) 181 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.564994+0000 mon.b (mon.2) 618 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.568650+0000 mon.b (mon.2) 619 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.571983+0000 mon.b (mon.2) 620 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.573560+0000 mon.b (mon.2) 621 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.581399+0000 mon.a (mon.0) 182 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:02.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.646548+0000 mon.b (mon.2) 622 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:02.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.651075+0000 mon.b (mon.2) 623 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:02.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.654833+0000 mon.b (mon.2) 624 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:02.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.656494+0000 mon.b (mon.2) 625 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:02.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:01 smithi121 bash[83807]: audit 2023-12-07T15:55:01.665380+0000 mon.a (mon.0) 183 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: cephadm 2023-12-07T15:55:01.104987+0000 mgr.y (mgr.25453) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: cluster 2023-12-07T15:55:01.109761+0000 mgr.y (mgr.25453) 310 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:03.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: cephadm 2023-12-07T15:55:01.202490+0000 mgr.y (mgr.25453) 311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: cephadm 2023-12-07T15:55:01.300771+0000 mgr.y (mgr.25453) 312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: cephadm 2023-12-07T15:55:01.400688+0000 mgr.y (mgr.25453) 313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: cephadm 2023-12-07T15:55:01.482286+0000 mgr.y (mgr.25453) 314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: cephadm 2023-12-07T15:55:01.582734+0000 mgr.y (mgr.25453) 315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: cephadm 2023-12-07T15:55:01.666874+0000 mgr.y (mgr.25453) 316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:01.748000+0000 mon.b (mon.2) 626 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:01.750115+0000 mon.b (mon.2) 627 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:01.752538+0000 mon.b (mon.2) 628 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:01.753529+0000 mon.b (mon.2) 629 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:01.760242+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: cephadm 2023-12-07T15:55:01.761391+0000 mgr.y (mgr.25453) 317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:01.825578+0000 mon.b (mon.2) 630 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:01.829105+0000 mon.b (mon.2) 631 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:01.832729+0000 mon.b (mon.2) 632 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:01.834332+0000 mon.b (mon.2) 633 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:01.843933+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: cephadm 2023-12-07T15:55:01.845016+0000 mgr.y (mgr.25453) 318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:01.928797+0000 mon.b (mon.2) 634 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:01.932444+0000 mon.b (mon.2) 635 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:01.935985+0000 mon.b (mon.2) 636 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:01.937457+0000 mon.b (mon.2) 637 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:01.943520+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: cephadm 2023-12-07T15:55:01.946473+0000 mgr.y (mgr.25453) 319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.025521+0000 mon.b (mon.2) 638 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.028281+0000 mon.b (mon.2) 639 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.031394+0000 mon.b (mon.2) 640 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.032614+0000 mon.b (mon.2) 641 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.037296+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: cephadm 2023-12-07T15:55:02.041233+0000 mgr.y (mgr.25453) 320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.109413+0000 mon.b (mon.2) 642 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.112436+0000 mon.b (mon.2) 643 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.116531+0000 mon.b (mon.2) 644 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.118012+0000 mon.b (mon.2) 645 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.124873+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.212149+0000 mon.b (mon.2) 646 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.214984+0000 mon.b (mon.2) 647 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.218965+0000 mon.b (mon.2) 648 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.220402+0000 mon.b (mon.2) 649 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.226057+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.312403+0000 mon.b (mon.2) 650 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.314993+0000 mon.b (mon.2) 651 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.318341+0000 mon.b (mon.2) 652 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.319423+0000 mon.b (mon.2) 653 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.324607+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.409655+0000 mon.b (mon.2) 654 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.412804+0000 mon.b (mon.2) 655 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.416669+0000 mon.b (mon.2) 656 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.417992+0000 mon.b (mon.2) 657 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.425282+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.510141+0000 mon.b (mon.2) 658 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.513211+0000 mon.b (mon.2) 659 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.516539+0000 mon.b (mon.2) 660 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.518018+0000 mon.b (mon.2) 661 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.525141+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.609336+0000 mon.b (mon.2) 662 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.612196+0000 mon.b (mon.2) 663 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.615491+0000 mon.b (mon.2) 664 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.134 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.616828+0000 mon.b (mon.2) 665 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.134 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.622490+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.134 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.708012+0000 mon.b (mon.2) 666 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.134 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.710793+0000 mon.b (mon.2) 667 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.134 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.713859+0000 mon.b (mon.2) 668 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.134 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.715139+0000 mon.b (mon.2) 669 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.134 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:02 smithi144 bash[25224]: audit 2023-12-07T15:55:02.721843+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: cephadm 2023-12-07T15:55:01.104987+0000 mgr.y (mgr.25453) 309 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: cluster 2023-12-07T15:55:01.109761+0000 mgr.y (mgr.25453) 310 : cluster 0 pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:03.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: cephadm 2023-12-07T15:55:01.202490+0000 mgr.y (mgr.25453) 311 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: cephadm 2023-12-07T15:55:01.300771+0000 mgr.y (mgr.25453) 312 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: cephadm 2023-12-07T15:55:01.400688+0000 mgr.y (mgr.25453) 313 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: cephadm 2023-12-07T15:55:01.482286+0000 mgr.y (mgr.25453) 314 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: cephadm 2023-12-07T15:55:01.582734+0000 mgr.y (mgr.25453) 315 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: cephadm 2023-12-07T15:55:01.666874+0000 mgr.y (mgr.25453) 316 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:01.748000+0000 mon.b (mon.2) 626 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:01.750115+0000 mon.b (mon.2) 627 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:01.752538+0000 mon.b (mon.2) 628 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:01.753529+0000 mon.b (mon.2) 629 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:01.760242+0000 mon.a (mon.0) 184 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: cephadm 2023-12-07T15:55:01.761391+0000 mgr.y (mgr.25453) 317 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:01.825578+0000 mon.b (mon.2) 630 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:01.829105+0000 mon.b (mon.2) 631 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.232 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:01.832729+0000 mon.b (mon.2) 632 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:01.834332+0000 mon.b (mon.2) 633 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:01.843933+0000 mon.a (mon.0) 185 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: cephadm 2023-12-07T15:55:01.845016+0000 mgr.y (mgr.25453) 318 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:01.928797+0000 mon.b (mon.2) 634 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:01.932444+0000 mon.b (mon.2) 635 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:01.935985+0000 mon.b (mon.2) 636 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:01.937457+0000 mon.b (mon.2) 637 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:01.943520+0000 mon.a (mon.0) 186 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: cephadm 2023-12-07T15:55:01.946473+0000 mgr.y (mgr.25453) 319 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.025521+0000 mon.b (mon.2) 638 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.233 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.028281+0000 mon.b (mon.2) 639 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.031394+0000 mon.b (mon.2) 640 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.032614+0000 mon.b (mon.2) 641 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.037296+0000 mon.a (mon.0) 187 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: cephadm 2023-12-07T15:55:02.041233+0000 mgr.y (mgr.25453) 320 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.109413+0000 mon.b (mon.2) 642 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.112436+0000 mon.b (mon.2) 643 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.116531+0000 mon.b (mon.2) 644 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.118012+0000 mon.b (mon.2) 645 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.124873+0000 mon.a (mon.0) 188 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.212149+0000 mon.b (mon.2) 646 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.214984+0000 mon.b (mon.2) 647 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.218965+0000 mon.b (mon.2) 648 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.220402+0000 mon.b (mon.2) 649 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.226057+0000 mon.a (mon.0) 189 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.312403+0000 mon.b (mon.2) 650 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.314993+0000 mon.b (mon.2) 651 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.318341+0000 mon.b (mon.2) 652 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.319423+0000 mon.b (mon.2) 653 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.324607+0000 mon.a (mon.0) 190 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.409655+0000 mon.b (mon.2) 654 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.412804+0000 mon.b (mon.2) 655 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.416669+0000 mon.b (mon.2) 656 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.417992+0000 mon.b (mon.2) 657 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.425282+0000 mon.a (mon.0) 191 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.510141+0000 mon.b (mon.2) 658 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.513211+0000 mon.b (mon.2) 659 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.516539+0000 mon.b (mon.2) 660 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.518018+0000 mon.b (mon.2) 661 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.525141+0000 mon.a (mon.0) 192 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.609336+0000 mon.b (mon.2) 662 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.612196+0000 mon.b (mon.2) 663 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.615491+0000 mon.b (mon.2) 664 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.616828+0000 mon.b (mon.2) 665 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.622490+0000 mon.a (mon.0) 193 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.708012+0000 mon.b (mon.2) 666 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.710793+0000 mon.b (mon.2) 667 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.713859+0000 mon.b (mon.2) 668 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.715139+0000 mon.b (mon.2) 669 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[83807]: audit 2023-12-07T15:55:02.721843+0000 mon.a (mon.0) 194 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.238 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: cephadm 2023-12-07T15:55:01.104987+0000 mgr.y (mgr.25453) 309 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.238 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: cluster 2023-12-07T15:55:01.109761+0000 mgr.y (mgr.25453) 310 : cluster 0 pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:03.238 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: cephadm 2023-12-07T15:55:01.202490+0000 mgr.y (mgr.25453) 311 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.238 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: cephadm 2023-12-07T15:55:01.300771+0000 mgr.y (mgr.25453) 312 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.239 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: cephadm 2023-12-07T15:55:01.400688+0000 mgr.y (mgr.25453) 313 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.239 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: cephadm 2023-12-07T15:55:01.482286+0000 mgr.y (mgr.25453) 314 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.239 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: cephadm 2023-12-07T15:55:01.582734+0000 mgr.y (mgr.25453) 315 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.239 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: cephadm 2023-12-07T15:55:01.666874+0000 mgr.y (mgr.25453) 316 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.239 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:01.748000+0000 mon.b (mon.2) 626 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.239 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:01.750115+0000 mon.b (mon.2) 627 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.239 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:01.752538+0000 mon.b (mon.2) 628 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.239 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:01.753529+0000 mon.b (mon.2) 629 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.239 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:01.760242+0000 mon.a (mon.0) 184 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.239 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: cephadm 2023-12-07T15:55:01.761391+0000 mgr.y (mgr.25453) 317 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.240 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:01.825578+0000 mon.b (mon.2) 630 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.240 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:01.829105+0000 mon.b (mon.2) 631 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.240 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:01.832729+0000 mon.b (mon.2) 632 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.240 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:01.834332+0000 mon.b (mon.2) 633 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.240 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:01.843933+0000 mon.a (mon.0) 185 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.240 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: cephadm 2023-12-07T15:55:01.845016+0000 mgr.y (mgr.25453) 318 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.240 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:01.928797+0000 mon.b (mon.2) 634 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.240 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:01.932444+0000 mon.b (mon.2) 635 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.240 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:01.935985+0000 mon.b (mon.2) 636 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.240 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:01.937457+0000 mon.b (mon.2) 637 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.241 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:01.943520+0000 mon.a (mon.0) 186 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.241 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: cephadm 2023-12-07T15:55:01.946473+0000 mgr.y (mgr.25453) 319 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.241 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.025521+0000 mon.b (mon.2) 638 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.241 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.028281+0000 mon.b (mon.2) 639 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.241 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.031394+0000 mon.b (mon.2) 640 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.241 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.032614+0000 mon.b (mon.2) 641 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.241 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.037296+0000 mon.a (mon.0) 187 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.241 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: cephadm 2023-12-07T15:55:02.041233+0000 mgr.y (mgr.25453) 320 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:03.241 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.109413+0000 mon.b (mon.2) 642 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.241 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.112436+0000 mon.b (mon.2) 643 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.241 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.116531+0000 mon.b (mon.2) 644 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.242 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.118012+0000 mon.b (mon.2) 645 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.242 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.124873+0000 mon.a (mon.0) 188 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.242 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.212149+0000 mon.b (mon.2) 646 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.242 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.214984+0000 mon.b (mon.2) 647 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.242 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.218965+0000 mon.b (mon.2) 648 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.242 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.220402+0000 mon.b (mon.2) 649 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.242 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.226057+0000 mon.a (mon.0) 189 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.242 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.312403+0000 mon.b (mon.2) 650 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.243 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.314993+0000 mon.b (mon.2) 651 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.243 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.318341+0000 mon.b (mon.2) 652 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.243 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.319423+0000 mon.b (mon.2) 653 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.243 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.324607+0000 mon.a (mon.0) 190 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.243 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.409655+0000 mon.b (mon.2) 654 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.243 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.412804+0000 mon.b (mon.2) 655 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.243 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.416669+0000 mon.b (mon.2) 656 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.243 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.417992+0000 mon.b (mon.2) 657 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.243 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.425282+0000 mon.a (mon.0) 191 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.243 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.510141+0000 mon.b (mon.2) 658 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.244 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.513211+0000 mon.b (mon.2) 659 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.244 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.516539+0000 mon.b (mon.2) 660 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.244 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.518018+0000 mon.b (mon.2) 661 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.244 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.525141+0000 mon.a (mon.0) 192 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.244 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.609336+0000 mon.b (mon.2) 662 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.244 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.612196+0000 mon.b (mon.2) 663 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.244 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.615491+0000 mon.b (mon.2) 664 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.244 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.616828+0000 mon.b (mon.2) 665 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.244 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.622490+0000 mon.a (mon.0) 193 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:03.244 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.708012+0000 mon.b (mon.2) 666 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:03.244 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.710793+0000 mon.b (mon.2) 667 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:03.245 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.713859+0000 mon.b (mon.2) 668 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:03.245 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.715139+0000 mon.b (mon.2) 669 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:03.245 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:02 smithi121 bash[81553]: audit 2023-12-07T15:55:02.721843+0000 mon.a (mon.0) 194 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: cephadm 2023-12-07T15:55:02.128299+0000 mgr.y (mgr.25453) 321 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: cephadm 2023-12-07T15:55:02.231413+0000 mgr.y (mgr.25453) 322 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: cephadm 2023-12-07T15:55:02.328088+0000 mgr.y (mgr.25453) 323 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: cephadm 2023-12-07T15:55:02.428660+0000 mgr.y (mgr.25453) 324 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: cephadm 2023-12-07T15:55:02.528167+0000 mgr.y (mgr.25453) 325 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: cephadm 2023-12-07T15:55:02.627332+0000 mgr.y (mgr.25453) 326 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: cephadm 2023-12-07T15:55:02.723983+0000 mgr.y (mgr.25453) 327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:02.810448+0000 mon.b (mon.2) 670 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:02.814246+0000 mon.b (mon.2) 671 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:02.817995+0000 mon.b (mon.2) 672 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:02.819390+0000 mon.b (mon.2) 673 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:02.829809+0000 mon.a (mon.0) 195 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: cephadm 2023-12-07T15:55:02.832068+0000 mgr.y (mgr.25453) 328 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:02.915434+0000 mon.b (mon.2) 674 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:02.918824+0000 mon.b (mon.2) 675 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:02.921799+0000 mon.b (mon.2) 676 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:02.923183+0000 mon.b (mon.2) 677 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:02.930741+0000 mon.a (mon.0) 196 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: cephadm 2023-12-07T15:55:02.934470+0000 mgr.y (mgr.25453) 329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.016764+0000 mon.b (mon.2) 678 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.019483+0000 mon.b (mon.2) 679 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.024000+0000 mon.b (mon.2) 680 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.025702+0000 mon.b (mon.2) 681 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.037055+0000 mon.a (mon.0) 197 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: cephadm 2023-12-07T15:55:03.038389+0000 mgr.y (mgr.25453) 330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.121516+0000 mon.b (mon.2) 682 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.124241+0000 mon.b (mon.2) 683 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.127875+0000 mon.b (mon.2) 684 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.129151+0000 mon.b (mon.2) 685 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.137034+0000 mon.a (mon.0) 198 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.222109+0000 mon.b (mon.2) 686 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.224996+0000 mon.b (mon.2) 687 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.228748+0000 mon.b (mon.2) 688 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.230450+0000 mon.b (mon.2) 689 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.239362+0000 mon.a (mon.0) 199 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.320516+0000 mon.b (mon.2) 690 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.323520+0000 mon.b (mon.2) 691 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.327465+0000 mon.b (mon.2) 692 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.328881+0000 mon.b (mon.2) 693 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.338703+0000 mon.a (mon.0) 200 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.414045+0000 mon.a (mon.0) 201 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.424197+0000 mon.b (mon.2) 694 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.429944+0000 mon.a (mon.0) 202 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.436956+0000 mon.b (mon.2) 695 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.441343+0000 mon.a (mon.0) 203 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.446441+0000 mon.b (mon.2) 696 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.447759+0000 mon.b (mon.2) 697 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.456723+0000 mon.a (mon.0) 204 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.540679+0000 mon.b (mon.2) 698 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.543344+0000 mon.b (mon.2) 699 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.546900+0000 mon.b (mon.2) 700 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.548417+0000 mon.b (mon.2) 701 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.559360+0000 mon.a (mon.0) 205 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.638863+0000 mon.b (mon.2) 702 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.642473+0000 mon.b (mon.2) 703 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.646686+0000 mon.b (mon.2) 704 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.648156+0000 mon.b (mon.2) 705 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[83807]: audit 2023-12-07T15:55:03.655950+0000 mon.a (mon.0) 206 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: cephadm 2023-12-07T15:55:02.128299+0000 mgr.y (mgr.25453) 321 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: cephadm 2023-12-07T15:55:02.231413+0000 mgr.y (mgr.25453) 322 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: cephadm 2023-12-07T15:55:02.328088+0000 mgr.y (mgr.25453) 323 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: cephadm 2023-12-07T15:55:02.428660+0000 mgr.y (mgr.25453) 324 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: cephadm 2023-12-07T15:55:02.528167+0000 mgr.y (mgr.25453) 325 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: cephadm 2023-12-07T15:55:02.627332+0000 mgr.y (mgr.25453) 326 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: cephadm 2023-12-07T15:55:02.723983+0000 mgr.y (mgr.25453) 327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:02.810448+0000 mon.b (mon.2) 670 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:02.814246+0000 mon.b (mon.2) 671 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:02.817995+0000 mon.b (mon.2) 672 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:02.819390+0000 mon.b (mon.2) 673 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:02.829809+0000 mon.a (mon.0) 195 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: cephadm 2023-12-07T15:55:02.832068+0000 mgr.y (mgr.25453) 328 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:02.915434+0000 mon.b (mon.2) 674 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:02.918824+0000 mon.b (mon.2) 675 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:02.921799+0000 mon.b (mon.2) 676 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:02.923183+0000 mon.b (mon.2) 677 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:02.930741+0000 mon.a (mon.0) 196 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: cephadm 2023-12-07T15:55:02.934470+0000 mgr.y (mgr.25453) 329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.016764+0000 mon.b (mon.2) 678 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.019483+0000 mon.b (mon.2) 679 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.024000+0000 mon.b (mon.2) 680 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.025702+0000 mon.b (mon.2) 681 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.037055+0000 mon.a (mon.0) 197 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: cephadm 2023-12-07T15:55:03.038389+0000 mgr.y (mgr.25453) 330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.121516+0000 mon.b (mon.2) 682 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.124241+0000 mon.b (mon.2) 683 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.127875+0000 mon.b (mon.2) 684 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.129151+0000 mon.b (mon.2) 685 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.137034+0000 mon.a (mon.0) 198 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.222109+0000 mon.b (mon.2) 686 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.224996+0000 mon.b (mon.2) 687 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.228748+0000 mon.b (mon.2) 688 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.230450+0000 mon.b (mon.2) 689 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.239362+0000 mon.a (mon.0) 199 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.320516+0000 mon.b (mon.2) 690 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.323520+0000 mon.b (mon.2) 691 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.327465+0000 mon.b (mon.2) 692 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.328881+0000 mon.b (mon.2) 693 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.338703+0000 mon.a (mon.0) 200 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.414045+0000 mon.a (mon.0) 201 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.424197+0000 mon.b (mon.2) 694 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.429944+0000 mon.a (mon.0) 202 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.436956+0000 mon.b (mon.2) 695 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.441343+0000 mon.a (mon.0) 203 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.446441+0000 mon.b (mon.2) 696 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.447759+0000 mon.b (mon.2) 697 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.456723+0000 mon.a (mon.0) 204 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.540679+0000 mon.b (mon.2) 698 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.543344+0000 mon.b (mon.2) 699 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.546900+0000 mon.b (mon.2) 700 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.548417+0000 mon.b (mon.2) 701 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.559360+0000 mon.a (mon.0) 205 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.638863+0000 mon.b (mon.2) 702 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.642473+0000 mon.b (mon.2) 703 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.646686+0000 mon.b (mon.2) 704 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.648156+0000 mon.b (mon.2) 705 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:03 smithi121 bash[81553]: audit 2023-12-07T15:55:03.655950+0000 mon.a (mon.0) 206 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: cephadm 2023-12-07T15:55:02.128299+0000 mgr.y (mgr.25453) 321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: cephadm 2023-12-07T15:55:02.231413+0000 mgr.y (mgr.25453) 322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: cephadm 2023-12-07T15:55:02.328088+0000 mgr.y (mgr.25453) 323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: cephadm 2023-12-07T15:55:02.428660+0000 mgr.y (mgr.25453) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: cephadm 2023-12-07T15:55:02.528167+0000 mgr.y (mgr.25453) 325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: cephadm 2023-12-07T15:55:02.627332+0000 mgr.y (mgr.25453) 326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: cephadm 2023-12-07T15:55:02.723983+0000 mgr.y (mgr.25453) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:02.810448+0000 mon.b (mon.2) 670 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:02.814246+0000 mon.b (mon.2) 671 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:02.817995+0000 mon.b (mon.2) 672 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:02.819390+0000 mon.b (mon.2) 673 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:02.829809+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: cephadm 2023-12-07T15:55:02.832068+0000 mgr.y (mgr.25453) 328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:02.915434+0000 mon.b (mon.2) 674 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:02.918824+0000 mon.b (mon.2) 675 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:02.921799+0000 mon.b (mon.2) 676 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:02.923183+0000 mon.b (mon.2) 677 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:02.930741+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: cephadm 2023-12-07T15:55:02.934470+0000 mgr.y (mgr.25453) 329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.016764+0000 mon.b (mon.2) 678 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.019483+0000 mon.b (mon.2) 679 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.024000+0000 mon.b (mon.2) 680 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.025702+0000 mon.b (mon.2) 681 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.037055+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: cephadm 2023-12-07T15:55:03.038389+0000 mgr.y (mgr.25453) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:04.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.121516+0000 mon.b (mon.2) 682 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.124241+0000 mon.b (mon.2) 683 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.127875+0000 mon.b (mon.2) 684 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.129151+0000 mon.b (mon.2) 685 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.137034+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.222109+0000 mon.b (mon.2) 686 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.224996+0000 mon.b (mon.2) 687 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.228748+0000 mon.b (mon.2) 688 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.230450+0000 mon.b (mon.2) 689 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.239362+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.320516+0000 mon.b (mon.2) 690 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.323520+0000 mon.b (mon.2) 691 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.327465+0000 mon.b (mon.2) 692 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.328881+0000 mon.b (mon.2) 693 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.338703+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.414045+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.424197+0000 mon.b (mon.2) 694 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.429944+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.436956+0000 mon.b (mon.2) 695 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.441343+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.446441+0000 mon.b (mon.2) 696 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.447759+0000 mon.b (mon.2) 697 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.456723+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.540679+0000 mon.b (mon.2) 698 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.543344+0000 mon.b (mon.2) 699 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.546900+0000 mon.b (mon.2) 700 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.548417+0000 mon.b (mon.2) 701 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.559360+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:04.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.638863+0000 mon.b (mon.2) 702 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:04.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.642473+0000 mon.b (mon.2) 703 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:04.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.646686+0000 mon.b (mon.2) 704 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:04.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.648156+0000 mon.b (mon.2) 705 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:04.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:03 smithi144 bash[25224]: audit 2023-12-07T15:55:03.655950+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:55:04] "GET /metrics HTTP/1.1" 200 38184 "" "Prometheus/2.33.4" 2023-12-07T15:55:05.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: cluster 2023-12-07T15:55:03.110534+0000 mgr.y (mgr.25453) 331 : cluster 0 pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: cephadm 2023-12-07T15:55:03.140815+0000 mgr.y (mgr.25453) 332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: cephadm 2023-12-07T15:55:03.241869+0000 mgr.y (mgr.25453) 333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: cephadm 2023-12-07T15:55:03.339954+0000 mgr.y (mgr.25453) 334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:03.423881+0000 mgr.y (mgr.25453) 335 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: cephadm 2023-12-07T15:55:03.457867+0000 mgr.y (mgr.25453) 336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: cephadm 2023-12-07T15:55:03.560365+0000 mgr.y (mgr.25453) 337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: cephadm 2023-12-07T15:55:03.657610+0000 mgr.y (mgr.25453) 338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:03.751906+0000 mon.b (mon.2) 706 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:03.754536+0000 mon.b (mon.2) 707 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:03.757054+0000 mon.b (mon.2) 708 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:03.758103+0000 mon.b (mon.2) 709 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:03.764227+0000 mon.a (mon.0) 207 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: cephadm 2023-12-07T15:55:03.765406+0000 mgr.y (mgr.25453) 339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:03.847605+0000 mon.b (mon.2) 710 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:03.850857+0000 mon.b (mon.2) 711 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:03.854769+0000 mon.b (mon.2) 712 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:03.856194+0000 mon.b (mon.2) 713 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:03.862098+0000 mon.a (mon.0) 208 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: cephadm 2023-12-07T15:55:03.864836+0000 mgr.y (mgr.25453) 340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: cluster 2023-12-07T15:55:03.110534+0000 mgr.y (mgr.25453) 331 : cluster 0 pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:05.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: cephadm 2023-12-07T15:55:03.140815+0000 mgr.y (mgr.25453) 332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: cephadm 2023-12-07T15:55:03.241869+0000 mgr.y (mgr.25453) 333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: cephadm 2023-12-07T15:55:03.339954+0000 mgr.y (mgr.25453) 334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:03.423881+0000 mgr.y (mgr.25453) 335 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:05.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: cephadm 2023-12-07T15:55:03.457867+0000 mgr.y (mgr.25453) 336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: cephadm 2023-12-07T15:55:03.560365+0000 mgr.y (mgr.25453) 337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: cephadm 2023-12-07T15:55:03.657610+0000 mgr.y (mgr.25453) 338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:03.751906+0000 mon.b (mon.2) 706 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:03.754536+0000 mon.b (mon.2) 707 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:03.757054+0000 mon.b (mon.2) 708 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:03.758103+0000 mon.b (mon.2) 709 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:03.764227+0000 mon.a (mon.0) 207 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: cephadm 2023-12-07T15:55:03.765406+0000 mgr.y (mgr.25453) 339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:03.847605+0000 mon.b (mon.2) 710 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:03.850857+0000 mon.b (mon.2) 711 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:03.854769+0000 mon.b (mon.2) 712 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:03.856194+0000 mon.b (mon.2) 713 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:03.862098+0000 mon.a (mon.0) 208 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: cephadm 2023-12-07T15:55:03.864836+0000 mgr.y (mgr.25453) 340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:03.944924+0000 mon.b (mon.2) 714 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:03.947970+0000 mon.b (mon.2) 715 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:03.951982+0000 mon.b (mon.2) 716 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:03.953530+0000 mon.b (mon.2) 717 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:03.963103+0000 mon.a (mon.0) 209 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: cephadm 2023-12-07T15:55:03.965652+0000 mgr.y (mgr.25453) 341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.047293+0000 mon.b (mon.2) 718 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.051172+0000 mon.b (mon.2) 719 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.054571+0000 mon.b (mon.2) 720 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.055868+0000 mon.b (mon.2) 721 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.065416+0000 mon.a (mon.0) 210 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: cephadm 2023-12-07T15:55:04.070261+0000 mgr.y (mgr.25453) 342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.150806+0000 mon.b (mon.2) 722 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.154379+0000 mon.b (mon.2) 723 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.158883+0000 mon.b (mon.2) 724 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.160324+0000 mon.b (mon.2) 725 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.169490+0000 mon.a (mon.0) 211 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.256323+0000 mon.b (mon.2) 726 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.259327+0000 mon.b (mon.2) 727 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.262757+0000 mon.b (mon.2) 728 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.264199+0000 mon.b (mon.2) 729 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.272085+0000 mon.a (mon.0) 212 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.359800+0000 mon.b (mon.2) 730 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.363469+0000 mon.b (mon.2) 731 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.366400+0000 mon.b (mon.2) 732 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.367872+0000 mon.b (mon.2) 733 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.377454+0000 mon.a (mon.0) 213 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.464128+0000 mon.b (mon.2) 734 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.467037+0000 mon.b (mon.2) 735 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.470421+0000 mon.b (mon.2) 736 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.471727+0000 mon.b (mon.2) 737 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.479644+0000 mon.a (mon.0) 214 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.565161+0000 mon.b (mon.2) 738 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.569169+0000 mon.b (mon.2) 739 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.572473+0000 mon.b (mon.2) 740 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.573925+0000 mon.b (mon.2) 741 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.581274+0000 mon.a (mon.0) 215 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.665865+0000 mon.b (mon.2) 742 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.668988+0000 mon.b (mon.2) 743 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.672908+0000 mon.b (mon.2) 744 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.674381+0000 mon.b (mon.2) 745 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[81553]: audit 2023-12-07T15:55:04.682368+0000 mon.a (mon.0) 216 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:03.944924+0000 mon.b (mon.2) 714 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:03.947970+0000 mon.b (mon.2) 715 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:03.951982+0000 mon.b (mon.2) 716 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:03.953530+0000 mon.b (mon.2) 717 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:03.963103+0000 mon.a (mon.0) 209 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: cephadm 2023-12-07T15:55:03.965652+0000 mgr.y (mgr.25453) 341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.047293+0000 mon.b (mon.2) 718 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.051172+0000 mon.b (mon.2) 719 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.054571+0000 mon.b (mon.2) 720 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.055868+0000 mon.b (mon.2) 721 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.065416+0000 mon.a (mon.0) 210 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: cephadm 2023-12-07T15:55:04.070261+0000 mgr.y (mgr.25453) 342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.150806+0000 mon.b (mon.2) 722 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.154379+0000 mon.b (mon.2) 723 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.158883+0000 mon.b (mon.2) 724 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.160324+0000 mon.b (mon.2) 725 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.169490+0000 mon.a (mon.0) 211 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.256323+0000 mon.b (mon.2) 726 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.259327+0000 mon.b (mon.2) 727 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.262757+0000 mon.b (mon.2) 728 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.264199+0000 mon.b (mon.2) 729 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.272085+0000 mon.a (mon.0) 212 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.359800+0000 mon.b (mon.2) 730 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.363469+0000 mon.b (mon.2) 731 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.366400+0000 mon.b (mon.2) 732 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.367872+0000 mon.b (mon.2) 733 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.377454+0000 mon.a (mon.0) 213 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.464128+0000 mon.b (mon.2) 734 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.467037+0000 mon.b (mon.2) 735 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.470421+0000 mon.b (mon.2) 736 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.471727+0000 mon.b (mon.2) 737 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.479644+0000 mon.a (mon.0) 214 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.565161+0000 mon.b (mon.2) 738 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.569169+0000 mon.b (mon.2) 739 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.572473+0000 mon.b (mon.2) 740 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.573925+0000 mon.b (mon.2) 741 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.581274+0000 mon.a (mon.0) 215 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.665865+0000 mon.b (mon.2) 742 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.668988+0000 mon.b (mon.2) 743 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.672908+0000 mon.b (mon.2) 744 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.674381+0000 mon.b (mon.2) 745 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:04 smithi121 bash[83807]: audit 2023-12-07T15:55:04.682368+0000 mon.a (mon.0) 216 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: cluster 2023-12-07T15:55:03.110534+0000 mgr.y (mgr.25453) 331 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:05.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: cephadm 2023-12-07T15:55:03.140815+0000 mgr.y (mgr.25453) 332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: cephadm 2023-12-07T15:55:03.241869+0000 mgr.y (mgr.25453) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: cephadm 2023-12-07T15:55:03.339954+0000 mgr.y (mgr.25453) 334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:03.423881+0000 mgr.y (mgr.25453) 335 : audit [DBG] from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:05.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: cephadm 2023-12-07T15:55:03.457867+0000 mgr.y (mgr.25453) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: cephadm 2023-12-07T15:55:03.560365+0000 mgr.y (mgr.25453) 337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: cephadm 2023-12-07T15:55:03.657610+0000 mgr.y (mgr.25453) 338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:03.751906+0000 mon.b (mon.2) 706 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:03.754536+0000 mon.b (mon.2) 707 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:03.757054+0000 mon.b (mon.2) 708 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:03.758103+0000 mon.b (mon.2) 709 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:03.764227+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: cephadm 2023-12-07T15:55:03.765406+0000 mgr.y (mgr.25453) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:03.847605+0000 mon.b (mon.2) 710 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:03.850857+0000 mon.b (mon.2) 711 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:03.854769+0000 mon.b (mon.2) 712 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:03.856194+0000 mon.b (mon.2) 713 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:03.862098+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: cephadm 2023-12-07T15:55:03.864836+0000 mgr.y (mgr.25453) 340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:03.944924+0000 mon.b (mon.2) 714 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:03.947970+0000 mon.b (mon.2) 715 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:03.951982+0000 mon.b (mon.2) 716 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:03.953530+0000 mon.b (mon.2) 717 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:03.963103+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: cephadm 2023-12-07T15:55:03.965652+0000 mgr.y (mgr.25453) 341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.047293+0000 mon.b (mon.2) 718 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.051172+0000 mon.b (mon.2) 719 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.054571+0000 mon.b (mon.2) 720 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.055868+0000 mon.b (mon.2) 721 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.065416+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: cephadm 2023-12-07T15:55:04.070261+0000 mgr.y (mgr.25453) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.150806+0000 mon.b (mon.2) 722 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.154379+0000 mon.b (mon.2) 723 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.158883+0000 mon.b (mon.2) 724 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.160324+0000 mon.b (mon.2) 725 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.169490+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.256323+0000 mon.b (mon.2) 726 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.259327+0000 mon.b (mon.2) 727 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.262757+0000 mon.b (mon.2) 728 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.264199+0000 mon.b (mon.2) 729 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.272085+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.359800+0000 mon.b (mon.2) 730 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.363469+0000 mon.b (mon.2) 731 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.366400+0000 mon.b (mon.2) 732 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.367872+0000 mon.b (mon.2) 733 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.377454+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.464128+0000 mon.b (mon.2) 734 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.467037+0000 mon.b (mon.2) 735 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.470421+0000 mon.b (mon.2) 736 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.471727+0000 mon.b (mon.2) 737 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.479644+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.565161+0000 mon.b (mon.2) 738 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.569169+0000 mon.b (mon.2) 739 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.572473+0000 mon.b (mon.2) 740 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.573925+0000 mon.b (mon.2) 741 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.581274+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.665865+0000 mon.b (mon.2) 742 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.668988+0000 mon.b (mon.2) 743 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.672908+0000 mon.b (mon.2) 744 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.674381+0000 mon.b (mon.2) 745 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:04 smithi144 bash[25224]: audit 2023-12-07T15:55:04.682368+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.420 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:55:05.749 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: cephadm 2023-12-07T15:55:04.171646+0000 mgr.y (mgr.25453) 343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.749 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: cephadm 2023-12-07T15:55:04.275131+0000 mgr.y (mgr.25453) 344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.749 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: cephadm 2023-12-07T15:55:04.379401+0000 mgr.y (mgr.25453) 345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.749 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: cephadm 2023-12-07T15:55:04.482606+0000 mgr.y (mgr.25453) 346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.749 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: cephadm 2023-12-07T15:55:04.583679+0000 mgr.y (mgr.25453) 347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.749 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: cephadm 2023-12-07T15:55:04.686635+0000 mgr.y (mgr.25453) 348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.749 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:04.762813+0000 mon.b (mon.2) 746 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.749 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:04.765161+0000 mon.b (mon.2) 747 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.750 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:04.767765+0000 mon.b (mon.2) 748 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.750 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:04.769116+0000 mon.b (mon.2) 749 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.750 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:04.775117+0000 mon.a (mon.0) 217 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.750 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: cephadm 2023-12-07T15:55:04.776171+0000 mgr.y (mgr.25453) 349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:05.750 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:04.860041+0000 mon.b (mon.2) 750 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:05.750 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:04.862817+0000 mon.b (mon.2) 751 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:05.750 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:04.865365+0000 mon.b (mon.2) 752 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:05.750 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:04.866610+0000 mon.b (mon.2) 753 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:05.750 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:04.871997+0000 mon.a (mon.0) 218 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:05.750 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: cephadm 2023-12-07T15:55:04.875403+0000 mgr.y (mgr.25453) 350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:04.955228+0000 mon.b (mon.2) 754 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:04.958357+0000 mon.b (mon.2) 755 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:04.962807+0000 mon.b (mon.2) 756 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:04.964182+0000 mon.b (mon.2) 757 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:04.971474+0000 mon.a (mon.0) 219 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: cephadm 2023-12-07T15:55:04.974717+0000 mgr.y (mgr.25453) 351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.054457+0000 mon.b (mon.2) 758 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.057632+0000 mon.b (mon.2) 759 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.061804+0000 mon.b (mon.2) 760 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.063395+0000 mon.b (mon.2) 761 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.072830+0000 mon.a (mon.0) 220 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: cephadm 2023-12-07T15:55:05.074744+0000 mgr.y (mgr.25453) 352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.154353+0000 mon.b (mon.2) 762 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.157843+0000 mon.b (mon.2) 763 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.161056+0000 mon.b (mon.2) 764 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.162661+0000 mon.b (mon.2) 765 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.171649+0000 mon.a (mon.0) 221 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.258931+0000 mon.b (mon.2) 766 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.261797+0000 mon.b (mon.2) 767 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.264566+0000 mon.b (mon.2) 768 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: cephadm 2023-12-07T15:55:04.171646+0000 mgr.y (mgr.25453) 343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: cephadm 2023-12-07T15:55:04.275131+0000 mgr.y (mgr.25453) 344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: cephadm 2023-12-07T15:55:04.379401+0000 mgr.y (mgr.25453) 345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: cephadm 2023-12-07T15:55:04.482606+0000 mgr.y (mgr.25453) 346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: cephadm 2023-12-07T15:55:04.583679+0000 mgr.y (mgr.25453) 347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: cephadm 2023-12-07T15:55:04.686635+0000 mgr.y (mgr.25453) 348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:04.762813+0000 mon.b (mon.2) 746 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:04.765161+0000 mon.b (mon.2) 747 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:04.767765+0000 mon.b (mon.2) 748 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:04.769116+0000 mon.b (mon.2) 749 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:04.775117+0000 mon.a (mon.0) 217 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: cephadm 2023-12-07T15:55:04.776171+0000 mgr.y (mgr.25453) 349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:04.860041+0000 mon.b (mon.2) 750 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:04.862817+0000 mon.b (mon.2) 751 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:04.865365+0000 mon.b (mon.2) 752 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:04.866610+0000 mon.b (mon.2) 753 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:04.871997+0000 mon.a (mon.0) 218 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: cephadm 2023-12-07T15:55:04.875403+0000 mgr.y (mgr.25453) 350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:04.955228+0000 mon.b (mon.2) 754 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:04.958357+0000 mon.b (mon.2) 755 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:04.962807+0000 mon.b (mon.2) 756 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.265802+0000 mon.b (mon.2) 769 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.273264+0000 mon.a (mon.0) 222 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.356640+0000 mon.b (mon.2) 770 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.359366+0000 mon.b (mon.2) 771 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.363945+0000 mon.b (mon.2) 772 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.365607+0000 mon.b (mon.2) 773 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.373458+0000 mon.a (mon.0) 223 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.458716+0000 mon.b (mon.2) 774 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.461587+0000 mon.b (mon.2) 775 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.464542+0000 mon.b (mon.2) 776 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.465669+0000 mon.b (mon.2) 777 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.470708+0000 mon.a (mon.0) 224 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.550472+0000 mon.b (mon.2) 778 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.555397+0000 mon.b (mon.2) 779 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.559536+0000 mon.b (mon.2) 780 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.561062+0000 mon.b (mon.2) 781 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.567831+0000 mon.a (mon.0) 225 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.650461+0000 mon.b (mon.2) 782 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.654139+0000 mon.b (mon.2) 783 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.657989+0000 mon.b (mon.2) 784 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.659602+0000 mon.b (mon.2) 785 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[83807]: audit 2023-12-07T15:55:05.666774+0000 mon.a (mon.0) 226 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:04.964182+0000 mon.b (mon.2) 757 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:04.971474+0000 mon.a (mon.0) 219 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: cephadm 2023-12-07T15:55:04.974717+0000 mgr.y (mgr.25453) 351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.054457+0000 mon.b (mon.2) 758 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.057632+0000 mon.b (mon.2) 759 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.061804+0000 mon.b (mon.2) 760 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.063395+0000 mon.b (mon.2) 761 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.072830+0000 mon.a (mon.0) 220 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: cephadm 2023-12-07T15:55:05.074744+0000 mgr.y (mgr.25453) 352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.154353+0000 mon.b (mon.2) 762 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.157843+0000 mon.b (mon.2) 763 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.161056+0000 mon.b (mon.2) 764 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.162661+0000 mon.b (mon.2) 765 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.171649+0000 mon.a (mon.0) 221 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.258931+0000 mon.b (mon.2) 766 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.261797+0000 mon.b (mon.2) 767 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.264566+0000 mon.b (mon.2) 768 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.265802+0000 mon.b (mon.2) 769 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.273264+0000 mon.a (mon.0) 222 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.356640+0000 mon.b (mon.2) 770 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.359366+0000 mon.b (mon.2) 771 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.363945+0000 mon.b (mon.2) 772 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.365607+0000 mon.b (mon.2) 773 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.373458+0000 mon.a (mon.0) 223 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.458716+0000 mon.b (mon.2) 774 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.461587+0000 mon.b (mon.2) 775 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.464542+0000 mon.b (mon.2) 776 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.465669+0000 mon.b (mon.2) 777 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.470708+0000 mon.a (mon.0) 224 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.550472+0000 mon.b (mon.2) 778 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.555397+0000 mon.b (mon.2) 779 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.559536+0000 mon.b (mon.2) 780 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.561062+0000 mon.b (mon.2) 781 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.567831+0000 mon.a (mon.0) 225 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.650461+0000 mon.b (mon.2) 782 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.654139+0000 mon.b (mon.2) 783 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.657989+0000 mon.b (mon.2) 784 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.659602+0000 mon.b (mon.2) 785 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:05 smithi121 bash[81553]: audit 2023-12-07T15:55:05.666774+0000 mon.a (mon.0) 226 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: cephadm 2023-12-07T15:55:04.171646+0000 mgr.y (mgr.25453) 343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: cephadm 2023-12-07T15:55:04.275131+0000 mgr.y (mgr.25453) 344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: cephadm 2023-12-07T15:55:04.379401+0000 mgr.y (mgr.25453) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: cephadm 2023-12-07T15:55:04.482606+0000 mgr.y (mgr.25453) 346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: cephadm 2023-12-07T15:55:04.583679+0000 mgr.y (mgr.25453) 347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: cephadm 2023-12-07T15:55:04.686635+0000 mgr.y (mgr.25453) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:04.762813+0000 mon.b (mon.2) 746 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:04.765161+0000 mon.b (mon.2) 747 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:04.767765+0000 mon.b (mon.2) 748 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:04.769116+0000 mon.b (mon.2) 749 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:04.775117+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: cephadm 2023-12-07T15:55:04.776171+0000 mgr.y (mgr.25453) 349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:04.860041+0000 mon.b (mon.2) 750 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:04.862817+0000 mon.b (mon.2) 751 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:04.865365+0000 mon.b (mon.2) 752 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:04.866610+0000 mon.b (mon.2) 753 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:04.871997+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: cephadm 2023-12-07T15:55:04.875403+0000 mgr.y (mgr.25453) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:04.955228+0000 mon.b (mon.2) 754 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:04.958357+0000 mon.b (mon.2) 755 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:04.962807+0000 mon.b (mon.2) 756 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:04.964182+0000 mon.b (mon.2) 757 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:04.971474+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: cephadm 2023-12-07T15:55:04.974717+0000 mgr.y (mgr.25453) 351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.054457+0000 mon.b (mon.2) 758 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.057632+0000 mon.b (mon.2) 759 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.061804+0000 mon.b (mon.2) 760 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.063395+0000 mon.b (mon.2) 761 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.072830+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: cephadm 2023-12-07T15:55:05.074744+0000 mgr.y (mgr.25453) 352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:06.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.154353+0000 mon.b (mon.2) 762 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.157843+0000 mon.b (mon.2) 763 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.161056+0000 mon.b (mon.2) 764 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.162661+0000 mon.b (mon.2) 765 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.171649+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.258931+0000 mon.b (mon.2) 766 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.261797+0000 mon.b (mon.2) 767 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.264566+0000 mon.b (mon.2) 768 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.265802+0000 mon.b (mon.2) 769 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.273264+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.356640+0000 mon.b (mon.2) 770 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.359366+0000 mon.b (mon.2) 771 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.363945+0000 mon.b (mon.2) 772 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.365607+0000 mon.b (mon.2) 773 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.373458+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.458716+0000 mon.b (mon.2) 774 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.461587+0000 mon.b (mon.2) 775 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.464542+0000 mon.b (mon.2) 776 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.465669+0000 mon.b (mon.2) 777 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.470708+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.550472+0000 mon.b (mon.2) 778 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.555397+0000 mon.b (mon.2) 779 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.559536+0000 mon.b (mon.2) 780 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.561062+0000 mon.b (mon.2) 781 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.567831+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.650461+0000 mon.b (mon.2) 782 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:06.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.654139+0000 mon.b (mon.2) 783 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:06.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.657989+0000 mon.b (mon.2) 784 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:06.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.659602+0000 mon.b (mon.2) 785 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:06.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:05 smithi144 bash[25224]: audit 2023-12-07T15:55:05.666774+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:06.222 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:55:06.222 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 17s ago 16m - - 2023-12-07T15:55:06.222 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 2s ago 16m - - 2023-12-07T15:55:06.222 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (3m) 17s ago 9m 15.9M - 0.23.0 ba2b418f427c 967bceda37f6 2023-12-07T15:55:06.223 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (2m) 2s ago 9m 43.9M - 8.3.5 dad864ee21e9 f9c66575cb4a 2023-12-07T15:55:06.223 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (92s) 17s ago 7m 46.0M - 3.5 e1d6a67b021e 5b982a4ff84a 2023-12-07T15:55:06.223 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283,8765 running (81s) 2s ago 16m 432M - 19.0.0-13-ge6605fb8 104f332cd0a9 b518ffbe0a91 2023-12-07T15:55:06.223 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:8443,9283,8765 running (110s) 17s ago 18m 490M - 19.0.0-13-ge6605fb8 104f332cd0a9 104d769d2d66 2023-12-07T15:55:06.223 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (33s) 17s ago 18m 38.3M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 46122fbb14c0 2023-12-07T15:55:06.223 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (16m) 2s ago 16m 60.7M 2048M 17.2.0 e1d6a67b021e bf4a92f34a8a 2023-12-07T15:55:06.223 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 starting - - - 2048M 2023-12-07T15:55:06.223 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (3m) 17s ago 10m 11.4M - 1.3.1 1dbe0e931976 20eca3d71286 2023-12-07T15:55:06.223 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (2m) 2s ago 10m 11.5M - 1.3.1 1dbe0e931976 0024f19bccdb 2023-12-07T15:55:06.223 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (15m) 17s ago 15m 58.6M 4096M 17.2.0 e1d6a67b021e 4fb66fb6c0ed 2023-12-07T15:55:06.223 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (14m) 17s ago 14m 60.3M 4096M 17.2.0 e1d6a67b021e c7b798ef591a 2023-12-07T15:55:06.224 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (14m) 17s ago 14m 54.2M 4096M 17.2.0 e1d6a67b021e d81a11d9b9ac 2023-12-07T15:55:06.224 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (13m) 17s ago 13m 60.0M 4096M 17.2.0 e1d6a67b021e beeb25b302ec 2023-12-07T15:55:06.224 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (13m) 2s ago 13m 58.7M 4096M 17.2.0 e1d6a67b021e ca8ac3f41b1a 2023-12-07T15:55:06.224 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (12m) 2s ago 12m 55.3M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:55:06.224 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (11m) 2s ago 11m 54.3M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:55:06.224 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (11m) 2s ago 11m 59.2M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:55:06.224 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (88s) 2s ago 10m 55.2M - 2.33.4 514e6a882f6e 64f00ffdc6cb 2023-12-07T15:55:06.224 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (8m) 17s ago 8m 86.9M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:55:06.224 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (7m) 2s ago 7m 87.1M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:55:06.224 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (7m) 17s ago 7m 88.9M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:55:06.224 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (7m) 2s ago 7m 87.3M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:55:06.697 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:55:06.698 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:55:06.698 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-07T15:55:06.698 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T15:55:06.698 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:55:06.698 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:55:06.698 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T15:55:06.698 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:55:06.698 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:55:06.698 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T15:55:06.698 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:55:06.699 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:55:06.699 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:55:06.699 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:55:06.699 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:55:06.699 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-07T15:55:06.699 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 4 2023-12-07T15:55:06.699 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:55:06.699 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:55:07.006 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: cluster 2023-12-07T15:55:05.111722+0000 mgr.y (mgr.25453) 353 : cluster 0 pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:07.007 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: cephadm 2023-12-07T15:55:05.174279+0000 mgr.y (mgr.25453) 354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.007 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: cephadm 2023-12-07T15:55:05.276556+0000 mgr.y (mgr.25453) 355 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.007 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: cephadm 2023-12-07T15:55:05.376894+0000 mgr.y (mgr.25453) 356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.007 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:05.402861+0000 mgr.y (mgr.25453) 357 : audit 0 from='client.44106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:07.007 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: cephadm 2023-12-07T15:55:05.473941+0000 mgr.y (mgr.25453) 358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.007 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: cephadm 2023-12-07T15:55:05.570262+0000 mgr.y (mgr.25453) 359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.007 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: cephadm 2023-12-07T15:55:05.669444+0000 mgr.y (mgr.25453) 360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.007 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:05.756730+0000 mon.b (mon.2) 786 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.007 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:05.759254+0000 mon.b (mon.2) 787 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.008 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:05.761443+0000 mon.b (mon.2) 788 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.008 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:05.762267+0000 mon.b (mon.2) 789 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.008 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:05.766215+0000 mon.a (mon.0) 227 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.008 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: cephadm 2023-12-07T15:55:05.767184+0000 mgr.y (mgr.25453) 361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.008 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:05.816765+0000 mgr.y (mgr.25453) 362 : audit 0 from='client.54106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:07.008 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:05.852044+0000 mon.b (mon.2) 790 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.008 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:05.854766+0000 mon.b (mon.2) 791 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.008 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:05.858725+0000 mon.b (mon.2) 792 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.008 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:05.860141+0000 mon.b (mon.2) 793 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.008 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:05.867793+0000 mon.a (mon.0) 228 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.008 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: cephadm 2023-12-07T15:55:05.869295+0000 mgr.y (mgr.25453) 363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:05.956852+0000 mon.b (mon.2) 794 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:05.960014+0000 mon.b (mon.2) 795 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:05.962859+0000 mon.b (mon.2) 796 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:05.964212+0000 mon.b (mon.2) 797 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:05.970358+0000 mon.a (mon.0) 229 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: cephadm 2023-12-07T15:55:05.973312+0000 mgr.y (mgr.25453) 364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.056551+0000 mon.b (mon.2) 798 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.059678+0000 mon.b (mon.2) 799 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.062836+0000 mon.b (mon.2) 800 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.064193+0000 mon.b (mon.2) 801 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.070413+0000 mon.a (mon.0) 230 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: cephadm 2023-12-07T15:55:06.073721+0000 mgr.y (mgr.25453) 365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.155655+0000 mon.b (mon.2) 802 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.158199+0000 mon.b (mon.2) 803 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.161546+0000 mon.b (mon.2) 804 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.162741+0000 mon.b (mon.2) 805 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.167996+0000 mon.a (mon.0) 231 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.264536+0000 mon.b (mon.2) 806 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.268048+0000 mon.b (mon.2) 807 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.271933+0000 mon.b (mon.2) 808 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.273697+0000 mon.b (mon.2) 809 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.281349+0000 mon.a (mon.0) 232 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.367060+0000 mon.b (mon.2) 810 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.370930+0000 mon.b (mon.2) 811 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.375136+0000 mon.b (mon.2) 812 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.376644+0000 mon.b (mon.2) 813 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.383069+0000 mon.a (mon.0) 233 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.467795+0000 mon.b (mon.2) 814 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.470989+0000 mon.b (mon.2) 815 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.474248+0000 mon.b (mon.2) 816 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.475598+0000 mon.b (mon.2) 817 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.482409+0000 mon.a (mon.0) 234 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.564284+0000 mon.b (mon.2) 818 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.567857+0000 mon.b (mon.2) 819 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.571625+0000 mon.b (mon.2) 820 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.573146+0000 mon.b (mon.2) 821 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.581050+0000 mon.a (mon.0) 235 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.663765+0000 mon.b (mon.2) 822 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.667108+0000 mon.b (mon.2) 823 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.671177+0000 mon.b (mon.2) 824 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.672177+0000 mon.b (mon.2) 825 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.677798+0000 mon.a (mon.0) 236 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[83807]: audit 2023-12-07T15:55:06.694232+0000 mon.a (mon.0) 237 : audit 0 from='client.? 172.21.15.121:0/1852485361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: cluster 2023-12-07T15:55:05.111722+0000 mgr.y (mgr.25453) 353 : cluster 0 pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:07.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: cephadm 2023-12-07T15:55:05.174279+0000 mgr.y (mgr.25453) 354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: cephadm 2023-12-07T15:55:05.276556+0000 mgr.y (mgr.25453) 355 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: cephadm 2023-12-07T15:55:05.376894+0000 mgr.y (mgr.25453) 356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:05.402861+0000 mgr.y (mgr.25453) 357 : audit 0 from='client.44106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:07.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: cephadm 2023-12-07T15:55:05.473941+0000 mgr.y (mgr.25453) 358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: cephadm 2023-12-07T15:55:05.570262+0000 mgr.y (mgr.25453) 359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: cephadm 2023-12-07T15:55:05.669444+0000 mgr.y (mgr.25453) 360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:05.756730+0000 mon.b (mon.2) 786 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:05.759254+0000 mon.b (mon.2) 787 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:05.761443+0000 mon.b (mon.2) 788 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:05.762267+0000 mon.b (mon.2) 789 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:05.766215+0000 mon.a (mon.0) 227 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: cephadm 2023-12-07T15:55:05.767184+0000 mgr.y (mgr.25453) 361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:05.816765+0000 mgr.y (mgr.25453) 362 : audit 0 from='client.54106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:07.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:05.852044+0000 mon.b (mon.2) 790 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:05.854766+0000 mon.b (mon.2) 791 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:05.858725+0000 mon.b (mon.2) 792 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:05.860141+0000 mon.b (mon.2) 793 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:05.867793+0000 mon.a (mon.0) 228 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: cephadm 2023-12-07T15:55:05.869295+0000 mgr.y (mgr.25453) 363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:05.956852+0000 mon.b (mon.2) 794 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:05.960014+0000 mon.b (mon.2) 795 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:05.962859+0000 mon.b (mon.2) 796 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:05.964212+0000 mon.b (mon.2) 797 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.016 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:05.970358+0000 mon.a (mon.0) 229 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.016 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: cephadm 2023-12-07T15:55:05.973312+0000 mgr.y (mgr.25453) 364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.016 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.056551+0000 mon.b (mon.2) 798 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.016 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.059678+0000 mon.b (mon.2) 799 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.016 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.062836+0000 mon.b (mon.2) 800 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.016 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.064193+0000 mon.b (mon.2) 801 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.016 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.070413+0000 mon.a (mon.0) 230 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.016 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: cephadm 2023-12-07T15:55:06.073721+0000 mgr.y (mgr.25453) 365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.016 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.155655+0000 mon.b (mon.2) 802 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.016 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.158199+0000 mon.b (mon.2) 803 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.016 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.161546+0000 mon.b (mon.2) 804 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.017 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.162741+0000 mon.b (mon.2) 805 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.017 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.167996+0000 mon.a (mon.0) 231 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.017 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.264536+0000 mon.b (mon.2) 806 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.017 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.268048+0000 mon.b (mon.2) 807 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.017 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.271933+0000 mon.b (mon.2) 808 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.017 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.273697+0000 mon.b (mon.2) 809 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.017 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.281349+0000 mon.a (mon.0) 232 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.017 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.367060+0000 mon.b (mon.2) 810 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.017 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.370930+0000 mon.b (mon.2) 811 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.017 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.375136+0000 mon.b (mon.2) 812 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.017 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.376644+0000 mon.b (mon.2) 813 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.017 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.383069+0000 mon.a (mon.0) 233 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.018 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.467795+0000 mon.b (mon.2) 814 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.018 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.470989+0000 mon.b (mon.2) 815 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.018 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.474248+0000 mon.b (mon.2) 816 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.018 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.475598+0000 mon.b (mon.2) 817 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.018 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.482409+0000 mon.a (mon.0) 234 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.018 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.564284+0000 mon.b (mon.2) 818 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.018 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.567857+0000 mon.b (mon.2) 819 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.018 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.571625+0000 mon.b (mon.2) 820 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.018 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.573146+0000 mon.b (mon.2) 821 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.018 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.581050+0000 mon.a (mon.0) 235 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.018 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.663765+0000 mon.b (mon.2) 822 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.019 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.667108+0000 mon.b (mon.2) 823 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.019 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.671177+0000 mon.b (mon.2) 824 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.019 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.672177+0000 mon.b (mon.2) 825 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.019 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.677798+0000 mon.a (mon.0) 236 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.019 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:06 smithi121 bash[81553]: audit 2023-12-07T15:55:06.694232+0000 mon.a (mon.0) 237 : audit 0 from='client.? 172.21.15.121:0/1852485361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.126 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:55:07.126 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:55:07.126 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:55:07.126 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T15:55:07.126 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [ 2023-12-07T15:55:07.126 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr" 2023-12-07T15:55:07.126 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T15:55:07.127 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "3/23 daemons upgraded", 2023-12-07T15:55:07.127 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Currently upgrading mon daemons", 2023-12-07T15:55:07.127 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T15:55:07.127 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:55:07.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: cluster 2023-12-07T15:55:05.111722+0000 mgr.y (mgr.25453) 353 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:07.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: cephadm 2023-12-07T15:55:05.174279+0000 mgr.y (mgr.25453) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: cephadm 2023-12-07T15:55:05.276556+0000 mgr.y (mgr.25453) 355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: cephadm 2023-12-07T15:55:05.376894+0000 mgr.y (mgr.25453) 356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:05.402861+0000 mgr.y (mgr.25453) 357 : audit [DBG] from='client.44106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:07.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: cephadm 2023-12-07T15:55:05.473941+0000 mgr.y (mgr.25453) 358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: cephadm 2023-12-07T15:55:05.570262+0000 mgr.y (mgr.25453) 359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: cephadm 2023-12-07T15:55:05.669444+0000 mgr.y (mgr.25453) 360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:05.756730+0000 mon.b (mon.2) 786 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:05.759254+0000 mon.b (mon.2) 787 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:05.761443+0000 mon.b (mon.2) 788 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:05.762267+0000 mon.b (mon.2) 789 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:05.766215+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: cephadm 2023-12-07T15:55:05.767184+0000 mgr.y (mgr.25453) 361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:05.816765+0000 mgr.y (mgr.25453) 362 : audit [DBG] from='client.54106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:07.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:05.852044+0000 mon.b (mon.2) 790 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:05.854766+0000 mon.b (mon.2) 791 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:05.858725+0000 mon.b (mon.2) 792 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:05.860141+0000 mon.b (mon.2) 793 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:05.867793+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: cephadm 2023-12-07T15:55:05.869295+0000 mgr.y (mgr.25453) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:05.956852+0000 mon.b (mon.2) 794 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:05.960014+0000 mon.b (mon.2) 795 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:05.962859+0000 mon.b (mon.2) 796 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:05.964212+0000 mon.b (mon.2) 797 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:05.970358+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: cephadm 2023-12-07T15:55:05.973312+0000 mgr.y (mgr.25453) 364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.056551+0000 mon.b (mon.2) 798 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.059678+0000 mon.b (mon.2) 799 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.062836+0000 mon.b (mon.2) 800 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.064193+0000 mon.b (mon.2) 801 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.070413+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: cephadm 2023-12-07T15:55:06.073721+0000 mgr.y (mgr.25453) 365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.155655+0000 mon.b (mon.2) 802 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.158199+0000 mon.b (mon.2) 803 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.161546+0000 mon.b (mon.2) 804 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.162741+0000 mon.b (mon.2) 805 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.167996+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.264536+0000 mon.b (mon.2) 806 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.268048+0000 mon.b (mon.2) 807 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.271933+0000 mon.b (mon.2) 808 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.273697+0000 mon.b (mon.2) 809 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.281349+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.367060+0000 mon.b (mon.2) 810 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.370930+0000 mon.b (mon.2) 811 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.375136+0000 mon.b (mon.2) 812 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.376644+0000 mon.b (mon.2) 813 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.383069+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.467795+0000 mon.b (mon.2) 814 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.470989+0000 mon.b (mon.2) 815 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.474248+0000 mon.b (mon.2) 816 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.475598+0000 mon.b (mon.2) 817 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.482409+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.564284+0000 mon.b (mon.2) 818 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.567857+0000 mon.b (mon.2) 819 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.571625+0000 mon.b (mon.2) 820 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.573146+0000 mon.b (mon.2) 821 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.581050+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.663765+0000 mon.b (mon.2) 822 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.667108+0000 mon.b (mon.2) 823 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.671177+0000 mon.b (mon.2) 824 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.672177+0000 mon.b (mon.2) 825 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.677798+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:06 smithi144 bash[25224]: audit 2023-12-07T15:55:06.694232+0000 mon.a (mon.0) 237 : audit [DBG] from='client.? 172.21.15.121:0/1852485361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.639 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_OK 2023-12-07T15:55:07.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: cephadm 2023-12-07T15:55:06.170368+0000 mgr.y (mgr.25453) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:06.200667+0000 mgr.y (mgr.25453) 367 : audit [DBG] from='client.44118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:07.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: cephadm 2023-12-07T15:55:06.283779+0000 mgr.y (mgr.25453) 368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: cephadm 2023-12-07T15:55:06.385829+0000 mgr.y (mgr.25453) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: cephadm 2023-12-07T15:55:06.484449+0000 mgr.y (mgr.25453) 370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: cephadm 2023-12-07T15:55:06.583037+0000 mgr.y (mgr.25453) 371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: cephadm 2023-12-07T15:55:06.679603+0000 mgr.y (mgr.25453) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:06.760701+0000 mon.b (mon.2) 826 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:06.763111+0000 mon.b (mon.2) 827 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:06.765361+0000 mon.b (mon.2) 828 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:06.766369+0000 mon.b (mon.2) 829 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:06.772292+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: cephadm 2023-12-07T15:55:06.773092+0000 mgr.y (mgr.25453) 373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:06.854002+0000 mon.b (mon.2) 830 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:06.857529+0000 mon.b (mon.2) 831 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:06.861222+0000 mon.b (mon.2) 832 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:06.862728+0000 mon.b (mon.2) 833 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:06.870510+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: cephadm 2023-12-07T15:55:06.873078+0000 mgr.y (mgr.25453) 374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:06.952338+0000 mon.b (mon.2) 834 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:06.956184+0000 mon.b (mon.2) 835 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:06.959840+0000 mon.b (mon.2) 836 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:06.961394+0000 mon.b (mon.2) 837 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:06.967942+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: cephadm 2023-12-07T15:55:06.973173+0000 mgr.y (mgr.25453) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.056759+0000 mon.b (mon.2) 838 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.060693+0000 mon.b (mon.2) 839 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.064206+0000 mon.b (mon.2) 840 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.065537+0000 mon.b (mon.2) 841 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.071370+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: cephadm 2023-12-07T15:55:07.075218+0000 mgr.y (mgr.25453) 376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:07.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.188637+0000 mon.b (mon.2) 842 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.191476+0000 mon.b (mon.2) 843 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.194844+0000 mon.b (mon.2) 844 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.196118+0000 mon.b (mon.2) 845 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.202815+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.283510+0000 mon.b (mon.2) 846 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.287028+0000 mon.b (mon.2) 847 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.289378+0000 mon.b (mon.2) 848 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.290374+0000 mon.b (mon.2) 849 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.296331+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.379298+0000 mon.b (mon.2) 850 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.382374+0000 mon.b (mon.2) 851 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.386546+0000 mon.b (mon.2) 852 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.388016+0000 mon.b (mon.2) 853 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.394224+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.511072+0000 mon.b (mon.2) 854 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.514374+0000 mon.b (mon.2) 855 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.517834+0000 mon.b (mon.2) 856 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.519194+0000 mon.b (mon.2) 857 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.525193+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.594516+0000 mon.b (mon.2) 858 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.597517+0000 mon.b (mon.2) 859 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.600361+0000 mon.b (mon.2) 860 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.601531+0000 mon.b (mon.2) 861 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.607403+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:07.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.636514+0000 mon.c (mon.1) 2 : audit [DBG] from='client.? 172.21.15.121:0/1423618392' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:55:07.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.686785+0000 mon.b (mon.2) 862 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:07.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.690065+0000 mon.b (mon.2) 863 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:07.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.693364+0000 mon.b (mon.2) 864 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:07.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.695016+0000 mon.b (mon.2) 865 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:07.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:07 smithi144 bash[25224]: audit 2023-12-07T15:55:07.702286+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: cephadm 2023-12-07T15:55:06.170368+0000 mgr.y (mgr.25453) 366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:06.200667+0000 mgr.y (mgr.25453) 367 : audit 0 from='client.44118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:08.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: cephadm 2023-12-07T15:55:06.283779+0000 mgr.y (mgr.25453) 368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: cephadm 2023-12-07T15:55:06.385829+0000 mgr.y (mgr.25453) 369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: cephadm 2023-12-07T15:55:06.484449+0000 mgr.y (mgr.25453) 370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: cephadm 2023-12-07T15:55:06.583037+0000 mgr.y (mgr.25453) 371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: cephadm 2023-12-07T15:55:06.679603+0000 mgr.y (mgr.25453) 372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:06.760701+0000 mon.b (mon.2) 826 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:06.763111+0000 mon.b (mon.2) 827 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:06.765361+0000 mon.b (mon.2) 828 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:06.766369+0000 mon.b (mon.2) 829 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:06.772292+0000 mon.a (mon.0) 238 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: cephadm 2023-12-07T15:55:06.773092+0000 mgr.y (mgr.25453) 373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:06.854002+0000 mon.b (mon.2) 830 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:06.857529+0000 mon.b (mon.2) 831 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:06.861222+0000 mon.b (mon.2) 832 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:06.862728+0000 mon.b (mon.2) 833 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:06.870510+0000 mon.a (mon.0) 239 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: cephadm 2023-12-07T15:55:06.873078+0000 mgr.y (mgr.25453) 374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:06.952338+0000 mon.b (mon.2) 834 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:06.956184+0000 mon.b (mon.2) 835 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: cephadm 2023-12-07T15:55:06.170368+0000 mgr.y (mgr.25453) 366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:06.200667+0000 mgr.y (mgr.25453) 367 : audit 0 from='client.44118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:08.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: cephadm 2023-12-07T15:55:06.283779+0000 mgr.y (mgr.25453) 368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: cephadm 2023-12-07T15:55:06.385829+0000 mgr.y (mgr.25453) 369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: cephadm 2023-12-07T15:55:06.484449+0000 mgr.y (mgr.25453) 370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: cephadm 2023-12-07T15:55:06.583037+0000 mgr.y (mgr.25453) 371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: cephadm 2023-12-07T15:55:06.679603+0000 mgr.y (mgr.25453) 372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:06.760701+0000 mon.b (mon.2) 826 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:06.763111+0000 mon.b (mon.2) 827 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:06.765361+0000 mon.b (mon.2) 828 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:06.766369+0000 mon.b (mon.2) 829 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:06.772292+0000 mon.a (mon.0) 238 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: cephadm 2023-12-07T15:55:06.773092+0000 mgr.y (mgr.25453) 373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:06.854002+0000 mon.b (mon.2) 830 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:06.857529+0000 mon.b (mon.2) 831 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:06.861222+0000 mon.b (mon.2) 832 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:06.862728+0000 mon.b (mon.2) 833 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:06.870510+0000 mon.a (mon.0) 239 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: cephadm 2023-12-07T15:55:06.873078+0000 mgr.y (mgr.25453) 374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:06.952338+0000 mon.b (mon.2) 834 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:06.956184+0000 mon.b (mon.2) 835 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:06.959840+0000 mon.b (mon.2) 836 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:06.961394+0000 mon.b (mon.2) 837 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:06.967942+0000 mon.a (mon.0) 240 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: cephadm 2023-12-07T15:55:06.973173+0000 mgr.y (mgr.25453) 375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.056759+0000 mon.b (mon.2) 838 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.060693+0000 mon.b (mon.2) 839 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.064206+0000 mon.b (mon.2) 840 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.065537+0000 mon.b (mon.2) 841 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.071370+0000 mon.a (mon.0) 241 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: cephadm 2023-12-07T15:55:07.075218+0000 mgr.y (mgr.25453) 376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.188637+0000 mon.b (mon.2) 842 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.191476+0000 mon.b (mon.2) 843 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.194844+0000 mon.b (mon.2) 844 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.196118+0000 mon.b (mon.2) 845 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.202815+0000 mon.a (mon.0) 242 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.283510+0000 mon.b (mon.2) 846 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.287028+0000 mon.b (mon.2) 847 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.289378+0000 mon.b (mon.2) 848 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.290374+0000 mon.b (mon.2) 849 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.296331+0000 mon.a (mon.0) 243 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.379298+0000 mon.b (mon.2) 850 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.382374+0000 mon.b (mon.2) 851 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.386546+0000 mon.b (mon.2) 852 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.388016+0000 mon.b (mon.2) 853 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.394224+0000 mon.a (mon.0) 244 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.511072+0000 mon.b (mon.2) 854 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.514374+0000 mon.b (mon.2) 855 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.517834+0000 mon.b (mon.2) 856 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.519194+0000 mon.b (mon.2) 857 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.525193+0000 mon.a (mon.0) 245 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.594516+0000 mon.b (mon.2) 858 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.597517+0000 mon.b (mon.2) 859 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.600361+0000 mon.b (mon.2) 860 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.601531+0000 mon.b (mon.2) 861 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.607403+0000 mon.a (mon.0) 246 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.636514+0000 mon.c (mon.1) 2 : audit 0 from='client.? 172.21.15.121:0/1423618392' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:55:08.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.686785+0000 mon.b (mon.2) 862 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.690065+0000 mon.b (mon.2) 863 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.693364+0000 mon.b (mon.2) 864 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.695016+0000 mon.b (mon.2) 865 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[81553]: audit 2023-12-07T15:55:07.702286+0000 mon.a (mon.0) 247 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:06.959840+0000 mon.b (mon.2) 836 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:06.961394+0000 mon.b (mon.2) 837 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:06.967942+0000 mon.a (mon.0) 240 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: cephadm 2023-12-07T15:55:06.973173+0000 mgr.y (mgr.25453) 375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.056759+0000 mon.b (mon.2) 838 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.060693+0000 mon.b (mon.2) 839 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.064206+0000 mon.b (mon.2) 840 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.065537+0000 mon.b (mon.2) 841 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.071370+0000 mon.a (mon.0) 241 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: cephadm 2023-12-07T15:55:07.075218+0000 mgr.y (mgr.25453) 376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.188637+0000 mon.b (mon.2) 842 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.191476+0000 mon.b (mon.2) 843 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.194844+0000 mon.b (mon.2) 844 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.196118+0000 mon.b (mon.2) 845 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.202815+0000 mon.a (mon.0) 242 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.283510+0000 mon.b (mon.2) 846 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.287028+0000 mon.b (mon.2) 847 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.289378+0000 mon.b (mon.2) 848 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.290374+0000 mon.b (mon.2) 849 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.296331+0000 mon.a (mon.0) 243 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.379298+0000 mon.b (mon.2) 850 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.382374+0000 mon.b (mon.2) 851 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.386546+0000 mon.b (mon.2) 852 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.388016+0000 mon.b (mon.2) 853 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.394224+0000 mon.a (mon.0) 244 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.511072+0000 mon.b (mon.2) 854 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.514374+0000 mon.b (mon.2) 855 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.517834+0000 mon.b (mon.2) 856 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.519194+0000 mon.b (mon.2) 857 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.525193+0000 mon.a (mon.0) 245 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.594516+0000 mon.b (mon.2) 858 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.597517+0000 mon.b (mon.2) 859 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.600361+0000 mon.b (mon.2) 860 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.601531+0000 mon.b (mon.2) 861 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.607403+0000 mon.a (mon.0) 246 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.636514+0000 mon.c (mon.1) 2 : audit 0 from='client.? 172.21.15.121:0/1423618392' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:55:08.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.686785+0000 mon.b (mon.2) 862 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.690065+0000 mon.b (mon.2) 863 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.693364+0000 mon.b (mon.2) 864 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.695016+0000 mon.b (mon.2) 865 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:07 smithi121 bash[83807]: audit 2023-12-07T15:55:07.702286+0000 mon.a (mon.0) 247 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.754 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: cluster 2023-12-07T15:55:07.112267+0000 mgr.y (mgr.25453) 377 : cluster 0 pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:08.755 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:07.122527+0000 mgr.y (mgr.25453) 378 : audit 0 from='client.54124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:08.755 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: cephadm 2023-12-07T15:55:07.205608+0000 mgr.y (mgr.25453) 379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.755 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: cephadm 2023-12-07T15:55:07.297762+0000 mgr.y (mgr.25453) 380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.876 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[61561]: ts=2023-12-07T15:55:08.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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:55:08.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: cluster 2023-12-07T15:55:07.112267+0000 mgr.y (mgr.25453) 377 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:08.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:07.122527+0000 mgr.y (mgr.25453) 378 : audit [DBG] from='client.54124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:08.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: cephadm 2023-12-07T15:55:07.205608+0000 mgr.y (mgr.25453) 379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: cephadm 2023-12-07T15:55:07.297762+0000 mgr.y (mgr.25453) 380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: cephadm 2023-12-07T15:55:07.396025+0000 mgr.y (mgr.25453) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: cephadm 2023-12-07T15:55:07.527322+0000 mgr.y (mgr.25453) 382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: cephadm 2023-12-07T15:55:07.610108+0000 mgr.y (mgr.25453) 383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: cephadm 2023-12-07T15:55:07.703378+0000 mgr.y (mgr.25453) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:07.783559+0000 mon.b (mon.2) 866 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:07.786497+0000 mon.b (mon.2) 867 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:07.789955+0000 mon.b (mon.2) 868 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:07.791368+0000 mon.b (mon.2) 869 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:07.799305+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: cephadm 2023-12-07T15:55:07.802588+0000 mgr.y (mgr.25453) 385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:07.882707+0000 mon.b (mon.2) 870 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:07.888669+0000 mon.b (mon.2) 871 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:07.892142+0000 mon.b (mon.2) 872 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:07.893454+0000 mon.b (mon.2) 873 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:07.899633+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: cephadm 2023-12-07T15:55:07.905585+0000 mgr.y (mgr.25453) 386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:07.970047+0000 mon.b (mon.2) 874 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:07.975238+0000 mon.b (mon.2) 875 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:07.978275+0000 mon.b (mon.2) 876 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:07.979275+0000 mon.b (mon.2) 877 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:07.983363+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: cephadm 2023-12-07T15:55:07.987758+0000 mgr.y (mgr.25453) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:08.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:08.070792+0000 mon.b (mon.2) 878 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:08.072691+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:08.079595+0000 mon.b (mon.2) 879 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:08.087136+0000 mon.b (mon.2) 880 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:08.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:08.090587+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:08.096360+0000 mon.b (mon.2) 881 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:08.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:08.099850+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:08.105249+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:08.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:08.189850+0000 mon.b (mon.2) 882 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:08.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:08.193586+0000 mon.b (mon.2) 883 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:08.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:08.196006+0000 mon.b (mon.2) 884 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T15:55:08.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:08 smithi144 bash[25224]: audit 2023-12-07T15:55:08.197740+0000 mon.b (mon.2) 885 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-07T15:55:09.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: cephadm 2023-12-07T15:55:07.396025+0000 mgr.y (mgr.25453) 381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:09.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: cephadm 2023-12-07T15:55:07.527322+0000 mgr.y (mgr.25453) 382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:09.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: cephadm 2023-12-07T15:55:07.610108+0000 mgr.y (mgr.25453) 383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:09.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: cephadm 2023-12-07T15:55:07.703378+0000 mgr.y (mgr.25453) 384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:09.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:07.783559+0000 mon.b (mon.2) 866 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:09.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:07.786497+0000 mon.b (mon.2) 867 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:09.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:07.789955+0000 mon.b (mon.2) 868 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:09.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:07.791368+0000 mon.b (mon.2) 869 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:09.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:07.799305+0000 mon.a (mon.0) 248 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:09.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: cephadm 2023-12-07T15:55:07.802588+0000 mgr.y (mgr.25453) 385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:09.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:07.882707+0000 mon.b (mon.2) 870 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:09.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:07.888669+0000 mon.b (mon.2) 871 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:09.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:07.892142+0000 mon.b (mon.2) 872 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:09.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:07.893454+0000 mon.b (mon.2) 873 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:09.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:07.899633+0000 mon.a (mon.0) 249 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:09.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: cephadm 2023-12-07T15:55:07.905585+0000 mgr.y (mgr.25453) 386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:09.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:07.970047+0000 mon.b (mon.2) 874 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:09.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:07.975238+0000 mon.b (mon.2) 875 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:09.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:07.978275+0000 mon.b (mon.2) 876 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:09.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:07.979275+0000 mon.b (mon.2) 877 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:09.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: cluster 2023-12-07T15:55:07.112267+0000 mgr.y (mgr.25453) 377 : cluster 0 pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:09.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:07.122527+0000 mgr.y (mgr.25453) 378 : audit 0 from='client.54124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:09.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: cephadm 2023-12-07T15:55:07.205608+0000 mgr.y (mgr.25453) 379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:09.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: cephadm 2023-12-07T15:55:07.297762+0000 mgr.y (mgr.25453) 380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:09.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: cephadm 2023-12-07T15:55:07.396025+0000 mgr.y (mgr.25453) 381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:09.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: cephadm 2023-12-07T15:55:07.527322+0000 mgr.y (mgr.25453) 382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:09.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: cephadm 2023-12-07T15:55:07.610108+0000 mgr.y (mgr.25453) 383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:09.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: cephadm 2023-12-07T15:55:07.703378+0000 mgr.y (mgr.25453) 384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:09.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:07.783559+0000 mon.b (mon.2) 866 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:09.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:07.786497+0000 mon.b (mon.2) 867 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:09.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:07.789955+0000 mon.b (mon.2) 868 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:09.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:07.791368+0000 mon.b (mon.2) 869 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:09.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:07.799305+0000 mon.a (mon.0) 248 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:09.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: cephadm 2023-12-07T15:55:07.802588+0000 mgr.y (mgr.25453) 385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:09.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:07.882707+0000 mon.b (mon.2) 870 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:09.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:07.888669+0000 mon.b (mon.2) 871 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:09.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:07.892142+0000 mon.b (mon.2) 872 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:09.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:07.893454+0000 mon.b (mon.2) 873 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:09.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:07.899633+0000 mon.a (mon.0) 249 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:09.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: cephadm 2023-12-07T15:55:07.905585+0000 mgr.y (mgr.25453) 386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:09.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:07.970047+0000 mon.b (mon.2) 874 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:09.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:07.975238+0000 mon.b (mon.2) 875 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:09.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:07.978275+0000 mon.b (mon.2) 876 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:09.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:07.979275+0000 mon.b (mon.2) 877 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:09.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:07.983363+0000 mon.a (mon.0) 250 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:09.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: cephadm 2023-12-07T15:55:07.987758+0000 mgr.y (mgr.25453) 387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:09.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:08.070792+0000 mon.b (mon.2) 878 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:09.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:08.072691+0000 mon.a (mon.0) 251 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:09.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:08.079595+0000 mon.b (mon.2) 879 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:09.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:08.087136+0000 mon.b (mon.2) 880 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:09.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:08.090587+0000 mon.a (mon.0) 252 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:09.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:08.096360+0000 mon.b (mon.2) 881 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:09.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:08.099850+0000 mon.a (mon.0) 253 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:09.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:08.105249+0000 mon.a (mon.0) 254 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:09.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:08.189850+0000 mon.b (mon.2) 882 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:09.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:08.193586+0000 mon.b (mon.2) 883 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:09.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:08.196006+0000 mon.b (mon.2) 884 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T15:55:09.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[83807]: audit 2023-12-07T15:55:08.197740+0000 mon.b (mon.2) 885 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-07T15:55:09.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:07.983363+0000 mon.a (mon.0) 250 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:09.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: cephadm 2023-12-07T15:55:07.987758+0000 mgr.y (mgr.25453) 387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:09.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:08.070792+0000 mon.b (mon.2) 878 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:09.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:08.072691+0000 mon.a (mon.0) 251 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:09.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:08.079595+0000 mon.b (mon.2) 879 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:09.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:08.087136+0000 mon.b (mon.2) 880 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:09.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:08.090587+0000 mon.a (mon.0) 252 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:09.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:08.096360+0000 mon.b (mon.2) 881 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:09.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:08.099850+0000 mon.a (mon.0) 253 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:09.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:08.105249+0000 mon.a (mon.0) 254 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:09.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:08.189850+0000 mon.b (mon.2) 882 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:09.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:08.193586+0000 mon.b (mon.2) 883 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:09.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:08.196006+0000 mon.b (mon.2) 884 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-07T15:55:09.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:08 smithi121 bash[81553]: audit 2023-12-07T15:55:08.197740+0000 mon.b (mon.2) 885 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-07T15:55:10.025 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:09 smithi121 bash[81553]: cephadm 2023-12-07T15:55:08.197608+0000 mgr.y (mgr.25453) 388 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-07T15:55:10.025 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:09 smithi121 bash[83807]: cephadm 2023-12-07T15:55:08.197608+0000 mgr.y (mgr.25453) 388 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-07T15:55:10.104 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:09 smithi144 bash[25224]: cephadm 2023-12-07T15:55:08.197608+0000 mgr.y (mgr.25453) 388 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-07T15:55:11.054 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:10 smithi121 bash[81553]: cluster 2023-12-07T15:55:09.113096+0000 mgr.y (mgr.25453) 389 : cluster 0 pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:11.055 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:10 smithi121 bash[83807]: cluster 2023-12-07T15:55:09.113096+0000 mgr.y (mgr.25453) 389 : cluster 0 pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:10 smithi144 bash[25224]: cluster 2023-12-07T15:55:09.113096+0000 mgr.y (mgr.25453) 389 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[81553]: cephadm 2023-12-07T15:55:10.866589+0000 mgr.y (mgr.25453) 390 : cephadm 1 Upgrade: Updating mon.b 2023-12-07T15:55:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[81553]: audit 2023-12-07T15:55:10.872978+0000 mon.a (mon.0) 255 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[81553]: audit 2023-12-07T15:55:10.880174+0000 mon.b (mon.2) 886 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:55:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[81553]: audit 2023-12-07T15:55:10.881643+0000 mon.b (mon.2) 887 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:55:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[81553]: audit 2023-12-07T15:55:10.883091+0000 mon.b (mon.2) 888 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[81553]: cephadm 2023-12-07T15:55:10.883671+0000 mgr.y (mgr.25453) 391 : cephadm 1 Deploying daemon mon.b on smithi144 2023-12-07T15:55:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[81553]: audit 2023-12-07T15:55:11.025112+0000 mon.a (mon.0) 256 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:12.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[81553]: audit 2023-12-07T15:55:11.035958+0000 mon.a (mon.0) 257 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:12.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[81553]: audit 2023-12-07T15:55:11.048654+0000 mon.a (mon.0) 258 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[83807]: cephadm 2023-12-07T15:55:10.866589+0000 mgr.y (mgr.25453) 390 : cephadm 1 Upgrade: Updating mon.b 2023-12-07T15:55:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[83807]: audit 2023-12-07T15:55:10.872978+0000 mon.a (mon.0) 255 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[83807]: audit 2023-12-07T15:55:10.880174+0000 mon.b (mon.2) 886 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:55:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[83807]: audit 2023-12-07T15:55:10.881643+0000 mon.b (mon.2) 887 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:55:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[83807]: audit 2023-12-07T15:55:10.883091+0000 mon.b (mon.2) 888 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[83807]: cephadm 2023-12-07T15:55:10.883671+0000 mgr.y (mgr.25453) 391 : cephadm 1 Deploying daemon mon.b on smithi144 2023-12-07T15:55:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[83807]: audit 2023-12-07T15:55:11.025112+0000 mon.a (mon.0) 256 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:12.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[83807]: audit 2023-12-07T15:55:11.035958+0000 mon.a (mon.0) 257 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:12.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:11 smithi121 bash[83807]: audit 2023-12-07T15:55:11.048654+0000 mon.a (mon.0) 258 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:12.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:11 smithi144 bash[25224]: cephadm 2023-12-07T15:55:10.866589+0000 mgr.y (mgr.25453) 390 : cephadm [INF] Upgrade: Updating mon.b 2023-12-07T15:55:12.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:11 smithi144 bash[25224]: audit 2023-12-07T15:55:10.872978+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:12.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:11 smithi144 bash[25224]: audit 2023-12-07T15:55:10.880174+0000 mon.b (mon.2) 886 : audit [INF] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:55:12.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:11 smithi144 bash[25224]: audit 2023-12-07T15:55:10.881643+0000 mon.b (mon.2) 887 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:55:12.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:11 smithi144 bash[25224]: audit 2023-12-07T15:55:10.883091+0000 mon.b (mon.2) 888 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:12.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:11 smithi144 bash[25224]: cephadm 2023-12-07T15:55:10.883671+0000 mgr.y (mgr.25453) 391 : cephadm [INF] Deploying daemon mon.b on smithi144 2023-12-07T15:55:12.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:11 smithi144 bash[25224]: audit 2023-12-07T15:55:11.025112+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:12.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:11 smithi144 bash[25224]: audit 2023-12-07T15:55:11.035958+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:12.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:11 smithi144 bash[25224]: audit 2023-12-07T15:55:11.048654+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:13.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:13 smithi144 bash[25224]: cluster 2023-12-07T15:55:11.113963+0000 mgr.y (mgr.25453) 392 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:13.085 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:13 smithi144 bash[25224]: audit 2023-12-07T15:55:12.457649+0000 mon.b (mon.2) 889 : audit [DBG] from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:55:13.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:13 smithi121 bash[81553]: cluster 2023-12-07T15:55:11.113963+0000 mgr.y (mgr.25453) 392 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:13.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:13 smithi121 bash[81553]: audit 2023-12-07T15:55:12.457649+0000 mon.b (mon.2) 889 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:55:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:13 smithi121 bash[83807]: cluster 2023-12-07T15:55:11.113963+0000 mgr.y (mgr.25453) 392 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:13 smithi121 bash[83807]: audit 2023-12-07T15:55:12.457649+0000 mon.b (mon.2) 889 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:55:14.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:13 smithi144 systemd[1]: Stopping Ceph mon.b for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:55:14.206 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:55:14 smithi121 bash[75663]: [07/Dec/2023:15:55:14] ENGINE Bus STOPPING 2023-12-07T15:55:14.206 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:55:14 smithi121 bash[75663]: [07/Dec/2023:15:55:14] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-07T15:55:14.207 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:55:14 smithi121 bash[75663]: [07/Dec/2023:15:55:14] ENGINE Bus STOPPED 2023-12-07T15:55:14.207 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:55:14 smithi121 bash[75663]: [07/Dec/2023:15:55:14] ENGINE Bus STARTING 2023-12-07T15:55:14.325 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:14 smithi144 bash[25224]: debug 2023-12-07T15:55:14.064+0000 7fdfdd5c2700 -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 2023-12-07T15:55:14.325 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:14 smithi144 bash[25224]: debug 2023-12-07T15:55:14.064+0000 7fdfdd5c2700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-07T15:55:14.560 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:55:14 smithi121 bash[75663]: [07/Dec/2023:15:55:14] ENGINE Serving on http://:::9283 2023-12-07T15:55:14.560 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:55:14 smithi121 bash[75663]: [07/Dec/2023:15:55:14] ENGINE Bus STARTED 2023-12-07T15:55:14.968 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:55:14 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:55:14] "GET /metrics HTTP/1.1" 200 38255 "" "Prometheus/2.33.4" 2023-12-07T15:55:15.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:14 smithi144 bash[66385]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mon-b 2023-12-07T15:55:15.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:15 smithi144 bash[66459]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mon-b 2023-12-07T15:55:15.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:15 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mon.b.service: Succeeded. 2023-12-07T15:55:15.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:15 smithi144 systemd[1]: Stopped Ceph mon.b for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:55:15.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:15 smithi144 systemd[1]: Started Ceph mon.b for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:55:16.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.288+0000 7fb2d4f46c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-07T15:55:16.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.288+0000 7fb2d4f46c80 0 ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev), process ceph-mon, pid 6 2023-12-07T15:55:16.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.288+0000 7fb2d4f46c80 0 pidfile_write: ignore empty --pid-file 2023-12-07T15:55:16.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 0 load: jerasure load: lrc 2023-12-07T15:55:16.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-07T15:55:16.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Git sha 0 2023-12-07T15:55:16.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Compile date 2023-12-05 09:15:47 2023-12-07T15:55:16.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: DB SUMMARY 2023-12-07T15:55:16.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: DB Session ID: DL5TWDKMPWZF282XBNN7 2023-12-07T15:55:16.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: CURRENT file: CURRENT 2023-12-07T15:55:16.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-07T15:55:16.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 2230 Bytes 2023-12-07T15:55:16.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000045.sst 2023-12-07T15:55:16.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000043.log size: 836816 ; 2023-12-07T15:55:16.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.error_if_exists: 0 2023-12-07T15:55:16.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.create_if_missing: 0 2023-12-07T15:55:16.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-07T15:55:16.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-07T15:55:16.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T15:55:16.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-07T15:55:16.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.env: 0x55b26d17ea60 2023-12-07T15:55:16.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-07T15:55:16.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.info_log: 0x55b26e0eb760 2023-12-07T15:55:16.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-07T15:55:16.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.statistics: (nil) 2023-12-07T15:55:16.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.use_fsync: 0 2023-12-07T15:55:16.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-07T15:55:16.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T15:55:16.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T15:55:16.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-07T15:55:16.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-07T15:55:16.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-07T15:55:16.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-07T15:55:16.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-07T15:55:16.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-07T15:55:16.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T15:55:16.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-07T15:55:16.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.db_log_dir: 2023-12-07T15:55:16.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.wal_dir: 2023-12-07T15:55:16.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T15:55:16.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T15:55:16.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T15:55:16.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T15:55:16.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T15:55:16.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T15:55:16.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-07T15:55:16.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-07T15:55:16.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.write_buffer_manager: 0x55b26e0bef00 2023-12-07T15:55:16.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T15:55:16.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T15:55:16.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T15:55:16.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-07T15:55:16.632 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T15:55:16.632 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-07T15:55:16.633 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-07T15:55:16.633 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-07T15:55:16.633 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.unordered_write: 0 2023-12-07T15:55:16.633 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T15:55:16.633 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T15:55:16.633 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T15:55:16.634 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T15:55:16.634 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.row_cache: None 2023-12-07T15:55:16.634 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.wal_filter: None 2023-12-07T15:55:16.634 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T15:55:16.634 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-07T15:55:16.634 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.two_write_queues: 0 2023-12-07T15:55:16.634 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-07T15:55:16.634 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.wal_compression: 0 2023-12-07T15:55:16.634 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.atomic_flush: 0 2023-12-07T15:55:16.634 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T15:55:16.634 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T15:55:16.634 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T15:55:16.635 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-07T15:55:16.635 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T15:55:16.635 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-07T15:55:16.635 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T15:55:16.635 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T15:55:16.635 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-07T15:55:16.635 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-07T15:55:16.635 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-07T15:55:16.635 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-07T15:55:16.635 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-07T15:55:16.635 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-07T15:55:16.635 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T15:55:16.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T15:55:16.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T15:55:16.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-07T15:55:16.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T15:55:16.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T15:55:16.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T15:55:16.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T15:55:16.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_open_files: -1 2023-12-07T15:55:16.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-07T15:55:16.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T15:55:16.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T15:55:16.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-07T15:55:16.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-07T15:55:16.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Compression algorithms supported: 2023-12-07T15:55:16.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T15:55:16.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: kZSTD supported: 0 2023-12-07T15:55:16.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: kXpressCompression supported: 0 2023-12-07T15:55:16.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-07T15:55:16.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: kZlibCompression supported: 1 2023-12-07T15:55:16.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-07T15:55:16.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-07T15:55:16.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-07T15:55:16.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T15:55:16.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-07T15:55:16.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2023-12-07T15:55:16.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-07T15:55:16.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T15:55:16.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.merge_operator: 2023-12-07T15:55:16.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compaction_filter: None 2023-12-07T15:55:16.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-07T15:55:16.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-07T15:55:16.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T15:55:16.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T15:55:16.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b26e0eb8a0) 2023-12-07T15:55:16.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: cache_index_and_filter_blocks: 1 2023-12-07T15:55:16.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T15:55:16.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T15:55:16.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: pin_top_level_index_and_filter: 1 2023-12-07T15:55:16.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: index_type: 0 2023-12-07T15:55:16.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: data_block_index_type: 0 2023-12-07T15:55:16.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: index_shortening: 1 2023-12-07T15:55:16.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: data_block_hash_table_util_ratio: 0.750000 2023-12-07T15:55:16.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: checksum: 4 2023-12-07T15:55:16.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: no_block_cache: 0 2023-12-07T15:55:16.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: block_cache: 0x55b26e13f090 2023-12-07T15:55:16.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: block_cache_name: BinnedLRUCache 2023-12-07T15:55:16.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: block_cache_options: 2023-12-07T15:55:16.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: capacity : 536870912 2023-12-07T15:55:16.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: num_shard_bits : 4 2023-12-07T15:55:16.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: strict_capacity_limit : 0 2023-12-07T15:55:16.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: high_pri_pool_ratio: 0.000 2023-12-07T15:55:16.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: block_cache_compressed: (nil) 2023-12-07T15:55:16.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: persistent_cache: (nil) 2023-12-07T15:55:16.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: block_size: 4096 2023-12-07T15:55:16.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: block_size_deviation: 10 2023-12-07T15:55:16.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: block_restart_interval: 16 2023-12-07T15:55:16.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: index_block_restart_interval: 1 2023-12-07T15:55:16.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: metadata_block_size: 4096 2023-12-07T15:55:16.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: partition_filters: 0 2023-12-07T15:55:16.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: use_delta_encoding: 1 2023-12-07T15:55:16.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: filter_policy: bloomfilter 2023-12-07T15:55:16.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: whole_key_filtering: 1 2023-12-07T15:55:16.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: verify_compression: 0 2023-12-07T15:55:16.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: read_amp_bytes_per_bit: 0 2023-12-07T15:55:16.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: format_version: 5 2023-12-07T15:55:16.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: enable_index_compression: 1 2023-12-07T15:55:16.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: block_align: 0 2023-12-07T15:55:16.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: max_auto_readahead_size: 262144 2023-12-07T15:55:16.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: prepopulate_block_cache: 0 2023-12-07T15:55:16.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: initial_auto_readahead_size: 8192 2023-12-07T15:55:16.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: num_file_reads_for_auto_readahead: 2 2023-12-07T15:55:16.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-07T15:55:16.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-07T15:55:16.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compression: NoCompression 2023-12-07T15:55:16.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-07T15:55:16.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-07T15:55:16.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T15:55:16.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.num_levels: 7 2023-12-07T15:55:16.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T15:55:16.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T15:55:16.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T15:55:16.642 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T15:55:16.642 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T15:55:16.642 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T15:55:16.642 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T15:55:16.642 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:55:16.642 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T15:55:16.642 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T15:55:16.642 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-07T15:55:16.642 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-07T15:55:16.642 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T15:55:16.642 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-07T15:55:16.642 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-07T15:55:16.642 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T15:55:16.642 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T15:55:16.643 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-07T15:55:16.643 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T15:55:16.643 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-07T15:55:16.643 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-07T15:55:16.643 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T15:55:16.643 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T15:55:16.643 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T15:55:16.643 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-07T15:55:16.643 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T15:55:16.643 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T15:55:16.643 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T15:55:16.643 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T15:55:16.643 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T15:55:16.643 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T15:55:16.643 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T15:55:16.644 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T15:55:16.644 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T15:55:16.644 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T15:55:16.644 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T15:55:16.644 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T15:55:16.644 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T15:55:16.644 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-07T15:55:16.644 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-07T15:55:16.644 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T15:55:16.644 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T15:55:16.644 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-07T15:55:16.644 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T15:55:16.644 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T15:55:16.644 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T15:55:16.645 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T15:55:16.645 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T15:55:16.645 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T15:55:16.645 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T15:55:16.645 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T15:55:16.645 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T15:55:16.645 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T15:55:16.645 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.table_properties_collectors: 2023-12-07T15:55:16.645 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-07T15:55:16.645 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T15:55:16.645 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T15:55:16.645 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T15:55:16.645 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T15:55:16.645 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.bloom_locality: 0 2023-12-07T15:55:16.646 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-07T15:55:16.646 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T15:55:16.646 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-07T15:55:16.646 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-07T15:55:16.646 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-07T15:55:16.646 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.ttl: 2592000 2023-12-07T15:55:16.646 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T15:55:16.646 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-07T15:55:16.646 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-07T15:55:16.646 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.enable_blob_files: false 2023-12-07T15:55:16.646 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.min_blob_size: 0 2023-12-07T15:55:16.646 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-07T15:55:16.646 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T15:55:16.646 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T15:55:16.646 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T15:55:16.647 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-07T15:55:16.647 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-07T15:55:16.647 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-07T15:55:16.647 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2d4f46c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-07T15:55:16.647 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.292+0000 7fb2ca70f700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 45.sst 2023-12-07T15:55:16.647 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.296+0000 7fb2d4f46c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-07T15:55:16.647 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.296+0000 7fb2d4f46c80 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 27712, log_number is 43,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-07T15:55:16.647 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.296+0000 7fb2d4f46c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 43 2023-12-07T15:55:16.647 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.296+0000 7fb2d4f46c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d9aa4b09-266c-460a-a7e5-461de4c2e394 2023-12-07T15:55:16.647 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.296+0000 7fb2d4f46c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964516298816, "job": 1, "event": "recovery_started", "wal_files": [43]} 2023-12-07T15:55:16.647 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.296+0000 7fb2d4f46c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #43 mode 2 2023-12-07T15:55:16.647 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.300+0000 7fb2d4f46c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964516302968, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 48, "file_size": 530691, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 27717, "largest_seqno": 28483, "table_properties": {"data_size": 527267, "index_size": 1258, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1157, "raw_key_size": 10809, "raw_average_key_size": 24, "raw_value_size": 519864, "raw_average_value_size": 1192, "num_data_blocks": 51, "num_entries": 436, "num_filter_entries": 436, "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": "[]", "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": 1701964516, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d9aa4b09-266c-460a-a7e5-461de4c2e394", "db_session_id": "DL5TWDKMPWZF282XBNN7", "orig_file_number": 48, "seqno_to_time_mapping": "N/A"}} 2023-12-07T15:55:16.648 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.300+0000 7fb2d4f46c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701964516303206, "job": 1, "event": "recovery_finished"} 2023-12-07T15:55:16.648 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.300+0000 7fb2d4f46c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 50 2023-12-07T15:55:16.648 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.300+0000 7fb2d4f46c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-07T15:55:16.648 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.304+0000 7fb2d4f46c80 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 2023-12-07T15:55:16.648 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.304+0000 7fb2d4f46c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b26e1de000 2023-12-07T15:55:16.648 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.304+0000 7fb2d4f46c80 4 rocksdb: DB pointer 0x55b26e1cc000 2023-12-07T15:55:16.648 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.304+0000 7fb2c3701700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-07T15:55:16.648 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.304+0000 7fb2c3701700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-07T15:55:16.648 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: ** DB Stats ** 2023-12-07T15:55:16.648 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:55:16.648 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-07T15:55:16.648 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T15:55:16.648 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:55:16.648 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-07T15:55:16.649 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T15:55:16.649 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T15:55:16.649 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: ** Compaction Stats [default] ** 2023-12-07T15:55:16.649 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: 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) 2023-12-07T15:55:16.649 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-07T15:55:16.649 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: L0 1/0 518.25 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 216.0 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-07T15:55:16.649 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: L6 1/0 10.83 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 2023-12-07T15:55:16.649 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: Sum 2/0 11.33 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 216.0 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-07T15:55:16.649 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 216.0 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-07T15:55:16.649 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: ** Compaction Stats [default] ** 2023-12-07T15:55:16.649 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: 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) 2023-12-07T15:55:16.649 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T15:55:16.649 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 216.0 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-07T15:55:16.650 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-07T15:55:16.650 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T15:55:16.650 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T15:55:16.650 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T15:55:16.650 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T15:55:16.650 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T15:55:16.650 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: AddFile(Keys): cumulative 0, interval 0 2023-12-07T15:55:16.650 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: Cumulative compaction: 0.00 GB write, 51.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:55:16.650 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: Interval compaction: 0.00 GB write, 51.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T15:55:16.650 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-07T15:55:16.650 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: Block cache BinnedLRUCache@0x55b26e13f090#6 capacity: 512.00 MB usage: 2.61 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.8e-05 secs_since: 0 2023-12-07T15:55:16.650 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: Block cache entry stats(count,size,portion): FilterBlock(1,1.28 KB,0.000244379%) IndexBlock(1,1.33 KB,0.00025332%) Misc(1,0.00 KB,0%) 2023-12-07T15:55:16.650 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: ** File Read Latency Histogram By Level [default] ** 2023-12-07T15:55:16.650 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.304+0000 7fb2d4f46c80 0 starting mon.b rank 2 at public addrs [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] at bind addrs [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:55:16.651 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.304+0000 7fb2d4f46c80 1 mon.b@-1(???) e3 preinit fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 2023-12-07T15:55:16.651 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.304+0000 7fb2d4f46c80 0 mon.b@-1(???).mds e1 new map 2023-12-07T15:55:16.651 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.304+0000 7fb2d4f46c80 0 mon.b@-1(???).mds e1 print_map 2023-12-07T15:55:16.651 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: e1 2023-12-07T15:55:16.651 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T15:55:16.651 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-07T15:55:16.651 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: legacy client fscid: -1 2023-12-07T15:55:16.651 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: 2023-12-07T15:55:16.651 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: No filesystems configured 2023-12-07T15:55:16.651 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.308+0000 7fb2d4f46c80 0 mon.b@-1(???).osd e109 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-07T15:55:16.651 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.308+0000 7fb2d4f46c80 0 mon.b@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T15:55:16.651 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.308+0000 7fb2d4f46c80 0 mon.b@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T15:55:16.651 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.308+0000 7fb2d4f46c80 0 mon.b@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2023-12-07T15:55:16.652 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:16 smithi144 bash[66528]: debug 2023-12-07T15:55:16.308+0000 7fb2d4f46c80 1 mon.b@-1(???).paxosservice(auth 1..28) refresh upgraded, format 0 -> 3 2023-12-07T15:55:17.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:17 smithi144 bash[66528]: audit 2023-12-07T15:55:13.434835+0000 mgr.y (mgr.25453) 394 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:17.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:17 smithi144 bash[66528]: audit 2023-12-07T15:55:14.087103+0000 mon.c (mon.1) 3 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:55:17.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:17 smithi144 bash[66528]: audit 2023-12-07T15:55:14.087808+0000 mon.c (mon.1) 4 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:55:17.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:17 smithi144 bash[66528]: audit 2023-12-07T15:55:14.088131+0000 mon.c (mon.1) 5 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:55:17.690 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:17 smithi121 bash[81553]: audit 2023-12-07T15:55:13.434835+0000 mgr.y (mgr.25453) 394 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:17.690 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:17 smithi121 bash[81553]: audit 2023-12-07T15:55:14.087103+0000 mon.c (mon.1) 3 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:55:17.690 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:17 smithi121 bash[81553]: audit 2023-12-07T15:55:14.087808+0000 mon.c (mon.1) 4 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:55:17.690 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:17 smithi121 bash[81553]: audit 2023-12-07T15:55:14.088131+0000 mon.c (mon.1) 5 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:55:17.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:17 smithi121 bash[83807]: audit 2023-12-07T15:55:13.434835+0000 mgr.y (mgr.25453) 394 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:17.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:17 smithi121 bash[83807]: audit 2023-12-07T15:55:14.087103+0000 mon.c (mon.1) 3 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:55:17.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:17 smithi121 bash[83807]: audit 2023-12-07T15:55:14.087808+0000 mon.c (mon.1) 4 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:55:17.690 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:17 smithi121 bash[83807]: audit 2023-12-07T15:55:14.088131+0000 mon.c (mon.1) 5 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:55:18.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: cluster 2023-12-07T15:55:15.116857+0000 mgr.y (mgr.25453) 395 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:18.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: cluster 2023-12-07T15:55:17.117573+0000 mgr.y (mgr.25453) 396 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:18.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: audit 2023-12-07T15:55:17.342055+0000 mon.c (mon.1) 6 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:55:18.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: audit 2023-12-07T15:55:17.342462+0000 mon.c (mon.1) 7 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:55:18.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: audit 2023-12-07T15:55:17.342653+0000 mon.c (mon.1) 8 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:55:18.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: cluster 2023-12-07T15:55:17.343922+0000 mon.a (mon.0) 265 : cluster 1 overall HEALTH_OK 2023-12-07T15:55:18.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: cluster 2023-12-07T15:55:17.344628+0000 mon.a (mon.0) 266 : cluster 1 mon.a calling monitor election 2023-12-07T15:55:18.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: cluster 2023-12-07T15:55:17.344673+0000 mon.c (mon.1) 9 : cluster 1 mon.c calling monitor election 2023-12-07T15:55:18.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: cluster 2023-12-07T15:55:17.345914+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-07T15:55:18.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: cluster 2023-12-07T15:55:17.347074+0000 mon.a (mon.0) 267 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:55:18.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: cluster 2023-12-07T15:55:17.352762+0000 mon.a (mon.0) 268 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T15:55:18.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: cluster 2023-12-07T15:55:17.353283+0000 mon.a (mon.0) 269 : cluster 0 fsmap 2023-12-07T15:55:18.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: cluster 2023-12-07T15:55:17.353325+0000 mon.a (mon.0) 270 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-07T15:55:18.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: cluster 2023-12-07T15:55:17.353773+0000 mon.a (mon.0) 271 : cluster 0 mgrmap e39: y(active, since 65s), standbys: x 2023-12-07T15:55:18.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: cluster 2023-12-07T15:55:17.361911+0000 mon.a (mon.0) 272 : cluster 1 overall HEALTH_OK 2023-12-07T15:55:18.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: audit 2023-12-07T15:55:17.367282+0000 mon.a (mon.0) 273 : audit 1 from='mgr.25453 ' entity='' 2023-12-07T15:55:18.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: audit 2023-12-07T15:55:17.378163+0000 mon.a (mon.0) 274 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:18.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: audit 2023-12-07T15:55:17.422098+0000 mon.c (mon.1) 10 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:18.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: audit 2023-12-07T15:55:17.423984+0000 mon.c (mon.1) 11 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:18.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: audit 2023-12-07T15:55:17.434570+0000 mon.a (mon.0) 275 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:18.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: cephadm 2023-12-07T15:55:17.435743+0000 mgr.y (mgr.25453) 397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:18.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: cephadm 2023-12-07T15:55:17.503086+0000 mgr.y (mgr.25453) 398 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-07T15:55:18.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: audit 2023-12-07T15:55:17.503809+0000 mon.c (mon.1) 12 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:55:18.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: audit 2023-12-07T15:55:17.505397+0000 mon.c (mon.1) 13 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:55:18.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: audit 2023-12-07T15:55:17.506789+0000 mon.c (mon.1) 14 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:18.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[66528]: cephadm 2023-12-07T15:55:17.508578+0000 mgr.y (mgr.25453) 399 : cephadm 1 Reconfiguring daemon mon.a on smithi121 2023-12-07T15:55:18.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: cluster 2023-12-07T15:55:15.116857+0000 mgr.y (mgr.25453) 395 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:18.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: cluster 2023-12-07T15:55:17.117573+0000 mgr.y (mgr.25453) 396 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:18.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: audit 2023-12-07T15:55:17.342055+0000 mon.c (mon.1) 6 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:55:18.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: audit 2023-12-07T15:55:17.342462+0000 mon.c (mon.1) 7 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:55:18.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: audit 2023-12-07T15:55:17.342653+0000 mon.c (mon.1) 8 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:55:18.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: cluster 2023-12-07T15:55:17.343922+0000 mon.a (mon.0) 265 : cluster 1 overall HEALTH_OK 2023-12-07T15:55:18.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: cluster 2023-12-07T15:55:17.344628+0000 mon.a (mon.0) 266 : cluster 1 mon.a calling monitor election 2023-12-07T15:55:18.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: cluster 2023-12-07T15:55:17.344673+0000 mon.c (mon.1) 9 : cluster 1 mon.c calling monitor election 2023-12-07T15:55:18.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: cluster 2023-12-07T15:55:17.345914+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-07T15:55:18.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: cluster 2023-12-07T15:55:17.347074+0000 mon.a (mon.0) 267 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:55:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: cluster 2023-12-07T15:55:17.352762+0000 mon.a (mon.0) 268 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T15:55:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: cluster 2023-12-07T15:55:17.353283+0000 mon.a (mon.0) 269 : cluster 0 fsmap 2023-12-07T15:55:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: cluster 2023-12-07T15:55:17.353325+0000 mon.a (mon.0) 270 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-07T15:55:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: cluster 2023-12-07T15:55:17.353773+0000 mon.a (mon.0) 271 : cluster 0 mgrmap e39: y(active, since 65s), standbys: x 2023-12-07T15:55:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: cluster 2023-12-07T15:55:17.361911+0000 mon.a (mon.0) 272 : cluster 1 overall HEALTH_OK 2023-12-07T15:55:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: audit 2023-12-07T15:55:17.367282+0000 mon.a (mon.0) 273 : audit 1 from='mgr.25453 ' entity='' 2023-12-07T15:55:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: audit 2023-12-07T15:55:17.378163+0000 mon.a (mon.0) 274 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: audit 2023-12-07T15:55:17.422098+0000 mon.c (mon.1) 10 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: audit 2023-12-07T15:55:17.423984+0000 mon.c (mon.1) 11 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: audit 2023-12-07T15:55:17.434570+0000 mon.a (mon.0) 275 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: cephadm 2023-12-07T15:55:17.435743+0000 mgr.y (mgr.25453) 397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: cephadm 2023-12-07T15:55:17.503086+0000 mgr.y (mgr.25453) 398 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-07T15:55:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: audit 2023-12-07T15:55:17.503809+0000 mon.c (mon.1) 12 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:55:18.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: cluster 2023-12-07T15:55:15.116857+0000 mgr.y (mgr.25453) 395 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:18.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: cluster 2023-12-07T15:55:17.117573+0000 mgr.y (mgr.25453) 396 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:18.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: audit 2023-12-07T15:55:17.342055+0000 mon.c (mon.1) 6 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T15:55:18.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: audit 2023-12-07T15:55:17.342462+0000 mon.c (mon.1) 7 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T15:55:18.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: audit 2023-12-07T15:55:17.342653+0000 mon.c (mon.1) 8 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T15:55:18.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: cluster 2023-12-07T15:55:17.343922+0000 mon.a (mon.0) 265 : cluster 1 overall HEALTH_OK 2023-12-07T15:55:18.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: cluster 2023-12-07T15:55:17.344628+0000 mon.a (mon.0) 266 : cluster 1 mon.a calling monitor election 2023-12-07T15:55:18.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: cluster 2023-12-07T15:55:17.344673+0000 mon.c (mon.1) 9 : cluster 1 mon.c calling monitor election 2023-12-07T15:55:18.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: cluster 2023-12-07T15:55:17.345914+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-07T15:55:18.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: cluster 2023-12-07T15:55:17.347074+0000 mon.a (mon.0) 267 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T15:55:18.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: cluster 2023-12-07T15:55:17.352762+0000 mon.a (mon.0) 268 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.121:3300/0,v1:172.21.15.121:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.121:3301/0,v1:172.21.15.121:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T15:55:18.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: cluster 2023-12-07T15:55:17.353283+0000 mon.a (mon.0) 269 : cluster 0 fsmap 2023-12-07T15:55:18.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: cluster 2023-12-07T15:55:17.353325+0000 mon.a (mon.0) 270 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-07T15:55:18.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: cluster 2023-12-07T15:55:17.353773+0000 mon.a (mon.0) 271 : cluster 0 mgrmap e39: y(active, since 65s), standbys: x 2023-12-07T15:55:18.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: cluster 2023-12-07T15:55:17.361911+0000 mon.a (mon.0) 272 : cluster 1 overall HEALTH_OK 2023-12-07T15:55:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: audit 2023-12-07T15:55:17.367282+0000 mon.a (mon.0) 273 : audit 1 from='mgr.25453 ' entity='' 2023-12-07T15:55:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: audit 2023-12-07T15:55:17.378163+0000 mon.a (mon.0) 274 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: audit 2023-12-07T15:55:17.422098+0000 mon.c (mon.1) 10 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: audit 2023-12-07T15:55:17.423984+0000 mon.c (mon.1) 11 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: audit 2023-12-07T15:55:17.434570+0000 mon.a (mon.0) 275 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: cephadm 2023-12-07T15:55:17.435743+0000 mgr.y (mgr.25453) 397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:55:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: cephadm 2023-12-07T15:55:17.503086+0000 mgr.y (mgr.25453) 398 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-07T15:55:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: audit 2023-12-07T15:55:17.503809+0000 mon.c (mon.1) 12 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:55:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: audit 2023-12-07T15:55:17.505397+0000 mon.c (mon.1) 13 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:55:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: audit 2023-12-07T15:55:17.506789+0000 mon.c (mon.1) 14 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[81553]: cephadm 2023-12-07T15:55:17.508578+0000 mgr.y (mgr.25453) 399 : cephadm 1 Reconfiguring daemon mon.a on smithi121 2023-12-07T15:55:18.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: audit 2023-12-07T15:55:17.505397+0000 mon.c (mon.1) 13 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:55:18.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: audit 2023-12-07T15:55:17.506789+0000 mon.c (mon.1) 14 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:18.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:18 smithi121 bash[83807]: cephadm 2023-12-07T15:55:17.508578+0000 mgr.y (mgr.25453) 399 : cephadm 1 Reconfiguring daemon mon.a on smithi121 2023-12-07T15:55:19.126 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:55:18 smithi144 bash[61561]: ts=2023-12-07T15:55: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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:55:21.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:20 smithi121 bash[81553]: cluster 2023-12-07T15:55:19.119363+0000 mgr.y (mgr.25453) 400 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:21.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:20 smithi121 bash[81553]: audit 2023-12-07T15:55:20.202076+0000 mon.a (mon.0) 276 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:21.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:20 smithi121 bash[81553]: audit 2023-12-07T15:55:20.216485+0000 mon.a (mon.0) 277 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:21.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:20 smithi121 bash[81553]: audit 2023-12-07T15:55:20.229856+0000 mon.c (mon.1) 15 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:55:21.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:20 smithi121 bash[81553]: audit 2023-12-07T15:55:20.230574+0000 mon.a (mon.0) 278 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:55:21.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:20 smithi121 bash[81553]: audit 2023-12-07T15:55:20.232541+0000 mon.c (mon.1) 16 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:55:21.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:20 smithi121 bash[81553]: audit 2023-12-07T15:55:20.234349+0000 mon.c (mon.1) 17 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:21.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:20 smithi121 bash[83807]: cluster 2023-12-07T15:55:19.119363+0000 mgr.y (mgr.25453) 400 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:21.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:20 smithi121 bash[83807]: audit 2023-12-07T15:55:20.202076+0000 mon.a (mon.0) 276 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:21.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:20 smithi121 bash[83807]: audit 2023-12-07T15:55:20.216485+0000 mon.a (mon.0) 277 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:21.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:20 smithi121 bash[83807]: audit 2023-12-07T15:55:20.229856+0000 mon.c (mon.1) 15 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:55:21.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:20 smithi121 bash[83807]: audit 2023-12-07T15:55:20.230574+0000 mon.a (mon.0) 278 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:55:21.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:20 smithi121 bash[83807]: audit 2023-12-07T15:55:20.232541+0000 mon.c (mon.1) 16 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:55:21.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:20 smithi121 bash[83807]: audit 2023-12-07T15:55:20.234349+0000 mon.c (mon.1) 17 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:20 smithi144 bash[66528]: cluster 2023-12-07T15:55:19.119363+0000 mgr.y (mgr.25453) 400 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:20 smithi144 bash[66528]: audit 2023-12-07T15:55:20.202076+0000 mon.a (mon.0) 276 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:20 smithi144 bash[66528]: audit 2023-12-07T15:55:20.216485+0000 mon.a (mon.0) 277 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:20 smithi144 bash[66528]: audit 2023-12-07T15:55:20.229856+0000 mon.c (mon.1) 15 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:55:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:20 smithi144 bash[66528]: audit 2023-12-07T15:55:20.230574+0000 mon.a (mon.0) 278 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:55:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:20 smithi144 bash[66528]: audit 2023-12-07T15:55:20.232541+0000 mon.c (mon.1) 16 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:55:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:20 smithi144 bash[66528]: audit 2023-12-07T15:55:20.234349+0000 mon.c (mon.1) 17 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:21.580 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:55:21 smithi121 bash[75663]: debug 2023-12-07T15:55:21.316+0000 7f9f0e6d2700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-12-07T15:55:22.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:21 smithi121 bash[81553]: cephadm 2023-12-07T15:55:20.229142+0000 mgr.y (mgr.25453) 401 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-07T15:55:22.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:21 smithi121 bash[81553]: cephadm 2023-12-07T15:55:20.236119+0000 mgr.y (mgr.25453) 402 : cephadm 1 Reconfiguring daemon mgr.y on smithi121 2023-12-07T15:55:22.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:21 smithi121 bash[83807]: cephadm 2023-12-07T15:55:20.229142+0000 mgr.y (mgr.25453) 401 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-07T15:55:22.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:21 smithi121 bash[83807]: cephadm 2023-12-07T15:55:20.236119+0000 mgr.y (mgr.25453) 402 : cephadm 1 Reconfiguring daemon mgr.y on smithi121 2023-12-07T15:55:22.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:21 smithi144 bash[66528]: cephadm 2023-12-07T15:55:20.229142+0000 mgr.y (mgr.25453) 401 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-07T15:55:22.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:21 smithi144 bash[66528]: cephadm 2023-12-07T15:55:20.236119+0000 mgr.y (mgr.25453) 402 : cephadm 1 Reconfiguring daemon mgr.y on smithi121 2023-12-07T15:55:22.718 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:22 smithi121 bash[81553]: cluster 2023-12-07T15:55:21.120137+0000 mgr.y (mgr.25453) 403 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:22.718 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:22 smithi121 bash[81553]: audit 2023-12-07T15:55:22.367483+0000 mon.a (mon.0) 279 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:22.718 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:22 smithi121 bash[81553]: audit 2023-12-07T15:55:22.381803+0000 mon.a (mon.0) 280 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:22.718 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:22 smithi121 bash[81553]: audit 2023-12-07T15:55:22.406402+0000 mon.c (mon.1) 18 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:55:22.719 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:22 smithi121 bash[81553]: audit 2023-12-07T15:55:22.408204+0000 mon.c (mon.1) 19 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:55:22.719 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:22 smithi121 bash[81553]: audit 2023-12-07T15:55:22.410009+0000 mon.c (mon.1) 20 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:23.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:22 smithi121 bash[83807]: cluster 2023-12-07T15:55:21.120137+0000 mgr.y (mgr.25453) 403 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:23.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:22 smithi121 bash[83807]: audit 2023-12-07T15:55:22.367483+0000 mon.a (mon.0) 279 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:23.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:22 smithi121 bash[83807]: audit 2023-12-07T15:55:22.381803+0000 mon.a (mon.0) 280 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:23.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:22 smithi121 bash[83807]: audit 2023-12-07T15:55:22.406402+0000 mon.c (mon.1) 18 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:55:23.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:22 smithi121 bash[83807]: audit 2023-12-07T15:55:22.408204+0000 mon.c (mon.1) 19 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:55:23.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:22 smithi121 bash[83807]: audit 2023-12-07T15:55:22.410009+0000 mon.c (mon.1) 20 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:23.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:22 smithi144 bash[66528]: cluster 2023-12-07T15:55:21.120137+0000 mgr.y (mgr.25453) 403 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:23.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:22 smithi144 bash[66528]: audit 2023-12-07T15:55:22.367483+0000 mon.a (mon.0) 279 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:23.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:22 smithi144 bash[66528]: audit 2023-12-07T15:55:22.381803+0000 mon.a (mon.0) 280 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:23.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:22 smithi144 bash[66528]: audit 2023-12-07T15:55:22.406402+0000 mon.c (mon.1) 18 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:55:23.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:22 smithi144 bash[66528]: audit 2023-12-07T15:55:22.408204+0000 mon.c (mon.1) 19 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:55:23.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:22 smithi144 bash[66528]: audit 2023-12-07T15:55:22.410009+0000 mon.c (mon.1) 20 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:24.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:23 smithi121 bash[83807]: cephadm 2023-12-07T15:55:22.405694+0000 mgr.y (mgr.25453) 404 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-07T15:55:24.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:23 smithi121 bash[83807]: cephadm 2023-12-07T15:55:22.412328+0000 mgr.y (mgr.25453) 405 : cephadm 1 Reconfiguring daemon mon.c on smithi121 2023-12-07T15:55:24.044 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:23 smithi121 bash[83807]: audit 2023-12-07T15:55:23.609948+0000 mon.a (mon.0) 281 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:24.044 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:23 smithi121 bash[83807]: audit 2023-12-07T15:55:23.624975+0000 mon.a (mon.0) 282 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:24.044 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:23 smithi121 bash[83807]: audit 2023-12-07T15:55:23.637294+0000 mon.a (mon.0) 283 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:24.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:23 smithi121 bash[81553]: cephadm 2023-12-07T15:55:22.405694+0000 mgr.y (mgr.25453) 404 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-07T15:55:24.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:23 smithi121 bash[81553]: cephadm 2023-12-07T15:55:22.412328+0000 mgr.y (mgr.25453) 405 : cephadm 1 Reconfiguring daemon mon.c on smithi121 2023-12-07T15:55:24.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:23 smithi121 bash[81553]: audit 2023-12-07T15:55:23.609948+0000 mon.a (mon.0) 281 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:24.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:23 smithi121 bash[81553]: audit 2023-12-07T15:55:23.624975+0000 mon.a (mon.0) 282 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:24.044 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:23 smithi121 bash[81553]: audit 2023-12-07T15:55:23.637294+0000 mon.a (mon.0) 283 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:24.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:23 smithi144 bash[66528]: cephadm 2023-12-07T15:55:22.405694+0000 mgr.y (mgr.25453) 404 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-07T15:55:24.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:23 smithi144 bash[66528]: cephadm 2023-12-07T15:55:22.412328+0000 mgr.y (mgr.25453) 405 : cephadm 1 Reconfiguring daemon mon.c on smithi121 2023-12-07T15:55:24.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:23 smithi144 bash[66528]: audit 2023-12-07T15:55:23.609948+0000 mon.a (mon.0) 281 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:24.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:23 smithi144 bash[66528]: audit 2023-12-07T15:55:23.624975+0000 mon.a (mon.0) 282 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:24.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:23 smithi144 bash[66528]: audit 2023-12-07T15:55:23.637294+0000 mon.a (mon.0) 283 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:25.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:55:24 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:55:24] "GET /metrics HTTP/1.1" 200 38255 "" "Prometheus/2.33.4" 2023-12-07T15:55:25.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:24 smithi121 bash[81553]: cluster 2023-12-07T15:55:23.121011+0000 mgr.y (mgr.25453) 406 : cluster 0 pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:25.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:24 smithi121 bash[81553]: audit 2023-12-07T15:55:23.444569+0000 mgr.y (mgr.25453) 407 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:25.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:24 smithi121 bash[81553]: audit 2023-12-07T15:55:24.654269+0000 mon.a (mon.0) 284 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:25.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:24 smithi121 bash[81553]: audit 2023-12-07T15:55:24.670922+0000 mon.a (mon.0) 285 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:25.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:24 smithi121 bash[81553]: audit 2023-12-07T15:55:24.683118+0000 mon.c (mon.1) 21 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T15:55:25.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:24 smithi121 bash[81553]: audit 2023-12-07T15:55:24.684598+0000 mon.c (mon.1) 22 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:25.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:24 smithi121 bash[83807]: cluster 2023-12-07T15:55:23.121011+0000 mgr.y (mgr.25453) 406 : cluster 0 pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:25.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:24 smithi121 bash[83807]: audit 2023-12-07T15:55:23.444569+0000 mgr.y (mgr.25453) 407 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:25.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:24 smithi121 bash[83807]: audit 2023-12-07T15:55:24.654269+0000 mon.a (mon.0) 284 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:25.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:24 smithi121 bash[83807]: audit 2023-12-07T15:55:24.670922+0000 mon.a (mon.0) 285 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:25.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:24 smithi121 bash[83807]: audit 2023-12-07T15:55:24.683118+0000 mon.c (mon.1) 21 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T15:55:25.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:24 smithi121 bash[83807]: audit 2023-12-07T15:55:24.684598+0000 mon.c (mon.1) 22 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:25.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:24 smithi144 bash[66528]: cluster 2023-12-07T15:55:23.121011+0000 mgr.y (mgr.25453) 406 : cluster 0 pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:25.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:24 smithi144 bash[66528]: audit 2023-12-07T15:55:23.444569+0000 mgr.y (mgr.25453) 407 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:25.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:24 smithi144 bash[66528]: audit 2023-12-07T15:55:24.654269+0000 mon.a (mon.0) 284 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:25.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:24 smithi144 bash[66528]: audit 2023-12-07T15:55:24.670922+0000 mon.a (mon.0) 285 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:25.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:24 smithi144 bash[66528]: audit 2023-12-07T15:55:24.683118+0000 mon.c (mon.1) 21 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T15:55:25.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:24 smithi144 bash[66528]: audit 2023-12-07T15:55:24.684598+0000 mon.c (mon.1) 22 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:26.021 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:25 smithi121 bash[81553]: cephadm 2023-12-07T15:55:24.682564+0000 mgr.y (mgr.25453) 408 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-07T15:55:26.021 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:25 smithi121 bash[81553]: cephadm 2023-12-07T15:55:24.689646+0000 mgr.y (mgr.25453) 409 : cephadm 1 Reconfiguring daemon osd.0 on smithi121 2023-12-07T15:55:26.021 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:25 smithi121 bash[83807]: cephadm 2023-12-07T15:55:24.682564+0000 mgr.y (mgr.25453) 408 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-07T15:55:26.021 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:25 smithi121 bash[83807]: cephadm 2023-12-07T15:55:24.689646+0000 mgr.y (mgr.25453) 409 : cephadm 1 Reconfiguring daemon osd.0 on smithi121 2023-12-07T15:55:26.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:25 smithi144 bash[66528]: cephadm 2023-12-07T15:55:24.682564+0000 mgr.y (mgr.25453) 408 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-07T15:55:26.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:25 smithi144 bash[66528]: cephadm 2023-12-07T15:55:24.689646+0000 mgr.y (mgr.25453) 409 : cephadm 1 Reconfiguring daemon osd.0 on smithi121 2023-12-07T15:55:27.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:26 smithi121 bash[83807]: cluster 2023-12-07T15:55:25.122459+0000 mgr.y (mgr.25453) 410 : cluster 0 pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:27.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:26 smithi121 bash[81553]: cluster 2023-12-07T15:55:25.122459+0000 mgr.y (mgr.25453) 410 : cluster 0 pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:27.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:26 smithi144 bash[66528]: cluster 2023-12-07T15:55:25.122459+0000 mgr.y (mgr.25453) 410 : cluster 0 pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:28.206 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:27 smithi121 bash[81553]: audit 2023-12-07T15:55:26.927593+0000 mon.a (mon.0) 286 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:28.206 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:27 smithi121 bash[81553]: audit 2023-12-07T15:55:26.940950+0000 mon.a (mon.0) 287 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:28.206 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:27 smithi121 bash[81553]: cephadm 2023-12-07T15:55:26.958048+0000 mgr.y (mgr.25453) 411 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-07T15:55:28.207 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:27 smithi121 bash[81553]: audit 2023-12-07T15:55:26.958736+0000 mon.c (mon.1) 23 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T15:55:28.207 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:27 smithi121 bash[81553]: audit 2023-12-07T15:55:26.960460+0000 mon.c (mon.1) 24 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:28.207 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:27 smithi121 bash[81553]: cephadm 2023-12-07T15:55:26.965656+0000 mgr.y (mgr.25453) 412 : cephadm 1 Reconfiguring daemon osd.1 on smithi121 2023-12-07T15:55:28.207 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:27 smithi121 bash[81553]: audit 2023-12-07T15:55:27.457068+0000 mon.c (mon.1) 25 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:55:28.207 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:27 smithi121 bash[83807]: audit 2023-12-07T15:55:26.927593+0000 mon.a (mon.0) 286 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:28.207 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:27 smithi121 bash[83807]: audit 2023-12-07T15:55:26.940950+0000 mon.a (mon.0) 287 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:28.207 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:27 smithi121 bash[83807]: cephadm 2023-12-07T15:55:26.958048+0000 mgr.y (mgr.25453) 411 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-07T15:55:28.207 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:27 smithi121 bash[83807]: audit 2023-12-07T15:55:26.958736+0000 mon.c (mon.1) 23 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T15:55:28.207 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:27 smithi121 bash[83807]: audit 2023-12-07T15:55:26.960460+0000 mon.c (mon.1) 24 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:28.208 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:27 smithi121 bash[83807]: cephadm 2023-12-07T15:55:26.965656+0000 mgr.y (mgr.25453) 412 : cephadm 1 Reconfiguring daemon osd.1 on smithi121 2023-12-07T15:55:28.208 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:27 smithi121 bash[83807]: audit 2023-12-07T15:55:27.457068+0000 mon.c (mon.1) 25 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:55:28.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:27 smithi144 bash[66528]: audit 2023-12-07T15:55:26.927593+0000 mon.a (mon.0) 286 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:28.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:27 smithi144 bash[66528]: audit 2023-12-07T15:55:26.940950+0000 mon.a (mon.0) 287 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:28.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:27 smithi144 bash[66528]: cephadm 2023-12-07T15:55:26.958048+0000 mgr.y (mgr.25453) 411 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-07T15:55:28.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:27 smithi144 bash[66528]: audit 2023-12-07T15:55:26.958736+0000 mon.c (mon.1) 23 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T15:55:28.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:27 smithi144 bash[66528]: audit 2023-12-07T15:55:26.960460+0000 mon.c (mon.1) 24 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:28.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:27 smithi144 bash[66528]: cephadm 2023-12-07T15:55:26.965656+0000 mgr.y (mgr.25453) 412 : cephadm 1 Reconfiguring daemon osd.1 on smithi121 2023-12-07T15:55:28.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:27 smithi144 bash[66528]: audit 2023-12-07T15:55:27.457068+0000 mon.c (mon.1) 25 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:55:28.949 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:55:28 smithi144 bash[61561]: ts=2023-12-07T15:55: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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:55:29.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:28 smithi121 bash[83807]: cluster 2023-12-07T15:55:27.123143+0000 mgr.y (mgr.25453) 413 : cluster 0 pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:29.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:28 smithi121 bash[81553]: cluster 2023-12-07T15:55:27.123143+0000 mgr.y (mgr.25453) 413 : cluster 0 pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:29.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:28 smithi144 bash[66528]: cluster 2023-12-07T15:55:27.123143+0000 mgr.y (mgr.25453) 413 : cluster 0 pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:30.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:30 smithi121 bash[83807]: cluster 2023-12-07T15:55:29.124946+0000 mgr.y (mgr.25453) 414 : cluster 0 pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:30.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:30 smithi121 bash[83807]: audit 2023-12-07T15:55:29.261706+0000 mon.a (mon.0) 288 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:30.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:30 smithi121 bash[83807]: audit 2023-12-07T15:55:29.279547+0000 mon.a (mon.0) 289 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:30.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:30 smithi121 bash[83807]: cephadm 2023-12-07T15:55:29.291615+0000 mgr.y (mgr.25453) 415 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-07T15:55:30.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:30 smithi121 bash[83807]: audit 2023-12-07T15:55:29.292241+0000 mon.c (mon.1) 26 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T15:55:30.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:30 smithi121 bash[83807]: audit 2023-12-07T15:55:29.293780+0000 mon.c (mon.1) 27 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:30.557 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:30 smithi121 bash[83807]: cephadm 2023-12-07T15:55:29.298101+0000 mgr.y (mgr.25453) 416 : cephadm 1 Reconfiguring daemon osd.2 on smithi121 2023-12-07T15:55:30.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:30 smithi121 bash[81553]: cluster 2023-12-07T15:55:29.124946+0000 mgr.y (mgr.25453) 414 : cluster 0 pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:30.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:30 smithi121 bash[81553]: audit 2023-12-07T15:55:29.261706+0000 mon.a (mon.0) 288 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:30.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:30 smithi121 bash[81553]: audit 2023-12-07T15:55:29.279547+0000 mon.a (mon.0) 289 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:30.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:30 smithi121 bash[81553]: cephadm 2023-12-07T15:55:29.291615+0000 mgr.y (mgr.25453) 415 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-07T15:55:30.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:30 smithi121 bash[81553]: audit 2023-12-07T15:55:29.292241+0000 mon.c (mon.1) 26 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T15:55:30.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:30 smithi121 bash[81553]: audit 2023-12-07T15:55:29.293780+0000 mon.c (mon.1) 27 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:30.558 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:30 smithi121 bash[81553]: cephadm 2023-12-07T15:55:29.298101+0000 mgr.y (mgr.25453) 416 : cephadm 1 Reconfiguring daemon osd.2 on smithi121 2023-12-07T15:55:30.558 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:30 smithi144 bash[66528]: cluster 2023-12-07T15:55:29.124946+0000 mgr.y (mgr.25453) 414 : cluster 0 pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:30.559 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:30 smithi144 bash[66528]: audit 2023-12-07T15:55:29.261706+0000 mon.a (mon.0) 288 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:30.559 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:30 smithi144 bash[66528]: audit 2023-12-07T15:55:29.279547+0000 mon.a (mon.0) 289 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:30.559 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:30 smithi144 bash[66528]: cephadm 2023-12-07T15:55:29.291615+0000 mgr.y (mgr.25453) 415 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-07T15:55:30.559 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:30 smithi144 bash[66528]: audit 2023-12-07T15:55:29.292241+0000 mon.c (mon.1) 26 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T15:55:30.559 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:30 smithi144 bash[66528]: audit 2023-12-07T15:55:29.293780+0000 mon.c (mon.1) 27 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:30.559 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:30 smithi144 bash[66528]: cephadm 2023-12-07T15:55:29.298101+0000 mgr.y (mgr.25453) 416 : cephadm 1 Reconfiguring daemon osd.2 on smithi121 2023-12-07T15:55:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[83807]: cluster 2023-12-07T15:55:31.125829+0000 mgr.y (mgr.25453) 417 : cluster 0 pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[83807]: audit 2023-12-07T15:55:31.206597+0000 mon.a (mon.0) 290 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[83807]: audit 2023-12-07T15:55:31.220887+0000 mon.a (mon.0) 291 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[83807]: audit 2023-12-07T15:55:31.232786+0000 mon.a (mon.0) 292 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[83807]: audit 2023-12-07T15:55:31.528489+0000 mon.a (mon.0) 293 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[83807]: audit 2023-12-07T15:55:31.547006+0000 mon.a (mon.0) 294 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[83807]: cephadm 2023-12-07T15:55:31.566654+0000 mgr.y (mgr.25453) 418 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-07T15:55:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[83807]: audit 2023-12-07T15:55:31.567314+0000 mon.c (mon.1) 28 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T15:55:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[83807]: audit 2023-12-07T15:55:31.569118+0000 mon.c (mon.1) 29 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[83807]: cephadm 2023-12-07T15:55:31.574568+0000 mgr.y (mgr.25453) 419 : cephadm 1 Reconfiguring daemon osd.3 on smithi121 2023-12-07T15:55:32.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[81553]: cluster 2023-12-07T15:55:31.125829+0000 mgr.y (mgr.25453) 417 : cluster 0 pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:32.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[81553]: audit 2023-12-07T15:55:31.206597+0000 mon.a (mon.0) 290 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:32.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[81553]: audit 2023-12-07T15:55:31.220887+0000 mon.a (mon.0) 291 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:32.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[81553]: audit 2023-12-07T15:55:31.232786+0000 mon.a (mon.0) 292 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:32.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[81553]: audit 2023-12-07T15:55:31.528489+0000 mon.a (mon.0) 293 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:32.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[81553]: audit 2023-12-07T15:55:31.547006+0000 mon.a (mon.0) 294 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:32.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[81553]: cephadm 2023-12-07T15:55:31.566654+0000 mgr.y (mgr.25453) 418 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-07T15:55:32.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[81553]: audit 2023-12-07T15:55:31.567314+0000 mon.c (mon.1) 28 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T15:55:32.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[81553]: audit 2023-12-07T15:55:31.569118+0000 mon.c (mon.1) 29 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:32.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:32 smithi121 bash[81553]: cephadm 2023-12-07T15:55:31.574568+0000 mgr.y (mgr.25453) 419 : cephadm 1 Reconfiguring daemon osd.3 on smithi121 2023-12-07T15:55:32.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:32 smithi144 bash[66528]: cluster 2023-12-07T15:55:31.125829+0000 mgr.y (mgr.25453) 417 : cluster 0 pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:32.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:32 smithi144 bash[66528]: audit 2023-12-07T15:55:31.206597+0000 mon.a (mon.0) 290 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:32.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:32 smithi144 bash[66528]: audit 2023-12-07T15:55:31.220887+0000 mon.a (mon.0) 291 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:32.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:32 smithi144 bash[66528]: audit 2023-12-07T15:55:31.232786+0000 mon.a (mon.0) 292 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:32.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:32 smithi144 bash[66528]: audit 2023-12-07T15:55:31.528489+0000 mon.a (mon.0) 293 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:32.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:32 smithi144 bash[66528]: audit 2023-12-07T15:55:31.547006+0000 mon.a (mon.0) 294 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:32.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:32 smithi144 bash[66528]: cephadm 2023-12-07T15:55:31.566654+0000 mgr.y (mgr.25453) 418 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-07T15:55:32.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:32 smithi144 bash[66528]: audit 2023-12-07T15:55:31.567314+0000 mon.c (mon.1) 28 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T15:55:32.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:32 smithi144 bash[66528]: audit 2023-12-07T15:55:31.569118+0000 mon.c (mon.1) 29 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:32.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:32 smithi144 bash[66528]: cephadm 2023-12-07T15:55:31.574568+0000 mgr.y (mgr.25453) 419 : cephadm 1 Reconfiguring daemon osd.3 on smithi121 2023-12-07T15:55:34.810 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:55:34] "GET /metrics HTTP/1.1" 200 38258 "" "Prometheus/2.33.4" 2023-12-07T15:55:35.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[81553]: cluster 2023-12-07T15:55:33.126489+0000 mgr.y (mgr.25453) 420 : cluster 0 pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:35.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[81553]: audit 2023-12-07T15:55:33.452114+0000 mgr.y (mgr.25453) 421 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:35.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[81553]: audit 2023-12-07T15:55:33.880988+0000 mon.a (mon.0) 295 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:35.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[81553]: audit 2023-12-07T15:55:33.893884+0000 mon.a (mon.0) 296 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:35.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[81553]: cephadm 2023-12-07T15:55:33.943879+0000 mgr.y (mgr.25453) 422 : cephadm 1 Reconfiguring rgw.foo.smithi121.qinpyd (monmap changed)... 2023-12-07T15:55:35.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[81553]: audit 2023-12-07T15:55:33.944609+0000 mon.c (mon.1) 30 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi121.qinpyd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:35.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[81553]: audit 2023-12-07T15:55:33.945415+0000 mon.a (mon.0) 297 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi121.qinpyd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:35.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[81553]: audit 2023-12-07T15:55:33.950922+0000 mon.c (mon.1) 31 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:35.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[81553]: cephadm 2023-12-07T15:55:33.953149+0000 mgr.y (mgr.25453) 423 : cephadm 1 Reconfiguring daemon rgw.foo.smithi121.qinpyd on smithi121 2023-12-07T15:55:35.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[83807]: cluster 2023-12-07T15:55:33.126489+0000 mgr.y (mgr.25453) 420 : cluster 0 pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:35.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[83807]: audit 2023-12-07T15:55:33.452114+0000 mgr.y (mgr.25453) 421 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:35.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[83807]: audit 2023-12-07T15:55:33.880988+0000 mon.a (mon.0) 295 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:35.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[83807]: audit 2023-12-07T15:55:33.893884+0000 mon.a (mon.0) 296 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:35.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[83807]: cephadm 2023-12-07T15:55:33.943879+0000 mgr.y (mgr.25453) 422 : cephadm 1 Reconfiguring rgw.foo.smithi121.qinpyd (monmap changed)... 2023-12-07T15:55:35.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[83807]: audit 2023-12-07T15:55:33.944609+0000 mon.c (mon.1) 30 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi121.qinpyd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:35.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[83807]: audit 2023-12-07T15:55:33.945415+0000 mon.a (mon.0) 297 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi121.qinpyd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:35.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[83807]: audit 2023-12-07T15:55:33.950922+0000 mon.c (mon.1) 31 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:35.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:34 smithi121 bash[83807]: cephadm 2023-12-07T15:55:33.953149+0000 mgr.y (mgr.25453) 423 : cephadm 1 Reconfiguring daemon rgw.foo.smithi121.qinpyd on smithi121 2023-12-07T15:55:35.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:34 smithi144 bash[66528]: cluster 2023-12-07T15:55:33.126489+0000 mgr.y (mgr.25453) 420 : cluster 0 pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:35.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:34 smithi144 bash[66528]: audit 2023-12-07T15:55:33.452114+0000 mgr.y (mgr.25453) 421 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:35.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:34 smithi144 bash[66528]: audit 2023-12-07T15:55:33.880988+0000 mon.a (mon.0) 295 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:35.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:34 smithi144 bash[66528]: audit 2023-12-07T15:55:33.893884+0000 mon.a (mon.0) 296 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:35.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:34 smithi144 bash[66528]: cephadm 2023-12-07T15:55:33.943879+0000 mgr.y (mgr.25453) 422 : cephadm 1 Reconfiguring rgw.foo.smithi121.qinpyd (monmap changed)... 2023-12-07T15:55:35.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:34 smithi144 bash[66528]: audit 2023-12-07T15:55:33.944609+0000 mon.c (mon.1) 30 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi121.qinpyd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:35.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:34 smithi144 bash[66528]: audit 2023-12-07T15:55:33.945415+0000 mon.a (mon.0) 297 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi121.qinpyd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:35.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:34 smithi144 bash[66528]: audit 2023-12-07T15:55:33.950922+0000 mon.c (mon.1) 31 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:35.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:34 smithi144 bash[66528]: cephadm 2023-12-07T15:55:33.953149+0000 mgr.y (mgr.25453) 423 : cephadm 1 Reconfiguring daemon rgw.foo.smithi121.qinpyd on smithi121 2023-12-07T15:55:37.202 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:36 smithi144 bash[66528]: cluster 2023-12-07T15:55:35.128181+0000 mgr.y (mgr.25453) 424 : cluster 0 pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:37.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:36 smithi121 bash[83807]: cluster 2023-12-07T15:55:35.128181+0000 mgr.y (mgr.25453) 424 : cluster 0 pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:37.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:36 smithi121 bash[81553]: cluster 2023-12-07T15:55:35.128181+0000 mgr.y (mgr.25453) 424 : cluster 0 pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:38.061 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:55:38.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[81553]: audit 2023-12-07T15:55:37.024722+0000 mon.a (mon.0) 298 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:38.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[81553]: audit 2023-12-07T15:55:37.041368+0000 mon.a (mon.0) 299 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:38.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[81553]: cephadm 2023-12-07T15:55:37.074370+0000 mgr.y (mgr.25453) 425 : cephadm 1 Reconfiguring rgw.smpl.smithi121.zmmcfa (monmap changed)... 2023-12-07T15:55:38.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[81553]: audit 2023-12-07T15:55:37.075091+0000 mon.c (mon.1) 32 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi121.zmmcfa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:38.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[81553]: audit 2023-12-07T15:55:37.075687+0000 mon.a (mon.0) 300 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi121.zmmcfa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:38.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[81553]: audit 2023-12-07T15:55:37.079714+0000 mon.c (mon.1) 33 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:38.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[81553]: cephadm 2023-12-07T15:55:37.081373+0000 mgr.y (mgr.25453) 426 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi121.zmmcfa on smithi121 2023-12-07T15:55:38.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[81553]: audit 2023-12-07T15:55:37.173050+0000 mon.a (mon.0) 301 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:38.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[81553]: audit 2023-12-07T15:55:37.185216+0000 mon.a (mon.0) 302 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:38.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[81553]: audit 2023-12-07T15:55:37.194512+0000 mon.a (mon.0) 303 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:38.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[83807]: audit 2023-12-07T15:55:37.024722+0000 mon.a (mon.0) 298 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:38.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[83807]: audit 2023-12-07T15:55:37.041368+0000 mon.a (mon.0) 299 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:38.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[83807]: cephadm 2023-12-07T15:55:37.074370+0000 mgr.y (mgr.25453) 425 : cephadm 1 Reconfiguring rgw.smpl.smithi121.zmmcfa (monmap changed)... 2023-12-07T15:55:38.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[83807]: audit 2023-12-07T15:55:37.075091+0000 mon.c (mon.1) 32 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi121.zmmcfa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:38.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[83807]: audit 2023-12-07T15:55:37.075687+0000 mon.a (mon.0) 300 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi121.zmmcfa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:38.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[83807]: audit 2023-12-07T15:55:37.079714+0000 mon.c (mon.1) 33 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:38.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[83807]: cephadm 2023-12-07T15:55:37.081373+0000 mgr.y (mgr.25453) 426 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi121.zmmcfa on smithi121 2023-12-07T15:55:38.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[83807]: audit 2023-12-07T15:55:37.173050+0000 mon.a (mon.0) 301 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:38.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[83807]: audit 2023-12-07T15:55:37.185216+0000 mon.a (mon.0) 302 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:38.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:38 smithi121 bash[83807]: audit 2023-12-07T15:55:37.194512+0000 mon.a (mon.0) 303 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:38.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:38 smithi144 bash[66528]: audit 2023-12-07T15:55:37.024722+0000 mon.a (mon.0) 298 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:38.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:38 smithi144 bash[66528]: audit 2023-12-07T15:55:37.041368+0000 mon.a (mon.0) 299 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:38.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:38 smithi144 bash[66528]: cephadm 2023-12-07T15:55:37.074370+0000 mgr.y (mgr.25453) 425 : cephadm 1 Reconfiguring rgw.smpl.smithi121.zmmcfa (monmap changed)... 2023-12-07T15:55:38.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:38 smithi144 bash[66528]: audit 2023-12-07T15:55:37.075091+0000 mon.c (mon.1) 32 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi121.zmmcfa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:38.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:38 smithi144 bash[66528]: audit 2023-12-07T15:55:37.075687+0000 mon.a (mon.0) 300 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi121.zmmcfa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:38.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:38 smithi144 bash[66528]: audit 2023-12-07T15:55:37.079714+0000 mon.c (mon.1) 33 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:38.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:38 smithi144 bash[66528]: cephadm 2023-12-07T15:55:37.081373+0000 mgr.y (mgr.25453) 426 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi121.zmmcfa on smithi121 2023-12-07T15:55:38.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:38 smithi144 bash[66528]: audit 2023-12-07T15:55:37.173050+0000 mon.a (mon.0) 301 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:38.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:38 smithi144 bash[66528]: audit 2023-12-07T15:55:37.185216+0000 mon.a (mon.0) 302 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:38.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:38 smithi144 bash[66528]: audit 2023-12-07T15:55:37.194512+0000 mon.a (mon.0) 303 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:38.861 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:55:38.861 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 7s ago 17m - - 2023-12-07T15:55:38.861 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 1s ago 17m - - 2023-12-07T15:55:38.862 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (3m) 7s ago 10m 15.9M - 0.23.0 ba2b418f427c 967bceda37f6 2023-12-07T15:55:38.862 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (2m) 1s ago 9m 42.9M - 8.3.5 dad864ee21e9 f9c66575cb4a 2023-12-07T15:55:38.862 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (2m) 7s ago 8m 46.1M - 3.5 e1d6a67b021e 5b982a4ff84a 2023-12-07T15:55:38.862 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283,8765 running (113s) 1s ago 16m 433M - 19.0.0-13-ge6605fb8 104f332cd0a9 b518ffbe0a91 2023-12-07T15:55:38.862 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:8443,9283,8765 running (2m) 7s ago 18m 494M - 19.0.0-13-ge6605fb8 104f332cd0a9 104d769d2d66 2023-12-07T15:55:38.862 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (66s) 7s ago 18m 45.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 46122fbb14c0 2023-12-07T15:55:38.862 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (23s) 1s ago 16m 25.9M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 f065215e6f46 2023-12-07T15:55:38.862 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (42s) 7s ago 16m 36.9M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d92fb430c584 2023-12-07T15:55:38.862 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (3m) 7s ago 10m 13.4M - 1.3.1 1dbe0e931976 20eca3d71286 2023-12-07T15:55:38.862 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (3m) 1s ago 10m 11.7M - 1.3.1 1dbe0e931976 0024f19bccdb 2023-12-07T15:55:38.862 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (16m) 7s ago 16m 59.2M 4096M 17.2.0 e1d6a67b021e 4fb66fb6c0ed 2023-12-07T15:55:38.862 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (15m) 7s ago 15m 60.4M 4096M 17.2.0 e1d6a67b021e c7b798ef591a 2023-12-07T15:55:38.862 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (14m) 7s ago 14m 54.0M 4096M 17.2.0 e1d6a67b021e d81a11d9b9ac 2023-12-07T15:55:38.862 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (14m) 7s ago 14m 59.4M 4096M 17.2.0 e1d6a67b021e beeb25b302ec 2023-12-07T15:55:38.862 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (13m) 1s ago 13m 59.0M 4096M 17.2.0 e1d6a67b021e ca8ac3f41b1a 2023-12-07T15:55:38.863 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (12m) 1s ago 12m 55.5M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:55:38.863 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (12m) 1s ago 12m 54.8M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:55:38.863 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (11m) 1s ago 11m 59.5M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:55:38.863 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (2m) 1s ago 10m 59.4M - 2.33.4 514e6a882f6e 64f00ffdc6cb 2023-12-07T15:55:38.863 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (8m) 7s ago 8m 87.2M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:55:38.863 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (8m) 1s ago 8m 87.4M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:55:38.863 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (8m) 7s ago 8m 89.0M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:55:38.863 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (8m) 1s ago 8m 87.7M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:55:39.045 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:55:38 smithi144 bash[61561]: ts=2023-12-07T15:55: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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:55:39.308 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:55:39.308 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:55:39.308 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T15:55:39.308 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:55:39.308 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:55:39.308 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T15:55:39.308 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:55:39.308 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:55:39.309 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-07T15:55:39.309 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:55:39.309 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:55:39.309 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:55:39.309 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:55:39.309 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:55:39.309 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-07T15:55:39.309 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 5 2023-12-07T15:55:39.309 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:55:39.309 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:55:39.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:39 smithi121 bash[83807]: cluster 2023-12-07T15:55:37.128973+0000 mgr.y (mgr.25453) 427 : cluster 0 pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:39.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:39 smithi121 bash[83807]: audit 2023-12-07T15:55:38.039050+0000 mgr.y (mgr.25453) 428 : audit 0 from='client.44142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:39.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:39 smithi121 bash[81553]: cluster 2023-12-07T15:55:37.128973+0000 mgr.y (mgr.25453) 427 : cluster 0 pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:39.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:39 smithi121 bash[81553]: audit 2023-12-07T15:55:38.039050+0000 mgr.y (mgr.25453) 428 : audit 0 from='client.44142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:39.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:39 smithi144 bash[66528]: cluster 2023-12-07T15:55:37.128973+0000 mgr.y (mgr.25453) 427 : cluster 0 pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:39.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:39 smithi144 bash[66528]: audit 2023-12-07T15:55:38.039050+0000 mgr.y (mgr.25453) 428 : audit 0 from='client.44142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:39.677 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:55:39.677 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:55:39.677 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:55:39.677 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T15:55:39.677 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [ 2023-12-07T15:55:39.678 INFO:teuthology.orchestra.run.smithi121.stdout: "mon", 2023-12-07T15:55:39.678 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr" 2023-12-07T15:55:39.678 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T15:55:39.678 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "5/23 daemons upgraded", 2023-12-07T15:55:39.678 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Currently upgrading mon daemons", 2023-12-07T15:55:39.678 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T15:55:39.678 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:55:40.138 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_OK 2023-12-07T15:55:40.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:40 smithi121 bash[83807]: audit 2023-12-07T15:55:38.464005+0000 mgr.y (mgr.25453) 429 : audit 0 from='client.54142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:40.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:40 smithi121 bash[83807]: audit 2023-12-07T15:55:38.833642+0000 mgr.y (mgr.25453) 430 : audit 0 from='client.44154 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:40.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:40 smithi121 bash[83807]: audit 2023-12-07T15:55:39.305046+0000 mon.c (mon.1) 34 : audit 0 from='client.? 172.21.15.121:0/1091261680' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:40.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:40 smithi121 bash[81553]: audit 2023-12-07T15:55:38.464005+0000 mgr.y (mgr.25453) 429 : audit 0 from='client.54142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:40.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:40 smithi121 bash[81553]: audit 2023-12-07T15:55:38.833642+0000 mgr.y (mgr.25453) 430 : audit 0 from='client.44154 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:40.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:40 smithi121 bash[81553]: audit 2023-12-07T15:55:39.305046+0000 mon.c (mon.1) 34 : audit 0 from='client.? 172.21.15.121:0/1091261680' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:40.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:40 smithi144 bash[66528]: audit 2023-12-07T15:55:38.464005+0000 mgr.y (mgr.25453) 429 : audit 0 from='client.54142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:40.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:40 smithi144 bash[66528]: audit 2023-12-07T15:55:38.833642+0000 mgr.y (mgr.25453) 430 : audit 0 from='client.44154 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:40.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:40 smithi144 bash[66528]: audit 2023-12-07T15:55:39.305046+0000 mon.c (mon.1) 34 : audit 0 from='client.? 172.21.15.121:0/1091261680' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:55:41.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:41 smithi121 bash[81553]: cluster 2023-12-07T15:55:39.130599+0000 mgr.y (mgr.25453) 431 : cluster 0 pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:41.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:41 smithi121 bash[81553]: audit 2023-12-07T15:55:39.673851+0000 mgr.y (mgr.25453) 432 : audit 0 from='client.54160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:41.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:41 smithi121 bash[81553]: audit 2023-12-07T15:55:40.135194+0000 mon.a (mon.0) 304 : audit 0 from='client.? 172.21.15.121:0/1520420220' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:55:41.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:41 smithi121 bash[83807]: cluster 2023-12-07T15:55:39.130599+0000 mgr.y (mgr.25453) 431 : cluster 0 pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:41.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:41 smithi121 bash[83807]: audit 2023-12-07T15:55:39.673851+0000 mgr.y (mgr.25453) 432 : audit 0 from='client.54160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:41.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:41 smithi121 bash[83807]: audit 2023-12-07T15:55:40.135194+0000 mon.a (mon.0) 304 : audit 0 from='client.? 172.21.15.121:0/1520420220' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:55:41.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:41 smithi144 bash[66528]: cluster 2023-12-07T15:55:39.130599+0000 mgr.y (mgr.25453) 431 : cluster 0 pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:41.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:41 smithi144 bash[66528]: audit 2023-12-07T15:55:39.673851+0000 mgr.y (mgr.25453) 432 : audit 0 from='client.54160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:41.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:41 smithi144 bash[66528]: audit 2023-12-07T15:55:40.135194+0000 mon.a (mon.0) 304 : audit 0 from='client.? 172.21.15.121:0/1520420220' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:55:43.275 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:42 smithi144 bash[66528]: cluster 2023-12-07T15:55:41.131330+0000 mgr.y (mgr.25453) 433 : cluster 0 pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:43.275 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:42 smithi144 bash[66528]: audit 2023-12-07T15:55:41.964138+0000 mon.a (mon.0) 305 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:43.275 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:42 smithi144 bash[66528]: audit 2023-12-07T15:55:41.978397+0000 mon.a (mon.0) 306 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:43.276 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:42 smithi144 bash[66528]: cephadm 2023-12-07T15:55:42.009938+0000 mgr.y (mgr.25453) 434 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-07T15:55:43.276 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:42 smithi144 bash[66528]: audit 2023-12-07T15:55:42.010599+0000 mon.c (mon.1) 35 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:55:43.276 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:42 smithi144 bash[66528]: audit 2023-12-07T15:55:42.012551+0000 mon.c (mon.1) 36 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:55:43.276 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:42 smithi144 bash[66528]: audit 2023-12-07T15:55:42.014460+0000 mon.c (mon.1) 37 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:43.276 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:42 smithi144 bash[66528]: cephadm 2023-12-07T15:55:42.016813+0000 mgr.y (mgr.25453) 435 : cephadm 1 Reconfiguring daemon mon.b on smithi144 2023-12-07T15:55:43.276 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:42 smithi144 bash[66528]: audit 2023-12-07T15:55:42.457222+0000 mon.c (mon.1) 38 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:55:43.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[83807]: cluster 2023-12-07T15:55:41.131330+0000 mgr.y (mgr.25453) 433 : cluster 0 pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:43.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[83807]: audit 2023-12-07T15:55:41.964138+0000 mon.a (mon.0) 305 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[83807]: audit 2023-12-07T15:55:41.978397+0000 mon.a (mon.0) 306 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[83807]: cephadm 2023-12-07T15:55:42.009938+0000 mgr.y (mgr.25453) 434 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-07T15:55:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[83807]: audit 2023-12-07T15:55:42.010599+0000 mon.c (mon.1) 35 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:55:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[83807]: audit 2023-12-07T15:55:42.012551+0000 mon.c (mon.1) 36 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:55:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[83807]: audit 2023-12-07T15:55:42.014460+0000 mon.c (mon.1) 37 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[83807]: cephadm 2023-12-07T15:55:42.016813+0000 mgr.y (mgr.25453) 435 : cephadm 1 Reconfiguring daemon mon.b on smithi144 2023-12-07T15:55:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[83807]: audit 2023-12-07T15:55:42.457222+0000 mon.c (mon.1) 38 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:55:43.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[81553]: cluster 2023-12-07T15:55:41.131330+0000 mgr.y (mgr.25453) 433 : cluster 0 pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:43.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[81553]: audit 2023-12-07T15:55:41.964138+0000 mon.a (mon.0) 305 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[81553]: audit 2023-12-07T15:55:41.978397+0000 mon.a (mon.0) 306 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[81553]: cephadm 2023-12-07T15:55:42.009938+0000 mgr.y (mgr.25453) 434 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-07T15:55:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[81553]: audit 2023-12-07T15:55:42.010599+0000 mon.c (mon.1) 35 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T15:55:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[81553]: audit 2023-12-07T15:55:42.012551+0000 mon.c (mon.1) 36 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T15:55:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[81553]: audit 2023-12-07T15:55:42.014460+0000 mon.c (mon.1) 37 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[81553]: cephadm 2023-12-07T15:55:42.016813+0000 mgr.y (mgr.25453) 435 : cephadm 1 Reconfiguring daemon mon.b on smithi144 2023-12-07T15:55:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:42 smithi121 bash[81553]: audit 2023-12-07T15:55:42.457222+0000 mon.c (mon.1) 38 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:55:44.971 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:55:44 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:55:44] "GET /metrics HTTP/1.1" 200 38259 "" "Prometheus/2.33.4" 2023-12-07T15:55:45.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:44 smithi121 bash[83807]: cluster 2023-12-07T15:55:43.132097+0000 mgr.y (mgr.25453) 436 : cluster 0 pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:45.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:44 smithi121 bash[83807]: audit 2023-12-07T15:55:43.462499+0000 mgr.y (mgr.25453) 437 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:45.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:44 smithi121 bash[83807]: audit 2023-12-07T15:55:44.160805+0000 mon.a (mon.0) 307 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:45.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:44 smithi121 bash[83807]: audit 2023-12-07T15:55:44.174303+0000 mon.a (mon.0) 308 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:45.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:44 smithi121 bash[83807]: audit 2023-12-07T15:55:44.191337+0000 mon.c (mon.1) 39 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:55:45.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:44 smithi121 bash[83807]: audit 2023-12-07T15:55:44.192059+0000 mon.a (mon.0) 309 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:55:45.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:44 smithi121 bash[83807]: audit 2023-12-07T15:55:44.194111+0000 mon.c (mon.1) 40 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:55:45.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:44 smithi121 bash[83807]: audit 2023-12-07T15:55:44.195690+0000 mon.c (mon.1) 41 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:45.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:44 smithi121 bash[81553]: cluster 2023-12-07T15:55:43.132097+0000 mgr.y (mgr.25453) 436 : cluster 0 pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:45.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:44 smithi121 bash[81553]: audit 2023-12-07T15:55:43.462499+0000 mgr.y (mgr.25453) 437 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:45.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:44 smithi121 bash[81553]: audit 2023-12-07T15:55:44.160805+0000 mon.a (mon.0) 307 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:45.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:44 smithi121 bash[81553]: audit 2023-12-07T15:55:44.174303+0000 mon.a (mon.0) 308 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:45.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:44 smithi121 bash[81553]: audit 2023-12-07T15:55:44.191337+0000 mon.c (mon.1) 39 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:55:45.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:44 smithi121 bash[81553]: audit 2023-12-07T15:55:44.192059+0000 mon.a (mon.0) 309 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:55:45.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:44 smithi121 bash[81553]: audit 2023-12-07T15:55:44.194111+0000 mon.c (mon.1) 40 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:55:45.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:44 smithi121 bash[81553]: audit 2023-12-07T15:55:44.195690+0000 mon.c (mon.1) 41 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:45.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:44 smithi144 bash[66528]: cluster 2023-12-07T15:55:43.132097+0000 mgr.y (mgr.25453) 436 : cluster 0 pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:45.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:44 smithi144 bash[66528]: audit 2023-12-07T15:55:43.462499+0000 mgr.y (mgr.25453) 437 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:45.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:44 smithi144 bash[66528]: audit 2023-12-07T15:55:44.160805+0000 mon.a (mon.0) 307 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:45.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:44 smithi144 bash[66528]: audit 2023-12-07T15:55:44.174303+0000 mon.a (mon.0) 308 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:45.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:44 smithi144 bash[66528]: audit 2023-12-07T15:55:44.191337+0000 mon.c (mon.1) 39 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:55:45.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:44 smithi144 bash[66528]: audit 2023-12-07T15:55:44.192059+0000 mon.a (mon.0) 309 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T15:55:45.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:44 smithi144 bash[66528]: audit 2023-12-07T15:55:44.194111+0000 mon.c (mon.1) 40 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T15:55:45.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:44 smithi144 bash[66528]: audit 2023-12-07T15:55:44.195690+0000 mon.c (mon.1) 41 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:46.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:45 smithi121 bash[81553]: cephadm 2023-12-07T15:55:44.190726+0000 mgr.y (mgr.25453) 438 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-07T15:55:46.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:45 smithi121 bash[81553]: cephadm 2023-12-07T15:55:44.197666+0000 mgr.y (mgr.25453) 439 : cephadm 1 Reconfiguring daemon mgr.x on smithi144 2023-12-07T15:55:46.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:45 smithi121 bash[83807]: cephadm 2023-12-07T15:55:44.190726+0000 mgr.y (mgr.25453) 438 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-07T15:55:46.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:45 smithi121 bash[83807]: cephadm 2023-12-07T15:55:44.197666+0000 mgr.y (mgr.25453) 439 : cephadm 1 Reconfiguring daemon mgr.x on smithi144 2023-12-07T15:55:46.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:45 smithi144 bash[66528]: cephadm 2023-12-07T15:55:44.190726+0000 mgr.y (mgr.25453) 438 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-07T15:55:46.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:45 smithi144 bash[66528]: cephadm 2023-12-07T15:55:44.197666+0000 mgr.y (mgr.25453) 439 : cephadm 1 Reconfiguring daemon mgr.x on smithi144 2023-12-07T15:55:47.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:46 smithi144 bash[66528]: cluster 2023-12-07T15:55:45.133906+0000 mgr.y (mgr.25453) 440 : cluster 0 pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:47.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:46 smithi144 bash[66528]: audit 2023-12-07T15:55:46.289297+0000 mon.a (mon.0) 310 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:47.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:46 smithi144 bash[66528]: audit 2023-12-07T15:55:46.300704+0000 mon.a (mon.0) 311 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:47.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:46 smithi144 bash[66528]: audit 2023-12-07T15:55:46.317114+0000 mon.c (mon.1) 42 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T15:55:47.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:46 smithi144 bash[66528]: audit 2023-12-07T15:55:46.318679+0000 mon.c (mon.1) 43 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:47.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:46 smithi121 bash[83807]: cluster 2023-12-07T15:55:45.133906+0000 mgr.y (mgr.25453) 440 : cluster 0 pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:47.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:46 smithi121 bash[83807]: audit 2023-12-07T15:55:46.289297+0000 mon.a (mon.0) 310 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:47.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:46 smithi121 bash[83807]: audit 2023-12-07T15:55:46.300704+0000 mon.a (mon.0) 311 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:47.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:46 smithi121 bash[83807]: audit 2023-12-07T15:55:46.317114+0000 mon.c (mon.1) 42 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T15:55:47.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:46 smithi121 bash[83807]: audit 2023-12-07T15:55:46.318679+0000 mon.c (mon.1) 43 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:47.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:46 smithi121 bash[81553]: cluster 2023-12-07T15:55:45.133906+0000 mgr.y (mgr.25453) 440 : cluster 0 pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:47.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:46 smithi121 bash[81553]: audit 2023-12-07T15:55:46.289297+0000 mon.a (mon.0) 310 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:47.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:46 smithi121 bash[81553]: audit 2023-12-07T15:55:46.300704+0000 mon.a (mon.0) 311 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:47.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:46 smithi121 bash[81553]: audit 2023-12-07T15:55:46.317114+0000 mon.c (mon.1) 42 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T15:55:47.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:46 smithi121 bash[81553]: audit 2023-12-07T15:55:46.318679+0000 mon.c (mon.1) 43 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:48.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:47 smithi121 bash[81553]: cephadm 2023-12-07T15:55:46.316498+0000 mgr.y (mgr.25453) 441 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-07T15:55:48.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:47 smithi121 bash[81553]: cephadm 2023-12-07T15:55:46.322984+0000 mgr.y (mgr.25453) 442 : cephadm 1 Reconfiguring daemon osd.4 on smithi144 2023-12-07T15:55:48.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:47 smithi121 bash[83807]: cephadm 2023-12-07T15:55:46.316498+0000 mgr.y (mgr.25453) 441 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-07T15:55:48.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:47 smithi121 bash[83807]: cephadm 2023-12-07T15:55:46.322984+0000 mgr.y (mgr.25453) 442 : cephadm 1 Reconfiguring daemon osd.4 on smithi144 2023-12-07T15:55:48.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:47 smithi144 bash[66528]: cephadm 2023-12-07T15:55:46.316498+0000 mgr.y (mgr.25453) 441 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-07T15:55:48.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:47 smithi144 bash[66528]: cephadm 2023-12-07T15:55:46.322984+0000 mgr.y (mgr.25453) 442 : cephadm 1 Reconfiguring daemon osd.4 on smithi144 2023-12-07T15:55:48.876 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:55:48 smithi144 bash[61561]: ts=2023-12-07T15:55:48.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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:55:49.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:48 smithi121 bash[81553]: cluster 2023-12-07T15:55:47.134679+0000 mgr.y (mgr.25453) 443 : cluster 0 pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:49.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:48 smithi121 bash[81553]: audit 2023-12-07T15:55:48.655679+0000 mon.a (mon.0) 312 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:49.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:48 smithi121 bash[81553]: audit 2023-12-07T15:55:48.669438+0000 mon.a (mon.0) 313 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:49.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:48 smithi121 bash[81553]: audit 2023-12-07T15:55:48.693057+0000 mon.c (mon.1) 44 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T15:55:49.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:48 smithi121 bash[81553]: audit 2023-12-07T15:55:48.694433+0000 mon.c (mon.1) 45 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:49.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:48 smithi121 bash[83807]: cluster 2023-12-07T15:55:47.134679+0000 mgr.y (mgr.25453) 443 : cluster 0 pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:49.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:48 smithi121 bash[83807]: audit 2023-12-07T15:55:48.655679+0000 mon.a (mon.0) 312 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:49.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:48 smithi121 bash[83807]: audit 2023-12-07T15:55:48.669438+0000 mon.a (mon.0) 313 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:49.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:48 smithi121 bash[83807]: audit 2023-12-07T15:55:48.693057+0000 mon.c (mon.1) 44 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T15:55:49.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:48 smithi121 bash[83807]: audit 2023-12-07T15:55:48.694433+0000 mon.c (mon.1) 45 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:49.448 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:48 smithi144 bash[66528]: cluster 2023-12-07T15:55:47.134679+0000 mgr.y (mgr.25453) 443 : cluster 0 pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:49.448 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:48 smithi144 bash[66528]: audit 2023-12-07T15:55:48.655679+0000 mon.a (mon.0) 312 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:49.448 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:48 smithi144 bash[66528]: audit 2023-12-07T15:55:48.669438+0000 mon.a (mon.0) 313 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:49.449 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:48 smithi144 bash[66528]: audit 2023-12-07T15:55:48.693057+0000 mon.c (mon.1) 44 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T15:55:49.449 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:48 smithi144 bash[66528]: audit 2023-12-07T15:55:48.694433+0000 mon.c (mon.1) 45 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:50.254 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:49 smithi144 bash[66528]: cephadm 2023-12-07T15:55:48.692475+0000 mgr.y (mgr.25453) 444 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-07T15:55:50.254 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:49 smithi144 bash[66528]: cephadm 2023-12-07T15:55:48.698455+0000 mgr.y (mgr.25453) 445 : cephadm 1 Reconfiguring daemon osd.5 on smithi144 2023-12-07T15:55:50.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:49 smithi121 bash[83807]: cephadm 2023-12-07T15:55:48.692475+0000 mgr.y (mgr.25453) 444 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-07T15:55:50.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:49 smithi121 bash[83807]: cephadm 2023-12-07T15:55:48.698455+0000 mgr.y (mgr.25453) 445 : cephadm 1 Reconfiguring daemon osd.5 on smithi144 2023-12-07T15:55:50.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:49 smithi121 bash[81553]: cephadm 2023-12-07T15:55:48.692475+0000 mgr.y (mgr.25453) 444 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-07T15:55:50.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:49 smithi121 bash[81553]: cephadm 2023-12-07T15:55:48.698455+0000 mgr.y (mgr.25453) 445 : cephadm 1 Reconfiguring daemon osd.5 on smithi144 2023-12-07T15:55:51.284 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:51 smithi144 bash[66528]: cluster 2023-12-07T15:55:49.136390+0000 mgr.y (mgr.25453) 446 : cluster 0 pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:51.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:51 smithi121 bash[83807]: cluster 2023-12-07T15:55:49.136390+0000 mgr.y (mgr.25453) 446 : cluster 0 pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:51.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:50 smithi121 bash[81553]: cluster 2023-12-07T15:55:49.136390+0000 mgr.y (mgr.25453) 446 : cluster 0 pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:52.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[81553]: cluster 2023-12-07T15:55:51.137260+0000 mgr.y (mgr.25453) 447 : cluster 0 pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:52.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[81553]: audit 2023-12-07T15:55:51.261430+0000 mon.a (mon.0) 314 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:52.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[81553]: audit 2023-12-07T15:55:51.272038+0000 mon.a (mon.0) 315 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:52.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[81553]: cephadm 2023-12-07T15:55:51.317807+0000 mgr.y (mgr.25453) 448 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-07T15:55:52.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[81553]: audit 2023-12-07T15:55:51.318501+0000 mon.c (mon.1) 46 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T15:55:52.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[81553]: audit 2023-12-07T15:55:51.320205+0000 mon.c (mon.1) 47 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:52.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[81553]: cephadm 2023-12-07T15:55:51.325713+0000 mgr.y (mgr.25453) 449 : cephadm 1 Reconfiguring daemon osd.6 on smithi144 2023-12-07T15:55:52.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[81553]: audit 2023-12-07T15:55:51.382808+0000 mon.a (mon.0) 316 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:52.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[81553]: audit 2023-12-07T15:55:51.394130+0000 mon.a (mon.0) 317 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:52.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[81553]: audit 2023-12-07T15:55:51.406988+0000 mon.a (mon.0) 318 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:52.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[83807]: cluster 2023-12-07T15:55:51.137260+0000 mgr.y (mgr.25453) 447 : cluster 0 pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:52.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[83807]: audit 2023-12-07T15:55:51.261430+0000 mon.a (mon.0) 314 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:52.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[83807]: audit 2023-12-07T15:55:51.272038+0000 mon.a (mon.0) 315 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:52.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[83807]: cephadm 2023-12-07T15:55:51.317807+0000 mgr.y (mgr.25453) 448 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-07T15:55:52.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[83807]: audit 2023-12-07T15:55:51.318501+0000 mon.c (mon.1) 46 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T15:55:52.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[83807]: audit 2023-12-07T15:55:51.320205+0000 mon.c (mon.1) 47 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:52.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[83807]: cephadm 2023-12-07T15:55:51.325713+0000 mgr.y (mgr.25453) 449 : cephadm 1 Reconfiguring daemon osd.6 on smithi144 2023-12-07T15:55:52.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[83807]: audit 2023-12-07T15:55:51.382808+0000 mon.a (mon.0) 316 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:52.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[83807]: audit 2023-12-07T15:55:51.394130+0000 mon.a (mon.0) 317 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:52.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:52 smithi121 bash[83807]: audit 2023-12-07T15:55:51.406988+0000 mon.a (mon.0) 318 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:52.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:52 smithi144 bash[66528]: cluster 2023-12-07T15:55:51.137260+0000 mgr.y (mgr.25453) 447 : cluster 0 pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:52.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:52 smithi144 bash[66528]: audit 2023-12-07T15:55:51.261430+0000 mon.a (mon.0) 314 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:52.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:52 smithi144 bash[66528]: audit 2023-12-07T15:55:51.272038+0000 mon.a (mon.0) 315 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:52.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:52 smithi144 bash[66528]: cephadm 2023-12-07T15:55:51.317807+0000 mgr.y (mgr.25453) 448 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-07T15:55:52.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:52 smithi144 bash[66528]: audit 2023-12-07T15:55:51.318501+0000 mon.c (mon.1) 46 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T15:55:52.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:52 smithi144 bash[66528]: audit 2023-12-07T15:55:51.320205+0000 mon.c (mon.1) 47 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:52.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:52 smithi144 bash[66528]: cephadm 2023-12-07T15:55:51.325713+0000 mgr.y (mgr.25453) 449 : cephadm 1 Reconfiguring daemon osd.6 on smithi144 2023-12-07T15:55:52.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:52 smithi144 bash[66528]: audit 2023-12-07T15:55:51.382808+0000 mon.a (mon.0) 316 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:52.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:52 smithi144 bash[66528]: audit 2023-12-07T15:55:51.394130+0000 mon.a (mon.0) 317 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:52.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:52 smithi144 bash[66528]: audit 2023-12-07T15:55:51.406988+0000 mon.a (mon.0) 318 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:54.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:54 smithi144 bash[66528]: cluster 2023-12-07T15:55:53.138045+0000 mgr.y (mgr.25453) 450 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:54.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:54 smithi144 bash[66528]: audit 2023-12-07T15:55:53.472337+0000 mgr.y (mgr.25453) 451 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:55.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:55:54 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:55:54] "GET /metrics HTTP/1.1" 200 38259 "" "Prometheus/2.33.4" 2023-12-07T15:55:55.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:54 smithi121 bash[83807]: cluster 2023-12-07T15:55:53.138045+0000 mgr.y (mgr.25453) 450 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:54 smithi121 bash[83807]: audit 2023-12-07T15:55:53.472337+0000 mgr.y (mgr.25453) 451 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:54 smithi121 bash[81553]: cluster 2023-12-07T15:55:53.138045+0000 mgr.y (mgr.25453) 450 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:54 smithi121 bash[81553]: audit 2023-12-07T15:55:53.472337+0000 mgr.y (mgr.25453) 451 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:55:56.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:55 smithi121 bash[81553]: audit 2023-12-07T15:55:54.976428+0000 mon.a (mon.0) 319 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:56.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:55 smithi121 bash[81553]: audit 2023-12-07T15:55:54.993872+0000 mon.a (mon.0) 320 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:56.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:55 smithi121 bash[81553]: audit 2023-12-07T15:55:55.006476+0000 mon.a (mon.0) 321 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:56.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:55 smithi121 bash[81553]: audit 2023-12-07T15:55:55.899430+0000 mon.a (mon.0) 322 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:56.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:55 smithi121 bash[81553]: audit 2023-12-07T15:55:55.911797+0000 mon.a (mon.0) 323 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:56.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:55 smithi121 bash[81553]: audit 2023-12-07T15:55:55.952734+0000 mon.c (mon.1) 48 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T15:55:56.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:55 smithi121 bash[81553]: audit 2023-12-07T15:55:55.954949+0000 mon.c (mon.1) 49 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:55 smithi121 bash[83807]: audit 2023-12-07T15:55:54.976428+0000 mon.a (mon.0) 319 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:55 smithi121 bash[83807]: audit 2023-12-07T15:55:54.993872+0000 mon.a (mon.0) 320 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:55 smithi121 bash[83807]: audit 2023-12-07T15:55:55.006476+0000 mon.a (mon.0) 321 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:55 smithi121 bash[83807]: audit 2023-12-07T15:55:55.899430+0000 mon.a (mon.0) 322 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:56.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:55 smithi121 bash[83807]: audit 2023-12-07T15:55:55.911797+0000 mon.a (mon.0) 323 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:56.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:55 smithi121 bash[83807]: audit 2023-12-07T15:55:55.952734+0000 mon.c (mon.1) 48 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T15:55:56.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:55 smithi121 bash[83807]: audit 2023-12-07T15:55:55.954949+0000 mon.c (mon.1) 49 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:56.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:55 smithi144 bash[66528]: audit 2023-12-07T15:55:54.976428+0000 mon.a (mon.0) 319 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:56.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:55 smithi144 bash[66528]: audit 2023-12-07T15:55:54.993872+0000 mon.a (mon.0) 320 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:56.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:55 smithi144 bash[66528]: audit 2023-12-07T15:55:55.006476+0000 mon.a (mon.0) 321 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:56.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:55 smithi144 bash[66528]: audit 2023-12-07T15:55:55.899430+0000 mon.a (mon.0) 322 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:56.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:55 smithi144 bash[66528]: audit 2023-12-07T15:55:55.911797+0000 mon.a (mon.0) 323 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:56.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:55 smithi144 bash[66528]: audit 2023-12-07T15:55:55.952734+0000 mon.c (mon.1) 48 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T15:55:56.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:55 smithi144 bash[66528]: audit 2023-12-07T15:55:55.954949+0000 mon.c (mon.1) 49 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:57.269 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:57 smithi144 bash[66528]: cluster 2023-12-07T15:55:55.139790+0000 mgr.y (mgr.25453) 452 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:57.269 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:57 smithi144 bash[66528]: cephadm 2023-12-07T15:55:55.952041+0000 mgr.y (mgr.25453) 453 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-07T15:55:57.269 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:57 smithi144 bash[66528]: cephadm 2023-12-07T15:55:55.962720+0000 mgr.y (mgr.25453) 454 : cephadm 1 Reconfiguring daemon osd.7 on smithi144 2023-12-07T15:55:57.303 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:57 smithi121 bash[81553]: cluster 2023-12-07T15:55:55.139790+0000 mgr.y (mgr.25453) 452 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:57.303 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:57 smithi121 bash[81553]: cephadm 2023-12-07T15:55:55.952041+0000 mgr.y (mgr.25453) 453 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-07T15:55:57.303 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:57 smithi121 bash[81553]: cephadm 2023-12-07T15:55:55.962720+0000 mgr.y (mgr.25453) 454 : cephadm 1 Reconfiguring daemon osd.7 on smithi144 2023-12-07T15:55:57.303 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:57 smithi121 bash[83807]: cluster 2023-12-07T15:55:55.139790+0000 mgr.y (mgr.25453) 452 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:55:57.303 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:57 smithi121 bash[83807]: cephadm 2023-12-07T15:55:55.952041+0000 mgr.y (mgr.25453) 453 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-07T15:55:57.304 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:57 smithi121 bash[83807]: cephadm 2023-12-07T15:55:55.962720+0000 mgr.y (mgr.25453) 454 : cephadm 1 Reconfiguring daemon osd.7 on smithi144 2023-12-07T15:55:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:58 smithi121 bash[81553]: audit 2023-12-07T15:55:57.457658+0000 mon.c (mon.1) 50 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:55:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:58 smithi121 bash[83807]: audit 2023-12-07T15:55:57.457658+0000 mon.c (mon.1) 50 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:55:58.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:58 smithi144 bash[66528]: audit 2023-12-07T15:55:57.457658+0000 mon.c (mon.1) 50 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:55:58.876 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:55:58 smithi144 bash[61561]: ts=2023-12-07T15:55: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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:55:59.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:59 smithi144 bash[66528]: cluster 2023-12-07T15:55:57.140564+0000 mgr.y (mgr.25453) 455 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:59.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:59 smithi144 bash[66528]: audit 2023-12-07T15:55:58.111184+0000 mon.a (mon.0) 324 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:59.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:59 smithi144 bash[66528]: audit 2023-12-07T15:55:58.127128+0000 mon.a (mon.0) 325 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:59.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:59 smithi144 bash[66528]: audit 2023-12-07T15:55:58.183787+0000 mon.c (mon.1) 51 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.ukcjdp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:59.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:59 smithi144 bash[66528]: audit 2023-12-07T15:55:58.184775+0000 mon.a (mon.0) 326 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.ukcjdp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:59.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:55:59 smithi144 bash[66528]: audit 2023-12-07T15:55:58.190191+0000 mon.c (mon.1) 52 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:59.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:59 smithi121 bash[81553]: cluster 2023-12-07T15:55:57.140564+0000 mgr.y (mgr.25453) 455 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:59.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:59 smithi121 bash[81553]: audit 2023-12-07T15:55:58.111184+0000 mon.a (mon.0) 324 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:59.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:59 smithi121 bash[81553]: audit 2023-12-07T15:55:58.127128+0000 mon.a (mon.0) 325 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:59.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:59 smithi121 bash[81553]: audit 2023-12-07T15:55:58.183787+0000 mon.c (mon.1) 51 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.ukcjdp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:59.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:59 smithi121 bash[81553]: audit 2023-12-07T15:55:58.184775+0000 mon.a (mon.0) 326 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.ukcjdp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:59.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:55:59 smithi121 bash[81553]: audit 2023-12-07T15:55:58.190191+0000 mon.c (mon.1) 52 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:59.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:59 smithi121 bash[83807]: cluster 2023-12-07T15:55:57.140564+0000 mgr.y (mgr.25453) 455 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:55:59.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:59 smithi121 bash[83807]: audit 2023-12-07T15:55:58.111184+0000 mon.a (mon.0) 324 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:59.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:59 smithi121 bash[83807]: audit 2023-12-07T15:55:58.127128+0000 mon.a (mon.0) 325 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:55:59.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:59 smithi121 bash[83807]: audit 2023-12-07T15:55:58.183787+0000 mon.c (mon.1) 51 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.ukcjdp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:59.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:59 smithi121 bash[83807]: audit 2023-12-07T15:55:58.184775+0000 mon.a (mon.0) 326 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.ukcjdp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:55:59.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:55:59 smithi121 bash[83807]: audit 2023-12-07T15:55:58.190191+0000 mon.c (mon.1) 52 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:00.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:00 smithi144 bash[66528]: cephadm 2023-12-07T15:55:58.182914+0000 mgr.y (mgr.25453) 456 : cephadm 1 Reconfiguring rgw.foo.smithi144.ukcjdp (monmap changed)... 2023-12-07T15:56:00.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:00 smithi144 bash[66528]: cephadm 2023-12-07T15:55:58.192419+0000 mgr.y (mgr.25453) 457 : cephadm 1 Reconfiguring daemon rgw.foo.smithi144.ukcjdp on smithi144 2023-12-07T15:56:00.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:00 smithi121 bash[81553]: cephadm 2023-12-07T15:55:58.182914+0000 mgr.y (mgr.25453) 456 : cephadm 1 Reconfiguring rgw.foo.smithi144.ukcjdp (monmap changed)... 2023-12-07T15:56:00.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:00 smithi121 bash[81553]: cephadm 2023-12-07T15:55:58.192419+0000 mgr.y (mgr.25453) 457 : cephadm 1 Reconfiguring daemon rgw.foo.smithi144.ukcjdp on smithi144 2023-12-07T15:56:00.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:00 smithi121 bash[83807]: cephadm 2023-12-07T15:55:58.182914+0000 mgr.y (mgr.25453) 456 : cephadm 1 Reconfiguring rgw.foo.smithi144.ukcjdp (monmap changed)... 2023-12-07T15:56:00.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:00 smithi121 bash[83807]: cephadm 2023-12-07T15:55:58.192419+0000 mgr.y (mgr.25453) 457 : cephadm 1 Reconfiguring daemon rgw.foo.smithi144.ukcjdp on smithi144 2023-12-07T15:56:01.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:01 smithi121 bash[81553]: cluster 2023-12-07T15:55:59.142113+0000 mgr.y (mgr.25453) 458 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:56:01.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:01 smithi121 bash[81553]: audit 2023-12-07T15:56:00.333432+0000 mon.a (mon.0) 327 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:01.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:01 smithi121 bash[81553]: audit 2023-12-07T15:56:00.346114+0000 mon.a (mon.0) 328 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:01.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:01 smithi121 bash[81553]: cephadm 2023-12-07T15:56:00.362507+0000 mgr.y (mgr.25453) 459 : cephadm 1 Reconfiguring rgw.smpl.smithi144.qkcshe (monmap changed)... 2023-12-07T15:56:01.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:01 smithi121 bash[81553]: audit 2023-12-07T15:56:00.363341+0000 mon.c (mon.1) 53 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi144.qkcshe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:56:01.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:01 smithi121 bash[81553]: audit 2023-12-07T15:56:00.364227+0000 mon.a (mon.0) 329 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi144.qkcshe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:56:01.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:01 smithi121 bash[81553]: audit 2023-12-07T15:56:00.369190+0000 mon.c (mon.1) 54 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:01.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:01 smithi121 bash[81553]: cephadm 2023-12-07T15:56:00.371272+0000 mgr.y (mgr.25453) 460 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi144.qkcshe on smithi144 2023-12-07T15:56:01.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:01 smithi121 bash[83807]: cluster 2023-12-07T15:55:59.142113+0000 mgr.y (mgr.25453) 458 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:56:01.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:01 smithi121 bash[83807]: audit 2023-12-07T15:56:00.333432+0000 mon.a (mon.0) 327 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:01.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:01 smithi121 bash[83807]: audit 2023-12-07T15:56:00.346114+0000 mon.a (mon.0) 328 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:01.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:01 smithi121 bash[83807]: cephadm 2023-12-07T15:56:00.362507+0000 mgr.y (mgr.25453) 459 : cephadm 1 Reconfiguring rgw.smpl.smithi144.qkcshe (monmap changed)... 2023-12-07T15:56:01.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:01 smithi121 bash[83807]: audit 2023-12-07T15:56:00.363341+0000 mon.c (mon.1) 53 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi144.qkcshe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:56:01.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:01 smithi121 bash[83807]: audit 2023-12-07T15:56:00.364227+0000 mon.a (mon.0) 329 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi144.qkcshe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:56:01.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:01 smithi121 bash[83807]: audit 2023-12-07T15:56:00.369190+0000 mon.c (mon.1) 54 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:01.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:01 smithi121 bash[83807]: cephadm 2023-12-07T15:56:00.371272+0000 mgr.y (mgr.25453) 460 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi144.qkcshe on smithi144 2023-12-07T15:56:01.613 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:01 smithi144 bash[66528]: cluster 2023-12-07T15:55:59.142113+0000 mgr.y (mgr.25453) 458 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:56:01.613 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:01 smithi144 bash[66528]: audit 2023-12-07T15:56:00.333432+0000 mon.a (mon.0) 327 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:01.613 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:01 smithi144 bash[66528]: audit 2023-12-07T15:56:00.346114+0000 mon.a (mon.0) 328 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:01.613 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:01 smithi144 bash[66528]: cephadm 2023-12-07T15:56:00.362507+0000 mgr.y (mgr.25453) 459 : cephadm 1 Reconfiguring rgw.smpl.smithi144.qkcshe (monmap changed)... 2023-12-07T15:56:01.613 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:01 smithi144 bash[66528]: audit 2023-12-07T15:56:00.363341+0000 mon.c (mon.1) 53 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi144.qkcshe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:56:01.614 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:01 smithi144 bash[66528]: audit 2023-12-07T15:56:00.364227+0000 mon.a (mon.0) 329 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi144.qkcshe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-07T15:56:01.614 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:01 smithi144 bash[66528]: audit 2023-12-07T15:56:00.369190+0000 mon.c (mon.1) 54 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:01.614 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:01 smithi144 bash[66528]: cephadm 2023-12-07T15:56:00.371272+0000 mgr.y (mgr.25453) 460 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi144.qkcshe on smithi144 2023-12-07T15:56:02.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:02 smithi144 bash[66528]: cluster 2023-12-07T15:56:01.142836+0000 mgr.y (mgr.25453) 461 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:02.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:02 smithi121 bash[81553]: cluster 2023-12-07T15:56:01.142836+0000 mgr.y (mgr.25453) 461 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:02.587 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:02 smithi121 bash[83807]: cluster 2023-12-07T15:56:01.142836+0000 mgr.y (mgr.25453) 461 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:03.739 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.398486+0000 mon.a (mon.0) 330 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:03.739 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.415587+0000 mon.a (mon.0) 331 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:03.739 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.456571+0000 mon.c (mon.1) 55 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:03.740 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.461747+0000 mon.c (mon.1) 56 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:03.740 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.466004+0000 mon.c (mon.1) 57 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:03.740 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: cephadm 2023-12-07T15:56:02.467780+0000 mgr.y (mgr.25453) 462 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-07T15:56:03.740 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.475321+0000 mon.a (mon.0) 332 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:03.740 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.479042+0000 mon.c (mon.1) 58 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-07T15:56:03.740 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.479435+0000 mon.a (mon.0) 333 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-07T15:56:03.740 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.482991+0000 mon.a (mon.0) 334 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-07T15:56:03.740 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.486635+0000 mon.c (mon.1) 59 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-07T15:56:03.740 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.487077+0000 mon.a (mon.0) 335 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-07T15:56:03.740 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.491330+0000 mon.a (mon.0) 336 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-07T15:56:03.740 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.494733+0000 mon.c (mon.1) 60 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-07T15:56:03.740 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.495227+0000 mon.a (mon.0) 337 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-07T15:56:03.741 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.498980+0000 mon.a (mon.0) 338 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-07T15:56:03.741 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.505872+0000 mon.c (mon.1) 61 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:03.741 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: cephadm 2023-12-07T15:56:02.506783+0000 mgr.y (mgr.25453) 463 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-07T15:56:03.741 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.512501+0000 mon.a (mon.0) 339 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:03.741 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.517210+0000 mon.c (mon.1) 62 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-07T15:56:03.741 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: audit 2023-12-07T15:56:02.517487+0000 mgr.y (mgr.25453) 464 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-07T15:56:03.741 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[81553]: cephadm 2023-12-07T15:56:02.519295+0000 mgr.y (mgr.25453) 465 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-07T15:56:03.741 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.398486+0000 mon.a (mon.0) 330 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:03.741 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.415587+0000 mon.a (mon.0) 331 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:03.742 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.456571+0000 mon.c (mon.1) 55 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:03.742 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.461747+0000 mon.c (mon.1) 56 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:03.742 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.466004+0000 mon.c (mon.1) 57 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:03.742 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: cephadm 2023-12-07T15:56:02.467780+0000 mgr.y (mgr.25453) 462 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-07T15:56:03.742 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.475321+0000 mon.a (mon.0) 332 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:03.742 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.479042+0000 mon.c (mon.1) 58 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-07T15:56:03.742 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.479435+0000 mon.a (mon.0) 333 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-07T15:56:03.742 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.482991+0000 mon.a (mon.0) 334 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-07T15:56:03.742 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.486635+0000 mon.c (mon.1) 59 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-07T15:56:03.742 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.487077+0000 mon.a (mon.0) 335 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-07T15:56:03.742 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.491330+0000 mon.a (mon.0) 336 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-07T15:56:03.742 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.494733+0000 mon.c (mon.1) 60 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-07T15:56:03.743 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.495227+0000 mon.a (mon.0) 337 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-07T15:56:03.743 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.498980+0000 mon.a (mon.0) 338 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-07T15:56:03.743 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.505872+0000 mon.c (mon.1) 61 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:03.743 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: cephadm 2023-12-07T15:56:02.506783+0000 mgr.y (mgr.25453) 463 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-07T15:56:03.743 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.512501+0000 mon.a (mon.0) 339 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:03.743 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.517210+0000 mon.c (mon.1) 62 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-07T15:56:03.743 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: audit 2023-12-07T15:56:02.517487+0000 mgr.y (mgr.25453) 464 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-07T15:56:03.743 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:03 smithi121 bash[83807]: cephadm 2023-12-07T15:56:02.519295+0000 mgr.y (mgr.25453) 465 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-07T15:56:03.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.398486+0000 mon.a (mon.0) 330 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:03.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.415587+0000 mon.a (mon.0) 331 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:03.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.456571+0000 mon.c (mon.1) 55 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:03.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.461747+0000 mon.c (mon.1) 56 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:03.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.466004+0000 mon.c (mon.1) 57 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:03.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: cephadm 2023-12-07T15:56:02.467780+0000 mgr.y (mgr.25453) 462 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-07T15:56:03.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.475321+0000 mon.a (mon.0) 332 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:03.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.479042+0000 mon.c (mon.1) 58 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-07T15:56:03.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.479435+0000 mon.a (mon.0) 333 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-07T15:56:03.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.482991+0000 mon.a (mon.0) 334 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-07T15:56:03.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.486635+0000 mon.c (mon.1) 59 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-07T15:56:03.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.487077+0000 mon.a (mon.0) 335 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-07T15:56:03.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.491330+0000 mon.a (mon.0) 336 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-07T15:56:03.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.494733+0000 mon.c (mon.1) 60 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-07T15:56:03.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.495227+0000 mon.a (mon.0) 337 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-07T15:56:03.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.498980+0000 mon.a (mon.0) 338 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-07T15:56:03.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.505872+0000 mon.c (mon.1) 61 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:03.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: cephadm 2023-12-07T15:56:02.506783+0000 mgr.y (mgr.25453) 463 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-07T15:56:03.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.512501+0000 mon.a (mon.0) 339 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:03.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.517210+0000 mon.c (mon.1) 62 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-07T15:56:03.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: audit 2023-12-07T15:56:02.517487+0000 mgr.y (mgr.25453) 464 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-07T15:56:03.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:03 smithi144 bash[66528]: cephadm 2023-12-07T15:56:02.519295+0000 mgr.y (mgr.25453) 465 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-07T15:56:05.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:04 smithi121 bash[81553]: cluster 2023-12-07T15:56:03.143671+0000 mgr.y (mgr.25453) 466 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:05.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:04 smithi121 bash[81553]: audit 2023-12-07T15:56:03.480059+0000 mgr.y (mgr.25453) 467 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:05.061 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:56:04 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:56:04] "GET /metrics HTTP/1.1" 200 38258 "" "Prometheus/2.33.4" 2023-12-07T15:56:05.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:04 smithi121 bash[83807]: cluster 2023-12-07T15:56:03.143671+0000 mgr.y (mgr.25453) 466 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:05.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:04 smithi121 bash[83807]: audit 2023-12-07T15:56:03.480059+0000 mgr.y (mgr.25453) 467 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:05.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:04 smithi144 bash[66528]: cluster 2023-12-07T15:56:03.143671+0000 mgr.y (mgr.25453) 466 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:05.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:04 smithi144 bash[66528]: audit 2023-12-07T15:56:03.480059+0000 mgr.y (mgr.25453) 467 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:06.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:05 smithi144 bash[66528]: cephadm 2023-12-07T15:56:04.839017+0000 mgr.y (mgr.25453) 468 : cephadm 1 Upgrade: Updating osd.0 2023-12-07T15:56:06.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:05 smithi144 bash[66528]: audit 2023-12-07T15:56:04.849282+0000 mon.a (mon.0) 340 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:06.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:05 smithi144 bash[66528]: audit 2023-12-07T15:56:04.854233+0000 mon.c (mon.1) 63 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T15:56:06.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:05 smithi144 bash[66528]: audit 2023-12-07T15:56:04.855500+0000 mon.c (mon.1) 64 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:06.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:05 smithi144 bash[66528]: cephadm 2023-12-07T15:56:04.858867+0000 mgr.y (mgr.25453) 469 : cephadm 1 Deploying daemon osd.0 on smithi121 2023-12-07T15:56:06.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:05 smithi121 bash[83807]: cephadm 2023-12-07T15:56:04.839017+0000 mgr.y (mgr.25453) 468 : cephadm 1 Upgrade: Updating osd.0 2023-12-07T15:56:06.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:05 smithi121 bash[83807]: audit 2023-12-07T15:56:04.849282+0000 mon.a (mon.0) 340 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:06.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:05 smithi121 bash[83807]: audit 2023-12-07T15:56:04.854233+0000 mon.c (mon.1) 63 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T15:56:06.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:05 smithi121 bash[83807]: audit 2023-12-07T15:56:04.855500+0000 mon.c (mon.1) 64 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:06.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:05 smithi121 bash[83807]: cephadm 2023-12-07T15:56:04.858867+0000 mgr.y (mgr.25453) 469 : cephadm 1 Deploying daemon osd.0 on smithi121 2023-12-07T15:56:06.132 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:05 smithi121 bash[81553]: cephadm 2023-12-07T15:56:04.839017+0000 mgr.y (mgr.25453) 468 : cephadm 1 Upgrade: Updating osd.0 2023-12-07T15:56:06.132 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:05 smithi121 bash[81553]: audit 2023-12-07T15:56:04.849282+0000 mon.a (mon.0) 340 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:06.133 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:05 smithi121 bash[81553]: audit 2023-12-07T15:56:04.854233+0000 mon.c (mon.1) 63 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T15:56:06.133 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:05 smithi121 bash[81553]: audit 2023-12-07T15:56:04.855500+0000 mon.c (mon.1) 64 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:06.133 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:05 smithi121 bash[81553]: cephadm 2023-12-07T15:56:04.858867+0000 mgr.y (mgr.25453) 469 : cephadm 1 Deploying daemon osd.0 on smithi121 2023-12-07T15:56:07.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:06 smithi144 bash[66528]: cluster 2023-12-07T15:56:05.145306+0000 mgr.y (mgr.25453) 470 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:56:07.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:06 smithi121 bash[81553]: cluster 2023-12-07T15:56:05.145306+0000 mgr.y (mgr.25453) 470 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:56:07.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:06 smithi121 bash[83807]: cluster 2023-12-07T15:56:05.145306+0000 mgr.y (mgr.25453) 470 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:56:09.115 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:08 smithi144 bash[66528]: cluster 2023-12-07T15:56:07.145972+0000 mgr.y (mgr.25453) 471 : cluster 0 pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:09.115 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:56:08 smithi144 bash[61561]: ts=2023-12-07T15:56: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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:56:09.132 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:08 smithi121 bash[81553]: cluster 2023-12-07T15:56:07.145972+0000 mgr.y (mgr.25453) 471 : cluster 0 pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:09.132 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:08 smithi121 bash[83807]: cluster 2023-12-07T15:56:07.145972+0000 mgr.y (mgr.25453) 471 : cluster 0 pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:09.810 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:09 smithi121 systemd[1]: Stopping Ceph osd.0 for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:56:09.810 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:09 smithi121 bash[34694]: debug 2023-12-07T15:56:09.511+0000 7f7d8e163700 -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 2023-12-07T15:56:09.810 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:09 smithi121 bash[34694]: debug 2023-12-07T15:56:09.511+0000 7f7d8e163700 -1 osd.0 109 *** Got signal Terminated *** 2023-12-07T15:56:09.810 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:09 smithi121 bash[34694]: debug 2023-12-07T15:56:09.511+0000 7f7d8e163700 -1 osd.0 109 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T15:56:10.164 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:09 smithi144 bash[66528]: cluster 2023-12-07T15:56:09.517983+0000 mon.a (mon.0) 341 : cluster 1 osd.0 marked itself down and dead 2023-12-07T15:56:10.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:09 smithi121 bash[83807]: cluster 2023-12-07T15:56:09.517983+0000 mon.a (mon.0) 341 : cluster 1 osd.0 marked itself down and dead 2023-12-07T15:56:10.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:09 smithi121 bash[81553]: cluster 2023-12-07T15:56:09.517983+0000 mon.a (mon.0) 341 : cluster 1 osd.0 marked itself down and dead 2023-12-07T15:56:10.552 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:56:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:10 smithi144 bash[66528]: cluster 2023-12-07T15:56:09.147626+0000 mgr.y (mgr.25453) 472 : cluster 0 pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:56:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:10 smithi144 bash[66528]: cluster 2023-12-07T15:56:09.864350+0000 mon.a (mon.0) 342 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:56:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:10 smithi144 bash[66528]: cluster 2023-12-07T15:56:09.874811+0000 osd.7 (osd.7) 3 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T15:56:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:10 smithi144 bash[66528]: cluster 2023-12-07T15:56:09.876985+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T15:56:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:10 smithi144 bash[66528]: cluster 2023-12-07T15:56:09.879475+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T15:56:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:10 smithi144 bash[66528]: cluster 2023-12-07T15:56:09.879709+0000 mon.a (mon.0) 343 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-07T15:56:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:10 smithi144 bash[66528]: cluster 2023-12-07T15:56:09.880588+0000 osd.3 (osd.3) 3 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T15:56:11.177 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:10 smithi121 bash[83807]: cluster 2023-12-07T15:56:09.147626+0000 mgr.y (mgr.25453) 472 : cluster 0 pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:56:11.177 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:10 smithi121 bash[83807]: cluster 2023-12-07T15:56:09.864350+0000 mon.a (mon.0) 342 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:56:11.177 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:10 smithi121 bash[83807]: cluster 2023-12-07T15:56:09.874811+0000 osd.7 (osd.7) 3 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T15:56:11.177 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:10 smithi121 bash[83807]: cluster 2023-12-07T15:56:09.876985+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T15:56:11.177 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:10 smithi121 bash[83807]: cluster 2023-12-07T15:56:09.879475+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T15:56:11.177 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:10 smithi121 bash[83807]: cluster 2023-12-07T15:56:09.879709+0000 mon.a (mon.0) 343 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-07T15:56:11.177 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:10 smithi121 bash[83807]: cluster 2023-12-07T15:56:09.880588+0000 osd.3 (osd.3) 3 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T15:56:11.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:10 smithi121 bash[81553]: cluster 2023-12-07T15:56:09.147626+0000 mgr.y (mgr.25453) 472 : cluster 0 pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:56:11.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:10 smithi121 bash[81553]: cluster 2023-12-07T15:56:09.864350+0000 mon.a (mon.0) 342 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:56:11.178 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:10 smithi121 bash[81553]: cluster 2023-12-07T15:56:09.874811+0000 osd.7 (osd.7) 3 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T15:56:11.178 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:10 smithi121 bash[81553]: cluster 2023-12-07T15:56:09.876985+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T15:56:11.178 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:10 smithi121 bash[81553]: cluster 2023-12-07T15:56:09.879475+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T15:56:11.178 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:10 smithi121 bash[81553]: cluster 2023-12-07T15:56:09.879709+0000 mon.a (mon.0) 343 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-07T15:56:11.178 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:10 smithi121 bash[81553]: cluster 2023-12-07T15:56:09.880588+0000 osd.3 (osd.3) 3 : cluster 3 failed to encode map e110 with expected crc 2023-12-07T15:56:11.178 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:10 smithi121 bash[87578]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-0 2023-12-07T15:56:11.178 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[87723]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-0 2023-12-07T15:56:11.334 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:56:11.334 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 19s ago 18m - - 2023-12-07T15:56:11.335 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 16s ago 17m - - 2023-12-07T15:56:11.335 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (4m) 19s ago 10m 15.9M - 0.23.0 ba2b418f427c 967bceda37f6 2023-12-07T15:56:11.335 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (3m) 16s ago 10m 43.3M - 8.3.5 dad864ee21e9 f9c66575cb4a 2023-12-07T15:56:11.335 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (2m) 19s ago 8m 46.8M - 3.5 e1d6a67b021e 5b982a4ff84a 2023-12-07T15:56:11.335 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283,8765 running (2m) 16s ago 17m 433M - 19.0.0-13-ge6605fb8 104f332cd0a9 b518ffbe0a91 2023-12-07T15:56:11.335 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:8443,9283,8765 running (2m) 19s ago 19m 496M - 19.0.0-13-ge6605fb8 104f332cd0a9 104d769d2d66 2023-12-07T15:56:11.335 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (99s) 19s ago 19m 46.3M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 46122fbb14c0 2023-12-07T15:56:11.335 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (56s) 16s ago 17m 35.0M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 f065215e6f46 2023-12-07T15:56:11.335 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (75s) 19s ago 17m 39.8M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d92fb430c584 2023-12-07T15:56:11.335 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (4m) 19s ago 11m 12.4M - 1.3.1 1dbe0e931976 20eca3d71286 2023-12-07T15:56:11.335 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (3m) 16s ago 11m 14.2M - 1.3.1 1dbe0e931976 0024f19bccdb 2023-12-07T15:56:11.335 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (16m) 19s ago 16m 59.3M 4096M 17.2.0 e1d6a67b021e 4fb66fb6c0ed 2023-12-07T15:56:11.335 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (15m) 19s ago 15m 60.7M 4096M 17.2.0 e1d6a67b021e c7b798ef591a 2023-12-07T15:56:11.335 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (15m) 19s ago 15m 53.9M 4096M 17.2.0 e1d6a67b021e d81a11d9b9ac 2023-12-07T15:56:11.335 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (14m) 19s ago 14m 60.0M 4096M 17.2.0 e1d6a67b021e beeb25b302ec 2023-12-07T15:56:11.335 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (14m) 16s ago 14m 59.7M 4096M 17.2.0 e1d6a67b021e ca8ac3f41b1a 2023-12-07T15:56:11.336 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (13m) 16s ago 13m 55.9M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:56:11.336 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (12m) 16s ago 12m 54.9M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:56:11.336 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (12m) 16s ago 12m 59.8M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:56:11.336 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (2m) 16s ago 11m 60.4M - 2.33.4 514e6a882f6e 64f00ffdc6cb 2023-12-07T15:56:11.336 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (9m) 19s ago 9m 87.4M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:56:11.336 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (9m) 16s ago 9m 87.5M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:56:11.336 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (8m) 19s ago 8m 89.1M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:56:11.336 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (8m) 16s ago 8m 87.7M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:56:11.795 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:56:11.795 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:56:11.795 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T15:56:11.795 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:56:11.795 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:56:11.795 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T15:56:11.795 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:56:11.795 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:56:11.795 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7 2023-12-07T15:56:11.795 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:56:11.796 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:56:11.796 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:56:11.796 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:56:11.796 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:56:11.796 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2023-12-07T15:56:11.796 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 5 2023-12-07T15:56:11.796 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:56:11.796 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:56:12.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:11 smithi144 bash[66528]: audit 2023-12-07T15:56:10.534147+0000 mgr.y (mgr.25453) 473 : audit 0 from='client.44175 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:12.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:11 smithi144 bash[66528]: cluster 2023-12-07T15:56:10.875867+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:11 smithi144 bash[66528]: cluster 2023-12-07T15:56:10.878480+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:11 smithi144 bash[66528]: cluster 2023-12-07T15:56:10.879584+0000 mon.a (mon.0) 344 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-07T15:56:12.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:11 smithi144 bash[66528]: cluster 2023-12-07T15:56:10.879908+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:11 smithi144 bash[66528]: cluster 2023-12-07T15:56:10.880357+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:11 smithi144 bash[66528]: cluster 2023-12-07T15:56:10.883708+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:11 smithi144 bash[66528]: cluster 2023-12-07T15:56:10.884081+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:11 smithi144 bash[66528]: cluster 2023-12-07T15:56:10.884087+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:11 smithi144 bash[66528]: cluster 2023-12-07T15:56:10.884631+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:11 smithi144 bash[66528]: audit 2023-12-07T15:56:10.932734+0000 mgr.y (mgr.25453) 474 : audit 0 from='client.54178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:12.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:11 smithi144 bash[66528]: audit 2023-12-07T15:56:11.561683+0000 mon.a (mon.0) 345 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:12.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:11 smithi144 bash[66528]: audit 2023-12-07T15:56:11.574084+0000 mon.a (mon.0) 346 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:12.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:11 smithi144 bash[66528]: audit 2023-12-07T15:56:11.583198+0000 mon.a (mon.0) 347 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:12.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:11 smithi144 bash[66528]: audit 2023-12-07T15:56:11.791869+0000 mon.a (mon.0) 348 : audit 0 from='client.? 172.21.15.121:0/2412913368' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:12.215 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:56:12.215 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:56:12.215 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:56:12.215 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T15:56:12.215 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [ 2023-12-07T15:56:12.216 INFO:teuthology.orchestra.run.smithi121.stdout: "mon", 2023-12-07T15:56:12.216 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr" 2023-12-07T15:56:12.216 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T15:56:12.216 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "5/23 daemons upgraded", 2023-12-07T15:56:12.216 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Currently upgrading osd daemons", 2023-12-07T15:56:12.216 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T15:56:12.216 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:56:12.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[81553]: audit 2023-12-07T15:56:10.534147+0000 mgr.y (mgr.25453) 473 : audit 0 from='client.44175 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:12.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[81553]: cluster 2023-12-07T15:56:10.875867+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[81553]: cluster 2023-12-07T15:56:10.878480+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[81553]: cluster 2023-12-07T15:56:10.879584+0000 mon.a (mon.0) 344 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-07T15:56:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[81553]: cluster 2023-12-07T15:56:10.879908+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[81553]: cluster 2023-12-07T15:56:10.880357+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[81553]: cluster 2023-12-07T15:56:10.883708+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[81553]: cluster 2023-12-07T15:56:10.884081+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[81553]: cluster 2023-12-07T15:56:10.884087+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[81553]: cluster 2023-12-07T15:56:10.884631+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[81553]: audit 2023-12-07T15:56:10.932734+0000 mgr.y (mgr.25453) 474 : audit 0 from='client.54178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[81553]: audit 2023-12-07T15:56:11.561683+0000 mon.a (mon.0) 345 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[81553]: audit 2023-12-07T15:56:11.574084+0000 mon.a (mon.0) 346 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[81553]: audit 2023-12-07T15:56:11.583198+0000 mon.a (mon.0) 347 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:12.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[81553]: audit 2023-12-07T15:56:11.791869+0000 mon.a (mon.0) 348 : audit 0 from='client.? 172.21.15.121:0/2412913368' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:12.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[83807]: audit 2023-12-07T15:56:10.534147+0000 mgr.y (mgr.25453) 473 : audit 0 from='client.44175 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:12.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[83807]: cluster 2023-12-07T15:56:10.875867+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[83807]: cluster 2023-12-07T15:56:10.878480+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[83807]: cluster 2023-12-07T15:56:10.879584+0000 mon.a (mon.0) 344 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-07T15:56:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[83807]: cluster 2023-12-07T15:56:10.879908+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[83807]: cluster 2023-12-07T15:56:10.880357+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[83807]: cluster 2023-12-07T15:56:10.883708+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[83807]: cluster 2023-12-07T15:56:10.884081+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[83807]: cluster 2023-12-07T15:56:10.884087+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[83807]: cluster 2023-12-07T15:56:10.884631+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e111 with expected crc 2023-12-07T15:56:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[83807]: audit 2023-12-07T15:56:10.932734+0000 mgr.y (mgr.25453) 474 : audit 0 from='client.54178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[83807]: audit 2023-12-07T15:56:11.561683+0000 mon.a (mon.0) 345 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[83807]: audit 2023-12-07T15:56:11.574084+0000 mon.a (mon.0) 346 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[83807]: audit 2023-12-07T15:56:11.583198+0000 mon.a (mon.0) 347 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:12.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:11 smithi121 bash[83807]: audit 2023-12-07T15:56:11.791869+0000 mon.a (mon.0) 348 : audit 0 from='client.? 172.21.15.121:0/2412913368' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:12.685 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_WARN 1 osds down 2023-12-07T15:56:12.685 INFO:teuthology.orchestra.run.smithi121.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-07T15:56:12.686 INFO:teuthology.orchestra.run.smithi121.stdout: osd.0 (root=default,host=smithi121) is down 2023-12-07T15:56:13.174 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: cluster 2023-12-07T15:56:11.148202+0000 mgr.y (mgr.25453) 475 : cluster 0 pgmap v111: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:56:13.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:11.311846+0000 mgr.y (mgr.25453) 476 : audit 0 from='client.54184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:13.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.371185+0000 mon.c (mon.1) 65 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.371905+0000 mon.c (mon.1) 66 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.372058+0000 mon.a (mon.0) 349 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.372470+0000 mon.c (mon.1) 67 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.372653+0000 mon.a (mon.0) 350 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.373031+0000 mon.c (mon.1) 68 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.373092+0000 mon.a (mon.0) 351 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.373357+0000 mon.c (mon.1) 69 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.373552+0000 mon.a (mon.0) 352 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.373718+0000 mon.c (mon.1) 70 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [5, 6]}]: dispatch 2023-12-07T15:56:13.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.374064+0000 mon.c (mon.1) 71 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [1, 3]}]: dispatch 2023-12-07T15:56:13.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.374070+0000 mon.a (mon.0) 353 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.374373+0000 mon.c (mon.1) 72 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.c", "id": [4, 2]}]: dispatch 2023-12-07T15:56:13.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.374511+0000 mon.a (mon.0) 354 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [5, 6]}]: dispatch 2023-12-07T15:56:13.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.374704+0000 mon.c (mon.1) 73 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.375037+0000 mon.a (mon.0) 355 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [1, 3]}]: dispatch 2023-12-07T15:56:13.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.375097+0000 mon.c (mon.1) 74 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 0]}]: dispatch 2023-12-07T15:56:13.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.375456+0000 mon.a (mon.0) 356 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.c", "id": [4, 2]}]: dispatch 2023-12-07T15:56:13.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.375899+0000 mon.a (mon.0) 357 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.376252+0000 mon.a (mon.0) 358 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 0]}]: dispatch 2023-12-07T15:56:13.177 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.463323+0000 mon.a (mon.0) 359 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:13.177 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.466983+0000 mon.c (mon.1) 75 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:56:13.177 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:12 smithi144 bash[66528]: audit 2023-12-07T15:56:12.682728+0000 mon.a (mon.0) 360 : audit 0 from='client.? 172.21.15.121:0/3524174331' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:56:13.310 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:13 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.0.service: Succeeded. 2023-12-07T15:56:13.310 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:13 smithi121 systemd[1]: Stopped Ceph osd.0 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:56:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: cluster 2023-12-07T15:56:11.148202+0000 mgr.y (mgr.25453) 475 : cluster 0 pgmap v111: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:56:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:11.311846+0000 mgr.y (mgr.25453) 476 : audit 0 from='client.54184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.371185+0000 mon.c (mon.1) 65 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.371905+0000 mon.c (mon.1) 66 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.372058+0000 mon.a (mon.0) 349 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.372470+0000 mon.c (mon.1) 67 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.372653+0000 mon.a (mon.0) 350 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.373031+0000 mon.c (mon.1) 68 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.373092+0000 mon.a (mon.0) 351 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.373357+0000 mon.c (mon.1) 69 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.373552+0000 mon.a (mon.0) 352 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.373718+0000 mon.c (mon.1) 70 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [5, 6]}]: dispatch 2023-12-07T15:56:13.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.374064+0000 mon.c (mon.1) 71 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [1, 3]}]: dispatch 2023-12-07T15:56:13.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.374070+0000 mon.a (mon.0) 353 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.374373+0000 mon.c (mon.1) 72 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.c", "id": [4, 2]}]: dispatch 2023-12-07T15:56:13.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.374511+0000 mon.a (mon.0) 354 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [5, 6]}]: dispatch 2023-12-07T15:56:13.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: cluster 2023-12-07T15:56:11.148202+0000 mgr.y (mgr.25453) 475 : cluster 0 pgmap v111: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:56:13.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:11.311846+0000 mgr.y (mgr.25453) 476 : audit 0 from='client.54184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:13.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.371185+0000 mon.c (mon.1) 65 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.371905+0000 mon.c (mon.1) 66 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.372058+0000 mon.a (mon.0) 349 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.372470+0000 mon.c (mon.1) 67 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.372653+0000 mon.a (mon.0) 350 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.373031+0000 mon.c (mon.1) 68 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.373092+0000 mon.a (mon.0) 351 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.373357+0000 mon.c (mon.1) 69 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.373552+0000 mon.a (mon.0) 352 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.373718+0000 mon.c (mon.1) 70 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [5, 6]}]: dispatch 2023-12-07T15:56:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.374064+0000 mon.c (mon.1) 71 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [1, 3]}]: dispatch 2023-12-07T15:56:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.374070+0000 mon.a (mon.0) 353 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.374373+0000 mon.c (mon.1) 72 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.c", "id": [4, 2]}]: dispatch 2023-12-07T15:56:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.374511+0000 mon.a (mon.0) 354 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [5, 6]}]: dispatch 2023-12-07T15:56:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.374704+0000 mon.c (mon.1) 73 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.375037+0000 mon.a (mon.0) 355 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [1, 3]}]: dispatch 2023-12-07T15:56:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.375097+0000 mon.c (mon.1) 74 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 0]}]: dispatch 2023-12-07T15:56:13.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.375456+0000 mon.a (mon.0) 356 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.c", "id": [4, 2]}]: dispatch 2023-12-07T15:56:13.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.375899+0000 mon.a (mon.0) 357 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.376252+0000 mon.a (mon.0) 358 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 0]}]: dispatch 2023-12-07T15:56:13.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.463323+0000 mon.a (mon.0) 359 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:13.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.466983+0000 mon.c (mon.1) 75 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:56:13.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[81553]: audit 2023-12-07T15:56:12.682728+0000 mon.a (mon.0) 360 : audit 0 from='client.? 172.21.15.121:0/3524174331' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:56:13.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.374704+0000 mon.c (mon.1) 73 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.375037+0000 mon.a (mon.0) 355 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [1, 3]}]: dispatch 2023-12-07T15:56:13.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.375097+0000 mon.c (mon.1) 74 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 0]}]: dispatch 2023-12-07T15:56:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.375456+0000 mon.a (mon.0) 356 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.c", "id": [4, 2]}]: dispatch 2023-12-07T15:56:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.375899+0000 mon.a (mon.0) 357 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 0]}]: dispatch 2023-12-07T15:56:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.376252+0000 mon.a (mon.0) 358 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 0]}]: dispatch 2023-12-07T15:56:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.463323+0000 mon.a (mon.0) 359 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.466983+0000 mon.c (mon.1) 75 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:56:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:12 smithi121 bash[83807]: audit 2023-12-07T15:56:12.682728+0000 mon.a (mon.0) 360 : audit 0 from='client.? 172.21.15.121:0/3524174331' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:56:13.810 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:13 smithi121 systemd[1]: Started Ceph osd.0 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:56:14.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:12.211821+0000 mgr.y (mgr.25453) 477 : audit 0 from='client.44199 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:14.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:12.897780+0000 mon.a (mon.0) 361 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 0]}]': finished 2023-12-07T15:56:14.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:12.898028+0000 mon.a (mon.0) 362 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 0]}]': finished 2023-12-07T15:56:14.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:12.898287+0000 mon.a (mon.0) 363 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 0]}]': finished 2023-12-07T15:56:14.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:12.898450+0000 mon.a (mon.0) 364 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 0]}]': finished 2023-12-07T15:56:14.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:12.898572+0000 mon.a (mon.0) 365 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 0]}]': finished 2023-12-07T15:56:14.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:12.898764+0000 mon.a (mon.0) 366 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [5, 6]}]': finished 2023-12-07T15:56:14.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:12.898933+0000 mon.a (mon.0) 367 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [1, 3]}]': finished 2023-12-07T15:56:14.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:12.899078+0000 mon.a (mon.0) 368 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.c", "id": [4, 2]}]': finished 2023-12-07T15:56:14.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:12.899250+0000 mon.a (mon.0) 369 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 0]}]': finished 2023-12-07T15:56:14.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:12.899486+0000 mon.a (mon.0) 370 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 0]}]': finished 2023-12-07T15:56:14.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: cluster 2023-12-07T15:56:12.900112+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T15:56:14.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: cluster 2023-12-07T15:56:12.901096+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T15:56:14.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: cluster 2023-12-07T15:56:12.905016+0000 mon.a (mon.0) 371 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-07T15:56:14.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.500226+0000 mon.a (mon.0) 372 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.510446+0000 mon.a (mon.0) 373 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.548890+0000 mon.c (mon.1) 76 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:14.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.550705+0000 mon.c (mon.1) 77 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:14.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.562551+0000 mon.a (mon.0) 374 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.647816+0000 mon.c (mon.1) 78 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:14.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.650493+0000 mon.c (mon.1) 79 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:14.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.655088+0000 mon.c (mon.1) 80 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:14.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.656574+0000 mon.c (mon.1) 81 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:14.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.665399+0000 mon.a (mon.0) 375 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: cluster 2023-12-07T15:56:13.721822+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:14.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: cluster 2023-12-07T15:56:13.724186+0000 mon.a (mon.0) 376 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-07T15:56:14.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: cluster 2023-12-07T15:56:13.724924+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:14.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: cluster 2023-12-07T15:56:13.729108+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:14.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: cluster 2023-12-07T15:56:13.729123+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:14.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.749616+0000 mon.c (mon.1) 82 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:14.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.753235+0000 mon.c (mon.1) 83 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:14.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.755665+0000 mon.c (mon.1) 84 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:14.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.756623+0000 mon.c (mon.1) 85 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:14.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.762349+0000 mon.a (mon.0) 377 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.842878+0000 mon.c (mon.1) 86 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:14.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.847511+0000 mon.c (mon.1) 87 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:14.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.851235+0000 mon.c (mon.1) 88 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:14.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.852740+0000 mon.c (mon.1) 89 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:14.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[83807]: audit 2023-12-07T15:56:13.863338+0000 mon.a (mon.0) 378 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:12.211821+0000 mgr.y (mgr.25453) 477 : audit 0 from='client.44199 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:14.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:12.897780+0000 mon.a (mon.0) 361 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 0]}]': finished 2023-12-07T15:56:14.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:12.898028+0000 mon.a (mon.0) 362 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 0]}]': finished 2023-12-07T15:56:14.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:12.898287+0000 mon.a (mon.0) 363 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 0]}]': finished 2023-12-07T15:56:14.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:12.898450+0000 mon.a (mon.0) 364 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 0]}]': finished 2023-12-07T15:56:14.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:12.898572+0000 mon.a (mon.0) 365 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 0]}]': finished 2023-12-07T15:56:14.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:12.898764+0000 mon.a (mon.0) 366 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [5, 6]}]': finished 2023-12-07T15:56:14.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:12.898933+0000 mon.a (mon.0) 367 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [1, 3]}]': finished 2023-12-07T15:56:14.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:12.899078+0000 mon.a (mon.0) 368 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.c", "id": [4, 2]}]': finished 2023-12-07T15:56:14.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:12.899250+0000 mon.a (mon.0) 369 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 0]}]': finished 2023-12-07T15:56:14.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:12.899486+0000 mon.a (mon.0) 370 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 0]}]': finished 2023-12-07T15:56:14.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: cluster 2023-12-07T15:56:12.900112+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T15:56:14.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: cluster 2023-12-07T15:56:12.901096+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T15:56:14.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: cluster 2023-12-07T15:56:12.905016+0000 mon.a (mon.0) 371 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-07T15:56:14.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.500226+0000 mon.a (mon.0) 372 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.510446+0000 mon.a (mon.0) 373 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.548890+0000 mon.c (mon.1) 76 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:14.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.550705+0000 mon.c (mon.1) 77 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:14.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.562551+0000 mon.a (mon.0) 374 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.647816+0000 mon.c (mon.1) 78 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:14.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.650493+0000 mon.c (mon.1) 79 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:14.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.655088+0000 mon.c (mon.1) 80 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:14.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.656574+0000 mon.c (mon.1) 81 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:14.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.665399+0000 mon.a (mon.0) 375 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: cluster 2023-12-07T15:56:13.721822+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:14.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: cluster 2023-12-07T15:56:13.724186+0000 mon.a (mon.0) 376 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-07T15:56:14.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: cluster 2023-12-07T15:56:13.724924+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:14.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: cluster 2023-12-07T15:56:13.729108+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:14.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: cluster 2023-12-07T15:56:13.729123+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:14.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.749616+0000 mon.c (mon.1) 82 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:14.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.753235+0000 mon.c (mon.1) 83 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:14.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.755665+0000 mon.c (mon.1) 84 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:14.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.756623+0000 mon.c (mon.1) 85 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:14.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.762349+0000 mon.a (mon.0) 377 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.842878+0000 mon.c (mon.1) 86 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:14.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.847511+0000 mon.c (mon.1) 87 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:14.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.851235+0000 mon.c (mon.1) 88 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:14.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.852740+0000 mon.c (mon.1) 89 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:14.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:13 smithi121 bash[81553]: audit 2023-12-07T15:56:13.863338+0000 mon.a (mon.0) 378 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:12.211821+0000 mgr.y (mgr.25453) 477 : audit 0 from='client.44199 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:14.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:12.897780+0000 mon.a (mon.0) 361 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 0]}]': finished 2023-12-07T15:56:14.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:12.898028+0000 mon.a (mon.0) 362 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 0]}]': finished 2023-12-07T15:56:14.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:12.898287+0000 mon.a (mon.0) 363 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 0]}]': finished 2023-12-07T15:56:14.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:12.898450+0000 mon.a (mon.0) 364 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 0]}]': finished 2023-12-07T15:56:14.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:12.898572+0000 mon.a (mon.0) 365 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 0]}]': finished 2023-12-07T15:56:14.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:12.898764+0000 mon.a (mon.0) 366 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [5, 6]}]': finished 2023-12-07T15:56:14.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:12.898933+0000 mon.a (mon.0) 367 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [1, 3]}]': finished 2023-12-07T15:56:14.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:12.899078+0000 mon.a (mon.0) 368 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.c", "id": [4, 2]}]': finished 2023-12-07T15:56:14.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:12.899250+0000 mon.a (mon.0) 369 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 0]}]': finished 2023-12-07T15:56:14.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:12.899486+0000 mon.a (mon.0) 370 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 0]}]': finished 2023-12-07T15:56:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: cluster 2023-12-07T15:56:12.900112+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T15:56:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: cluster 2023-12-07T15:56:12.901096+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e112 with expected crc 2023-12-07T15:56:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: cluster 2023-12-07T15:56:12.905016+0000 mon.a (mon.0) 371 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-07T15:56:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.500226+0000 mon.a (mon.0) 372 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.510446+0000 mon.a (mon.0) 373 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.548890+0000 mon.c (mon.1) 76 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.550705+0000 mon.c (mon.1) 77 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.562551+0000 mon.a (mon.0) 374 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.647816+0000 mon.c (mon.1) 78 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.650493+0000 mon.c (mon.1) 79 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.655088+0000 mon.c (mon.1) 80 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.656574+0000 mon.c (mon.1) 81 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.665399+0000 mon.a (mon.0) 375 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: cluster 2023-12-07T15:56:13.721822+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: cluster 2023-12-07T15:56:13.724186+0000 mon.a (mon.0) 376 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-07T15:56:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: cluster 2023-12-07T15:56:13.724924+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: cluster 2023-12-07T15:56:13.729108+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: cluster 2023-12-07T15:56:13.729123+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.749616+0000 mon.c (mon.1) 82 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.753235+0000 mon.c (mon.1) 83 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.755665+0000 mon.c (mon.1) 84 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.756623+0000 mon.c (mon.1) 85 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.762349+0000 mon.a (mon.0) 377 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.842878+0000 mon.c (mon.1) 86 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.847511+0000 mon.c (mon.1) 87 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.851235+0000 mon.c (mon.1) 88 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.852740+0000 mon.c (mon.1) 89 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:13 smithi144 bash[66528]: audit 2023-12-07T15:56:13.863338+0000 mon.a (mon.0) 378 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:14.938 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:56:14] "GET /metrics HTTP/1.1" 200 38256 "" "Prometheus/2.33.4" 2023-12-07T15:56:14.938 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: cluster 2023-12-07T15:56:13.148917+0000 mgr.y (mgr.25453) 478 : cluster 0 pgmap v113: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:14.939 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:13.489108+0000 mgr.y (mgr.25453) 479 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:14.939 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: cephadm 2023-12-07T15:56:13.563795+0000 mgr.y (mgr.25453) 480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:14.939 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: cephadm 2023-12-07T15:56:13.668068+0000 mgr.y (mgr.25453) 481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:14.939 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: cluster 2023-12-07T15:56:13.723824+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:15.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: cluster 2023-12-07T15:56:13.148917+0000 mgr.y (mgr.25453) 478 : cluster 0 pgmap v113: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:15.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:13.489108+0000 mgr.y (mgr.25453) 479 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:15.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: cephadm 2023-12-07T15:56:13.563795+0000 mgr.y (mgr.25453) 480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:15.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: cephadm 2023-12-07T15:56:13.668068+0000 mgr.y (mgr.25453) 481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:15.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: cluster 2023-12-07T15:56:13.723824+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:15.187 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: cluster 2023-12-07T15:56:13.727809+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:15.187 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: cluster 2023-12-07T15:56:13.728057+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:15.187 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: cluster 2023-12-07T15:56:13.728620+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:15.187 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: cephadm 2023-12-07T15:56:13.765593+0000 mgr.y (mgr.25453) 482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:15.187 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: cephadm 2023-12-07T15:56:13.867288+0000 mgr.y (mgr.25453) 483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:15.187 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:13.931619+0000 mon.c (mon.1) 90 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.187 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:13.933970+0000 mon.c (mon.1) 91 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.187 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:13.936350+0000 mon.c (mon.1) 92 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.187 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:13.937273+0000 mon.c (mon.1) 93 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.187 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:13.946545+0000 mon.a (mon.0) 379 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.187 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: cephadm 2023-12-07T15:56:13.947337+0000 mgr.y (mgr.25453) 484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:15.187 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.025141+0000 mon.c (mon.1) 94 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.187 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.028406+0000 mon.c (mon.1) 95 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.188 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.032347+0000 mon.c (mon.1) 96 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.188 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.033733+0000 mon.c (mon.1) 97 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.188 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.047304+0000 mon.a (mon.0) 380 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.188 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: cephadm 2023-12-07T15:56:14.048723+0000 mgr.y (mgr.25453) 485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:15.188 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.130725+0000 mon.c (mon.1) 98 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.188 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.132920+0000 mon.c (mon.1) 99 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.188 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.136752+0000 mon.c (mon.1) 100 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.188 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.138236+0000 mon.c (mon.1) 101 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.188 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.150777+0000 mon.a (mon.0) 381 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.188 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.232470+0000 mon.c (mon.1) 102 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.188 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.235054+0000 mon.c (mon.1) 103 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.188 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.237978+0000 mon.c (mon.1) 104 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.188 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.239342+0000 mon.c (mon.1) 105 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.188 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.248820+0000 mon.a (mon.0) 382 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.189 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.329786+0000 mon.c (mon.1) 106 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.189 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.334050+0000 mon.c (mon.1) 107 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.189 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.338011+0000 mon.c (mon.1) 108 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.189 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.339395+0000 mon.c (mon.1) 109 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.189 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.349702+0000 mon.a (mon.0) 383 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.189 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.416426+0000 mon.c (mon.1) 110 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.189 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.418849+0000 mon.c (mon.1) 111 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.189 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.422013+0000 mon.c (mon.1) 112 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.189 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.423177+0000 mon.c (mon.1) 113 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.190 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.432033+0000 mon.a (mon.0) 384 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.190 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.517254+0000 mon.c (mon.1) 114 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.190 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.521266+0000 mon.c (mon.1) 115 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.190 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.524577+0000 mon.c (mon.1) 116 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.190 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.525888+0000 mon.c (mon.1) 117 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.190 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.536081+0000 mon.a (mon.0) 385 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.190 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.617273+0000 mon.c (mon.1) 118 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.190 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.620419+0000 mon.c (mon.1) 119 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.190 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.625047+0000 mon.c (mon.1) 120 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.190 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.626509+0000 mon.c (mon.1) 121 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.190 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.636418+0000 mon.a (mon.0) 386 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.719733+0000 mon.c (mon.1) 122 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.722036+0000 mon.c (mon.1) 123 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.725144+0000 mon.c (mon.1) 124 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.726122+0000 mon.c (mon.1) 125 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: cluster 2023-12-07T15:56:14.734245+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:15.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: cluster 2023-12-07T15:56:14.737006+0000 mon.a (mon.0) 387 : cluster 0 osdmap e114: 8 total, 7 up, 8 in 2023-12-07T15:56:15.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: cluster 2023-12-07T15:56:14.737207+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:15.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: cluster 2023-12-07T15:56:14.742243+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:15.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.750512+0000 mon.a (mon.0) 388 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.825652+0000 mon.c (mon.1) 126 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.829075+0000 mon.c (mon.1) 127 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.192 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.831717+0000 mon.c (mon.1) 128 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.192 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.832705+0000 mon.c (mon.1) 129 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.192 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.841206+0000 mon.a (mon.0) 389 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.192 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.919446+0000 mon.c (mon.1) 130 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.192 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:14 smithi144 bash[66528]: audit 2023-12-07T15:56:14.922382+0000 mon.c (mon.1) 131 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: cluster 2023-12-07T15:56:13.727809+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:15.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: cluster 2023-12-07T15:56:13.728057+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: cluster 2023-12-07T15:56:13.728620+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: cephadm 2023-12-07T15:56:13.765593+0000 mgr.y (mgr.25453) 482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: cephadm 2023-12-07T15:56:13.867288+0000 mgr.y (mgr.25453) 483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:13.931619+0000 mon.c (mon.1) 90 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:13.933970+0000 mon.c (mon.1) 91 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:13.936350+0000 mon.c (mon.1) 92 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:13.937273+0000 mon.c (mon.1) 93 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:13.946545+0000 mon.a (mon.0) 379 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: cephadm 2023-12-07T15:56:13.947337+0000 mgr.y (mgr.25453) 484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.025141+0000 mon.c (mon.1) 94 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.028406+0000 mon.c (mon.1) 95 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.032347+0000 mon.c (mon.1) 96 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.033733+0000 mon.c (mon.1) 97 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.047304+0000 mon.a (mon.0) 380 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: cephadm 2023-12-07T15:56:14.048723+0000 mgr.y (mgr.25453) 485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.130725+0000 mon.c (mon.1) 98 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.132920+0000 mon.c (mon.1) 99 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.136752+0000 mon.c (mon.1) 100 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.138236+0000 mon.c (mon.1) 101 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.150777+0000 mon.a (mon.0) 381 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.232470+0000 mon.c (mon.1) 102 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.235054+0000 mon.c (mon.1) 103 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.237978+0000 mon.c (mon.1) 104 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.239342+0000 mon.c (mon.1) 105 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.248820+0000 mon.a (mon.0) 382 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.329786+0000 mon.c (mon.1) 106 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.334050+0000 mon.c (mon.1) 107 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.338011+0000 mon.c (mon.1) 108 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.339395+0000 mon.c (mon.1) 109 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.349702+0000 mon.a (mon.0) 383 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.416426+0000 mon.c (mon.1) 110 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.418849+0000 mon.c (mon.1) 111 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.422013+0000 mon.c (mon.1) 112 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.423177+0000 mon.c (mon.1) 113 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.432033+0000 mon.a (mon.0) 384 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.517254+0000 mon.c (mon.1) 114 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.521266+0000 mon.c (mon.1) 115 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.524577+0000 mon.c (mon.1) 116 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.525888+0000 mon.c (mon.1) 117 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: cluster 2023-12-07T15:56:13.148917+0000 mgr.y (mgr.25453) 478 : cluster 0 pgmap v113: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:15.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:13.489108+0000 mgr.y (mgr.25453) 479 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:15.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: cephadm 2023-12-07T15:56:13.563795+0000 mgr.y (mgr.25453) 480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:15.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: cephadm 2023-12-07T15:56:13.668068+0000 mgr.y (mgr.25453) 481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:15.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: cluster 2023-12-07T15:56:13.723824+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:15.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: cluster 2023-12-07T15:56:13.727809+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:15.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: cluster 2023-12-07T15:56:13.728057+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:15.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: cluster 2023-12-07T15:56:13.728620+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e113 with expected crc 2023-12-07T15:56:15.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: cephadm 2023-12-07T15:56:13.765593+0000 mgr.y (mgr.25453) 482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:15.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: cephadm 2023-12-07T15:56:13.867288+0000 mgr.y (mgr.25453) 483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:15.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:13.931619+0000 mon.c (mon.1) 90 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:13.933970+0000 mon.c (mon.1) 91 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:13.936350+0000 mon.c (mon.1) 92 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:13.937273+0000 mon.c (mon.1) 93 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:13.946545+0000 mon.a (mon.0) 379 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: cephadm 2023-12-07T15:56:13.947337+0000 mgr.y (mgr.25453) 484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:15.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.025141+0000 mon.c (mon.1) 94 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.028406+0000 mon.c (mon.1) 95 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.032347+0000 mon.c (mon.1) 96 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.033733+0000 mon.c (mon.1) 97 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.047304+0000 mon.a (mon.0) 380 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.536081+0000 mon.a (mon.0) 385 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.617273+0000 mon.c (mon.1) 118 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.620419+0000 mon.c (mon.1) 119 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.625047+0000 mon.c (mon.1) 120 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.626509+0000 mon.c (mon.1) 121 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.636418+0000 mon.a (mon.0) 386 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.719733+0000 mon.c (mon.1) 122 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.722036+0000 mon.c (mon.1) 123 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.725144+0000 mon.c (mon.1) 124 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.726122+0000 mon.c (mon.1) 125 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: cluster 2023-12-07T15:56:14.734245+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:15.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: cluster 2023-12-07T15:56:14.737006+0000 mon.a (mon.0) 387 : cluster 0 osdmap e114: 8 total, 7 up, 8 in 2023-12-07T15:56:15.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: cluster 2023-12-07T15:56:14.737207+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:15.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: cluster 2023-12-07T15:56:14.742243+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:15.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.750512+0000 mon.a (mon.0) 388 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.825652+0000 mon.c (mon.1) 126 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.829075+0000 mon.c (mon.1) 127 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.831717+0000 mon.c (mon.1) 128 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.832705+0000 mon.c (mon.1) 129 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.841206+0000 mon.a (mon.0) 389 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.919446+0000 mon.c (mon.1) 130 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[81553]: audit 2023-12-07T15:56:14.922382+0000 mon.c (mon.1) 131 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: cephadm 2023-12-07T15:56:14.048723+0000 mgr.y (mgr.25453) 485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:15.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.130725+0000 mon.c (mon.1) 98 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.132920+0000 mon.c (mon.1) 99 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.136752+0000 mon.c (mon.1) 100 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.138236+0000 mon.c (mon.1) 101 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.150777+0000 mon.a (mon.0) 381 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.232470+0000 mon.c (mon.1) 102 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.235054+0000 mon.c (mon.1) 103 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.237978+0000 mon.c (mon.1) 104 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.239342+0000 mon.c (mon.1) 105 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.248820+0000 mon.a (mon.0) 382 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.329786+0000 mon.c (mon.1) 106 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.334050+0000 mon.c (mon.1) 107 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.338011+0000 mon.c (mon.1) 108 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.339395+0000 mon.c (mon.1) 109 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.349702+0000 mon.a (mon.0) 383 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.416426+0000 mon.c (mon.1) 110 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.418849+0000 mon.c (mon.1) 111 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.422013+0000 mon.c (mon.1) 112 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.423177+0000 mon.c (mon.1) 113 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.432033+0000 mon.a (mon.0) 384 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.517254+0000 mon.c (mon.1) 114 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.521266+0000 mon.c (mon.1) 115 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.524577+0000 mon.c (mon.1) 116 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.525888+0000 mon.c (mon.1) 117 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.536081+0000 mon.a (mon.0) 385 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.617273+0000 mon.c (mon.1) 118 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.620419+0000 mon.c (mon.1) 119 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.625047+0000 mon.c (mon.1) 120 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.626509+0000 mon.c (mon.1) 121 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.636418+0000 mon.a (mon.0) 386 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.719733+0000 mon.c (mon.1) 122 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.722036+0000 mon.c (mon.1) 123 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.725144+0000 mon.c (mon.1) 124 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.726122+0000 mon.c (mon.1) 125 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: cluster 2023-12-07T15:56:14.734245+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: cluster 2023-12-07T15:56:14.737006+0000 mon.a (mon.0) 387 : cluster 0 osdmap e114: 8 total, 7 up, 8 in 2023-12-07T15:56:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: cluster 2023-12-07T15:56:14.737207+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: cluster 2023-12-07T15:56:14.742243+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.750512+0000 mon.a (mon.0) 388 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.825652+0000 mon.c (mon.1) 126 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.829075+0000 mon.c (mon.1) 127 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.831717+0000 mon.c (mon.1) 128 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.832705+0000 mon.c (mon.1) 129 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.841206+0000 mon.a (mon.0) 389 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.919446+0000 mon.c (mon.1) 130 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:15.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:14 smithi121 bash[83807]: audit 2023-12-07T15:56:14.922382+0000 mon.c (mon.1) 131 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:15.657 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[88057]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-07T15:56:15.657 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[88057]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2023-12-07T15:56:15.658 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[88057]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-07T15:56:15.658 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[88057]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-07T15:56:15.658 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[88057]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-07T15:56:15.658 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[88057]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-07T15:56:15.658 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[88057]: --> ceph-volume raw activate successful for osd ID: 0 2023-12-07T15:56:16.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: cephadm 2023-12-07T15:56:14.151878+0000 mgr.y (mgr.25453) 486 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: cephadm 2023-12-07T15:56:14.251010+0000 mgr.y (mgr.25453) 487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: cephadm 2023-12-07T15:56:14.351437+0000 mgr.y (mgr.25453) 488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: cephadm 2023-12-07T15:56:14.434195+0000 mgr.y (mgr.25453) 489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: cephadm 2023-12-07T15:56:14.537894+0000 mgr.y (mgr.25453) 490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: cephadm 2023-12-07T15:56:14.638103+0000 mgr.y (mgr.25453) 491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: cluster 2023-12-07T15:56:14.738250+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: cluster 2023-12-07T15:56:14.741096+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: cluster 2023-12-07T15:56:14.741369+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: cluster 2023-12-07T15:56:14.742226+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: cluster 2023-12-07T15:56:14.742398+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: cephadm 2023-12-07T15:56:14.755891+0000 mgr.y (mgr.25453) 492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: cephadm 2023-12-07T15:56:14.842022+0000 mgr.y (mgr.25453) 493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:14.925736+0000 mon.c (mon.1) 132 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:14.927528+0000 mon.c (mon.1) 133 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:14.947577+0000 mon.a (mon.0) 390 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: cephadm 2023-12-07T15:56:14.949417+0000 mgr.y (mgr.25453) 494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.031761+0000 mon.c (mon.1) 134 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.034138+0000 mon.c (mon.1) 135 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.037406+0000 mon.c (mon.1) 136 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.038745+0000 mon.c (mon.1) 137 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.048730+0000 mon.a (mon.0) 391 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: cephadm 2023-12-07T15:56:15.049412+0000 mgr.y (mgr.25453) 495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.124178+0000 mon.c (mon.1) 138 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.126729+0000 mon.c (mon.1) 139 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.129825+0000 mon.c (mon.1) 140 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.130823+0000 mon.c (mon.1) 141 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.140247+0000 mon.a (mon.0) 392 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.159956+0000 mon.a (mon.0) 393 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.170628+0000 mon.a (mon.0) 394 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.180174+0000 mon.a (mon.0) 395 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.222203+0000 mon.c (mon.1) 142 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.224390+0000 mon.c (mon.1) 143 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.226709+0000 mon.c (mon.1) 144 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.227646+0000 mon.c (mon.1) 145 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.235422+0000 mon.a (mon.0) 396 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.318643+0000 mon.c (mon.1) 146 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.320895+0000 mon.c (mon.1) 147 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.323266+0000 mon.c (mon.1) 148 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.324150+0000 mon.c (mon.1) 149 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.331179+0000 mon.a (mon.0) 397 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.410734+0000 mon.c (mon.1) 150 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.413140+0000 mon.c (mon.1) 151 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.416097+0000 mon.c (mon.1) 152 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.417272+0000 mon.c (mon.1) 153 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.425206+0000 mon.a (mon.0) 398 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.504442+0000 mon.c (mon.1) 154 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.506611+0000 mon.c (mon.1) 155 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.509215+0000 mon.c (mon.1) 156 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.510367+0000 mon.c (mon.1) 157 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.518955+0000 mon.a (mon.0) 399 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.600739+0000 mon.c (mon.1) 158 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.603378+0000 mon.c (mon.1) 159 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.606588+0000 mon.c (mon.1) 160 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.607445+0000 mon.c (mon.1) 161 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.613770+0000 mon.a (mon.0) 400 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.695500+0000 mon.c (mon.1) 162 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.698306+0000 mon.c (mon.1) 163 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.702001+0000 mon.c (mon.1) 164 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.703389+0000 mon.c (mon.1) 165 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.712428+0000 mon.a (mon.0) 401 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.792643+0000 mon.c (mon.1) 166 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.795310+0000 mon.c (mon.1) 167 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.798245+0000 mon.c (mon.1) 168 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.799388+0000 mon.c (mon.1) 169 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.807960+0000 mon.a (mon.0) 402 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.891587+0000 mon.c (mon.1) 170 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.894074+0000 mon.c (mon.1) 171 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.897286+0000 mon.c (mon.1) 172 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.898346+0000 mon.c (mon.1) 173 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[83807]: audit 2023-12-07T15:56:15.905323+0000 mon.a (mon.0) 403 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: cephadm 2023-12-07T15:56:14.151878+0000 mgr.y (mgr.25453) 486 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: cephadm 2023-12-07T15:56:14.251010+0000 mgr.y (mgr.25453) 487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: cephadm 2023-12-07T15:56:14.351437+0000 mgr.y (mgr.25453) 488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: cephadm 2023-12-07T15:56:14.434195+0000 mgr.y (mgr.25453) 489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: cephadm 2023-12-07T15:56:14.537894+0000 mgr.y (mgr.25453) 490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: cephadm 2023-12-07T15:56:14.638103+0000 mgr.y (mgr.25453) 491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: cluster 2023-12-07T15:56:14.738250+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: cluster 2023-12-07T15:56:14.741096+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: cluster 2023-12-07T15:56:14.741369+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: cluster 2023-12-07T15:56:14.742226+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: cluster 2023-12-07T15:56:14.742398+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: cephadm 2023-12-07T15:56:14.755891+0000 mgr.y (mgr.25453) 492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: cephadm 2023-12-07T15:56:14.842022+0000 mgr.y (mgr.25453) 493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:14.925736+0000 mon.c (mon.1) 132 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:14.927528+0000 mon.c (mon.1) 133 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:14.947577+0000 mon.a (mon.0) 390 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: cephadm 2023-12-07T15:56:14.949417+0000 mgr.y (mgr.25453) 494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.031761+0000 mon.c (mon.1) 134 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.034138+0000 mon.c (mon.1) 135 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.037406+0000 mon.c (mon.1) 136 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.038745+0000 mon.c (mon.1) 137 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.048730+0000 mon.a (mon.0) 391 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: cephadm 2023-12-07T15:56:15.049412+0000 mgr.y (mgr.25453) 495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.124178+0000 mon.c (mon.1) 138 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.126729+0000 mon.c (mon.1) 139 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.129825+0000 mon.c (mon.1) 140 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.130823+0000 mon.c (mon.1) 141 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.140247+0000 mon.a (mon.0) 392 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.159956+0000 mon.a (mon.0) 393 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.170628+0000 mon.a (mon.0) 394 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.180174+0000 mon.a (mon.0) 395 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.222203+0000 mon.c (mon.1) 142 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.224390+0000 mon.c (mon.1) 143 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.226709+0000 mon.c (mon.1) 144 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.227646+0000 mon.c (mon.1) 145 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.235422+0000 mon.a (mon.0) 396 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.318643+0000 mon.c (mon.1) 146 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.320895+0000 mon.c (mon.1) 147 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.323266+0000 mon.c (mon.1) 148 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.324150+0000 mon.c (mon.1) 149 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.331179+0000 mon.a (mon.0) 397 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.410734+0000 mon.c (mon.1) 150 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.413140+0000 mon.c (mon.1) 151 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.416097+0000 mon.c (mon.1) 152 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.417272+0000 mon.c (mon.1) 153 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.425206+0000 mon.a (mon.0) 398 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.504442+0000 mon.c (mon.1) 154 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.506611+0000 mon.c (mon.1) 155 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.509215+0000 mon.c (mon.1) 156 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.510367+0000 mon.c (mon.1) 157 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.518955+0000 mon.a (mon.0) 399 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.600739+0000 mon.c (mon.1) 158 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.603378+0000 mon.c (mon.1) 159 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.606588+0000 mon.c (mon.1) 160 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.607445+0000 mon.c (mon.1) 161 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.613770+0000 mon.a (mon.0) 400 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.695500+0000 mon.c (mon.1) 162 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.698306+0000 mon.c (mon.1) 163 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.702001+0000 mon.c (mon.1) 164 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.703389+0000 mon.c (mon.1) 165 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.712428+0000 mon.a (mon.0) 401 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.792643+0000 mon.c (mon.1) 166 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.795310+0000 mon.c (mon.1) 167 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.798245+0000 mon.c (mon.1) 168 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.799388+0000 mon.c (mon.1) 169 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.807960+0000 mon.a (mon.0) 402 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.891587+0000 mon.c (mon.1) 170 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.894074+0000 mon.c (mon.1) 171 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.897286+0000 mon.c (mon.1) 172 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.898346+0000 mon.c (mon.1) 173 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:15 smithi121 bash[81553]: audit 2023-12-07T15:56:15.905323+0000 mon.a (mon.0) 403 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: cephadm 2023-12-07T15:56:14.151878+0000 mgr.y (mgr.25453) 486 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: cephadm 2023-12-07T15:56:14.251010+0000 mgr.y (mgr.25453) 487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: cephadm 2023-12-07T15:56:14.351437+0000 mgr.y (mgr.25453) 488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: cephadm 2023-12-07T15:56:14.434195+0000 mgr.y (mgr.25453) 489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: cephadm 2023-12-07T15:56:14.537894+0000 mgr.y (mgr.25453) 490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: cephadm 2023-12-07T15:56:14.638103+0000 mgr.y (mgr.25453) 491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: cluster 2023-12-07T15:56:14.738250+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: cluster 2023-12-07T15:56:14.741096+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: cluster 2023-12-07T15:56:14.741369+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: cluster 2023-12-07T15:56:14.742226+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: cluster 2023-12-07T15:56:14.742398+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e114 with expected crc 2023-12-07T15:56:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: cephadm 2023-12-07T15:56:14.755891+0000 mgr.y (mgr.25453) 492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: cephadm 2023-12-07T15:56:14.842022+0000 mgr.y (mgr.25453) 493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:14.925736+0000 mon.c (mon.1) 132 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:14.927528+0000 mon.c (mon.1) 133 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:14.947577+0000 mon.a (mon.0) 390 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: cephadm 2023-12-07T15:56:14.949417+0000 mgr.y (mgr.25453) 494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.031761+0000 mon.c (mon.1) 134 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.034138+0000 mon.c (mon.1) 135 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.037406+0000 mon.c (mon.1) 136 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.038745+0000 mon.c (mon.1) 137 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.048730+0000 mon.a (mon.0) 391 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: cephadm 2023-12-07T15:56:15.049412+0000 mgr.y (mgr.25453) 495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.124178+0000 mon.c (mon.1) 138 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.126729+0000 mon.c (mon.1) 139 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.129825+0000 mon.c (mon.1) 140 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.130823+0000 mon.c (mon.1) 141 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.140247+0000 mon.a (mon.0) 392 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.159956+0000 mon.a (mon.0) 393 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.170628+0000 mon.a (mon.0) 394 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.180174+0000 mon.a (mon.0) 395 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.222203+0000 mon.c (mon.1) 142 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.224390+0000 mon.c (mon.1) 143 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.226709+0000 mon.c (mon.1) 144 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.227646+0000 mon.c (mon.1) 145 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.235422+0000 mon.a (mon.0) 396 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.318643+0000 mon.c (mon.1) 146 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.320895+0000 mon.c (mon.1) 147 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.323266+0000 mon.c (mon.1) 148 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.324150+0000 mon.c (mon.1) 149 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.331179+0000 mon.a (mon.0) 397 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.410734+0000 mon.c (mon.1) 150 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.413140+0000 mon.c (mon.1) 151 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.416097+0000 mon.c (mon.1) 152 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.417272+0000 mon.c (mon.1) 153 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.425206+0000 mon.a (mon.0) 398 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.504442+0000 mon.c (mon.1) 154 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.506611+0000 mon.c (mon.1) 155 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.509215+0000 mon.c (mon.1) 156 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.510367+0000 mon.c (mon.1) 157 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.518955+0000 mon.a (mon.0) 399 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.600739+0000 mon.c (mon.1) 158 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.603378+0000 mon.c (mon.1) 159 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.606588+0000 mon.c (mon.1) 160 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.607445+0000 mon.c (mon.1) 161 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.613770+0000 mon.a (mon.0) 400 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.695500+0000 mon.c (mon.1) 162 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.698306+0000 mon.c (mon.1) 163 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.702001+0000 mon.c (mon.1) 164 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.703389+0000 mon.c (mon.1) 165 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.712428+0000 mon.a (mon.0) 401 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.792643+0000 mon.c (mon.1) 166 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.795310+0000 mon.c (mon.1) 167 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.798245+0000 mon.c (mon.1) 168 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.799388+0000 mon.c (mon.1) 169 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.807960+0000 mon.a (mon.0) 402 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.891587+0000 mon.c (mon.1) 170 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.894074+0000 mon.c (mon.1) 171 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.897286+0000 mon.c (mon.1) 172 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.898346+0000 mon.c (mon.1) 173 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:15 smithi144 bash[66528]: audit 2023-12-07T15:56:15.905323+0000 mon.a (mon.0) 403 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: cephadm 2023-12-07T15:56:15.141518+0000 mgr.y (mgr.25453) 496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: cluster 2023-12-07T15:56:15.149573+0000 mgr.y (mgr.25453) 497 : cluster 0 pgmap v116: 161 pgs: 9 peering, 21 active+undersized+degraded, 34 active+undersized, 97 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 67/630 objects degraded (10.635%) 2023-12-07T15:56:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: cephadm 2023-12-07T15:56:15.237118+0000 mgr.y (mgr.25453) 498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: cephadm 2023-12-07T15:56:15.332351+0000 mgr.y (mgr.25453) 499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: cephadm 2023-12-07T15:56:15.426565+0000 mgr.y (mgr.25453) 500 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: cephadm 2023-12-07T15:56:15.519845+0000 mgr.y (mgr.25453) 501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: cephadm 2023-12-07T15:56:15.616695+0000 mgr.y (mgr.25453) 502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: cephadm 2023-12-07T15:56:15.713289+0000 mgr.y (mgr.25453) 503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: cephadm 2023-12-07T15:56:15.808917+0000 mgr.y (mgr.25453) 504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: cephadm 2023-12-07T15:56:15.907314+0000 mgr.y (mgr.25453) 505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:15.988419+0000 mon.c (mon.1) 174 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:15.990882+0000 mon.c (mon.1) 175 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:15.993894+0000 mon.c (mon.1) 176 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:15.995363+0000 mon.c (mon.1) 177 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.003580+0000 mon.a (mon.0) 404 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: cephadm 2023-12-07T15:56:16.004533+0000 mgr.y (mgr.25453) 506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.083807+0000 mon.c (mon.1) 178 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.086898+0000 mon.c (mon.1) 179 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.091521+0000 mon.c (mon.1) 180 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.092739+0000 mon.c (mon.1) 181 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.103101+0000 mon.a (mon.0) 405 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: cephadm 2023-12-07T15:56:16.104295+0000 mgr.y (mgr.25453) 507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: cluster 2023-12-07T15:56:16.137222+0000 mon.a (mon.0) 406 : cluster 3 Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2023-12-07T15:56:17.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: cluster 2023-12-07T15:56:16.137249+0000 mon.a (mon.0) 407 : cluster 3 Health check failed: Degraded data redundancy: 67/630 objects degraded (10.635%), 21 pgs degraded (PG_DEGRADED) 2023-12-07T15:56:17.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.185182+0000 mon.c (mon.1) 182 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.187984+0000 mon.c (mon.1) 183 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.191731+0000 mon.c (mon.1) 184 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.193092+0000 mon.c (mon.1) 185 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.200932+0000 mon.a (mon.0) 408 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.285544+0000 mon.c (mon.1) 186 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.288087+0000 mon.c (mon.1) 187 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.291154+0000 mon.c (mon.1) 188 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.292162+0000 mon.c (mon.1) 189 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.300515+0000 mon.a (mon.0) 409 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.363930+0000 mon.c (mon.1) 190 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.367992+0000 mon.c (mon.1) 191 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.371016+0000 mon.c (mon.1) 192 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.372348+0000 mon.c (mon.1) 193 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.379003+0000 mon.a (mon.0) 410 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.447386+0000 mon.c (mon.1) 194 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.449939+0000 mon.c (mon.1) 195 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.453184+0000 mon.c (mon.1) 196 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.454603+0000 mon.c (mon.1) 197 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.463648+0000 mon.a (mon.0) 411 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.546204+0000 mon.c (mon.1) 198 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.548520+0000 mon.c (mon.1) 199 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.552217+0000 mon.c (mon.1) 200 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.553462+0000 mon.c (mon.1) 201 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.563364+0000 mon.a (mon.0) 412 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.642737+0000 mon.c (mon.1) 202 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.645031+0000 mon.c (mon.1) 203 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.647568+0000 mon.c (mon.1) 204 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.648527+0000 mon.c (mon.1) 205 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.656085+0000 mon.a (mon.0) 413 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.739831+0000 mon.c (mon.1) 206 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.742128+0000 mon.c (mon.1) 207 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.745366+0000 mon.c (mon.1) 208 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.746478+0000 mon.c (mon.1) 209 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.753803+0000 mon.a (mon.0) 414 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.832762+0000 mon.c (mon.1) 210 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.835246+0000 mon.c (mon.1) 211 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.838766+0000 mon.c (mon.1) 212 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.839817+0000 mon.c (mon.1) 213 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[83807]: audit 2023-12-07T15:56:16.847881+0000 mon.a (mon.0) 415 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: cephadm 2023-12-07T15:56:15.141518+0000 mgr.y (mgr.25453) 496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: cluster 2023-12-07T15:56:15.149573+0000 mgr.y (mgr.25453) 497 : cluster 0 pgmap v116: 161 pgs: 9 peering, 21 active+undersized+degraded, 34 active+undersized, 97 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 67/630 objects degraded (10.635%) 2023-12-07T15:56:17.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: cephadm 2023-12-07T15:56:15.237118+0000 mgr.y (mgr.25453) 498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: cephadm 2023-12-07T15:56:15.332351+0000 mgr.y (mgr.25453) 499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: cephadm 2023-12-07T15:56:15.426565+0000 mgr.y (mgr.25453) 500 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: cephadm 2023-12-07T15:56:15.519845+0000 mgr.y (mgr.25453) 501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: cephadm 2023-12-07T15:56:15.616695+0000 mgr.y (mgr.25453) 502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: cephadm 2023-12-07T15:56:15.713289+0000 mgr.y (mgr.25453) 503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: cephadm 2023-12-07T15:56:15.808917+0000 mgr.y (mgr.25453) 504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: cephadm 2023-12-07T15:56:15.907314+0000 mgr.y (mgr.25453) 505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:15.988419+0000 mon.c (mon.1) 174 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:15.990882+0000 mon.c (mon.1) 175 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:15.993894+0000 mon.c (mon.1) 176 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:15.995363+0000 mon.c (mon.1) 177 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.003580+0000 mon.a (mon.0) 404 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: cephadm 2023-12-07T15:56:16.004533+0000 mgr.y (mgr.25453) 506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.083807+0000 mon.c (mon.1) 178 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.086898+0000 mon.c (mon.1) 179 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.091521+0000 mon.c (mon.1) 180 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.092739+0000 mon.c (mon.1) 181 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.103101+0000 mon.a (mon.0) 405 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: cephadm 2023-12-07T15:56:16.104295+0000 mgr.y (mgr.25453) 507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: cluster 2023-12-07T15:56:16.137222+0000 mon.a (mon.0) 406 : cluster 3 Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2023-12-07T15:56:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: cluster 2023-12-07T15:56:16.137249+0000 mon.a (mon.0) 407 : cluster 3 Health check failed: Degraded data redundancy: 67/630 objects degraded (10.635%), 21 pgs degraded (PG_DEGRADED) 2023-12-07T15:56:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.185182+0000 mon.c (mon.1) 182 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.187984+0000 mon.c (mon.1) 183 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.191731+0000 mon.c (mon.1) 184 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.193092+0000 mon.c (mon.1) 185 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.200932+0000 mon.a (mon.0) 408 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.285544+0000 mon.c (mon.1) 186 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.288087+0000 mon.c (mon.1) 187 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.291154+0000 mon.c (mon.1) 188 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.292162+0000 mon.c (mon.1) 189 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.300515+0000 mon.a (mon.0) 409 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.363930+0000 mon.c (mon.1) 190 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.367992+0000 mon.c (mon.1) 191 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.371016+0000 mon.c (mon.1) 192 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.372348+0000 mon.c (mon.1) 193 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.379003+0000 mon.a (mon.0) 410 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.447386+0000 mon.c (mon.1) 194 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.449939+0000 mon.c (mon.1) 195 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.453184+0000 mon.c (mon.1) 196 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.454603+0000 mon.c (mon.1) 197 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.463648+0000 mon.a (mon.0) 411 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.546204+0000 mon.c (mon.1) 198 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.548520+0000 mon.c (mon.1) 199 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.552217+0000 mon.c (mon.1) 200 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.553462+0000 mon.c (mon.1) 201 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.563364+0000 mon.a (mon.0) 412 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.642737+0000 mon.c (mon.1) 202 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.645031+0000 mon.c (mon.1) 203 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.647568+0000 mon.c (mon.1) 204 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.648527+0000 mon.c (mon.1) 205 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.656085+0000 mon.a (mon.0) 413 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.739831+0000 mon.c (mon.1) 206 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.742128+0000 mon.c (mon.1) 207 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.745366+0000 mon.c (mon.1) 208 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.746478+0000 mon.c (mon.1) 209 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.753803+0000 mon.a (mon.0) 414 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.832762+0000 mon.c (mon.1) 210 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.835246+0000 mon.c (mon.1) 211 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.838766+0000 mon.c (mon.1) 212 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.839817+0000 mon.c (mon.1) 213 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:16 smithi121 bash[81553]: audit 2023-12-07T15:56:16.847881+0000 mon.a (mon.0) 415 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: cephadm 2023-12-07T15:56:15.141518+0000 mgr.y (mgr.25453) 496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: cluster 2023-12-07T15:56:15.149573+0000 mgr.y (mgr.25453) 497 : cluster 0 pgmap v116: 161 pgs: 9 peering, 21 active+undersized+degraded, 34 active+undersized, 97 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 67/630 objects degraded (10.635%) 2023-12-07T15:56:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: cephadm 2023-12-07T15:56:15.237118+0000 mgr.y (mgr.25453) 498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: cephadm 2023-12-07T15:56:15.332351+0000 mgr.y (mgr.25453) 499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: cephadm 2023-12-07T15:56:15.426565+0000 mgr.y (mgr.25453) 500 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: cephadm 2023-12-07T15:56:15.519845+0000 mgr.y (mgr.25453) 501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: cephadm 2023-12-07T15:56:15.616695+0000 mgr.y (mgr.25453) 502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: cephadm 2023-12-07T15:56:15.713289+0000 mgr.y (mgr.25453) 503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: cephadm 2023-12-07T15:56:15.808917+0000 mgr.y (mgr.25453) 504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: cephadm 2023-12-07T15:56:15.907314+0000 mgr.y (mgr.25453) 505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:15.988419+0000 mon.c (mon.1) 174 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:15.990882+0000 mon.c (mon.1) 175 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:15.993894+0000 mon.c (mon.1) 176 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:15.995363+0000 mon.c (mon.1) 177 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.003580+0000 mon.a (mon.0) 404 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: cephadm 2023-12-07T15:56:16.004533+0000 mgr.y (mgr.25453) 506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.083807+0000 mon.c (mon.1) 178 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.086898+0000 mon.c (mon.1) 179 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.091521+0000 mon.c (mon.1) 180 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.092739+0000 mon.c (mon.1) 181 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.103101+0000 mon.a (mon.0) 405 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: cephadm 2023-12-07T15:56:16.104295+0000 mgr.y (mgr.25453) 507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: cluster 2023-12-07T15:56:16.137222+0000 mon.a (mon.0) 406 : cluster 3 Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2023-12-07T15:56:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: cluster 2023-12-07T15:56:16.137249+0000 mon.a (mon.0) 407 : cluster 3 Health check failed: Degraded data redundancy: 67/630 objects degraded (10.635%), 21 pgs degraded (PG_DEGRADED) 2023-12-07T15:56:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.185182+0000 mon.c (mon.1) 182 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.187984+0000 mon.c (mon.1) 183 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.191731+0000 mon.c (mon.1) 184 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.193092+0000 mon.c (mon.1) 185 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.200932+0000 mon.a (mon.0) 408 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.285544+0000 mon.c (mon.1) 186 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.288087+0000 mon.c (mon.1) 187 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.291154+0000 mon.c (mon.1) 188 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.292162+0000 mon.c (mon.1) 189 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.300515+0000 mon.a (mon.0) 409 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.363930+0000 mon.c (mon.1) 190 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.367992+0000 mon.c (mon.1) 191 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.371016+0000 mon.c (mon.1) 192 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.372348+0000 mon.c (mon.1) 193 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.379003+0000 mon.a (mon.0) 410 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.447386+0000 mon.c (mon.1) 194 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.449939+0000 mon.c (mon.1) 195 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.453184+0000 mon.c (mon.1) 196 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.454603+0000 mon.c (mon.1) 197 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.463648+0000 mon.a (mon.0) 411 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.546204+0000 mon.c (mon.1) 198 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.548520+0000 mon.c (mon.1) 199 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.552217+0000 mon.c (mon.1) 200 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.553462+0000 mon.c (mon.1) 201 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.563364+0000 mon.a (mon.0) 412 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.642737+0000 mon.c (mon.1) 202 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.645031+0000 mon.c (mon.1) 203 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.647568+0000 mon.c (mon.1) 204 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.648527+0000 mon.c (mon.1) 205 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.656085+0000 mon.a (mon.0) 413 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.739831+0000 mon.c (mon.1) 206 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.742128+0000 mon.c (mon.1) 207 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.745366+0000 mon.c (mon.1) 208 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.746478+0000 mon.c (mon.1) 209 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.753803+0000 mon.a (mon.0) 414 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:17.383 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.832762+0000 mon.c (mon.1) 210 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:17.383 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.835246+0000 mon.c (mon.1) 211 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:17.383 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.838766+0000 mon.c (mon.1) 212 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:17.383 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.839817+0000 mon.c (mon.1) 213 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:17.383 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:16 smithi144 bash[66528]: audit 2023-12-07T15:56:16.847881+0000 mon.a (mon.0) 415 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: cephadm 2023-12-07T15:56:16.203379+0000 mgr.y (mgr.25453) 508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: cephadm 2023-12-07T15:56:16.301387+0000 mgr.y (mgr.25453) 509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: cephadm 2023-12-07T15:56:16.379897+0000 mgr.y (mgr.25453) 510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: cephadm 2023-12-07T15:56:16.464499+0000 mgr.y (mgr.25453) 511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: cephadm 2023-12-07T15:56:16.564455+0000 mgr.y (mgr.25453) 512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: cephadm 2023-12-07T15:56:16.656761+0000 mgr.y (mgr.25453) 513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: cephadm 2023-12-07T15:56:16.756332+0000 mgr.y (mgr.25453) 514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: cephadm 2023-12-07T15:56:16.849347+0000 mgr.y (mgr.25453) 515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:16.933091+0000 mon.c (mon.1) 214 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:16.943560+0000 mon.c (mon.1) 215 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:16.945507+0000 mon.c (mon.1) 216 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:16.946239+0000 mon.c (mon.1) 217 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:16.951836+0000 mon.a (mon.0) 416 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: cephadm 2023-12-07T15:56:16.952471+0000 mgr.y (mgr.25453) 516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.035063+0000 mon.c (mon.1) 218 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.037844+0000 mon.c (mon.1) 219 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.040946+0000 mon.c (mon.1) 220 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.041987+0000 mon.c (mon.1) 221 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.049690+0000 mon.a (mon.0) 417 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.226 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: cephadm 2023-12-07T15:56:17.050479+0000 mgr.y (mgr.25453) 517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.132623+0000 mon.c (mon.1) 222 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.134786+0000 mon.c (mon.1) 223 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.137559+0000 mon.c (mon.1) 224 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.138463+0000 mon.c (mon.1) 225 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.145548+0000 mon.a (mon.0) 418 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.225469+0000 mon.c (mon.1) 226 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.227517+0000 mon.c (mon.1) 227 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.229895+0000 mon.c (mon.1) 228 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.230669+0000 mon.c (mon.1) 229 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.237382+0000 mon.a (mon.0) 419 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.227 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.317249+0000 mon.c (mon.1) 230 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.319684+0000 mon.c (mon.1) 231 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.322578+0000 mon.c (mon.1) 232 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.323905+0000 mon.c (mon.1) 233 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.329909+0000 mon.a (mon.0) 420 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.412936+0000 mon.c (mon.1) 234 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.415700+0000 mon.c (mon.1) 235 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.418861+0000 mon.c (mon.1) 236 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.420004+0000 mon.c (mon.1) 237 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.428338+0000 mon.a (mon.0) 421 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.228 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.515473+0000 mon.c (mon.1) 238 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.229 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: cephadm 2023-12-07T15:56:16.203379+0000 mgr.y (mgr.25453) 508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.229 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: cephadm 2023-12-07T15:56:16.301387+0000 mgr.y (mgr.25453) 509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.229 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: cephadm 2023-12-07T15:56:16.379897+0000 mgr.y (mgr.25453) 510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.229 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: cephadm 2023-12-07T15:56:16.464499+0000 mgr.y (mgr.25453) 511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.229 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: cephadm 2023-12-07T15:56:16.564455+0000 mgr.y (mgr.25453) 512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.229 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: cephadm 2023-12-07T15:56:16.656761+0000 mgr.y (mgr.25453) 513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.229 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: cephadm 2023-12-07T15:56:16.756332+0000 mgr.y (mgr.25453) 514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.229 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: cephadm 2023-12-07T15:56:16.849347+0000 mgr.y (mgr.25453) 515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.229 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:16.933091+0000 mon.c (mon.1) 214 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.229 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:16.943560+0000 mon.c (mon.1) 215 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:16.945507+0000 mon.c (mon.1) 216 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:16.946239+0000 mon.c (mon.1) 217 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:16.951836+0000 mon.a (mon.0) 416 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: cephadm 2023-12-07T15:56:16.952471+0000 mgr.y (mgr.25453) 516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.035063+0000 mon.c (mon.1) 218 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.037844+0000 mon.c (mon.1) 219 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.040946+0000 mon.c (mon.1) 220 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.041987+0000 mon.c (mon.1) 221 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.049690+0000 mon.a (mon.0) 417 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.230 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: cephadm 2023-12-07T15:56:17.050479+0000 mgr.y (mgr.25453) 517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.132623+0000 mon.c (mon.1) 222 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.231 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.518045+0000 mon.c (mon.1) 239 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.231 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.520481+0000 mon.c (mon.1) 240 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.231 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.521387+0000 mon.c (mon.1) 241 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.231 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.529643+0000 mon.a (mon.0) 422 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.231 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.612078+0000 mon.c (mon.1) 242 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.232 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.614189+0000 mon.c (mon.1) 243 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.232 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.618000+0000 mon.c (mon.1) 244 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.232 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.619480+0000 mon.c (mon.1) 245 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.232 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.629884+0000 mon.a (mon.0) 423 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.232 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.711636+0000 mon.c (mon.1) 246 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.232 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.714691+0000 mon.c (mon.1) 247 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.232 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.717627+0000 mon.c (mon.1) 248 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.232 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.718688+0000 mon.c (mon.1) 249 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.232 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.729647+0000 mon.a (mon.0) 424 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.232 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.813771+0000 mon.c (mon.1) 250 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.232 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.816421+0000 mon.c (mon.1) 251 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.233 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.818939+0000 mon.c (mon.1) 252 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.233 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.819991+0000 mon.c (mon.1) 253 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.233 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.829804+0000 mon.a (mon.0) 425 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.233 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.905715+0000 mon.c (mon.1) 254 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.233 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.908271+0000 mon.c (mon.1) 255 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.233 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.910576+0000 mon.c (mon.1) 256 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.233 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.911548+0000 mon.c (mon.1) 257 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.233 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[81553]: audit 2023-12-07T15:56:17.920886+0000 mon.a (mon.0) 426 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.134786+0000 mon.c (mon.1) 223 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.137559+0000 mon.c (mon.1) 224 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.138463+0000 mon.c (mon.1) 225 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.145548+0000 mon.a (mon.0) 418 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.225469+0000 mon.c (mon.1) 226 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.227517+0000 mon.c (mon.1) 227 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.234 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.229895+0000 mon.c (mon.1) 228 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.230669+0000 mon.c (mon.1) 229 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.237382+0000 mon.a (mon.0) 419 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.317249+0000 mon.c (mon.1) 230 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.319684+0000 mon.c (mon.1) 231 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.322578+0000 mon.c (mon.1) 232 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.323905+0000 mon.c (mon.1) 233 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.329909+0000 mon.a (mon.0) 420 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.412936+0000 mon.c (mon.1) 234 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.415700+0000 mon.c (mon.1) 235 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.418861+0000 mon.c (mon.1) 236 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.235 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.420004+0000 mon.c (mon.1) 237 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.428338+0000 mon.a (mon.0) 421 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.515473+0000 mon.c (mon.1) 238 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.518045+0000 mon.c (mon.1) 239 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.520481+0000 mon.c (mon.1) 240 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.521387+0000 mon.c (mon.1) 241 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.529643+0000 mon.a (mon.0) 422 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.612078+0000 mon.c (mon.1) 242 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.614189+0000 mon.c (mon.1) 243 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.618000+0000 mon.c (mon.1) 244 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.619480+0000 mon.c (mon.1) 245 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.236 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.629884+0000 mon.a (mon.0) 423 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.711636+0000 mon.c (mon.1) 246 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.714691+0000 mon.c (mon.1) 247 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.717627+0000 mon.c (mon.1) 248 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.718688+0000 mon.c (mon.1) 249 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.729647+0000 mon.a (mon.0) 424 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.813771+0000 mon.c (mon.1) 250 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.816421+0000 mon.c (mon.1) 251 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.818939+0000 mon.c (mon.1) 252 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.819991+0000 mon.c (mon.1) 253 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.829804+0000 mon.a (mon.0) 425 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.905715+0000 mon.c (mon.1) 254 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.237 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.908271+0000 mon.c (mon.1) 255 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.238 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.910576+0000 mon.c (mon.1) 256 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.238 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.911548+0000 mon.c (mon.1) 257 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.238 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:17 smithi121 bash[83807]: audit 2023-12-07T15:56:17.920886+0000 mon.a (mon.0) 426 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: cephadm 2023-12-07T15:56:16.203379+0000 mgr.y (mgr.25453) 508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: cephadm 2023-12-07T15:56:16.301387+0000 mgr.y (mgr.25453) 509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: cephadm 2023-12-07T15:56:16.379897+0000 mgr.y (mgr.25453) 510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: cephadm 2023-12-07T15:56:16.464499+0000 mgr.y (mgr.25453) 511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: cephadm 2023-12-07T15:56:16.564455+0000 mgr.y (mgr.25453) 512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: cephadm 2023-12-07T15:56:16.656761+0000 mgr.y (mgr.25453) 513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: cephadm 2023-12-07T15:56:16.756332+0000 mgr.y (mgr.25453) 514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: cephadm 2023-12-07T15:56:16.849347+0000 mgr.y (mgr.25453) 515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:16.933091+0000 mon.c (mon.1) 214 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:16.943560+0000 mon.c (mon.1) 215 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:16.945507+0000 mon.c (mon.1) 216 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:16.946239+0000 mon.c (mon.1) 217 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:16.951836+0000 mon.a (mon.0) 416 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: cephadm 2023-12-07T15:56:16.952471+0000 mgr.y (mgr.25453) 516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.035063+0000 mon.c (mon.1) 218 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.037844+0000 mon.c (mon.1) 219 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.040946+0000 mon.c (mon.1) 220 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.041987+0000 mon.c (mon.1) 221 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.049690+0000 mon.a (mon.0) 417 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: cephadm 2023-12-07T15:56:17.050479+0000 mgr.y (mgr.25453) 517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.132623+0000 mon.c (mon.1) 222 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.134786+0000 mon.c (mon.1) 223 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.137559+0000 mon.c (mon.1) 224 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.138463+0000 mon.c (mon.1) 225 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.145548+0000 mon.a (mon.0) 418 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.225469+0000 mon.c (mon.1) 226 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.227517+0000 mon.c (mon.1) 227 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.229895+0000 mon.c (mon.1) 228 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.230669+0000 mon.c (mon.1) 229 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.237382+0000 mon.a (mon.0) 419 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.317249+0000 mon.c (mon.1) 230 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.319684+0000 mon.c (mon.1) 231 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.322578+0000 mon.c (mon.1) 232 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.323905+0000 mon.c (mon.1) 233 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.329909+0000 mon.a (mon.0) 420 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.412936+0000 mon.c (mon.1) 234 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.415700+0000 mon.c (mon.1) 235 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.418861+0000 mon.c (mon.1) 236 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.420004+0000 mon.c (mon.1) 237 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.428338+0000 mon.a (mon.0) 421 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.515473+0000 mon.c (mon.1) 238 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.518045+0000 mon.c (mon.1) 239 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.520481+0000 mon.c (mon.1) 240 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.521387+0000 mon.c (mon.1) 241 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.529643+0000 mon.a (mon.0) 422 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.612078+0000 mon.c (mon.1) 242 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.614189+0000 mon.c (mon.1) 243 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.618000+0000 mon.c (mon.1) 244 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.619480+0000 mon.c (mon.1) 245 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.629884+0000 mon.a (mon.0) 423 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.711636+0000 mon.c (mon.1) 246 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.714691+0000 mon.c (mon.1) 247 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.717627+0000 mon.c (mon.1) 248 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.718688+0000 mon.c (mon.1) 249 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.729647+0000 mon.a (mon.0) 424 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.813771+0000 mon.c (mon.1) 250 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.816421+0000 mon.c (mon.1) 251 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.818939+0000 mon.c (mon.1) 252 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.819991+0000 mon.c (mon.1) 253 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.829804+0000 mon.a (mon.0) 425 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.905715+0000 mon.c (mon.1) 254 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.908271+0000 mon.c (mon.1) 255 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.910576+0000 mon.c (mon.1) 256 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.911548+0000 mon.c (mon.1) 257 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:18.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:17 smithi144 bash[66528]: audit 2023-12-07T15:56:17.920886+0000 mon.a (mon.0) 426 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:18.920 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[88438]: debug 2023-12-07T15:56:18.627+0000 7fa272473700 1 -- 172.21.15.121:0/918898285 <== mon.0 v2:172.21.15.121:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e590d7d1e0 con 0x55e590e02c00 2023-12-07T15:56:18.945 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[61561]: ts=2023-12-07T15:56:18.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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-07T15:56:18.945 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[61561]: ts=2023-12-07T15:56:18.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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:56:18.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: cephadm 2023-12-07T15:56:17.146487+0000 mgr.y (mgr.25453) 518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: cluster 2023-12-07T15:56:17.150490+0000 mgr.y (mgr.25453) 519 : cluster 0 pgmap v117: 161 pgs: 9 peering, 21 active+undersized+degraded, 34 active+undersized, 97 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 67/630 objects degraded (10.635%) 2023-12-07T15:56:18.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: cephadm 2023-12-07T15:56:17.238143+0000 mgr.y (mgr.25453) 520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:18.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: cephadm 2023-12-07T15:56:17.332357+0000 mgr.y (mgr.25453) 521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.188 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: cephadm 2023-12-07T15:56:17.146487+0000 mgr.y (mgr.25453) 518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.188 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: cluster 2023-12-07T15:56:17.150490+0000 mgr.y (mgr.25453) 519 : cluster 0 pgmap v117: 161 pgs: 9 peering, 21 active+undersized+degraded, 34 active+undersized, 97 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 67/630 objects degraded (10.635%) 2023-12-07T15:56:19.188 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: cephadm 2023-12-07T15:56:17.238143+0000 mgr.y (mgr.25453) 520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.188 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: cephadm 2023-12-07T15:56:17.332357+0000 mgr.y (mgr.25453) 521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.188 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: cephadm 2023-12-07T15:56:17.429411+0000 mgr.y (mgr.25453) 522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.188 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: cephadm 2023-12-07T15:56:17.530803+0000 mgr.y (mgr.25453) 523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.188 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: cephadm 2023-12-07T15:56:17.630618+0000 mgr.y (mgr.25453) 524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.188 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: cephadm 2023-12-07T15:56:17.732398+0000 mgr.y (mgr.25453) 525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.189 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: cephadm 2023-12-07T15:56:17.830674+0000 mgr.y (mgr.25453) 526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.189 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: cephadm 2023-12-07T15:56:17.921636+0000 mgr.y (mgr.25453) 527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.189 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.001305+0000 mon.c (mon.1) 258 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.189 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.003632+0000 mon.c (mon.1) 259 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.189 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.005808+0000 mon.c (mon.1) 260 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.189 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.006606+0000 mon.c (mon.1) 261 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.189 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.012294+0000 mon.a (mon.0) 427 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.189 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: cephadm 2023-12-07T15:56:18.013932+0000 mgr.y (mgr.25453) 528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.189 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.090102+0000 mon.c (mon.1) 262 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.189 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.092305+0000 mon.c (mon.1) 263 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.190 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.095142+0000 mon.c (mon.1) 264 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.190 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.096022+0000 mon.c (mon.1) 265 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.190 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.102710+0000 mon.a (mon.0) 428 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.190 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: cephadm 2023-12-07T15:56:17.146487+0000 mgr.y (mgr.25453) 518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.190 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: cluster 2023-12-07T15:56:17.150490+0000 mgr.y (mgr.25453) 519 : cluster 0 pgmap v117: 161 pgs: 9 peering, 21 active+undersized+degraded, 34 active+undersized, 97 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 67/630 objects degraded (10.635%) 2023-12-07T15:56:19.190 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: cephadm 2023-12-07T15:56:17.238143+0000 mgr.y (mgr.25453) 520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.191 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: cephadm 2023-12-07T15:56:17.332357+0000 mgr.y (mgr.25453) 521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.191 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: cephadm 2023-12-07T15:56:17.429411+0000 mgr.y (mgr.25453) 522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.191 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: cephadm 2023-12-07T15:56:17.530803+0000 mgr.y (mgr.25453) 523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.191 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: cephadm 2023-12-07T15:56:17.630618+0000 mgr.y (mgr.25453) 524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.191 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: cephadm 2023-12-07T15:56:17.732398+0000 mgr.y (mgr.25453) 525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.191 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: cephadm 2023-12-07T15:56:17.830674+0000 mgr.y (mgr.25453) 526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.191 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: cephadm 2023-12-07T15:56:17.921636+0000 mgr.y (mgr.25453) 527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.191 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.001305+0000 mon.c (mon.1) 258 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.191 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.003632+0000 mon.c (mon.1) 259 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.191 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.005808+0000 mon.c (mon.1) 260 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.191 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.006606+0000 mon.c (mon.1) 261 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.192 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.012294+0000 mon.a (mon.0) 427 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.192 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: cephadm 2023-12-07T15:56:18.013932+0000 mgr.y (mgr.25453) 528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.192 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.090102+0000 mon.c (mon.1) 262 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.192 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.092305+0000 mon.c (mon.1) 263 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.192 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.095142+0000 mon.c (mon.1) 264 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.192 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.096022+0000 mon.c (mon.1) 265 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.192 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.102710+0000 mon.a (mon.0) 428 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.192 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: cephadm 2023-12-07T15:56:18.104430+0000 mgr.y (mgr.25453) 529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.193 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.187712+0000 mon.c (mon.1) 266 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.193 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.190222+0000 mon.c (mon.1) 267 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.193 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.194078+0000 mon.c (mon.1) 268 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.193 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.195402+0000 mon.c (mon.1) 269 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.193 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.204075+0000 mon.a (mon.0) 429 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.193 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.284609+0000 mon.c (mon.1) 270 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.193 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.286828+0000 mon.c (mon.1) 271 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.193 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.289263+0000 mon.c (mon.1) 272 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.193 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.290327+0000 mon.c (mon.1) 273 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.193 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.297676+0000 mon.a (mon.0) 430 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.194 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.379651+0000 mon.c (mon.1) 274 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.194 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.381848+0000 mon.c (mon.1) 275 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.194 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.385166+0000 mon.c (mon.1) 276 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.194 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.386310+0000 mon.c (mon.1) 277 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.194 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.392892+0000 mon.a (mon.0) 431 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.194 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.473303+0000 mon.c (mon.1) 278 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.194 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.477696+0000 mon.c (mon.1) 279 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.194 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.481515+0000 mon.c (mon.1) 280 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.195 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: cephadm 2023-12-07T15:56:18.104430+0000 mgr.y (mgr.25453) 529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.195 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.187712+0000 mon.c (mon.1) 266 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.195 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.190222+0000 mon.c (mon.1) 267 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.195 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.194078+0000 mon.c (mon.1) 268 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.195 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.195402+0000 mon.c (mon.1) 269 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.195 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.204075+0000 mon.a (mon.0) 429 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.195 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.284609+0000 mon.c (mon.1) 270 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.196 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.286828+0000 mon.c (mon.1) 271 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.196 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.289263+0000 mon.c (mon.1) 272 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.196 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.290327+0000 mon.c (mon.1) 273 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.196 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.297676+0000 mon.a (mon.0) 430 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.196 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.379651+0000 mon.c (mon.1) 274 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.196 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.381848+0000 mon.c (mon.1) 275 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.196 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.385166+0000 mon.c (mon.1) 276 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.196 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.386310+0000 mon.c (mon.1) 277 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.196 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.392892+0000 mon.a (mon.0) 431 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.196 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.473303+0000 mon.c (mon.1) 278 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.197 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.477696+0000 mon.c (mon.1) 279 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.197 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.481515+0000 mon.c (mon.1) 280 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.197 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.482680+0000 mon.c (mon.1) 281 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.197 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.491371+0000 mon.a (mon.0) 432 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.197 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.574853+0000 mon.c (mon.1) 282 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.197 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.585707+0000 mon.c (mon.1) 283 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.198 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.589317+0000 mon.c (mon.1) 284 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.198 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.590389+0000 mon.c (mon.1) 285 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.198 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.596521+0000 mon.a (mon.0) 433 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.198 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.676053+0000 mon.c (mon.1) 286 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.198 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.678712+0000 mon.c (mon.1) 287 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.198 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.682058+0000 mon.c (mon.1) 288 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.198 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.683063+0000 mon.c (mon.1) 289 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.198 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.689925+0000 mon.a (mon.0) 434 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.198 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.772177+0000 mon.c (mon.1) 290 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.198 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.776047+0000 mon.c (mon.1) 291 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.199 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.779348+0000 mon.c (mon.1) 292 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.199 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.780989+0000 mon.c (mon.1) 293 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.199 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.788923+0000 mon.a (mon.0) 435 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.199 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.855433+0000 mon.c (mon.1) 294 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.199 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.857617+0000 mon.c (mon.1) 295 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.199 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.860138+0000 mon.c (mon.1) 296 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.199 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.861055+0000 mon.c (mon.1) 297 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.199 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[81553]: audit 2023-12-07T15:56:18.867057+0000 mon.a (mon.0) 436 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.199 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.482680+0000 mon.c (mon.1) 281 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.199 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.491371+0000 mon.a (mon.0) 432 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.200 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.574853+0000 mon.c (mon.1) 282 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.200 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.585707+0000 mon.c (mon.1) 283 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.200 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.589317+0000 mon.c (mon.1) 284 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.200 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.590389+0000 mon.c (mon.1) 285 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.200 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.596521+0000 mon.a (mon.0) 433 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.200 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.676053+0000 mon.c (mon.1) 286 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.200 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.678712+0000 mon.c (mon.1) 287 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.200 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.682058+0000 mon.c (mon.1) 288 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.200 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.683063+0000 mon.c (mon.1) 289 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.200 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.689925+0000 mon.a (mon.0) 434 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.201 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.772177+0000 mon.c (mon.1) 290 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.201 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.776047+0000 mon.c (mon.1) 291 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.201 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.779348+0000 mon.c (mon.1) 292 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.201 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.780989+0000 mon.c (mon.1) 293 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.201 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.788923+0000 mon.a (mon.0) 435 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.201 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.855433+0000 mon.c (mon.1) 294 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.201 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.857617+0000 mon.c (mon.1) 295 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.201 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.860138+0000 mon.c (mon.1) 296 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.201 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.861055+0000 mon.c (mon.1) 297 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.201 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:18 smithi121 bash[83807]: audit 2023-12-07T15:56:18.867057+0000 mon.a (mon.0) 436 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: cephadm 2023-12-07T15:56:17.429411+0000 mgr.y (mgr.25453) 522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: cephadm 2023-12-07T15:56:17.530803+0000 mgr.y (mgr.25453) 523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: cephadm 2023-12-07T15:56:17.630618+0000 mgr.y (mgr.25453) 524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: cephadm 2023-12-07T15:56:17.732398+0000 mgr.y (mgr.25453) 525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: cephadm 2023-12-07T15:56:17.830674+0000 mgr.y (mgr.25453) 526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: cephadm 2023-12-07T15:56:17.921636+0000 mgr.y (mgr.25453) 527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.001305+0000 mon.c (mon.1) 258 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.003632+0000 mon.c (mon.1) 259 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.005808+0000 mon.c (mon.1) 260 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.006606+0000 mon.c (mon.1) 261 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.012294+0000 mon.a (mon.0) 427 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: cephadm 2023-12-07T15:56:18.013932+0000 mgr.y (mgr.25453) 528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.090102+0000 mon.c (mon.1) 262 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.092305+0000 mon.c (mon.1) 263 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.095142+0000 mon.c (mon.1) 264 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.096022+0000 mon.c (mon.1) 265 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.102710+0000 mon.a (mon.0) 428 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: cephadm 2023-12-07T15:56:18.104430+0000 mgr.y (mgr.25453) 529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.187712+0000 mon.c (mon.1) 266 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.190222+0000 mon.c (mon.1) 267 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.194078+0000 mon.c (mon.1) 268 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.195402+0000 mon.c (mon.1) 269 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.204075+0000 mon.a (mon.0) 429 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.284609+0000 mon.c (mon.1) 270 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.286828+0000 mon.c (mon.1) 271 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.289263+0000 mon.c (mon.1) 272 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.290327+0000 mon.c (mon.1) 273 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.297676+0000 mon.a (mon.0) 430 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.379651+0000 mon.c (mon.1) 274 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.381848+0000 mon.c (mon.1) 275 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.385166+0000 mon.c (mon.1) 276 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.386310+0000 mon.c (mon.1) 277 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.392892+0000 mon.a (mon.0) 431 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.473303+0000 mon.c (mon.1) 278 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.477696+0000 mon.c (mon.1) 279 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.481515+0000 mon.c (mon.1) 280 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.482680+0000 mon.c (mon.1) 281 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.491371+0000 mon.a (mon.0) 432 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.574853+0000 mon.c (mon.1) 282 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.585707+0000 mon.c (mon.1) 283 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.589317+0000 mon.c (mon.1) 284 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.590389+0000 mon.c (mon.1) 285 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.596521+0000 mon.a (mon.0) 433 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.676053+0000 mon.c (mon.1) 286 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.678712+0000 mon.c (mon.1) 287 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.682058+0000 mon.c (mon.1) 288 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.683063+0000 mon.c (mon.1) 289 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.689925+0000 mon.a (mon.0) 434 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.772177+0000 mon.c (mon.1) 290 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.776047+0000 mon.c (mon.1) 291 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.779348+0000 mon.c (mon.1) 292 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.780989+0000 mon.c (mon.1) 293 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.788923+0000 mon.a (mon.0) 435 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.855433+0000 mon.c (mon.1) 294 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.857617+0000 mon.c (mon.1) 295 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:19.383 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.860138+0000 mon.c (mon.1) 296 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:19.383 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.861055+0000 mon.c (mon.1) 297 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:19.383 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:18 smithi144 bash[66528]: audit 2023-12-07T15:56:18.867057+0000 mon.a (mon.0) 436 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:19.560 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[88438]: debug 2023-12-07T15:56:19.179+0000 7fa27b5f9640 -1 Falling back to public interface 2023-12-07T15:56:20.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: cephadm 2023-12-07T15:56:18.204810+0000 mgr.y (mgr.25453) 530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: cephadm 2023-12-07T15:56:18.298381+0000 mgr.y (mgr.25453) 531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: cephadm 2023-12-07T15:56:18.395995+0000 mgr.y (mgr.25453) 532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: cephadm 2023-12-07T15:56:18.492404+0000 mgr.y (mgr.25453) 533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: cephadm 2023-12-07T15:56:18.597910+0000 mgr.y (mgr.25453) 534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: cephadm 2023-12-07T15:56:18.692654+0000 mgr.y (mgr.25453) 535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: cephadm 2023-12-07T15:56:18.790326+0000 mgr.y (mgr.25453) 536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: cephadm 2023-12-07T15:56:18.869127+0000 mgr.y (mgr.25453) 537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:18.979465+0000 mon.c (mon.1) 298 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:18.982379+0000 mon.c (mon.1) 299 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:18.985681+0000 mon.c (mon.1) 300 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:18.986890+0000 mon.c (mon.1) 301 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:18.995511+0000 mon.a (mon.0) 437 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: cephadm 2023-12-07T15:56:18.998015+0000 mgr.y (mgr.25453) 538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.079246+0000 mon.c (mon.1) 302 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.081662+0000 mon.c (mon.1) 303 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.083975+0000 mon.c (mon.1) 304 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.084953+0000 mon.c (mon.1) 305 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.091283+0000 mon.a (mon.0) 438 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: cephadm 2023-12-07T15:56:19.094943+0000 mgr.y (mgr.25453) 539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.173882+0000 mon.c (mon.1) 306 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: cephadm 2023-12-07T15:56:18.204810+0000 mgr.y (mgr.25453) 530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: cephadm 2023-12-07T15:56:18.298381+0000 mgr.y (mgr.25453) 531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: cephadm 2023-12-07T15:56:18.395995+0000 mgr.y (mgr.25453) 532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: cephadm 2023-12-07T15:56:18.492404+0000 mgr.y (mgr.25453) 533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: cephadm 2023-12-07T15:56:18.597910+0000 mgr.y (mgr.25453) 534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: cephadm 2023-12-07T15:56:18.692654+0000 mgr.y (mgr.25453) 535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: cephadm 2023-12-07T15:56:18.790326+0000 mgr.y (mgr.25453) 536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: cephadm 2023-12-07T15:56:18.869127+0000 mgr.y (mgr.25453) 537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:18.979465+0000 mon.c (mon.1) 298 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:18.982379+0000 mon.c (mon.1) 299 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:18.985681+0000 mon.c (mon.1) 300 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:18.986890+0000 mon.c (mon.1) 301 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:18.995511+0000 mon.a (mon.0) 437 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: cephadm 2023-12-07T15:56:18.998015+0000 mgr.y (mgr.25453) 538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.079246+0000 mon.c (mon.1) 302 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.081662+0000 mon.c (mon.1) 303 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.083975+0000 mon.c (mon.1) 304 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.084953+0000 mon.c (mon.1) 305 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.091283+0000 mon.a (mon.0) 438 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: cephadm 2023-12-07T15:56:19.094943+0000 mgr.y (mgr.25453) 539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.173882+0000 mon.c (mon.1) 306 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.176235+0000 mon.c (mon.1) 307 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.178956+0000 mon.c (mon.1) 308 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.180143+0000 mon.c (mon.1) 309 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.189727+0000 mon.a (mon.0) 439 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.270604+0000 mon.c (mon.1) 310 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.273777+0000 mon.c (mon.1) 311 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.277447+0000 mon.c (mon.1) 312 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.278895+0000 mon.c (mon.1) 313 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.289398+0000 mon.a (mon.0) 440 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.376338+0000 mon.c (mon.1) 314 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.378539+0000 mon.c (mon.1) 315 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.381670+0000 mon.c (mon.1) 316 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.382679+0000 mon.c (mon.1) 317 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.392560+0000 mon.a (mon.0) 441 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.474183+0000 mon.c (mon.1) 318 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.477007+0000 mon.c (mon.1) 319 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.479739+0000 mon.c (mon.1) 320 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.480908+0000 mon.c (mon.1) 321 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.489597+0000 mon.a (mon.0) 442 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.571793+0000 mon.c (mon.1) 322 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.176235+0000 mon.c (mon.1) 307 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.178956+0000 mon.c (mon.1) 308 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.180143+0000 mon.c (mon.1) 309 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.189727+0000 mon.a (mon.0) 439 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.270604+0000 mon.c (mon.1) 310 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.273777+0000 mon.c (mon.1) 311 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.277447+0000 mon.c (mon.1) 312 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.278895+0000 mon.c (mon.1) 313 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.289398+0000 mon.a (mon.0) 440 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.376338+0000 mon.c (mon.1) 314 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.378539+0000 mon.c (mon.1) 315 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.381670+0000 mon.c (mon.1) 316 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.382679+0000 mon.c (mon.1) 317 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.392560+0000 mon.a (mon.0) 441 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.474183+0000 mon.c (mon.1) 318 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.477007+0000 mon.c (mon.1) 319 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.479739+0000 mon.c (mon.1) 320 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.480908+0000 mon.c (mon.1) 321 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.489597+0000 mon.a (mon.0) 442 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.571793+0000 mon.c (mon.1) 322 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.574551+0000 mon.c (mon.1) 323 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.577189+0000 mon.c (mon.1) 324 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.578195+0000 mon.c (mon.1) 325 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.589143+0000 mon.a (mon.0) 443 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.669146+0000 mon.c (mon.1) 326 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.671817+0000 mon.c (mon.1) 327 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.676429+0000 mon.c (mon.1) 328 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.678081+0000 mon.c (mon.1) 329 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.689060+0000 mon.a (mon.0) 444 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.774379+0000 mon.c (mon.1) 330 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.777063+0000 mon.c (mon.1) 331 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.780232+0000 mon.c (mon.1) 332 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.781348+0000 mon.c (mon.1) 333 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.792048+0000 mon.a (mon.0) 445 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.905163+0000 mon.c (mon.1) 334 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.907564+0000 mon.c (mon.1) 335 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.909782+0000 mon.c (mon.1) 336 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.910668+0000 mon.c (mon.1) 337 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[81553]: audit 2023-12-07T15:56:19.918304+0000 mon.a (mon.0) 446 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.574551+0000 mon.c (mon.1) 323 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.577189+0000 mon.c (mon.1) 324 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.578195+0000 mon.c (mon.1) 325 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.589143+0000 mon.a (mon.0) 443 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.669146+0000 mon.c (mon.1) 326 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.671817+0000 mon.c (mon.1) 327 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.676429+0000 mon.c (mon.1) 328 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.678081+0000 mon.c (mon.1) 329 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.689060+0000 mon.a (mon.0) 444 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.774379+0000 mon.c (mon.1) 330 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.777063+0000 mon.c (mon.1) 331 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.780232+0000 mon.c (mon.1) 332 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.781348+0000 mon.c (mon.1) 333 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.792048+0000 mon.a (mon.0) 445 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.905163+0000 mon.c (mon.1) 334 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.907564+0000 mon.c (mon.1) 335 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.909782+0000 mon.c (mon.1) 336 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.910668+0000 mon.c (mon.1) 337 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:19 smithi121 bash[83807]: audit 2023-12-07T15:56:19.918304+0000 mon.a (mon.0) 446 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: cephadm 2023-12-07T15:56:18.204810+0000 mgr.y (mgr.25453) 530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: cephadm 2023-12-07T15:56:18.298381+0000 mgr.y (mgr.25453) 531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: cephadm 2023-12-07T15:56:18.395995+0000 mgr.y (mgr.25453) 532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: cephadm 2023-12-07T15:56:18.492404+0000 mgr.y (mgr.25453) 533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: cephadm 2023-12-07T15:56:18.597910+0000 mgr.y (mgr.25453) 534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: cephadm 2023-12-07T15:56:18.692654+0000 mgr.y (mgr.25453) 535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: cephadm 2023-12-07T15:56:18.790326+0000 mgr.y (mgr.25453) 536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: cephadm 2023-12-07T15:56:18.869127+0000 mgr.y (mgr.25453) 537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:18.979465+0000 mon.c (mon.1) 298 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:18.982379+0000 mon.c (mon.1) 299 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:18.985681+0000 mon.c (mon.1) 300 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:18.986890+0000 mon.c (mon.1) 301 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:18.995511+0000 mon.a (mon.0) 437 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: cephadm 2023-12-07T15:56:18.998015+0000 mgr.y (mgr.25453) 538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.079246+0000 mon.c (mon.1) 302 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.081662+0000 mon.c (mon.1) 303 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.083975+0000 mon.c (mon.1) 304 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.084953+0000 mon.c (mon.1) 305 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.091283+0000 mon.a (mon.0) 438 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: cephadm 2023-12-07T15:56:19.094943+0000 mgr.y (mgr.25453) 539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.173882+0000 mon.c (mon.1) 306 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.176235+0000 mon.c (mon.1) 307 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.178956+0000 mon.c (mon.1) 308 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.180143+0000 mon.c (mon.1) 309 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.189727+0000 mon.a (mon.0) 439 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.270604+0000 mon.c (mon.1) 310 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.273777+0000 mon.c (mon.1) 311 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.277447+0000 mon.c (mon.1) 312 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.278895+0000 mon.c (mon.1) 313 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.289398+0000 mon.a (mon.0) 440 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.376338+0000 mon.c (mon.1) 314 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.378539+0000 mon.c (mon.1) 315 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.381670+0000 mon.c (mon.1) 316 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.382679+0000 mon.c (mon.1) 317 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.392560+0000 mon.a (mon.0) 441 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.474183+0000 mon.c (mon.1) 318 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.477007+0000 mon.c (mon.1) 319 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.479739+0000 mon.c (mon.1) 320 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.480908+0000 mon.c (mon.1) 321 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.489597+0000 mon.a (mon.0) 442 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.571793+0000 mon.c (mon.1) 322 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.574551+0000 mon.c (mon.1) 323 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.577189+0000 mon.c (mon.1) 324 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.578195+0000 mon.c (mon.1) 325 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.589143+0000 mon.a (mon.0) 443 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.669146+0000 mon.c (mon.1) 326 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.671817+0000 mon.c (mon.1) 327 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.676429+0000 mon.c (mon.1) 328 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.678081+0000 mon.c (mon.1) 329 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.689060+0000 mon.a (mon.0) 444 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.774379+0000 mon.c (mon.1) 330 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.777063+0000 mon.c (mon.1) 331 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.780232+0000 mon.c (mon.1) 332 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.781348+0000 mon.c (mon.1) 333 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.792048+0000 mon.a (mon.0) 445 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.905163+0000 mon.c (mon.1) 334 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.907564+0000 mon.c (mon.1) 335 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.909782+0000 mon.c (mon.1) 336 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.910668+0000 mon.c (mon.1) 337 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:19 smithi144 bash[66528]: audit 2023-12-07T15:56:19.918304+0000 mon.a (mon.0) 446 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:20.560 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[75663]: debug 2023-12-07T15:56:20.395+0000 7f9f0e6d2700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-07T15:56:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: cluster 2023-12-07T15:56:19.151631+0000 mgr.y (mgr.25453) 540 : cluster 0 pgmap v118: 161 pgs: 10 active+clean+remapped, 21 active+undersized+degraded, 34 active+undersized, 96 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 491 B/s rd, 0 op/s; 67/630 objects degraded (10.635%); 4/630 objects misplaced (0.635%) 2023-12-07T15:56:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: cephadm 2023-12-07T15:56:19.192921+0000 mgr.y (mgr.25453) 541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: cephadm 2023-12-07T15:56:19.292097+0000 mgr.y (mgr.25453) 542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: cephadm 2023-12-07T15:56:19.395364+0000 mgr.y (mgr.25453) 543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: cephadm 2023-12-07T15:56:19.492363+0000 mgr.y (mgr.25453) 544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: cephadm 2023-12-07T15:56:19.591431+0000 mgr.y (mgr.25453) 545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: cephadm 2023-12-07T15:56:19.692782+0000 mgr.y (mgr.25453) 546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: cephadm 2023-12-07T15:56:19.795306+0000 mgr.y (mgr.25453) 547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: cephadm 2023-12-07T15:56:19.922213+0000 mgr.y (mgr.25453) 548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.004447+0000 mon.c (mon.1) 338 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.006859+0000 mon.c (mon.1) 339 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.009418+0000 mon.c (mon.1) 340 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:21.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.010240+0000 mon.c (mon.1) 341 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:21.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.016430+0000 mon.a (mon.0) 447 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: cephadm 2023-12-07T15:56:20.018010+0000 mgr.y (mgr.25453) 549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: cluster 2023-12-07T15:56:20.089496+0000 mon.a (mon.0) 448 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2023-12-07T15:56:21.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.098373+0000 mon.c (mon.1) 342 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:21.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.100702+0000 mon.c (mon.1) 343 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.103153+0000 mon.c (mon.1) 344 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:21.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.104031+0000 mon.c (mon.1) 345 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: cluster 2023-12-07T15:56:19.151631+0000 mgr.y (mgr.25453) 540 : cluster 0 pgmap v118: 161 pgs: 10 active+clean+remapped, 21 active+undersized+degraded, 34 active+undersized, 96 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 491 B/s rd, 0 op/s; 67/630 objects degraded (10.635%); 4/630 objects misplaced (0.635%) 2023-12-07T15:56:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: cephadm 2023-12-07T15:56:19.192921+0000 mgr.y (mgr.25453) 541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: cephadm 2023-12-07T15:56:19.292097+0000 mgr.y (mgr.25453) 542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: cephadm 2023-12-07T15:56:19.395364+0000 mgr.y (mgr.25453) 543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: cephadm 2023-12-07T15:56:19.492363+0000 mgr.y (mgr.25453) 544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: cephadm 2023-12-07T15:56:19.591431+0000 mgr.y (mgr.25453) 545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: cephadm 2023-12-07T15:56:19.692782+0000 mgr.y (mgr.25453) 546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: cephadm 2023-12-07T15:56:19.795306+0000 mgr.y (mgr.25453) 547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: cephadm 2023-12-07T15:56:19.922213+0000 mgr.y (mgr.25453) 548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.004447+0000 mon.c (mon.1) 338 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.006859+0000 mon.c (mon.1) 339 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.009418+0000 mon.c (mon.1) 340 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:21.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.010240+0000 mon.c (mon.1) 341 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:21.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.016430+0000 mon.a (mon.0) 447 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: cephadm 2023-12-07T15:56:20.018010+0000 mgr.y (mgr.25453) 549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: cluster 2023-12-07T15:56:20.089496+0000 mon.a (mon.0) 448 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2023-12-07T15:56:21.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.098373+0000 mon.c (mon.1) 342 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:21.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.100702+0000 mon.c (mon.1) 343 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.103153+0000 mon.c (mon.1) 344 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:21.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.104031+0000 mon.c (mon.1) 345 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:21.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.109287+0000 mon.a (mon.0) 449 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: cephadm 2023-12-07T15:56:20.110961+0000 mgr.y (mgr.25453) 550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.190133+0000 mon.c (mon.1) 346 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:21.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.192874+0000 mon.c (mon.1) 347 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.195522+0000 mon.c (mon.1) 348 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:21.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.196586+0000 mon.c (mon.1) 349 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:21.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.205888+0000 mon.a (mon.0) 450 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.287296+0000 mon.c (mon.1) 350 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:21.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.289495+0000 mon.c (mon.1) 351 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.291990+0000 mon.c (mon.1) 352 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:21.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.292960+0000 mon.c (mon.1) 353 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:21.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.299690+0000 mon.a (mon.0) 451 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.369056+0000 mon.a (mon.0) 452 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.381998+0000 mon.a (mon.0) 453 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.382865+0000 mon.c (mon.1) 354 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:21.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.389080+0000 mon.c (mon.1) 355 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.391619+0000 mon.a (mon.0) 454 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.395795+0000 mon.c (mon.1) 356 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.397412+0000 mon.c (mon.1) 357 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[83807]: audit 2023-12-07T15:56:20.399462+0000 mon.c (mon.1) 358 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T15:56:21.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.109287+0000 mon.a (mon.0) 449 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: cephadm 2023-12-07T15:56:20.110961+0000 mgr.y (mgr.25453) 550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.190133+0000 mon.c (mon.1) 346 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:21.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.192874+0000 mon.c (mon.1) 347 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.195522+0000 mon.c (mon.1) 348 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:21.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.196586+0000 mon.c (mon.1) 349 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:21.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.205888+0000 mon.a (mon.0) 450 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.287296+0000 mon.c (mon.1) 350 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:21.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.289495+0000 mon.c (mon.1) 351 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.291990+0000 mon.c (mon.1) 352 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.292960+0000 mon.c (mon.1) 353 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.299690+0000 mon.a (mon.0) 451 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.369056+0000 mon.a (mon.0) 452 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.381998+0000 mon.a (mon.0) 453 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.382865+0000 mon.c (mon.1) 354 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.389080+0000 mon.c (mon.1) 355 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.391619+0000 mon.a (mon.0) 454 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.395795+0000 mon.c (mon.1) 356 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.397412+0000 mon.c (mon.1) 357 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:20 smithi121 bash[81553]: audit 2023-12-07T15:56:20.399462+0000 mon.c (mon.1) 358 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T15:56:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: cluster 2023-12-07T15:56:19.151631+0000 mgr.y (mgr.25453) 540 : cluster 0 pgmap v118: 161 pgs: 10 active+clean+remapped, 21 active+undersized+degraded, 34 active+undersized, 96 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 491 B/s rd, 0 op/s; 67/630 objects degraded (10.635%); 4/630 objects misplaced (0.635%) 2023-12-07T15:56:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: cephadm 2023-12-07T15:56:19.192921+0000 mgr.y (mgr.25453) 541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: cephadm 2023-12-07T15:56:19.292097+0000 mgr.y (mgr.25453) 542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: cephadm 2023-12-07T15:56:19.395364+0000 mgr.y (mgr.25453) 543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: cephadm 2023-12-07T15:56:19.492363+0000 mgr.y (mgr.25453) 544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: cephadm 2023-12-07T15:56:19.591431+0000 mgr.y (mgr.25453) 545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: cephadm 2023-12-07T15:56:19.692782+0000 mgr.y (mgr.25453) 546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: cephadm 2023-12-07T15:56:19.795306+0000 mgr.y (mgr.25453) 547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: cephadm 2023-12-07T15:56:19.922213+0000 mgr.y (mgr.25453) 548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.004447+0000 mon.c (mon.1) 338 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.006859+0000 mon.c (mon.1) 339 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.009418+0000 mon.c (mon.1) 340 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.010240+0000 mon.c (mon.1) 341 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.016430+0000 mon.a (mon.0) 447 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: cephadm 2023-12-07T15:56:20.018010+0000 mgr.y (mgr.25453) 549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: cluster 2023-12-07T15:56:20.089496+0000 mon.a (mon.0) 448 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2023-12-07T15:56:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.098373+0000 mon.c (mon.1) 342 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.100702+0000 mon.c (mon.1) 343 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.103153+0000 mon.c (mon.1) 344 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.104031+0000 mon.c (mon.1) 345 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.109287+0000 mon.a (mon.0) 449 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: cephadm 2023-12-07T15:56:20.110961+0000 mgr.y (mgr.25453) 550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.190133+0000 mon.c (mon.1) 346 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.192874+0000 mon.c (mon.1) 347 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.195522+0000 mon.c (mon.1) 348 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.196586+0000 mon.c (mon.1) 349 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.205888+0000 mon.a (mon.0) 450 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.287296+0000 mon.c (mon.1) 350 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.289495+0000 mon.c (mon.1) 351 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.291990+0000 mon.c (mon.1) 352 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.292960+0000 mon.c (mon.1) 353 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.299690+0000 mon.a (mon.0) 451 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.369056+0000 mon.a (mon.0) 452 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.381998+0000 mon.a (mon.0) 453 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.382865+0000 mon.c (mon.1) 354 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.389080+0000 mon.c (mon.1) 355 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.391619+0000 mon.a (mon.0) 454 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.395795+0000 mon.c (mon.1) 356 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.397412+0000 mon.c (mon.1) 357 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:20 smithi144 bash[66528]: audit 2023-12-07T15:56:20.399462+0000 mon.c (mon.1) 358 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T15:56:22.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:21 smithi121 bash[81553]: cephadm 2023-12-07T15:56:20.207336+0000 mgr.y (mgr.25453) 551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:22.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:21 smithi121 bash[81553]: cephadm 2023-12-07T15:56:20.300427+0000 mgr.y (mgr.25453) 552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:22.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:21 smithi121 bash[81553]: audit 2023-12-07T15:56:20.399724+0000 mgr.y (mgr.25453) 553 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T15:56:22.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:21 smithi121 bash[81553]: cephadm 2023-12-07T15:56:20.400878+0000 mgr.y (mgr.25453) 554 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-07T15:56:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:21 smithi121 bash[83807]: cephadm 2023-12-07T15:56:20.207336+0000 mgr.y (mgr.25453) 551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:21 smithi121 bash[83807]: cephadm 2023-12-07T15:56:20.300427+0000 mgr.y (mgr.25453) 552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:21 smithi121 bash[83807]: audit 2023-12-07T15:56:20.399724+0000 mgr.y (mgr.25453) 553 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T15:56:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:21 smithi121 bash[83807]: cephadm 2023-12-07T15:56:20.400878+0000 mgr.y (mgr.25453) 554 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-07T15:56:22.311 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:21 smithi121 bash[88438]: debug 2023-12-07T15:56:21.971+0000 7fa27b5f9640 -1 osd.0 0 read_superblock omap replica is missing. 2023-12-07T15:56:22.311 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:22 smithi121 bash[88438]: debug 2023-12-07T15:56:22.011+0000 7fa27b5f9640 -1 osd.0 109 log_to_monitors true 2023-12-07T15:56:22.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:21 smithi144 bash[66528]: cephadm 2023-12-07T15:56:20.207336+0000 mgr.y (mgr.25453) 551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:22.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:21 smithi144 bash[66528]: cephadm 2023-12-07T15:56:20.300427+0000 mgr.y (mgr.25453) 552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:22.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:21 smithi144 bash[66528]: audit 2023-12-07T15:56:20.399724+0000 mgr.y (mgr.25453) 553 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T15:56:22.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:21 smithi144 bash[66528]: cephadm 2023-12-07T15:56:20.400878+0000 mgr.y (mgr.25453) 554 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-07T15:56:23.202 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:22 smithi121 bash[83807]: cluster 2023-12-07T15:56:21.152571+0000 mgr.y (mgr.25453) 555 : cluster 0 pgmap v119: 161 pgs: 10 active+clean+remapped, 21 active+undersized+degraded, 34 active+undersized, 96 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 67/630 objects degraded (10.635%); 4/630 objects misplaced (0.635%) 2023-12-07T15:56:23.202 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:22 smithi121 bash[83807]: audit 2023-12-07T15:56:22.020140+0000 mon.a (mon.0) 455 : audit 1 from='osd.0 [v2:172.21.15.121:6802/1072345678,v1:172.21.15.121:6803/1072345678]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T15:56:23.202 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:22 smithi121 bash[81553]: cluster 2023-12-07T15:56:21.152571+0000 mgr.y (mgr.25453) 555 : cluster 0 pgmap v119: 161 pgs: 10 active+clean+remapped, 21 active+undersized+degraded, 34 active+undersized, 96 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 67/630 objects degraded (10.635%); 4/630 objects misplaced (0.635%) 2023-12-07T15:56:23.202 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:22 smithi121 bash[81553]: audit 2023-12-07T15:56:22.020140+0000 mon.a (mon.0) 455 : audit 1 from='osd.0 [v2:172.21.15.121:6802/1072345678,v1:172.21.15.121:6803/1072345678]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T15:56:23.203 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[88438]: debug 2023-12-07T15:56:23.027+0000 7fa269263700 -1 osd.0 109 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:56:23.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:22 smithi144 bash[66528]: cluster 2023-12-07T15:56:21.152571+0000 mgr.y (mgr.25453) 555 : cluster 0 pgmap v119: 161 pgs: 10 active+clean+remapped, 21 active+undersized+degraded, 34 active+undersized, 96 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 67/630 objects degraded (10.635%); 4/630 objects misplaced (0.635%) 2023-12-07T15:56:23.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:22 smithi144 bash[66528]: audit 2023-12-07T15:56:22.020140+0000 mon.a (mon.0) 455 : audit 1 from='osd.0 [v2:172.21.15.121:6802/1072345678,v1:172.21.15.121:6803/1072345678]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T15:56:24.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[81553]: audit 2023-12-07T15:56:22.959756+0000 mon.a (mon.0) 456 : audit 1 from='osd.0 [v2:172.21.15.121:6802/1072345678,v1:172.21.15.121:6803/1072345678]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T15:56:24.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[81553]: cluster 2023-12-07T15:56:22.961874+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:24.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[81553]: cluster 2023-12-07T15:56:22.962980+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:24.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[81553]: cluster 2023-12-07T15:56:22.964927+0000 mon.a (mon.0) 457 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-07T15:56:24.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[81553]: audit 2023-12-07T15:56:22.966110+0000 mon.a (mon.0) 458 : audit 1 from='osd.0 [v2:172.21.15.121:6802/1072345678,v1:172.21.15.121:6803/1072345678]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:56:24.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[81553]: cluster 2023-12-07T15:56:23.025235+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:24.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[81553]: audit 2023-12-07T15:56:23.245169+0000 mon.a (mon.0) 459 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:24.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[81553]: audit 2023-12-07T15:56:23.258199+0000 mon.a (mon.0) 460 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:24.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[81553]: audit 2023-12-07T15:56:23.270926+0000 mon.a (mon.0) 461 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:24.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[83807]: audit 2023-12-07T15:56:22.959756+0000 mon.a (mon.0) 456 : audit 1 from='osd.0 [v2:172.21.15.121:6802/1072345678,v1:172.21.15.121:6803/1072345678]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T15:56:24.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[83807]: cluster 2023-12-07T15:56:22.961874+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:24.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[83807]: cluster 2023-12-07T15:56:22.962980+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:24.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[83807]: cluster 2023-12-07T15:56:22.964927+0000 mon.a (mon.0) 457 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-07T15:56:24.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[83807]: audit 2023-12-07T15:56:22.966110+0000 mon.a (mon.0) 458 : audit 1 from='osd.0 [v2:172.21.15.121:6802/1072345678,v1:172.21.15.121:6803/1072345678]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:56:24.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[83807]: cluster 2023-12-07T15:56:23.025235+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:24.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[83807]: audit 2023-12-07T15:56:23.245169+0000 mon.a (mon.0) 459 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:24.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[83807]: audit 2023-12-07T15:56:23.258199+0000 mon.a (mon.0) 460 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:24.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:23 smithi121 bash[83807]: audit 2023-12-07T15:56:23.270926+0000 mon.a (mon.0) 461 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:24.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:23 smithi144 bash[66528]: audit 2023-12-07T15:56:22.959756+0000 mon.a (mon.0) 456 : audit 1 from='osd.0 [v2:172.21.15.121:6802/1072345678,v1:172.21.15.121:6803/1072345678]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T15:56:24.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:23 smithi144 bash[66528]: cluster 2023-12-07T15:56:22.961874+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:24.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:23 smithi144 bash[66528]: cluster 2023-12-07T15:56:22.962980+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:24.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:23 smithi144 bash[66528]: cluster 2023-12-07T15:56:22.964927+0000 mon.a (mon.0) 457 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-07T15:56:24.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:23 smithi144 bash[66528]: audit 2023-12-07T15:56:22.966110+0000 mon.a (mon.0) 458 : audit 1 from='osd.0 [v2:172.21.15.121:6802/1072345678,v1:172.21.15.121:6803/1072345678]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:56:24.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:23 smithi144 bash[66528]: cluster 2023-12-07T15:56:23.025235+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:24.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:23 smithi144 bash[66528]: audit 2023-12-07T15:56:23.245169+0000 mon.a (mon.0) 459 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:24.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:23 smithi144 bash[66528]: audit 2023-12-07T15:56:23.258199+0000 mon.a (mon.0) 460 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:24.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:23 smithi144 bash[66528]: audit 2023-12-07T15:56:23.270926+0000 mon.a (mon.0) 461 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:24.980 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:56:24] "GET /metrics HTTP/1.1" 200 38256 "" "Prometheus/2.33.4" 2023-12-07T15:56:25.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[83807]: cluster 2023-12-07T15:56:23.153439+0000 mgr.y (mgr.25453) 556 : cluster 0 pgmap v121: 161 pgs: 10 active+clean+remapped, 21 active+undersized+degraded, 34 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 608 B/s rd, 0 op/s; 67/630 objects degraded (10.635%); 4/630 objects misplaced (0.635%) 2023-12-07T15:56:25.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[83807]: audit 2023-12-07T15:56:23.500109+0000 mgr.y (mgr.25453) 557 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:25.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[83807]: cluster 2023-12-07T15:56:23.791850+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:25.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[83807]: cluster 2023-12-07T15:56:23.879999+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:25.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[83807]: cluster 2023-12-07T15:56:23.969524+0000 mon.a (mon.0) 462 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:56:25.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[83807]: cluster 2023-12-07T15:56:23.983922+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:25.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[83807]: cluster 2023-12-07T15:56:23.984469+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T15:56:25.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[83807]: cluster 2023-12-07T15:56:23.989125+0000 mon.a (mon.0) 463 : cluster 1 osd.0 [v2:172.21.15.121:6802/1072345678,v1:172.21.15.121:6803/1072345678] boot 2023-12-07T15:56:25.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[83807]: audit 2023-12-07T15:56:23.989185+0000 mon.c (mon.1) 359 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:56:25.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[83807]: cluster 2023-12-07T15:56:23.989287+0000 mon.a (mon.0) 464 : cluster 0 osdmap e116: 8 total, 8 up, 8 in 2023-12-07T15:56:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[81553]: cluster 2023-12-07T15:56:23.153439+0000 mgr.y (mgr.25453) 556 : cluster 0 pgmap v121: 161 pgs: 10 active+clean+remapped, 21 active+undersized+degraded, 34 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 608 B/s rd, 0 op/s; 67/630 objects degraded (10.635%); 4/630 objects misplaced (0.635%) 2023-12-07T15:56:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[81553]: audit 2023-12-07T15:56:23.500109+0000 mgr.y (mgr.25453) 557 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:25.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[81553]: cluster 2023-12-07T15:56:23.791850+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:25.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[81553]: cluster 2023-12-07T15:56:23.879999+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:25.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[81553]: cluster 2023-12-07T15:56:23.969524+0000 mon.a (mon.0) 462 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:56:25.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[81553]: cluster 2023-12-07T15:56:23.983922+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:25.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[81553]: cluster 2023-12-07T15:56:23.984469+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T15:56:25.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[81553]: cluster 2023-12-07T15:56:23.989125+0000 mon.a (mon.0) 463 : cluster 1 osd.0 [v2:172.21.15.121:6802/1072345678,v1:172.21.15.121:6803/1072345678] boot 2023-12-07T15:56:25.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[81553]: audit 2023-12-07T15:56:23.989185+0000 mon.c (mon.1) 359 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:56:25.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:24 smithi121 bash[81553]: cluster 2023-12-07T15:56:23.989287+0000 mon.a (mon.0) 464 : cluster 0 osdmap e116: 8 total, 8 up, 8 in 2023-12-07T15:56:25.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:24 smithi144 bash[66528]: cluster 2023-12-07T15:56:23.153439+0000 mgr.y (mgr.25453) 556 : cluster 0 pgmap v121: 161 pgs: 10 active+clean+remapped, 21 active+undersized+degraded, 34 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 608 B/s rd, 0 op/s; 67/630 objects degraded (10.635%); 4/630 objects misplaced (0.635%) 2023-12-07T15:56:25.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:24 smithi144 bash[66528]: audit 2023-12-07T15:56:23.500109+0000 mgr.y (mgr.25453) 557 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:25.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:24 smithi144 bash[66528]: cluster 2023-12-07T15:56:23.791850+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:25.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:24 smithi144 bash[66528]: cluster 2023-12-07T15:56:23.879999+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:24 smithi144 bash[66528]: cluster 2023-12-07T15:56:23.969524+0000 mon.a (mon.0) 462 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:56:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:24 smithi144 bash[66528]: cluster 2023-12-07T15:56:23.983922+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-07T15:56:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:24 smithi144 bash[66528]: cluster 2023-12-07T15:56:23.984469+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e116 with expected crc 2023-12-07T15:56:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:24 smithi144 bash[66528]: cluster 2023-12-07T15:56:23.989125+0000 mon.a (mon.0) 463 : cluster 1 osd.0 [v2:172.21.15.121:6802/1072345678,v1:172.21.15.121:6803/1072345678] boot 2023-12-07T15:56:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:24 smithi144 bash[66528]: audit 2023-12-07T15:56:23.989185+0000 mon.c (mon.1) 359 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T15:56:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:24 smithi144 bash[66528]: cluster 2023-12-07T15:56:23.989287+0000 mon.a (mon.0) 464 : cluster 0 osdmap e116: 8 total, 8 up, 8 in 2023-12-07T15:56:26.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[83807]: cluster 2023-12-07T15:56:24.985666+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[83807]: cluster 2023-12-07T15:56:24.986065+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[83807]: cluster 2023-12-07T15:56:24.988038+0000 mon.a (mon.0) 465 : cluster 0 osdmap e117: 8 total, 8 up, 8 in 2023-12-07T15:56:26.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[83807]: cluster 2023-12-07T15:56:24.988508+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[83807]: cluster 2023-12-07T15:56:24.989089+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[83807]: cluster 2023-12-07T15:56:24.990084+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[83807]: cluster 2023-12-07T15:56:24.990173+0000 osd.1 (osd.1) 8 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[83807]: cluster 2023-12-07T15:56:24.990816+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[83807]: cluster 2023-12-07T15:56:24.990966+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[83807]: cluster 2023-12-07T15:56:24.991055+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[83807]: cluster 2023-12-07T15:56:24.994042+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[83807]: cluster 2023-12-07T15:56:24.994424+0000 osd.1 (osd.1) 9 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[83807]: cluster 2023-12-07T15:56:24.996809+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[83807]: cluster 2023-12-07T15:56:24.996878+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[83807]: cluster 2023-12-07T15:56:24.997097+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[83807]: cluster 2023-12-07T15:56:25.001436+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[81553]: cluster 2023-12-07T15:56:24.985666+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[81553]: cluster 2023-12-07T15:56:24.986065+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[81553]: cluster 2023-12-07T15:56:24.988038+0000 mon.a (mon.0) 465 : cluster 0 osdmap e117: 8 total, 8 up, 8 in 2023-12-07T15:56:26.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[81553]: cluster 2023-12-07T15:56:24.988508+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[81553]: cluster 2023-12-07T15:56:24.989089+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[81553]: cluster 2023-12-07T15:56:24.990084+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[81553]: cluster 2023-12-07T15:56:24.990173+0000 osd.1 (osd.1) 8 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[81553]: cluster 2023-12-07T15:56:24.990816+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[81553]: cluster 2023-12-07T15:56:24.990966+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[81553]: cluster 2023-12-07T15:56:24.991055+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[81553]: cluster 2023-12-07T15:56:24.994042+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[81553]: cluster 2023-12-07T15:56:24.994424+0000 osd.1 (osd.1) 9 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[81553]: cluster 2023-12-07T15:56:24.996809+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[81553]: cluster 2023-12-07T15:56:24.996878+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[81553]: cluster 2023-12-07T15:56:24.997097+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:26 smithi121 bash[81553]: cluster 2023-12-07T15:56:25.001436+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:26 smithi144 bash[66528]: cluster 2023-12-07T15:56:24.985666+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:26 smithi144 bash[66528]: cluster 2023-12-07T15:56:24.986065+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:26 smithi144 bash[66528]: cluster 2023-12-07T15:56:24.988038+0000 mon.a (mon.0) 465 : cluster 0 osdmap e117: 8 total, 8 up, 8 in 2023-12-07T15:56:26.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:26 smithi144 bash[66528]: cluster 2023-12-07T15:56:24.988508+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:26 smithi144 bash[66528]: cluster 2023-12-07T15:56:24.989089+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:26 smithi144 bash[66528]: cluster 2023-12-07T15:56:24.990084+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:26 smithi144 bash[66528]: cluster 2023-12-07T15:56:24.990173+0000 osd.1 (osd.1) 8 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:26 smithi144 bash[66528]: cluster 2023-12-07T15:56:24.990816+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:26 smithi144 bash[66528]: cluster 2023-12-07T15:56:24.990966+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:26 smithi144 bash[66528]: cluster 2023-12-07T15:56:24.991055+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:26 smithi144 bash[66528]: cluster 2023-12-07T15:56:24.994042+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:26 smithi144 bash[66528]: cluster 2023-12-07T15:56:24.994424+0000 osd.1 (osd.1) 9 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:26 smithi144 bash[66528]: cluster 2023-12-07T15:56:24.996809+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:26 smithi144 bash[66528]: cluster 2023-12-07T15:56:24.996878+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:26 smithi144 bash[66528]: cluster 2023-12-07T15:56:24.997097+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:26.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:26 smithi144 bash[66528]: cluster 2023-12-07T15:56:25.001436+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e117 with expected crc 2023-12-07T15:56:27.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[81553]: cluster 2023-12-07T15:56:25.154123+0000 mgr.y (mgr.25453) 558 : cluster 0 pgmap v124: 161 pgs: 10 active+clean+remapped, 21 active+undersized+degraded, 34 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 67/630 objects degraded (10.635%); 4/630 objects misplaced (0.635%) 2023-12-07T15:56:27.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[81553]: cluster 2023-12-07T15:56:26.001766+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[81553]: cluster 2023-12-07T15:56:26.005775+0000 osd.1 (osd.1) 10 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[81553]: cluster 2023-12-07T15:56:26.007400+0000 mon.a (mon.0) 466 : cluster 0 osdmap e118: 8 total, 8 up, 8 in 2023-12-07T15:56:27.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[81553]: cluster 2023-12-07T15:56:26.008053+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[81553]: cluster 2023-12-07T15:56:26.008808+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[81553]: cluster 2023-12-07T15:56:26.008868+0000 osd.1 (osd.1) 11 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[81553]: cluster 2023-12-07T15:56:26.009753+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[81553]: cluster 2023-12-07T15:56:26.010768+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[81553]: cluster 2023-12-07T15:56:26.012287+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[81553]: cluster 2023-12-07T15:56:26.218646+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[83807]: cluster 2023-12-07T15:56:25.154123+0000 mgr.y (mgr.25453) 558 : cluster 0 pgmap v124: 161 pgs: 10 active+clean+remapped, 21 active+undersized+degraded, 34 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 67/630 objects degraded (10.635%); 4/630 objects misplaced (0.635%) 2023-12-07T15:56:27.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[83807]: cluster 2023-12-07T15:56:26.001766+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[83807]: cluster 2023-12-07T15:56:26.005775+0000 osd.1 (osd.1) 10 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[83807]: cluster 2023-12-07T15:56:26.007400+0000 mon.a (mon.0) 466 : cluster 0 osdmap e118: 8 total, 8 up, 8 in 2023-12-07T15:56:27.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[83807]: cluster 2023-12-07T15:56:26.008053+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[83807]: cluster 2023-12-07T15:56:26.008808+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[83807]: cluster 2023-12-07T15:56:26.008868+0000 osd.1 (osd.1) 11 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[83807]: cluster 2023-12-07T15:56:26.009753+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[83807]: cluster 2023-12-07T15:56:26.010768+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[83807]: cluster 2023-12-07T15:56:26.012287+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:27 smithi121 bash[83807]: cluster 2023-12-07T15:56:26.218646+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:27 smithi144 bash[66528]: cluster 2023-12-07T15:56:25.154123+0000 mgr.y (mgr.25453) 558 : cluster 0 pgmap v124: 161 pgs: 10 active+clean+remapped, 21 active+undersized+degraded, 34 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 67/630 objects degraded (10.635%); 4/630 objects misplaced (0.635%) 2023-12-07T15:56:27.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:27 smithi144 bash[66528]: cluster 2023-12-07T15:56:26.001766+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:27 smithi144 bash[66528]: cluster 2023-12-07T15:56:26.005775+0000 osd.1 (osd.1) 10 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:27 smithi144 bash[66528]: cluster 2023-12-07T15:56:26.007400+0000 mon.a (mon.0) 466 : cluster 0 osdmap e118: 8 total, 8 up, 8 in 2023-12-07T15:56:27.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:27 smithi144 bash[66528]: cluster 2023-12-07T15:56:26.008053+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:27 smithi144 bash[66528]: cluster 2023-12-07T15:56:26.008808+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:27 smithi144 bash[66528]: cluster 2023-12-07T15:56:26.008868+0000 osd.1 (osd.1) 11 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:27 smithi144 bash[66528]: cluster 2023-12-07T15:56:26.009753+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:27 smithi144 bash[66528]: cluster 2023-12-07T15:56:26.010768+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:27 smithi144 bash[66528]: cluster 2023-12-07T15:56:26.012287+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:27.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:27 smithi144 bash[66528]: cluster 2023-12-07T15:56:26.218646+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-07T15:56:28.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:28 smithi121 bash[81553]: cluster 2023-12-07T15:56:27.155140+0000 mgr.y (mgr.25453) 559 : cluster 0 pgmap v126: 161 pgs: 10 active+clean+remapped, 21 active+undersized+degraded, 34 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 67/630 objects degraded (10.635%); 4/630 objects misplaced (0.635%) 2023-12-07T15:56:28.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:28 smithi121 bash[81553]: audit 2023-12-07T15:56:27.466910+0000 mon.a (mon.0) 467 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:28.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:28 smithi121 bash[81553]: audit 2023-12-07T15:56:27.471134+0000 mon.c (mon.1) 360 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:56:28.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:28 smithi121 bash[81553]: audit 2023-12-07T15:56:27.533021+0000 mon.a (mon.0) 468 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:28.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:28 smithi121 bash[83807]: cluster 2023-12-07T15:56:27.155140+0000 mgr.y (mgr.25453) 559 : cluster 0 pgmap v126: 161 pgs: 10 active+clean+remapped, 21 active+undersized+degraded, 34 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 67/630 objects degraded (10.635%); 4/630 objects misplaced (0.635%) 2023-12-07T15:56:28.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:28 smithi121 bash[83807]: audit 2023-12-07T15:56:27.466910+0000 mon.a (mon.0) 467 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:28.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:28 smithi121 bash[83807]: audit 2023-12-07T15:56:27.471134+0000 mon.c (mon.1) 360 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:56:28.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:28 smithi121 bash[83807]: audit 2023-12-07T15:56:27.533021+0000 mon.a (mon.0) 468 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:28.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:28 smithi144 bash[66528]: cluster 2023-12-07T15:56:27.155140+0000 mgr.y (mgr.25453) 559 : cluster 0 pgmap v126: 161 pgs: 10 active+clean+remapped, 21 active+undersized+degraded, 34 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 67/630 objects degraded (10.635%); 4/630 objects misplaced (0.635%) 2023-12-07T15:56:28.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:28 smithi144 bash[66528]: audit 2023-12-07T15:56:27.466910+0000 mon.a (mon.0) 467 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:28.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:28 smithi144 bash[66528]: audit 2023-12-07T15:56:27.471134+0000 mon.c (mon.1) 360 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:56:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:28 smithi144 bash[66528]: audit 2023-12-07T15:56:27.533021+0000 mon.a (mon.0) 468 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:28.877 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:56:28 smithi144 bash[61561]: ts=2023-12-07T15:56:28.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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-07T15:56:28.877 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:56:28 smithi144 bash[61561]: ts=2023-12-07T15:56: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.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:56:30.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:29 smithi121 bash[83807]: cluster 2023-12-07T15:56:29.728428+0000 mon.a (mon.0) 469 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 67/630 objects degraded (10.635%), 21 pgs degraded) 2023-12-07T15:56:30.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:29 smithi121 bash[83807]: cluster 2023-12-07T15:56:29.728491+0000 mon.a (mon.0) 470 : cluster 1 Cluster is now healthy 2023-12-07T15:56:30.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:29 smithi121 bash[81553]: cluster 2023-12-07T15:56:29.728428+0000 mon.a (mon.0) 469 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 67/630 objects degraded (10.635%), 21 pgs degraded) 2023-12-07T15:56:30.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:29 smithi121 bash[81553]: cluster 2023-12-07T15:56:29.728491+0000 mon.a (mon.0) 470 : cluster 1 Cluster is now healthy 2023-12-07T15:56:30.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:29 smithi144 bash[66528]: cluster 2023-12-07T15:56:29.728428+0000 mon.a (mon.0) 469 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 67/630 objects degraded (10.635%), 21 pgs degraded) 2023-12-07T15:56:30.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:29 smithi144 bash[66528]: cluster 2023-12-07T15:56:29.728491+0000 mon.a (mon.0) 470 : cluster 1 Cluster is now healthy 2023-12-07T15:56:31.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:30 smithi121 bash[83807]: cluster 2023-12-07T15:56:29.156998+0000 mgr.y (mgr.25453) 560 : cluster 0 pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 306 B/s, 0 objects/s recovering 2023-12-07T15:56:31.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:30 smithi121 bash[81553]: cluster 2023-12-07T15:56:29.156998+0000 mgr.y (mgr.25453) 560 : cluster 0 pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 306 B/s, 0 objects/s recovering 2023-12-07T15:56:31.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:30 smithi144 bash[66528]: cluster 2023-12-07T15:56:29.156998+0000 mgr.y (mgr.25453) 560 : cluster 0 pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 306 B/s, 0 objects/s recovering 2023-12-07T15:56:33.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:32 smithi121 bash[83807]: cluster 2023-12-07T15:56:31.157823+0000 mgr.y (mgr.25453) 561 : cluster 0 pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 713 B/s rd, 0 op/s; 256 B/s, 0 objects/s recovering 2023-12-07T15:56:33.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:32 smithi121 bash[81553]: cluster 2023-12-07T15:56:31.157823+0000 mgr.y (mgr.25453) 561 : cluster 0 pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 713 B/s rd, 0 op/s; 256 B/s, 0 objects/s recovering 2023-12-07T15:56:33.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:32 smithi144 bash[66528]: cluster 2023-12-07T15:56:31.157823+0000 mgr.y (mgr.25453) 561 : cluster 0 pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 713 B/s rd, 0 op/s; 256 B/s, 0 objects/s recovering 2023-12-07T15:56:35.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:56:34 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:56:34] "GET /metrics HTTP/1.1" 200 38260 "" "Prometheus/2.33.4" 2023-12-07T15:56:35.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:34 smithi121 bash[83807]: cluster 2023-12-07T15:56:33.158818+0000 mgr.y (mgr.25453) 562 : cluster 0 pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 626 B/s rd, 0 op/s; 225 B/s, 0 objects/s recovering 2023-12-07T15:56:35.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:34 smithi121 bash[83807]: audit 2023-12-07T15:56:33.509793+0000 mgr.y (mgr.25453) 563 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:35.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:34 smithi121 bash[81553]: cluster 2023-12-07T15:56:33.158818+0000 mgr.y (mgr.25453) 562 : cluster 0 pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 626 B/s rd, 0 op/s; 225 B/s, 0 objects/s recovering 2023-12-07T15:56:35.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:34 smithi121 bash[81553]: audit 2023-12-07T15:56:33.509793+0000 mgr.y (mgr.25453) 563 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:35.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:34 smithi144 bash[66528]: cluster 2023-12-07T15:56:33.158818+0000 mgr.y (mgr.25453) 562 : cluster 0 pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 626 B/s rd, 0 op/s; 225 B/s, 0 objects/s recovering 2023-12-07T15:56:35.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:34 smithi144 bash[66528]: audit 2023-12-07T15:56:33.509793+0000 mgr.y (mgr.25453) 563 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:36.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:36 smithi144 bash[66528]: cluster 2023-12-07T15:56:35.160429+0000 mgr.y (mgr.25453) 564 : cluster 0 pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 183 B/s, 0 objects/s recovering 2023-12-07T15:56:36.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:36 smithi144 bash[66528]: audit 2023-12-07T15:56:35.349354+0000 mon.a (mon.0) 471 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:36.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:36 smithi144 bash[66528]: audit 2023-12-07T15:56:35.364257+0000 mon.a (mon.0) 472 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:36.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:36 smithi144 bash[66528]: audit 2023-12-07T15:56:35.377178+0000 mon.a (mon.0) 473 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:36.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:36 smithi144 bash[66528]: audit 2023-12-07T15:56:35.413563+0000 mon.c (mon.1) 361 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T15:56:36.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:36 smithi144 bash[66528]: audit 2023-12-07T15:56:35.413985+0000 mgr.y (mgr.25453) 565 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T15:56:36.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:36 smithi144 bash[66528]: cephadm 2023-12-07T15:56:35.416723+0000 mgr.y (mgr.25453) 566 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-07T15:56:36.765 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:36 smithi121 bash[83807]: cluster 2023-12-07T15:56:35.160429+0000 mgr.y (mgr.25453) 564 : cluster 0 pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 183 B/s, 0 objects/s recovering 2023-12-07T15:56:36.765 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:36 smithi121 bash[83807]: audit 2023-12-07T15:56:35.349354+0000 mon.a (mon.0) 471 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:36.765 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:36 smithi121 bash[83807]: audit 2023-12-07T15:56:35.364257+0000 mon.a (mon.0) 472 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:36.765 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:36 smithi121 bash[83807]: audit 2023-12-07T15:56:35.377178+0000 mon.a (mon.0) 473 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:36.765 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:36 smithi121 bash[83807]: audit 2023-12-07T15:56:35.413563+0000 mon.c (mon.1) 361 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T15:56:36.766 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:36 smithi121 bash[83807]: audit 2023-12-07T15:56:35.413985+0000 mgr.y (mgr.25453) 565 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T15:56:36.766 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:36 smithi121 bash[83807]: cephadm 2023-12-07T15:56:35.416723+0000 mgr.y (mgr.25453) 566 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-07T15:56:36.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:36 smithi121 bash[81553]: cluster 2023-12-07T15:56:35.160429+0000 mgr.y (mgr.25453) 564 : cluster 0 pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 183 B/s, 0 objects/s recovering 2023-12-07T15:56:36.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:36 smithi121 bash[81553]: audit 2023-12-07T15:56:35.349354+0000 mon.a (mon.0) 471 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:36.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:36 smithi121 bash[81553]: audit 2023-12-07T15:56:35.364257+0000 mon.a (mon.0) 472 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:36.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:36 smithi121 bash[81553]: audit 2023-12-07T15:56:35.377178+0000 mon.a (mon.0) 473 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:36.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:36 smithi121 bash[81553]: audit 2023-12-07T15:56:35.413563+0000 mon.c (mon.1) 361 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T15:56:36.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:36 smithi121 bash[81553]: audit 2023-12-07T15:56:35.413985+0000 mgr.y (mgr.25453) 565 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-07T15:56:36.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:36 smithi121 bash[81553]: cephadm 2023-12-07T15:56:35.416723+0000 mgr.y (mgr.25453) 566 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-07T15:56:38.876 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:56:38 smithi144 bash[61561]: ts=2023-12-07T15:56: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 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:56:38.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:38 smithi144 bash[66528]: cluster 2023-12-07T15:56:37.161164+0000 mgr.y (mgr.25453) 567 : cluster 0 pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 917 B/s rd, 0 op/s; 164 B/s, 0 objects/s recovering 2023-12-07T15:56:38.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:38 smithi144 bash[66528]: audit 2023-12-07T15:56:37.564723+0000 mon.a (mon.0) 474 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:38 smithi144 bash[66528]: cephadm 2023-12-07T15:56:37.786535+0000 mgr.y (mgr.25453) 568 : cephadm 1 Upgrade: Updating osd.1 2023-12-07T15:56:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:38 smithi144 bash[66528]: audit 2023-12-07T15:56:37.794725+0000 mon.a (mon.0) 475 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:38 smithi144 bash[66528]: audit 2023-12-07T15:56:37.801278+0000 mon.c (mon.1) 362 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T15:56:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:38 smithi144 bash[66528]: audit 2023-12-07T15:56:37.802889+0000 mon.c (mon.1) 363 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:38 smithi144 bash[66528]: cephadm 2023-12-07T15:56:37.807802+0000 mgr.y (mgr.25453) 569 : cephadm 1 Deploying daemon osd.1 on smithi121 2023-12-07T15:56:38.998 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:38 smithi121 bash[81553]: cluster 2023-12-07T15:56:37.161164+0000 mgr.y (mgr.25453) 567 : cluster 0 pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 917 B/s rd, 0 op/s; 164 B/s, 0 objects/s recovering 2023-12-07T15:56:38.998 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:38 smithi121 bash[81553]: audit 2023-12-07T15:56:37.564723+0000 mon.a (mon.0) 474 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:38.998 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:38 smithi121 bash[81553]: cephadm 2023-12-07T15:56:37.786535+0000 mgr.y (mgr.25453) 568 : cephadm 1 Upgrade: Updating osd.1 2023-12-07T15:56:38.998 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:38 smithi121 bash[81553]: audit 2023-12-07T15:56:37.794725+0000 mon.a (mon.0) 475 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:38.998 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:38 smithi121 bash[81553]: audit 2023-12-07T15:56:37.801278+0000 mon.c (mon.1) 362 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T15:56:38.998 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:38 smithi121 bash[81553]: audit 2023-12-07T15:56:37.802889+0000 mon.c (mon.1) 363 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:38.998 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:38 smithi121 bash[81553]: cephadm 2023-12-07T15:56:37.807802+0000 mgr.y (mgr.25453) 569 : cephadm 1 Deploying daemon osd.1 on smithi121 2023-12-07T15:56:38.999 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:38 smithi121 bash[83807]: cluster 2023-12-07T15:56:37.161164+0000 mgr.y (mgr.25453) 567 : cluster 0 pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 917 B/s rd, 0 op/s; 164 B/s, 0 objects/s recovering 2023-12-07T15:56:38.999 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:38 smithi121 bash[83807]: audit 2023-12-07T15:56:37.564723+0000 mon.a (mon.0) 474 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:38.999 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:38 smithi121 bash[83807]: cephadm 2023-12-07T15:56:37.786535+0000 mgr.y (mgr.25453) 568 : cephadm 1 Upgrade: Updating osd.1 2023-12-07T15:56:38.999 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:38 smithi121 bash[83807]: audit 2023-12-07T15:56:37.794725+0000 mon.a (mon.0) 475 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:38.999 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:38 smithi121 bash[83807]: audit 2023-12-07T15:56:37.801278+0000 mon.c (mon.1) 362 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T15:56:38.999 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:38 smithi121 bash[83807]: audit 2023-12-07T15:56:37.802889+0000 mon.c (mon.1) 363 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:38.999 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:38 smithi121 bash[83807]: cephadm 2023-12-07T15:56:37.807802+0000 mgr.y (mgr.25453) 569 : cephadm 1 Deploying daemon osd.1 on smithi121 2023-12-07T15:56:41.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:40 smithi121 bash[83807]: cluster 2023-12-07T15:56:39.162918+0000 mgr.y (mgr.25453) 570 : cluster 0 pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 153 B/s, 0 objects/s recovering 2023-12-07T15:56:41.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:40 smithi121 bash[81553]: cluster 2023-12-07T15:56:39.162918+0000 mgr.y (mgr.25453) 570 : cluster 0 pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 153 B/s, 0 objects/s recovering 2023-12-07T15:56:41.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:40 smithi144 bash[66528]: cluster 2023-12-07T15:56:39.162918+0000 mgr.y (mgr.25453) 570 : cluster 0 pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 153 B/s, 0 objects/s recovering 2023-12-07T15:56:42.456 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:42 smithi121 systemd[1]: Stopping Ceph osd.1 for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:56:43.060 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:42 smithi121 bash[38141]: debug 2023-12-07T15:56:42.747+0000 7fd96bdae700 -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 2023-12-07T15:56:43.060 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:42 smithi121 bash[38141]: debug 2023-12-07T15:56:42.747+0000 7fd96bdae700 -1 osd.1 118 *** Got signal Terminated *** 2023-12-07T15:56:43.060 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:42 smithi121 bash[38141]: debug 2023-12-07T15:56:42.747+0000 7fd96bdae700 -1 osd.1 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T15:56:43.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:42 smithi121 bash[81553]: cluster 2023-12-07T15:56:41.163673+0000 mgr.y (mgr.25453) 571 : cluster 0 pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:43.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:42 smithi121 bash[81553]: audit 2023-12-07T15:56:42.465640+0000 mon.a (mon.0) 476 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:43.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:42 smithi121 bash[81553]: audit 2023-12-07T15:56:42.468132+0000 mon.c (mon.1) 364 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:56:43.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:42 smithi121 bash[83807]: cluster 2023-12-07T15:56:41.163673+0000 mgr.y (mgr.25453) 571 : cluster 0 pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:43.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:42 smithi121 bash[83807]: audit 2023-12-07T15:56:42.465640+0000 mon.a (mon.0) 476 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:43.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:42 smithi121 bash[83807]: audit 2023-12-07T15:56:42.468132+0000 mon.c (mon.1) 364 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:56:43.101 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:56:43.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:42 smithi144 bash[66528]: cluster 2023-12-07T15:56:41.163673+0000 mgr.y (mgr.25453) 571 : cluster 0 pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:43.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:42 smithi144 bash[66528]: audit 2023-12-07T15:56:42.465640+0000 mon.a (mon.0) 476 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:43.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:42 smithi144 bash[66528]: audit 2023-12-07T15:56:42.468132+0000 mon.c (mon.1) 364 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:56:43.926 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:56:43.927 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 0s ago 18m - - 2023-12-07T15:56:43.927 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 8s ago 18m - - 2023-12-07T15:56:43.927 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (4m) 0s ago 11m 16.2M - 0.23.0 ba2b418f427c 967bceda37f6 2023-12-07T15:56:43.927 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (3m) 8s ago 11m 43.4M - 8.3.5 dad864ee21e9 f9c66575cb4a 2023-12-07T15:56:43.927 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (3m) 0s ago 9m 47.2M - 3.5 e1d6a67b021e 5b982a4ff84a 2023-12-07T15:56:43.927 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283,8765 running (2m) 8s ago 17m 434M - 19.0.0-13-ge6605fb8 104f332cd0a9 b518ffbe0a91 2023-12-07T15:56:43.927 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:8443,9283,8765 running (3m) 0s ago 19m 502M - 19.0.0-13-ge6605fb8 104f332cd0a9 104d769d2d66 2023-12-07T15:56:43.927 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (2m) 0s ago 19m 53.1M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 46122fbb14c0 2023-12-07T15:56:43.927 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (88s) 8s ago 17m 37.6M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 f065215e6f46 2023-12-07T15:56:43.927 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (107s) 0s ago 18m 46.3M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d92fb430c584 2023-12-07T15:56:43.927 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (4m) 0s ago 11m 12.7M - 1.3.1 1dbe0e931976 20eca3d71286 2023-12-07T15:56:43.927 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (4m) 8s ago 11m 11.9M - 1.3.1 1dbe0e931976 0024f19bccdb 2023-12-07T15:56:43.927 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (27s) 0s ago 17m 47.7M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 1c6417ba1117 2023-12-07T15:56:43.928 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 unknown 0s ago 16m 63.9M 4096M 17.2.0 e1d6a67b021e c7b798ef591a 2023-12-07T15:56:43.928 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (15m) 0s ago 15m 57.2M 4096M 17.2.0 e1d6a67b021e d81a11d9b9ac 2023-12-07T15:56:43.928 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (15m) 0s ago 15m 61.8M 4096M 17.2.0 e1d6a67b021e beeb25b302ec 2023-12-07T15:56:43.928 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (14m) 8s ago 14m 61.2M 4096M 17.2.0 e1d6a67b021e ca8ac3f41b1a 2023-12-07T15:56:43.928 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (14m) 8s ago 14m 58.4M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:56:43.928 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (13m) 8s ago 13m 57.5M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:56:43.928 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (12m) 8s ago 12m 61.9M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:56:43.928 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (3m) 8s ago 11m 63.5M - 2.33.4 514e6a882f6e 64f00ffdc6cb 2023-12-07T15:56:43.928 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (9m) 0s ago 9m 87.6M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:56:43.928 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (9m) 8s ago 9m 87.8M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:56:43.928 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (9m) 0s ago 9m 89.7M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:56:43.928 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (9m) 8s ago 9m 88.1M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:56:44.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:43 smithi121 bash[81553]: cluster 2023-12-07T15:56:42.751935+0000 mon.a (mon.0) 477 : cluster 1 osd.1 marked itself down and dead 2023-12-07T15:56:44.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:43 smithi121 bash[81553]: audit 2023-12-07T15:56:43.083337+0000 mgr.y (mgr.25453) 572 : audit 0 from='client.44217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:44.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:43 smithi121 bash[81553]: audit 2023-12-07T15:56:43.417566+0000 mon.a (mon.0) 478 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:44.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:43 smithi121 bash[81553]: audit 2023-12-07T15:56:43.434669+0000 mon.a (mon.0) 479 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:44.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:43 smithi121 bash[81553]: audit 2023-12-07T15:56:43.446556+0000 mon.a (mon.0) 480 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:44.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:43 smithi121 bash[83807]: cluster 2023-12-07T15:56:42.751935+0000 mon.a (mon.0) 477 : cluster 1 osd.1 marked itself down and dead 2023-12-07T15:56:44.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:43 smithi121 bash[83807]: audit 2023-12-07T15:56:43.083337+0000 mgr.y (mgr.25453) 572 : audit 0 from='client.44217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:44.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:43 smithi121 bash[83807]: audit 2023-12-07T15:56:43.417566+0000 mon.a (mon.0) 478 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:44.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:43 smithi121 bash[83807]: audit 2023-12-07T15:56:43.434669+0000 mon.a (mon.0) 479 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:44.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:43 smithi121 bash[83807]: audit 2023-12-07T15:56:43.446556+0000 mon.a (mon.0) 480 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:44.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:43 smithi144 bash[66528]: cluster 2023-12-07T15:56:42.751935+0000 mon.a (mon.0) 477 : cluster 1 osd.1 marked itself down and dead 2023-12-07T15:56:44.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:43 smithi144 bash[66528]: audit 2023-12-07T15:56:43.083337+0000 mgr.y (mgr.25453) 572 : audit 0 from='client.44217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:44.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:43 smithi144 bash[66528]: audit 2023-12-07T15:56:43.417566+0000 mon.a (mon.0) 478 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:44.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:43 smithi144 bash[66528]: audit 2023-12-07T15:56:43.434669+0000 mon.a (mon.0) 479 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:44.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:43 smithi144 bash[66528]: audit 2023-12-07T15:56:43.446556+0000 mon.a (mon.0) 480 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:44.384 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:56:44.384 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:56:44.384 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T15:56:44.384 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:56:44.384 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:56:44.384 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T15:56:44.384 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:56:44.384 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:56:44.384 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-07T15:56:44.385 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-07T15:56:44.385 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:56:44.385 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:56:44.385 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:56:44.385 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:56:44.385 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:56:44.385 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2023-12-07T15:56:44.385 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 6 2023-12-07T15:56:44.385 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:56:44.386 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:56:44.760 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: cluster 2023-12-07T15:56:43.164518+0000 mgr.y (mgr.25453) 573 : cluster 0 pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:44.761 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: audit 2023-12-07T15:56:43.476225+0000 mgr.y (mgr.25453) 574 : audit 0 from='client.54220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:44.761 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: audit 2023-12-07T15:56:43.519938+0000 mgr.y (mgr.25453) 575 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:44.761 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: cluster 2023-12-07T15:56:43.745962+0000 mon.a (mon.0) 481 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:56:44.761 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: cluster 2023-12-07T15:56:43.757027+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:44.761 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: cluster 2023-12-07T15:56:43.758317+0000 mon.a (mon.0) 482 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2023-12-07T15:56:44.761 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: cluster 2023-12-07T15:56:43.759756+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:44.761 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: cluster 2023-12-07T15:56:43.760307+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:44.761 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: cluster 2023-12-07T15:56:43.760345+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:44.762 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: cluster 2023-12-07T15:56:43.760355+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:44.762 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: cluster 2023-12-07T15:56:43.760934+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:44.762 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: cluster 2023-12-07T15:56:43.763999+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:44.762 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: audit 2023-12-07T15:56:43.846981+0000 mon.a (mon.0) 483 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:44.762 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: audit 2023-12-07T15:56:43.858366+0000 mon.a (mon.0) 484 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:44.762 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: cluster 2023-12-07T15:56:43.861385+0000 mgr.y (mgr.25453) 576 : cluster 0 pgmap v136: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:56:44.762 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: audit 2023-12-07T15:56:43.867688+0000 mon.a (mon.0) 485 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:44.762 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: audit 2023-12-07T15:56:43.897180+0000 mgr.y (mgr.25453) 577 : audit 0 from='client.44229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:44.762 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[83807]: audit 2023-12-07T15:56:44.380468+0000 mon.c (mon.1) 365 : audit 0 from='client.? 172.21.15.121:0/2851933984' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:44.763 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:56:44] "GET /metrics HTTP/1.1" 200 38408 "" "Prometheus/2.33.4" 2023-12-07T15:56:44.763 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: cluster 2023-12-07T15:56:43.164518+0000 mgr.y (mgr.25453) 573 : cluster 0 pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:44.763 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: audit 2023-12-07T15:56:43.476225+0000 mgr.y (mgr.25453) 574 : audit 0 from='client.54220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:44.763 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: audit 2023-12-07T15:56:43.519938+0000 mgr.y (mgr.25453) 575 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:44.763 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: cluster 2023-12-07T15:56:43.745962+0000 mon.a (mon.0) 481 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:56:44.763 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: cluster 2023-12-07T15:56:43.757027+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:44.764 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: cluster 2023-12-07T15:56:43.758317+0000 mon.a (mon.0) 482 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2023-12-07T15:56:44.764 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: cluster 2023-12-07T15:56:43.759756+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:44.764 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: cluster 2023-12-07T15:56:43.760307+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:44.782 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:56:44.782 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:56:44.782 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:56:44.782 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T15:56:44.782 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [ 2023-12-07T15:56:44.782 INFO:teuthology.orchestra.run.smithi121.stdout: "mon", 2023-12-07T15:56:44.782 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr" 2023-12-07T15:56:44.782 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T15:56:44.783 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "6/23 daemons upgraded", 2023-12-07T15:56:44.783 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Currently upgrading osd daemons", 2023-12-07T15:56:44.783 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T15:56:44.783 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:56:44.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: cluster 2023-12-07T15:56:43.760345+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:44.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: cluster 2023-12-07T15:56:43.760355+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:44.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: cluster 2023-12-07T15:56:43.760934+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:44.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: cluster 2023-12-07T15:56:43.763999+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:44.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: audit 2023-12-07T15:56:43.846981+0000 mon.a (mon.0) 483 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:44.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: audit 2023-12-07T15:56:43.858366+0000 mon.a (mon.0) 484 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:44.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: cluster 2023-12-07T15:56:43.861385+0000 mgr.y (mgr.25453) 576 : cluster 0 pgmap v136: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:56:44.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: audit 2023-12-07T15:56:43.867688+0000 mon.a (mon.0) 485 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:44.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: audit 2023-12-07T15:56:43.897180+0000 mgr.y (mgr.25453) 577 : audit 0 from='client.44229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:44.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[81553]: audit 2023-12-07T15:56:44.380468+0000 mon.c (mon.1) 365 : audit 0 from='client.? 172.21.15.121:0/2851933984' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:45.060 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:44 smithi121 bash[90330]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-1 2023-12-07T15:56:45.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: cluster 2023-12-07T15:56:43.164518+0000 mgr.y (mgr.25453) 573 : cluster 0 pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:56:45.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: audit 2023-12-07T15:56:43.476225+0000 mgr.y (mgr.25453) 574 : audit 0 from='client.54220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:45.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: audit 2023-12-07T15:56:43.519938+0000 mgr.y (mgr.25453) 575 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:45.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: cluster 2023-12-07T15:56:43.745962+0000 mon.a (mon.0) 481 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:56:45.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: cluster 2023-12-07T15:56:43.757027+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:45.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: cluster 2023-12-07T15:56:43.758317+0000 mon.a (mon.0) 482 : cluster 0 osdmap e119: 8 total, 7 up, 8 in 2023-12-07T15:56:45.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: cluster 2023-12-07T15:56:43.759756+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:45.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: cluster 2023-12-07T15:56:43.760307+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:45.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: cluster 2023-12-07T15:56:43.760345+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:45.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: cluster 2023-12-07T15:56:43.760355+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:45.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: cluster 2023-12-07T15:56:43.760934+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:45.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: cluster 2023-12-07T15:56:43.763999+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e119 with expected crc 2023-12-07T15:56:45.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: audit 2023-12-07T15:56:43.846981+0000 mon.a (mon.0) 483 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:45.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: audit 2023-12-07T15:56:43.858366+0000 mon.a (mon.0) 484 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:45.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: cluster 2023-12-07T15:56:43.861385+0000 mgr.y (mgr.25453) 576 : cluster 0 pgmap v136: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:56:45.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: audit 2023-12-07T15:56:43.867688+0000 mon.a (mon.0) 485 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:45.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: audit 2023-12-07T15:56:43.897180+0000 mgr.y (mgr.25453) 577 : audit 0 from='client.44229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:45.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:44 smithi144 bash[66528]: audit 2023-12-07T15:56:44.380468+0000 mon.c (mon.1) 365 : audit 0 from='client.? 172.21.15.121:0/2851933984' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:45.243 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down 2023-12-07T15:56:45.243 INFO:teuthology.orchestra.run.smithi121.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-07T15:56:45.243 INFO:teuthology.orchestra.run.smithi121.stdout: daemon osd.1 on smithi121 is in unknown state 2023-12-07T15:56:45.244 INFO:teuthology.orchestra.run.smithi121.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-07T15:56:45.244 INFO:teuthology.orchestra.run.smithi121.stdout: osd.1 (root=default,host=smithi121) is down 2023-12-07T15:56:45.560 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[90710]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-1 2023-12-07T15:56:46.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[81553]: cluster 2023-12-07T15:56:44.766180+0000 osd.2 (osd.2) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[81553]: cluster 2023-12-07T15:56:44.768627+0000 mon.a (mon.0) 486 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-07T15:56:46.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[81553]: cluster 2023-12-07T15:56:44.769108+0000 osd.2 (osd.2) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[81553]: cluster 2023-12-07T15:56:44.769391+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[81553]: cluster 2023-12-07T15:56:44.769606+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[81553]: cluster 2023-12-07T15:56:44.770142+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[81553]: cluster 2023-12-07T15:56:44.770255+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[81553]: cluster 2023-12-07T15:56:44.770346+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[81553]: cluster 2023-12-07T15:56:44.770787+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[81553]: audit 2023-12-07T15:56:44.778468+0000 mgr.y (mgr.25453) 578 : audit 0 from='client.44241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:46.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[81553]: cluster 2023-12-07T15:56:44.854182+0000 mon.a (mon.0) 487 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:56:46.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[81553]: audit 2023-12-07T15:56:45.240468+0000 mon.c (mon.1) 366 : audit 0 from='client.? 172.21.15.121:0/4164988909' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:56:46.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[83807]: cluster 2023-12-07T15:56:44.766180+0000 osd.2 (osd.2) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[83807]: cluster 2023-12-07T15:56:44.768627+0000 mon.a (mon.0) 486 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-07T15:56:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[83807]: cluster 2023-12-07T15:56:44.769108+0000 osd.2 (osd.2) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[83807]: cluster 2023-12-07T15:56:44.769391+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[83807]: cluster 2023-12-07T15:56:44.769606+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[83807]: cluster 2023-12-07T15:56:44.770142+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[83807]: cluster 2023-12-07T15:56:44.770255+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[83807]: cluster 2023-12-07T15:56:44.770346+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[83807]: cluster 2023-12-07T15:56:44.770787+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[83807]: audit 2023-12-07T15:56:44.778468+0000 mgr.y (mgr.25453) 578 : audit 0 from='client.44241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[83807]: cluster 2023-12-07T15:56:44.854182+0000 mon.a (mon.0) 487 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:56:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:45 smithi121 bash[83807]: audit 2023-12-07T15:56:45.240468+0000 mon.c (mon.1) 366 : audit 0 from='client.? 172.21.15.121:0/4164988909' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:56:46.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:45 smithi144 bash[66528]: cluster 2023-12-07T15:56:44.766180+0000 osd.2 (osd.2) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:45 smithi144 bash[66528]: cluster 2023-12-07T15:56:44.768627+0000 mon.a (mon.0) 486 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-07T15:56:46.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:45 smithi144 bash[66528]: cluster 2023-12-07T15:56:44.769108+0000 osd.2 (osd.2) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:45 smithi144 bash[66528]: cluster 2023-12-07T15:56:44.769391+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:45 smithi144 bash[66528]: cluster 2023-12-07T15:56:44.769606+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:45 smithi144 bash[66528]: cluster 2023-12-07T15:56:44.770142+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:45 smithi144 bash[66528]: cluster 2023-12-07T15:56:44.770255+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:45 smithi144 bash[66528]: cluster 2023-12-07T15:56:44.770346+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:45 smithi144 bash[66528]: cluster 2023-12-07T15:56:44.770787+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-07T15:56:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:45 smithi144 bash[66528]: audit 2023-12-07T15:56:44.778468+0000 mgr.y (mgr.25453) 578 : audit 0 from='client.44241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:45 smithi144 bash[66528]: cluster 2023-12-07T15:56:44.854182+0000 mon.a (mon.0) 487 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:56:46.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:45 smithi144 bash[66528]: audit 2023-12-07T15:56:45.240468+0000 mon.c (mon.1) 366 : audit 0 from='client.? 172.21.15.121:0/4164988909' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:56:47.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:46 smithi121 bash[81553]: cluster 2023-12-07T15:56:45.862125+0000 mgr.y (mgr.25453) 579 : cluster 0 pgmap v138: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 764 B/s rd, 0 op/s 2023-12-07T15:56:47.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:46 smithi121 bash[83807]: cluster 2023-12-07T15:56:45.862125+0000 mgr.y (mgr.25453) 579 : cluster 0 pgmap v138: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 764 B/s rd, 0 op/s 2023-12-07T15:56:47.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:46 smithi144 bash[66528]: cluster 2023-12-07T15:56:45.862125+0000 mgr.y (mgr.25453) 579 : cluster 0 pgmap v138: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 764 B/s rd, 0 op/s 2023-12-07T15:56:47.753 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:47 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.1.service: Succeeded. 2023-12-07T15:56:47.753 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:47 smithi121 systemd[1]: Stopped Ceph osd.1 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:56:47.753 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:47 smithi121 systemd[1]: Started Ceph osd.1 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:56:49.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:47.739049+0000 mon.a (mon.0) 488 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:47.754493+0000 mon.a (mon.0) 489 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:47.799297+0000 mon.c (mon.1) 367 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:47.800565+0000 mon.c (mon.1) 368 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: cluster 2023-12-07T15:56:47.802853+0000 mgr.y (mgr.25453) 580 : cluster 0 pgmap v139: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 771 B/s rd, 0 op/s 2023-12-07T15:56:49.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:47.808446+0000 mon.a (mon.0) 490 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: cephadm 2023-12-07T15:56:47.810336+0000 mgr.y (mgr.25453) 581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:47.891760+0000 mon.c (mon.1) 369 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:47.894476+0000 mon.c (mon.1) 370 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:47.899379+0000 mon.c (mon.1) 371 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:47.901163+0000 mon.c (mon.1) 372 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:47.910909+0000 mon.a (mon.0) 491 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: cephadm 2023-12-07T15:56:47.914181+0000 mgr.y (mgr.25453) 582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:47.996429+0000 mon.c (mon.1) 373 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:47.999372+0000 mon.c (mon.1) 374 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.003417+0000 mon.c (mon.1) 375 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.004622+0000 mon.c (mon.1) 376 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.013165+0000 mon.a (mon.0) 492 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: cephadm 2023-12-07T15:56:48.014136+0000 mgr.y (mgr.25453) 583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.096274+0000 mon.c (mon.1) 377 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:47.739049+0000 mon.a (mon.0) 488 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:47.754493+0000 mon.a (mon.0) 489 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:47.799297+0000 mon.c (mon.1) 367 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:47.800565+0000 mon.c (mon.1) 368 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: cluster 2023-12-07T15:56:47.802853+0000 mgr.y (mgr.25453) 580 : cluster 0 pgmap v139: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 771 B/s rd, 0 op/s 2023-12-07T15:56:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:47.808446+0000 mon.a (mon.0) 490 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: cephadm 2023-12-07T15:56:47.810336+0000 mgr.y (mgr.25453) 581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:47.891760+0000 mon.c (mon.1) 369 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:47.894476+0000 mon.c (mon.1) 370 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:47.899379+0000 mon.c (mon.1) 371 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:47.901163+0000 mon.c (mon.1) 372 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:47.910909+0000 mon.a (mon.0) 491 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: cephadm 2023-12-07T15:56:47.914181+0000 mgr.y (mgr.25453) 582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:47.996429+0000 mon.c (mon.1) 373 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:47.999372+0000 mon.c (mon.1) 374 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.003417+0000 mon.c (mon.1) 375 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.004622+0000 mon.c (mon.1) 376 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.013165+0000 mon.a (mon.0) 492 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: cephadm 2023-12-07T15:56:48.014136+0000 mgr.y (mgr.25453) 583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.096274+0000 mon.c (mon.1) 377 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.099139+0000 mon.c (mon.1) 378 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.102488+0000 mon.c (mon.1) 379 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.103706+0000 mon.c (mon.1) 380 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.113663+0000 mon.a (mon.0) 493 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: cephadm 2023-12-07T15:56:48.116014+0000 mgr.y (mgr.25453) 584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.195982+0000 mon.c (mon.1) 381 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.199123+0000 mon.c (mon.1) 382 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.203125+0000 mon.c (mon.1) 383 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.204633+0000 mon.c (mon.1) 384 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.214331+0000 mon.a (mon.0) 494 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.296739+0000 mon.c (mon.1) 385 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.299749+0000 mon.c (mon.1) 386 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.303991+0000 mon.c (mon.1) 387 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.305553+0000 mon.c (mon.1) 388 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.316703+0000 mon.a (mon.0) 495 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.400873+0000 mon.c (mon.1) 389 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.403613+0000 mon.c (mon.1) 390 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.406846+0000 mon.c (mon.1) 391 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.408119+0000 mon.c (mon.1) 392 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.417737+0000 mon.a (mon.0) 496 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.501257+0000 mon.c (mon.1) 393 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.099139+0000 mon.c (mon.1) 378 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.102488+0000 mon.c (mon.1) 379 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.103706+0000 mon.c (mon.1) 380 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.113663+0000 mon.a (mon.0) 493 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: cephadm 2023-12-07T15:56:48.116014+0000 mgr.y (mgr.25453) 584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.195982+0000 mon.c (mon.1) 381 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.199123+0000 mon.c (mon.1) 382 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.203125+0000 mon.c (mon.1) 383 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.204633+0000 mon.c (mon.1) 384 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.214331+0000 mon.a (mon.0) 494 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.296739+0000 mon.c (mon.1) 385 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.299749+0000 mon.c (mon.1) 386 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.303991+0000 mon.c (mon.1) 387 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.305553+0000 mon.c (mon.1) 388 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.316703+0000 mon.a (mon.0) 495 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.400873+0000 mon.c (mon.1) 389 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.403613+0000 mon.c (mon.1) 390 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.406846+0000 mon.c (mon.1) 391 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.408119+0000 mon.c (mon.1) 392 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.417737+0000 mon.a (mon.0) 496 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.501257+0000 mon.c (mon.1) 393 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.504026+0000 mon.c (mon.1) 394 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.506924+0000 mon.c (mon.1) 395 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.508312+0000 mon.c (mon.1) 396 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.518292+0000 mon.a (mon.0) 497 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.599802+0000 mon.c (mon.1) 397 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.602720+0000 mon.c (mon.1) 398 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.606659+0000 mon.c (mon.1) 399 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.607976+0000 mon.c (mon.1) 400 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.618789+0000 mon.a (mon.0) 498 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.705121+0000 mon.c (mon.1) 401 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.707363+0000 mon.c (mon.1) 402 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.710076+0000 mon.c (mon.1) 403 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.711288+0000 mon.c (mon.1) 404 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[83807]: audit 2023-12-07T15:56:48.723370+0000 mon.a (mon.0) 499 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.504026+0000 mon.c (mon.1) 394 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.506924+0000 mon.c (mon.1) 395 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.508312+0000 mon.c (mon.1) 396 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.518292+0000 mon.a (mon.0) 497 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.599802+0000 mon.c (mon.1) 397 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.602720+0000 mon.c (mon.1) 398 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.606659+0000 mon.c (mon.1) 399 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.607976+0000 mon.c (mon.1) 400 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.618789+0000 mon.a (mon.0) 498 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.705121+0000 mon.c (mon.1) 401 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.707363+0000 mon.c (mon.1) 402 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.710076+0000 mon.c (mon.1) 403 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.711288+0000 mon.c (mon.1) 404 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:48 smithi121 bash[81553]: audit 2023-12-07T15:56:48.723370+0000 mon.a (mon.0) 499 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.126 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[61561]: ts=2023-12-07T15:56:48.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-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:56:49.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:47.739049+0000 mon.a (mon.0) 488 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:47.754493+0000 mon.a (mon.0) 489 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:47.799297+0000 mon.c (mon.1) 367 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:47.800565+0000 mon.c (mon.1) 368 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: cluster 2023-12-07T15:56:47.802853+0000 mgr.y (mgr.25453) 580 : cluster 0 pgmap v139: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 771 B/s rd, 0 op/s 2023-12-07T15:56:49.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:47.808446+0000 mon.a (mon.0) 490 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: cephadm 2023-12-07T15:56:47.810336+0000 mgr.y (mgr.25453) 581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:47.891760+0000 mon.c (mon.1) 369 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:47.894476+0000 mon.c (mon.1) 370 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:47.899379+0000 mon.c (mon.1) 371 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:47.901163+0000 mon.c (mon.1) 372 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:47.910909+0000 mon.a (mon.0) 491 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: cephadm 2023-12-07T15:56:47.914181+0000 mgr.y (mgr.25453) 582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:47.996429+0000 mon.c (mon.1) 373 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:47.999372+0000 mon.c (mon.1) 374 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.003417+0000 mon.c (mon.1) 375 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.004622+0000 mon.c (mon.1) 376 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.013165+0000 mon.a (mon.0) 492 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: cephadm 2023-12-07T15:56:48.014136+0000 mgr.y (mgr.25453) 583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.096274+0000 mon.c (mon.1) 377 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.099139+0000 mon.c (mon.1) 378 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.102488+0000 mon.c (mon.1) 379 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.103706+0000 mon.c (mon.1) 380 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.113663+0000 mon.a (mon.0) 493 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: cephadm 2023-12-07T15:56:48.116014+0000 mgr.y (mgr.25453) 584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.195982+0000 mon.c (mon.1) 381 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.199123+0000 mon.c (mon.1) 382 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.203125+0000 mon.c (mon.1) 383 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.204633+0000 mon.c (mon.1) 384 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.214331+0000 mon.a (mon.0) 494 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.296739+0000 mon.c (mon.1) 385 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.299749+0000 mon.c (mon.1) 386 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.303991+0000 mon.c (mon.1) 387 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.305553+0000 mon.c (mon.1) 388 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.316703+0000 mon.a (mon.0) 495 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.400873+0000 mon.c (mon.1) 389 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.403613+0000 mon.c (mon.1) 390 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.406846+0000 mon.c (mon.1) 391 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.408119+0000 mon.c (mon.1) 392 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.417737+0000 mon.a (mon.0) 496 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.501257+0000 mon.c (mon.1) 393 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.504026+0000 mon.c (mon.1) 394 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.506924+0000 mon.c (mon.1) 395 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.508312+0000 mon.c (mon.1) 396 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.518292+0000 mon.a (mon.0) 497 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.599802+0000 mon.c (mon.1) 397 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.602720+0000 mon.c (mon.1) 398 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.606659+0000 mon.c (mon.1) 399 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.607976+0000 mon.c (mon.1) 400 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.618789+0000 mon.a (mon.0) 498 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.705121+0000 mon.c (mon.1) 401 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.707363+0000 mon.c (mon.1) 402 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.710076+0000 mon.c (mon.1) 403 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.711288+0000 mon.c (mon.1) 404 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:48 smithi144 bash[66528]: audit 2023-12-07T15:56:48.723370+0000 mon.a (mon.0) 499 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.752 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: cephadm 2023-12-07T15:56:48.219078+0000 mgr.y (mgr.25453) 585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.753 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: cephadm 2023-12-07T15:56:48.319946+0000 mgr.y (mgr.25453) 586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.753 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: cephadm 2023-12-07T15:56:48.422918+0000 mgr.y (mgr.25453) 587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.753 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: cephadm 2023-12-07T15:56:48.522699+0000 mgr.y (mgr.25453) 588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.753 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: cephadm 2023-12-07T15:56:48.622535+0000 mgr.y (mgr.25453) 589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.753 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: cephadm 2023-12-07T15:56:48.726088+0000 mgr.y (mgr.25453) 590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.753 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: cluster 2023-12-07T15:56:48.749973+0000 mon.a (mon.0) 500 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:56:49.753 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:48.804809+0000 mon.c (mon.1) 405 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.753 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:48.808799+0000 mon.c (mon.1) 406 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.753 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:48.812352+0000 mon.c (mon.1) 407 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.753 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:48.813673+0000 mon.c (mon.1) 408 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.753 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:48.820562+0000 mon.a (mon.0) 501 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.753 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: cephadm 2023-12-07T15:56:48.823697+0000 mgr.y (mgr.25453) 591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.754 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: cephadm 2023-12-07T15:56:48.219078+0000 mgr.y (mgr.25453) 585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.754 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: cephadm 2023-12-07T15:56:48.319946+0000 mgr.y (mgr.25453) 586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.754 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: cephadm 2023-12-07T15:56:48.422918+0000 mgr.y (mgr.25453) 587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.754 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: cephadm 2023-12-07T15:56:48.522699+0000 mgr.y (mgr.25453) 588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.754 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: cephadm 2023-12-07T15:56:48.622535+0000 mgr.y (mgr.25453) 589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.754 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: cephadm 2023-12-07T15:56:48.726088+0000 mgr.y (mgr.25453) 590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.754 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: cluster 2023-12-07T15:56:48.749973+0000 mon.a (mon.0) 500 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:56:49.754 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:48.804809+0000 mon.c (mon.1) 405 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.755 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:48.808799+0000 mon.c (mon.1) 406 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.755 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:48.812352+0000 mon.c (mon.1) 407 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.755 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:48.813673+0000 mon.c (mon.1) 408 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.755 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:48.820562+0000 mon.a (mon.0) 501 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.755 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: cephadm 2023-12-07T15:56:48.823697+0000 mgr.y (mgr.25453) 591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.755 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:48.900903+0000 mon.c (mon.1) 409 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.755 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:48.905144+0000 mon.c (mon.1) 410 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.755 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:48.909344+0000 mon.c (mon.1) 411 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.755 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:48.910797+0000 mon.c (mon.1) 412 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.755 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:48.919045+0000 mon.a (mon.0) 502 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.755 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: cephadm 2023-12-07T15:56:48.920551+0000 mgr.y (mgr.25453) 592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.755 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:48.998164+0000 mon.c (mon.1) 413 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.755 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.001374+0000 mon.c (mon.1) 414 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.005040+0000 mon.c (mon.1) 415 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.006256+0000 mon.c (mon.1) 416 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.014753+0000 mon.a (mon.0) 503 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: cephadm 2023-12-07T15:56:49.017737+0000 mgr.y (mgr.25453) 593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.097964+0000 mon.c (mon.1) 417 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.100220+0000 mon.c (mon.1) 418 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.103329+0000 mon.c (mon.1) 419 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.104598+0000 mon.c (mon.1) 420 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.111285+0000 mon.a (mon.0) 504 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: cephadm 2023-12-07T15:56:49.114322+0000 mgr.y (mgr.25453) 594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:49.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.193286+0000 mon.c (mon.1) 421 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.197134+0000 mon.c (mon.1) 422 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.200876+0000 mon.c (mon.1) 423 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.202324+0000 mon.c (mon.1) 424 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.756 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.208510+0000 mon.a (mon.0) 505 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.290696+0000 mon.c (mon.1) 425 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.293355+0000 mon.c (mon.1) 426 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.297023+0000 mon.c (mon.1) 427 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.298297+0000 mon.c (mon.1) 428 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.306771+0000 mon.a (mon.0) 506 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.386165+0000 mon.c (mon.1) 429 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.388379+0000 mon.c (mon.1) 430 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.391301+0000 mon.c (mon.1) 431 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.393329+0000 mon.c (mon.1) 432 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.406446+0000 mon.a (mon.0) 507 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.470505+0000 mon.c (mon.1) 433 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.473564+0000 mon.c (mon.1) 434 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.476973+0000 mon.c (mon.1) 435 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.478349+0000 mon.c (mon.1) 436 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.757 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.486051+0000 mon.a (mon.0) 508 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.758 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.568102+0000 mon.c (mon.1) 437 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.758 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.570337+0000 mon.c (mon.1) 438 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.758 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.573986+0000 mon.c (mon.1) 439 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.758 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.574859+0000 mon.c (mon.1) 440 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.758 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.581467+0000 mon.a (mon.0) 509 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:49.758 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.663984+0000 mon.c (mon.1) 441 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:49.758 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.666466+0000 mon.c (mon.1) 442 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:49.758 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.668998+0000 mon.c (mon.1) 443 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:49.758 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.669850+0000 mon.c (mon.1) 444 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:49.758 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[83807]: audit 2023-12-07T15:56:49.675859+0000 mon.a (mon.0) 510 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.011 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[90874]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-07T15:56:50.011 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[90874]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2023-12-07T15:56:50.011 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[90874]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-07T15:56:50.011 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[90874]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-07T15:56:50.011 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[90874]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-07T15:56:50.011 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[90874]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-07T15:56:50.011 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[90874]: --> ceph-volume raw activate successful for osd ID: 1 2023-12-07T15:56:50.012 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:48.900903+0000 mon.c (mon.1) 409 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.012 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:48.905144+0000 mon.c (mon.1) 410 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.012 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:48.909344+0000 mon.c (mon.1) 411 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.012 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:48.910797+0000 mon.c (mon.1) 412 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.012 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:48.919045+0000 mon.a (mon.0) 502 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.012 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: cephadm 2023-12-07T15:56:48.920551+0000 mgr.y (mgr.25453) 592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.012 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:48.998164+0000 mon.c (mon.1) 413 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.001374+0000 mon.c (mon.1) 414 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.005040+0000 mon.c (mon.1) 415 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.006256+0000 mon.c (mon.1) 416 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.014753+0000 mon.a (mon.0) 503 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: cephadm 2023-12-07T15:56:49.017737+0000 mgr.y (mgr.25453) 593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.097964+0000 mon.c (mon.1) 417 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.100220+0000 mon.c (mon.1) 418 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.103329+0000 mon.c (mon.1) 419 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.104598+0000 mon.c (mon.1) 420 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.111285+0000 mon.a (mon.0) 504 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: cephadm 2023-12-07T15:56:49.114322+0000 mgr.y (mgr.25453) 594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.193286+0000 mon.c (mon.1) 421 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.197134+0000 mon.c (mon.1) 422 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.200876+0000 mon.c (mon.1) 423 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.013 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.202324+0000 mon.c (mon.1) 424 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.208510+0000 mon.a (mon.0) 505 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.290696+0000 mon.c (mon.1) 425 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.293355+0000 mon.c (mon.1) 426 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.297023+0000 mon.c (mon.1) 427 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.298297+0000 mon.c (mon.1) 428 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.306771+0000 mon.a (mon.0) 506 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.386165+0000 mon.c (mon.1) 429 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.388379+0000 mon.c (mon.1) 430 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.391301+0000 mon.c (mon.1) 431 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.393329+0000 mon.c (mon.1) 432 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.406446+0000 mon.a (mon.0) 507 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.470505+0000 mon.c (mon.1) 433 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.473564+0000 mon.c (mon.1) 434 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.476973+0000 mon.c (mon.1) 435 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.014 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.478349+0000 mon.c (mon.1) 436 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.486051+0000 mon.a (mon.0) 508 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.568102+0000 mon.c (mon.1) 437 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.570337+0000 mon.c (mon.1) 438 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.573986+0000 mon.c (mon.1) 439 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.574859+0000 mon.c (mon.1) 440 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.581467+0000 mon.a (mon.0) 509 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.663984+0000 mon.c (mon.1) 441 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.666466+0000 mon.c (mon.1) 442 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.668998+0000 mon.c (mon.1) 443 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.669850+0000 mon.c (mon.1) 444 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.015 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:49 smithi121 bash[81553]: audit 2023-12-07T15:56:49.675859+0000 mon.a (mon.0) 510 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: cephadm 2023-12-07T15:56:48.219078+0000 mgr.y (mgr.25453) 585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: cephadm 2023-12-07T15:56:48.319946+0000 mgr.y (mgr.25453) 586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: cephadm 2023-12-07T15:56:48.422918+0000 mgr.y (mgr.25453) 587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: cephadm 2023-12-07T15:56:48.522699+0000 mgr.y (mgr.25453) 588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: cephadm 2023-12-07T15:56:48.622535+0000 mgr.y (mgr.25453) 589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: cephadm 2023-12-07T15:56:48.726088+0000 mgr.y (mgr.25453) 590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: cluster 2023-12-07T15:56:48.749973+0000 mon.a (mon.0) 500 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:56:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:48.804809+0000 mon.c (mon.1) 405 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:48.808799+0000 mon.c (mon.1) 406 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:48.812352+0000 mon.c (mon.1) 407 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:48.813673+0000 mon.c (mon.1) 408 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:48.820562+0000 mon.a (mon.0) 501 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: cephadm 2023-12-07T15:56:48.823697+0000 mgr.y (mgr.25453) 591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:48.900903+0000 mon.c (mon.1) 409 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:48.905144+0000 mon.c (mon.1) 410 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:48.909344+0000 mon.c (mon.1) 411 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:48.910797+0000 mon.c (mon.1) 412 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:48.919045+0000 mon.a (mon.0) 502 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: cephadm 2023-12-07T15:56:48.920551+0000 mgr.y (mgr.25453) 592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:48.998164+0000 mon.c (mon.1) 413 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.001374+0000 mon.c (mon.1) 414 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.005040+0000 mon.c (mon.1) 415 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.006256+0000 mon.c (mon.1) 416 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.014753+0000 mon.a (mon.0) 503 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: cephadm 2023-12-07T15:56:49.017737+0000 mgr.y (mgr.25453) 593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.097964+0000 mon.c (mon.1) 417 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.100220+0000 mon.c (mon.1) 418 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.103329+0000 mon.c (mon.1) 419 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.104598+0000 mon.c (mon.1) 420 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.111285+0000 mon.a (mon.0) 504 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: cephadm 2023-12-07T15:56:49.114322+0000 mgr.y (mgr.25453) 594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.193286+0000 mon.c (mon.1) 421 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.197134+0000 mon.c (mon.1) 422 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.200876+0000 mon.c (mon.1) 423 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.202324+0000 mon.c (mon.1) 424 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.208510+0000 mon.a (mon.0) 505 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.290696+0000 mon.c (mon.1) 425 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.293355+0000 mon.c (mon.1) 426 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.297023+0000 mon.c (mon.1) 427 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.298297+0000 mon.c (mon.1) 428 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.306771+0000 mon.a (mon.0) 506 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.386165+0000 mon.c (mon.1) 429 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.388379+0000 mon.c (mon.1) 430 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.391301+0000 mon.c (mon.1) 431 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.393329+0000 mon.c (mon.1) 432 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.406446+0000 mon.a (mon.0) 507 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.470505+0000 mon.c (mon.1) 433 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.473564+0000 mon.c (mon.1) 434 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.476973+0000 mon.c (mon.1) 435 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.478349+0000 mon.c (mon.1) 436 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.486051+0000 mon.a (mon.0) 508 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.568102+0000 mon.c (mon.1) 437 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.570337+0000 mon.c (mon.1) 438 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.573986+0000 mon.c (mon.1) 439 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.574859+0000 mon.c (mon.1) 440 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.581467+0000 mon.a (mon.0) 509 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.663984+0000 mon.c (mon.1) 441 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.666466+0000 mon.c (mon.1) 442 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.668998+0000 mon.c (mon.1) 443 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.669850+0000 mon.c (mon.1) 444 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:49 smithi144 bash[66528]: audit 2023-12-07T15:56:49.675859+0000 mon.a (mon.0) 510 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.949 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: cephadm 2023-12-07T15:56:49.211467+0000 mgr.y (mgr.25453) 595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.949 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: cephadm 2023-12-07T15:56:49.307621+0000 mgr.y (mgr.25453) 596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.949 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: cephadm 2023-12-07T15:56:49.407407+0000 mgr.y (mgr.25453) 597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.949 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: cephadm 2023-12-07T15:56:49.487020+0000 mgr.y (mgr.25453) 598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.950 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: cephadm 2023-12-07T15:56:49.584858+0000 mgr.y (mgr.25453) 599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.950 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: cephadm 2023-12-07T15:56:49.677617+0000 mgr.y (mgr.25453) 600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.950 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:49.760234+0000 mon.c (mon.1) 445 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.950 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:49.762377+0000 mon.c (mon.1) 446 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.950 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:49.764768+0000 mon.c (mon.1) 447 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.950 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:49.765566+0000 mon.c (mon.1) 448 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.950 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:49.772366+0000 mon.a (mon.0) 511 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.950 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: cephadm 2023-12-07T15:56:49.773325+0000 mgr.y (mgr.25453) 601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.950 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: cluster 2023-12-07T15:56:49.804102+0000 mgr.y (mgr.25453) 602 : cluster 0 pgmap v140: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T15:56:50.951 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:49.854419+0000 mon.c (mon.1) 449 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.951 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:49.857405+0000 mon.c (mon.1) 450 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.951 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:49.860060+0000 mon.c (mon.1) 451 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.951 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:49.860953+0000 mon.c (mon.1) 452 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.951 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:49.868372+0000 mon.a (mon.0) 512 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.951 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: cephadm 2023-12-07T15:56:49.869197+0000 mgr.y (mgr.25453) 603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.951 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:49.947517+0000 mon.c (mon.1) 453 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.951 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:49.950538+0000 mon.c (mon.1) 454 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.951 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:49.954002+0000 mon.c (mon.1) 455 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.951 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:49.955450+0000 mon.c (mon.1) 456 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.951 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:49.966085+0000 mon.a (mon.0) 513 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.952 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: cephadm 2023-12-07T15:56:49.966999+0000 mgr.y (mgr.25453) 604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.952 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.043078+0000 mon.c (mon.1) 457 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.952 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.045798+0000 mon.c (mon.1) 458 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.952 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.048860+0000 mon.c (mon.1) 459 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.952 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.049902+0000 mon.c (mon.1) 460 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.952 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.056201+0000 mon.a (mon.0) 514 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.952 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: cephadm 2023-12-07T15:56:50.057963+0000 mgr.y (mgr.25453) 605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.952 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.139852+0000 mon.c (mon.1) 461 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.952 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.141944+0000 mon.c (mon.1) 462 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.952 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.144138+0000 mon.c (mon.1) 463 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.952 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.146290+0000 mon.c (mon.1) 464 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.952 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.153837+0000 mon.a (mon.0) 515 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.953 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.229314+0000 mon.c (mon.1) 465 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.953 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.232191+0000 mon.c (mon.1) 466 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.953 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.234995+0000 mon.c (mon.1) 467 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.953 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.236087+0000 mon.c (mon.1) 468 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.953 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.241995+0000 mon.a (mon.0) 516 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.953 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.321048+0000 mon.c (mon.1) 469 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.953 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.323921+0000 mon.c (mon.1) 470 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.953 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.327842+0000 mon.c (mon.1) 471 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.953 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.329141+0000 mon.c (mon.1) 472 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.953 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.337176+0000 mon.a (mon.0) 517 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.953 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.420379+0000 mon.c (mon.1) 473 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.954 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.422682+0000 mon.c (mon.1) 474 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.954 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.426694+0000 mon.c (mon.1) 475 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.954 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.428160+0000 mon.c (mon.1) 476 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.954 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.437970+0000 mon.a (mon.0) 518 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.954 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.520309+0000 mon.c (mon.1) 477 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.954 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.522931+0000 mon.c (mon.1) 478 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.954 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.525483+0000 mon.c (mon.1) 479 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.954 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.526725+0000 mon.c (mon.1) 480 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.954 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.534266+0000 mon.a (mon.0) 519 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.954 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.617046+0000 mon.c (mon.1) 481 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.954 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.620500+0000 mon.c (mon.1) 482 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.955 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.623705+0000 mon.c (mon.1) 483 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.955 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.624812+0000 mon.c (mon.1) 484 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.955 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.631938+0000 mon.a (mon.0) 520 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.955 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.717530+0000 mon.c (mon.1) 485 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.955 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.720031+0000 mon.c (mon.1) 486 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.955 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.723084+0000 mon.c (mon.1) 487 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.955 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.724427+0000 mon.c (mon.1) 488 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.955 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[83807]: audit 2023-12-07T15:56:50.733811+0000 mon.a (mon.0) 521 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.956 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: cephadm 2023-12-07T15:56:49.211467+0000 mgr.y (mgr.25453) 595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.956 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: cephadm 2023-12-07T15:56:49.307621+0000 mgr.y (mgr.25453) 596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.956 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: cephadm 2023-12-07T15:56:49.407407+0000 mgr.y (mgr.25453) 597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.956 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: cephadm 2023-12-07T15:56:49.487020+0000 mgr.y (mgr.25453) 598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.956 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: cephadm 2023-12-07T15:56:49.584858+0000 mgr.y (mgr.25453) 599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.956 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: cephadm 2023-12-07T15:56:49.677617+0000 mgr.y (mgr.25453) 600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.957 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:49.760234+0000 mon.c (mon.1) 445 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.957 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:49.762377+0000 mon.c (mon.1) 446 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.957 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:49.764768+0000 mon.c (mon.1) 447 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.957 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:49.765566+0000 mon.c (mon.1) 448 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.957 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:49.772366+0000 mon.a (mon.0) 511 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.957 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: cephadm 2023-12-07T15:56:49.773325+0000 mgr.y (mgr.25453) 601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.957 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: cluster 2023-12-07T15:56:49.804102+0000 mgr.y (mgr.25453) 602 : cluster 0 pgmap v140: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T15:56:50.957 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:49.854419+0000 mon.c (mon.1) 449 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.957 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:49.857405+0000 mon.c (mon.1) 450 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.957 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:49.860060+0000 mon.c (mon.1) 451 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.958 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:49.860953+0000 mon.c (mon.1) 452 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.958 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:49.868372+0000 mon.a (mon.0) 512 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.958 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: cephadm 2023-12-07T15:56:49.869197+0000 mgr.y (mgr.25453) 603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.958 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:49.947517+0000 mon.c (mon.1) 453 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.958 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:49.950538+0000 mon.c (mon.1) 454 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.958 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:49.954002+0000 mon.c (mon.1) 455 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.958 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:49.955450+0000 mon.c (mon.1) 456 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.958 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:49.966085+0000 mon.a (mon.0) 513 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.958 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: cephadm 2023-12-07T15:56:49.966999+0000 mgr.y (mgr.25453) 604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.958 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.043078+0000 mon.c (mon.1) 457 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.958 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.045798+0000 mon.c (mon.1) 458 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.959 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.048860+0000 mon.c (mon.1) 459 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.959 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.049902+0000 mon.c (mon.1) 460 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.959 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.056201+0000 mon.a (mon.0) 514 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.959 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: cephadm 2023-12-07T15:56:50.057963+0000 mgr.y (mgr.25453) 605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:50.959 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.139852+0000 mon.c (mon.1) 461 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.959 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.141944+0000 mon.c (mon.1) 462 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.959 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.144138+0000 mon.c (mon.1) 463 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.959 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.146290+0000 mon.c (mon.1) 464 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.959 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.153837+0000 mon.a (mon.0) 515 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.959 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.229314+0000 mon.c (mon.1) 465 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.959 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.232191+0000 mon.c (mon.1) 466 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.960 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.234995+0000 mon.c (mon.1) 467 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.960 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.236087+0000 mon.c (mon.1) 468 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.960 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.241995+0000 mon.a (mon.0) 516 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.960 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.321048+0000 mon.c (mon.1) 469 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.960 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.323921+0000 mon.c (mon.1) 470 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.960 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.327842+0000 mon.c (mon.1) 471 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.960 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.329141+0000 mon.c (mon.1) 472 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.960 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.337176+0000 mon.a (mon.0) 517 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.960 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.420379+0000 mon.c (mon.1) 473 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.960 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.422682+0000 mon.c (mon.1) 474 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.960 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.426694+0000 mon.c (mon.1) 475 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.961 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.428160+0000 mon.c (mon.1) 476 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.961 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.437970+0000 mon.a (mon.0) 518 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.961 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.520309+0000 mon.c (mon.1) 477 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.961 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.522931+0000 mon.c (mon.1) 478 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.961 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.525483+0000 mon.c (mon.1) 479 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.961 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.526725+0000 mon.c (mon.1) 480 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.961 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.534266+0000 mon.a (mon.0) 519 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.961 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.617046+0000 mon.c (mon.1) 481 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.961 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.620500+0000 mon.c (mon.1) 482 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.961 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.623705+0000 mon.c (mon.1) 483 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.961 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.624812+0000 mon.c (mon.1) 484 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.962 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.631938+0000 mon.a (mon.0) 520 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:50.962 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.717530+0000 mon.c (mon.1) 485 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:50.962 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.720031+0000 mon.c (mon.1) 486 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:50.962 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.723084+0000 mon.c (mon.1) 487 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:50.962 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.724427+0000 mon.c (mon.1) 488 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:50.962 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:50 smithi121 bash[81553]: audit 2023-12-07T15:56:50.733811+0000 mon.a (mon.0) 521 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:51.065 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: cephadm 2023-12-07T15:56:49.211467+0000 mgr.y (mgr.25453) 595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:51.065 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: cephadm 2023-12-07T15:56:49.307621+0000 mgr.y (mgr.25453) 596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:51.065 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: cephadm 2023-12-07T15:56:49.407407+0000 mgr.y (mgr.25453) 597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:51.066 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: cephadm 2023-12-07T15:56:49.487020+0000 mgr.y (mgr.25453) 598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:51.066 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: cephadm 2023-12-07T15:56:49.584858+0000 mgr.y (mgr.25453) 599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:51.066 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: cephadm 2023-12-07T15:56:49.677617+0000 mgr.y (mgr.25453) 600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:51.066 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:49.760234+0000 mon.c (mon.1) 445 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:51.066 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:49.762377+0000 mon.c (mon.1) 446 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:51.066 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:49.764768+0000 mon.c (mon.1) 447 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:51.066 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:49.765566+0000 mon.c (mon.1) 448 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:51.066 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:49.772366+0000 mon.a (mon.0) 511 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:51.066 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: cephadm 2023-12-07T15:56:49.773325+0000 mgr.y (mgr.25453) 601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:51.066 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: cluster 2023-12-07T15:56:49.804102+0000 mgr.y (mgr.25453) 602 : cluster 0 pgmap v140: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T15:56:51.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:49.854419+0000 mon.c (mon.1) 449 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:51.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:49.857405+0000 mon.c (mon.1) 450 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:51.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:49.860060+0000 mon.c (mon.1) 451 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:51.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:49.860953+0000 mon.c (mon.1) 452 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:51.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:49.868372+0000 mon.a (mon.0) 512 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:51.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: cephadm 2023-12-07T15:56:49.869197+0000 mgr.y (mgr.25453) 603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:51.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:49.947517+0000 mon.c (mon.1) 453 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:51.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:49.950538+0000 mon.c (mon.1) 454 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:51.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:49.954002+0000 mon.c (mon.1) 455 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:51.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:49.955450+0000 mon.c (mon.1) 456 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:51.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:49.966085+0000 mon.a (mon.0) 513 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:51.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: cephadm 2023-12-07T15:56:49.966999+0000 mgr.y (mgr.25453) 604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:51.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.043078+0000 mon.c (mon.1) 457 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:51.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.045798+0000 mon.c (mon.1) 458 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:51.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.048860+0000 mon.c (mon.1) 459 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:51.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.049902+0000 mon.c (mon.1) 460 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:51.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.056201+0000 mon.a (mon.0) 514 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:51.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: cephadm 2023-12-07T15:56:50.057963+0000 mgr.y (mgr.25453) 605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:51.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.139852+0000 mon.c (mon.1) 461 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:51.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.141944+0000 mon.c (mon.1) 462 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:51.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.144138+0000 mon.c (mon.1) 463 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:51.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.146290+0000 mon.c (mon.1) 464 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:51.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.153837+0000 mon.a (mon.0) 515 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:51.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.229314+0000 mon.c (mon.1) 465 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:51.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.232191+0000 mon.c (mon.1) 466 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:51.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.234995+0000 mon.c (mon.1) 467 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:51.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.236087+0000 mon.c (mon.1) 468 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:51.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.241995+0000 mon.a (mon.0) 516 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:51.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.321048+0000 mon.c (mon.1) 469 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:51.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.323921+0000 mon.c (mon.1) 470 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:51.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.327842+0000 mon.c (mon.1) 471 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:51.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.329141+0000 mon.c (mon.1) 472 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:51.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.337176+0000 mon.a (mon.0) 517 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:51.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.420379+0000 mon.c (mon.1) 473 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:51.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.422682+0000 mon.c (mon.1) 474 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:51.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.426694+0000 mon.c (mon.1) 475 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:51.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.428160+0000 mon.c (mon.1) 476 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:51.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.437970+0000 mon.a (mon.0) 518 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:51.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.520309+0000 mon.c (mon.1) 477 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:51.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.522931+0000 mon.c (mon.1) 478 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:51.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.525483+0000 mon.c (mon.1) 479 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:51.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.526725+0000 mon.c (mon.1) 480 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:51.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.534266+0000 mon.a (mon.0) 519 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:51.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.617046+0000 mon.c (mon.1) 481 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:51.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.620500+0000 mon.c (mon.1) 482 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:51.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.623705+0000 mon.c (mon.1) 483 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:51.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.624812+0000 mon.c (mon.1) 484 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:51.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.631938+0000 mon.a (mon.0) 520 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:51.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.717530+0000 mon.c (mon.1) 485 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:51.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.720031+0000 mon.c (mon.1) 486 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:51.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.723084+0000 mon.c (mon.1) 487 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:51.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.724427+0000 mon.c (mon.1) 488 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:51.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:50 smithi144 bash[66528]: audit 2023-12-07T15:56:50.733811+0000 mon.a (mon.0) 521 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.036 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: cephadm 2023-12-07T15:56:50.154908+0000 mgr.y (mgr.25453) 606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.036 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: cephadm 2023-12-07T15:56:50.244742+0000 mgr.y (mgr.25453) 607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.036 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: cephadm 2023-12-07T15:56:50.338329+0000 mgr.y (mgr.25453) 608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.036 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: cephadm 2023-12-07T15:56:50.439063+0000 mgr.y (mgr.25453) 609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.036 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: cephadm 2023-12-07T15:56:50.536746+0000 mgr.y (mgr.25453) 610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.037 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: cephadm 2023-12-07T15:56:50.635798+0000 mgr.y (mgr.25453) 611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.037 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: cephadm 2023-12-07T15:56:50.735495+0000 mgr.y (mgr.25453) 612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.037 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: cluster 2023-12-07T15:56:50.769136+0000 mon.a (mon.0) 522 : cluster 3 Health check failed: Degraded data redundancy: 82/630 objects degraded (13.016%), 19 pgs degraded (PG_DEGRADED) 2023-12-07T15:56:52.037 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:50.819466+0000 mon.c (mon.1) 489 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.037 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:50.821992+0000 mon.c (mon.1) 490 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.037 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:50.824743+0000 mon.c (mon.1) 491 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.037 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:50.825617+0000 mon.c (mon.1) 492 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.037 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:50.835069+0000 mon.a (mon.0) 523 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.037 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: cephadm 2023-12-07T15:56:50.836768+0000 mgr.y (mgr.25453) 613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.037 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:50.913898+0000 mon.c (mon.1) 493 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.037 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:50.917175+0000 mon.c (mon.1) 494 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.037 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:50.921439+0000 mon.c (mon.1) 495 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.037 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:50.922794+0000 mon.c (mon.1) 496 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.037 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:50.932323+0000 mon.a (mon.0) 524 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.037 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: cephadm 2023-12-07T15:56:50.934009+0000 mgr.y (mgr.25453) 614 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.037 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.015092+0000 mon.c (mon.1) 497 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.038 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.017598+0000 mon.c (mon.1) 498 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.038 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.020497+0000 mon.c (mon.1) 499 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.038 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.021670+0000 mon.c (mon.1) 500 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.038 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.031379+0000 mon.a (mon.0) 525 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.038 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: cephadm 2023-12-07T15:56:51.034217+0000 mgr.y (mgr.25453) 615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.038 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.113256+0000 mon.c (mon.1) 501 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.038 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.117673+0000 mon.c (mon.1) 502 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.038 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.121811+0000 mon.c (mon.1) 503 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.038 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.123413+0000 mon.c (mon.1) 504 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.038 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.136241+0000 mon.a (mon.0) 526 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.038 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.217775+0000 mon.c (mon.1) 505 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.038 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.220494+0000 mon.c (mon.1) 506 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.038 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.223538+0000 mon.c (mon.1) 507 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.038 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.224669+0000 mon.c (mon.1) 508 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.038 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.233904+0000 mon.a (mon.0) 527 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.038 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.315329+0000 mon.c (mon.1) 509 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.038 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.317319+0000 mon.c (mon.1) 510 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.039 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.320347+0000 mon.c (mon.1) 511 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.039 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.321291+0000 mon.c (mon.1) 512 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.039 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.330043+0000 mon.a (mon.0) 528 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.039 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.408906+0000 mon.c (mon.1) 513 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.039 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.411451+0000 mon.c (mon.1) 514 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.039 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.414346+0000 mon.c (mon.1) 515 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.039 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.415536+0000 mon.c (mon.1) 516 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.039 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.421957+0000 mon.a (mon.0) 529 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.039 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.507501+0000 mon.c (mon.1) 517 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.039 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.510279+0000 mon.c (mon.1) 518 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.039 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.514164+0000 mon.c (mon.1) 519 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.039 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.515370+0000 mon.c (mon.1) 520 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.039 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.522782+0000 mon.a (mon.0) 530 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.039 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.604873+0000 mon.c (mon.1) 521 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.039 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.607385+0000 mon.c (mon.1) 522 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.039 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.610651+0000 mon.c (mon.1) 523 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.039 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.612063+0000 mon.c (mon.1) 524 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.619727+0000 mon.a (mon.0) 531 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.698726+0000 mon.c (mon.1) 525 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.701326+0000 mon.c (mon.1) 526 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.704773+0000 mon.c (mon.1) 527 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.706114+0000 mon.c (mon.1) 528 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:51 smithi144 bash[66528]: audit 2023-12-07T15:56:51.714586+0000 mon.a (mon.0) 532 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: cephadm 2023-12-07T15:56:50.154908+0000 mgr.y (mgr.25453) 606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: cephadm 2023-12-07T15:56:50.244742+0000 mgr.y (mgr.25453) 607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: cephadm 2023-12-07T15:56:50.338329+0000 mgr.y (mgr.25453) 608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: cephadm 2023-12-07T15:56:50.439063+0000 mgr.y (mgr.25453) 609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: cephadm 2023-12-07T15:56:50.536746+0000 mgr.y (mgr.25453) 610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: cephadm 2023-12-07T15:56:50.635798+0000 mgr.y (mgr.25453) 611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: cephadm 2023-12-07T15:56:50.735495+0000 mgr.y (mgr.25453) 612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: cluster 2023-12-07T15:56:50.769136+0000 mon.a (mon.0) 522 : cluster 3 Health check failed: Degraded data redundancy: 82/630 objects degraded (13.016%), 19 pgs degraded (PG_DEGRADED) 2023-12-07T15:56:52.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:50.819466+0000 mon.c (mon.1) 489 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:50.821992+0000 mon.c (mon.1) 490 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:50.824743+0000 mon.c (mon.1) 491 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:50.825617+0000 mon.c (mon.1) 492 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:50.835069+0000 mon.a (mon.0) 523 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: cephadm 2023-12-07T15:56:50.836768+0000 mgr.y (mgr.25453) 613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:50.913898+0000 mon.c (mon.1) 493 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:50.917175+0000 mon.c (mon.1) 494 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:50.921439+0000 mon.c (mon.1) 495 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:50.922794+0000 mon.c (mon.1) 496 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:50.932323+0000 mon.a (mon.0) 524 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: cephadm 2023-12-07T15:56:50.934009+0000 mgr.y (mgr.25453) 614 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.015092+0000 mon.c (mon.1) 497 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: cephadm 2023-12-07T15:56:50.154908+0000 mgr.y (mgr.25453) 606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: cephadm 2023-12-07T15:56:50.244742+0000 mgr.y (mgr.25453) 607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: cephadm 2023-12-07T15:56:50.338329+0000 mgr.y (mgr.25453) 608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: cephadm 2023-12-07T15:56:50.439063+0000 mgr.y (mgr.25453) 609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: cephadm 2023-12-07T15:56:50.536746+0000 mgr.y (mgr.25453) 610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: cephadm 2023-12-07T15:56:50.635798+0000 mgr.y (mgr.25453) 611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: cephadm 2023-12-07T15:56:50.735495+0000 mgr.y (mgr.25453) 612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: cluster 2023-12-07T15:56:50.769136+0000 mon.a (mon.0) 522 : cluster 3 Health check failed: Degraded data redundancy: 82/630 objects degraded (13.016%), 19 pgs degraded (PG_DEGRADED) 2023-12-07T15:56:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:50.819466+0000 mon.c (mon.1) 489 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:50.821992+0000 mon.c (mon.1) 490 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:50.824743+0000 mon.c (mon.1) 491 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:50.825617+0000 mon.c (mon.1) 492 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:50.835069+0000 mon.a (mon.0) 523 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: cephadm 2023-12-07T15:56:50.836768+0000 mgr.y (mgr.25453) 613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:50.913898+0000 mon.c (mon.1) 493 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:50.917175+0000 mon.c (mon.1) 494 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:50.921439+0000 mon.c (mon.1) 495 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:50.922794+0000 mon.c (mon.1) 496 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:50.932323+0000 mon.a (mon.0) 524 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: cephadm 2023-12-07T15:56:50.934009+0000 mgr.y (mgr.25453) 614 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.015092+0000 mon.c (mon.1) 497 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.017598+0000 mon.c (mon.1) 498 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.020497+0000 mon.c (mon.1) 499 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.021670+0000 mon.c (mon.1) 500 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.031379+0000 mon.a (mon.0) 525 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: cephadm 2023-12-07T15:56:51.034217+0000 mgr.y (mgr.25453) 615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.113256+0000 mon.c (mon.1) 501 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.117673+0000 mon.c (mon.1) 502 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.121811+0000 mon.c (mon.1) 503 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.123413+0000 mon.c (mon.1) 504 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.136241+0000 mon.a (mon.0) 526 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.217775+0000 mon.c (mon.1) 505 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.220494+0000 mon.c (mon.1) 506 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.223538+0000 mon.c (mon.1) 507 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.224669+0000 mon.c (mon.1) 508 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.233904+0000 mon.a (mon.0) 527 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.315329+0000 mon.c (mon.1) 509 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.317319+0000 mon.c (mon.1) 510 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.320347+0000 mon.c (mon.1) 511 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.321291+0000 mon.c (mon.1) 512 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.330043+0000 mon.a (mon.0) 528 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.017598+0000 mon.c (mon.1) 498 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.020497+0000 mon.c (mon.1) 499 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.021670+0000 mon.c (mon.1) 500 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.031379+0000 mon.a (mon.0) 525 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: cephadm 2023-12-07T15:56:51.034217+0000 mgr.y (mgr.25453) 615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:52.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.113256+0000 mon.c (mon.1) 501 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.117673+0000 mon.c (mon.1) 502 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.121811+0000 mon.c (mon.1) 503 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.123413+0000 mon.c (mon.1) 504 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.136241+0000 mon.a (mon.0) 526 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.217775+0000 mon.c (mon.1) 505 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.220494+0000 mon.c (mon.1) 506 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.223538+0000 mon.c (mon.1) 507 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.224669+0000 mon.c (mon.1) 508 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.233904+0000 mon.a (mon.0) 527 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.315329+0000 mon.c (mon.1) 509 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.317319+0000 mon.c (mon.1) 510 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.320347+0000 mon.c (mon.1) 511 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.321291+0000 mon.c (mon.1) 512 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.330043+0000 mon.a (mon.0) 528 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.408906+0000 mon.c (mon.1) 513 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.411451+0000 mon.c (mon.1) 514 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.414346+0000 mon.c (mon.1) 515 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.415536+0000 mon.c (mon.1) 516 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.421957+0000 mon.a (mon.0) 529 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.507501+0000 mon.c (mon.1) 517 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.510279+0000 mon.c (mon.1) 518 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.514164+0000 mon.c (mon.1) 519 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.515370+0000 mon.c (mon.1) 520 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.522782+0000 mon.a (mon.0) 530 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.604873+0000 mon.c (mon.1) 521 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.607385+0000 mon.c (mon.1) 522 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.610651+0000 mon.c (mon.1) 523 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.612063+0000 mon.c (mon.1) 524 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.619727+0000 mon.a (mon.0) 531 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.698726+0000 mon.c (mon.1) 525 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.701326+0000 mon.c (mon.1) 526 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.704773+0000 mon.c (mon.1) 527 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.706114+0000 mon.c (mon.1) 528 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[81553]: audit 2023-12-07T15:56:51.714586+0000 mon.a (mon.0) 532 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.408906+0000 mon.c (mon.1) 513 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.411451+0000 mon.c (mon.1) 514 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.414346+0000 mon.c (mon.1) 515 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.415536+0000 mon.c (mon.1) 516 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.421957+0000 mon.a (mon.0) 529 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.507501+0000 mon.c (mon.1) 517 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.510279+0000 mon.c (mon.1) 518 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.514164+0000 mon.c (mon.1) 519 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.515370+0000 mon.c (mon.1) 520 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.522782+0000 mon.a (mon.0) 530 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.604873+0000 mon.c (mon.1) 521 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.607385+0000 mon.c (mon.1) 522 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.610651+0000 mon.c (mon.1) 523 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.612063+0000 mon.c (mon.1) 524 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.619727+0000 mon.a (mon.0) 531 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:52.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.698726+0000 mon.c (mon.1) 525 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:52.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.701326+0000 mon.c (mon.1) 526 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:52.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.704773+0000 mon.c (mon.1) 527 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:52.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.706114+0000 mon.c (mon.1) 528 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:52.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:51 smithi121 bash[83807]: audit 2023-12-07T15:56:51.714586+0000 mon.a (mon.0) 532 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.060 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[91352]: debug 2023-12-07T15:56:52.939+0000 7fc480119700 1 -- 172.21.15.121:0/3326237052 <== mon.0 v2:172.21.15.121:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a6395f31e0 con 0x55a639678800 2023-12-07T15:56:53.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: cephadm 2023-12-07T15:56:51.137202+0000 mgr.y (mgr.25453) 616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: cephadm 2023-12-07T15:56:51.234791+0000 mgr.y (mgr.25453) 617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: cephadm 2023-12-07T15:56:51.331197+0000 mgr.y (mgr.25453) 618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: cephadm 2023-12-07T15:56:51.424782+0000 mgr.y (mgr.25453) 619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: cephadm 2023-12-07T15:56:51.524893+0000 mgr.y (mgr.25453) 620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: cephadm 2023-12-07T15:56:51.620919+0000 mgr.y (mgr.25453) 621 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: cephadm 2023-12-07T15:56:51.715738+0000 mgr.y (mgr.25453) 622 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:51.795636+0000 mon.c (mon.1) 529 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:51.798524+0000 mon.c (mon.1) 530 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:51.801316+0000 mon.c (mon.1) 531 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:51.802284+0000 mon.c (mon.1) 532 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: cluster 2023-12-07T15:56:51.804779+0000 mgr.y (mgr.25453) 623 : cluster 0 pgmap v141: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T15:56:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:51.810558+0000 mon.a (mon.0) 533 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: cephadm 2023-12-07T15:56:51.811532+0000 mgr.y (mgr.25453) 624 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:51.892685+0000 mon.c (mon.1) 533 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:51.895001+0000 mon.c (mon.1) 534 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:51.898022+0000 mon.c (mon.1) 535 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:51.899805+0000 mon.c (mon.1) 536 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:51.910807+0000 mon.a (mon.0) 534 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: cephadm 2023-12-07T15:56:51.914511+0000 mgr.y (mgr.25453) 625 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:51.982398+0000 mon.c (mon.1) 537 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:51.984348+0000 mon.c (mon.1) 538 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:51.986761+0000 mon.c (mon.1) 539 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:51.987603+0000 mon.c (mon.1) 540 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:51.997250+0000 mon.a (mon.0) 535 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: cephadm 2023-12-07T15:56:51.998793+0000 mgr.y (mgr.25453) 626 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.076625+0000 mon.c (mon.1) 541 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.079732+0000 mon.c (mon.1) 542 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.083643+0000 mon.c (mon.1) 543 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.084988+0000 mon.c (mon.1) 544 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.095922+0000 mon.a (mon.0) 536 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: cephadm 2023-12-07T15:56:52.098116+0000 mgr.y (mgr.25453) 627 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.177126+0000 mon.c (mon.1) 545 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.179860+0000 mon.c (mon.1) 546 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.183155+0000 mon.c (mon.1) 547 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.184614+0000 mon.c (mon.1) 548 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.193132+0000 mon.a (mon.0) 537 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.279440+0000 mon.c (mon.1) 549 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.282054+0000 mon.c (mon.1) 550 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.285911+0000 mon.c (mon.1) 551 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.287246+0000 mon.c (mon.1) 552 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: cephadm 2023-12-07T15:56:51.137202+0000 mgr.y (mgr.25453) 616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: cephadm 2023-12-07T15:56:51.234791+0000 mgr.y (mgr.25453) 617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: cephadm 2023-12-07T15:56:51.331197+0000 mgr.y (mgr.25453) 618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: cephadm 2023-12-07T15:56:51.424782+0000 mgr.y (mgr.25453) 619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: cephadm 2023-12-07T15:56:51.524893+0000 mgr.y (mgr.25453) 620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: cephadm 2023-12-07T15:56:51.620919+0000 mgr.y (mgr.25453) 621 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: cephadm 2023-12-07T15:56:51.715738+0000 mgr.y (mgr.25453) 622 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:51.795636+0000 mon.c (mon.1) 529 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:51.798524+0000 mon.c (mon.1) 530 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:51.801316+0000 mon.c (mon.1) 531 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:51.802284+0000 mon.c (mon.1) 532 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: cluster 2023-12-07T15:56:51.804779+0000 mgr.y (mgr.25453) 623 : cluster 0 pgmap v141: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T15:56:53.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:51.810558+0000 mon.a (mon.0) 533 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: cephadm 2023-12-07T15:56:51.811532+0000 mgr.y (mgr.25453) 624 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:51.892685+0000 mon.c (mon.1) 533 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:51.895001+0000 mon.c (mon.1) 534 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:51.898022+0000 mon.c (mon.1) 535 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:51.899805+0000 mon.c (mon.1) 536 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:51.910807+0000 mon.a (mon.0) 534 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: cephadm 2023-12-07T15:56:51.914511+0000 mgr.y (mgr.25453) 625 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.298887+0000 mon.a (mon.0) 538 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.386819+0000 mon.c (mon.1) 553 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.388745+0000 mon.c (mon.1) 554 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.391064+0000 mon.c (mon.1) 555 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.392026+0000 mon.c (mon.1) 556 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.398380+0000 mon.a (mon.0) 539 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.479859+0000 mon.c (mon.1) 557 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.482678+0000 mon.c (mon.1) 558 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.485403+0000 mon.c (mon.1) 559 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.486471+0000 mon.c (mon.1) 560 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.493854+0000 mon.a (mon.0) 540 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.578257+0000 mon.c (mon.1) 561 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.582035+0000 mon.c (mon.1) 562 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.584549+0000 mon.c (mon.1) 563 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.585428+0000 mon.c (mon.1) 564 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.591968+0000 mon.a (mon.0) 541 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.669037+0000 mon.c (mon.1) 565 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.671414+0000 mon.c (mon.1) 566 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.673949+0000 mon.c (mon.1) 567 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.674846+0000 mon.c (mon.1) 568 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[81553]: audit 2023-12-07T15:56:52.683028+0000 mon.a (mon.0) 542 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:51.982398+0000 mon.c (mon.1) 537 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:51.984348+0000 mon.c (mon.1) 538 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:51.986761+0000 mon.c (mon.1) 539 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:51.987603+0000 mon.c (mon.1) 540 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:51.997250+0000 mon.a (mon.0) 535 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: cephadm 2023-12-07T15:56:51.998793+0000 mgr.y (mgr.25453) 626 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.076625+0000 mon.c (mon.1) 541 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.079732+0000 mon.c (mon.1) 542 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.083643+0000 mon.c (mon.1) 543 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.084988+0000 mon.c (mon.1) 544 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.095922+0000 mon.a (mon.0) 536 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: cephadm 2023-12-07T15:56:52.098116+0000 mgr.y (mgr.25453) 627 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.177126+0000 mon.c (mon.1) 545 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.179860+0000 mon.c (mon.1) 546 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.183155+0000 mon.c (mon.1) 547 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.184614+0000 mon.c (mon.1) 548 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.193132+0000 mon.a (mon.0) 537 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.279440+0000 mon.c (mon.1) 549 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.282054+0000 mon.c (mon.1) 550 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.285911+0000 mon.c (mon.1) 551 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.287246+0000 mon.c (mon.1) 552 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.298887+0000 mon.a (mon.0) 538 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.386819+0000 mon.c (mon.1) 553 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.388745+0000 mon.c (mon.1) 554 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.391064+0000 mon.c (mon.1) 555 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.392026+0000 mon.c (mon.1) 556 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.398380+0000 mon.a (mon.0) 539 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.479859+0000 mon.c (mon.1) 557 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.482678+0000 mon.c (mon.1) 558 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.485403+0000 mon.c (mon.1) 559 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.486471+0000 mon.c (mon.1) 560 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.493854+0000 mon.a (mon.0) 540 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.578257+0000 mon.c (mon.1) 561 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.582035+0000 mon.c (mon.1) 562 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.584549+0000 mon.c (mon.1) 563 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.585428+0000 mon.c (mon.1) 564 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.591968+0000 mon.a (mon.0) 541 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.669037+0000 mon.c (mon.1) 565 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.671414+0000 mon.c (mon.1) 566 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.673949+0000 mon.c (mon.1) 567 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.674846+0000 mon.c (mon.1) 568 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:52 smithi121 bash[83807]: audit 2023-12-07T15:56:52.683028+0000 mon.a (mon.0) 542 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: cephadm 2023-12-07T15:56:51.137202+0000 mgr.y (mgr.25453) 616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: cephadm 2023-12-07T15:56:51.234791+0000 mgr.y (mgr.25453) 617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: cephadm 2023-12-07T15:56:51.331197+0000 mgr.y (mgr.25453) 618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: cephadm 2023-12-07T15:56:51.424782+0000 mgr.y (mgr.25453) 619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: cephadm 2023-12-07T15:56:51.524893+0000 mgr.y (mgr.25453) 620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: cephadm 2023-12-07T15:56:51.620919+0000 mgr.y (mgr.25453) 621 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: cephadm 2023-12-07T15:56:51.715738+0000 mgr.y (mgr.25453) 622 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:51.795636+0000 mon.c (mon.1) 529 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:51.798524+0000 mon.c (mon.1) 530 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:51.801316+0000 mon.c (mon.1) 531 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:51.802284+0000 mon.c (mon.1) 532 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: cluster 2023-12-07T15:56:51.804779+0000 mgr.y (mgr.25453) 623 : cluster 0 pgmap v141: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T15:56:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:51.810558+0000 mon.a (mon.0) 533 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: cephadm 2023-12-07T15:56:51.811532+0000 mgr.y (mgr.25453) 624 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:51.892685+0000 mon.c (mon.1) 533 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:51.895001+0000 mon.c (mon.1) 534 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:51.898022+0000 mon.c (mon.1) 535 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:51.899805+0000 mon.c (mon.1) 536 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:51.910807+0000 mon.a (mon.0) 534 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: cephadm 2023-12-07T15:56:51.914511+0000 mgr.y (mgr.25453) 625 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:51.982398+0000 mon.c (mon.1) 537 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:51.984348+0000 mon.c (mon.1) 538 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:51.986761+0000 mon.c (mon.1) 539 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:51.987603+0000 mon.c (mon.1) 540 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:51.997250+0000 mon.a (mon.0) 535 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: cephadm 2023-12-07T15:56:51.998793+0000 mgr.y (mgr.25453) 626 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.076625+0000 mon.c (mon.1) 541 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.079732+0000 mon.c (mon.1) 542 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.083643+0000 mon.c (mon.1) 543 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.084988+0000 mon.c (mon.1) 544 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.095922+0000 mon.a (mon.0) 536 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: cephadm 2023-12-07T15:56:52.098116+0000 mgr.y (mgr.25453) 627 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.177126+0000 mon.c (mon.1) 545 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.179860+0000 mon.c (mon.1) 546 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.183155+0000 mon.c (mon.1) 547 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.184614+0000 mon.c (mon.1) 548 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.193132+0000 mon.a (mon.0) 537 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.279440+0000 mon.c (mon.1) 549 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.282054+0000 mon.c (mon.1) 550 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.285911+0000 mon.c (mon.1) 551 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.287246+0000 mon.c (mon.1) 552 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.298887+0000 mon.a (mon.0) 538 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.386819+0000 mon.c (mon.1) 553 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.388745+0000 mon.c (mon.1) 554 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.391064+0000 mon.c (mon.1) 555 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.392026+0000 mon.c (mon.1) 556 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.398380+0000 mon.a (mon.0) 539 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.479859+0000 mon.c (mon.1) 557 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.482678+0000 mon.c (mon.1) 558 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.485403+0000 mon.c (mon.1) 559 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.486471+0000 mon.c (mon.1) 560 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.493854+0000 mon.a (mon.0) 540 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.578257+0000 mon.c (mon.1) 561 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.582035+0000 mon.c (mon.1) 562 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.584549+0000 mon.c (mon.1) 563 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.585428+0000 mon.c (mon.1) 564 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.591968+0000 mon.a (mon.0) 541 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.669037+0000 mon.c (mon.1) 565 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.671414+0000 mon.c (mon.1) 566 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.673949+0000 mon.c (mon.1) 567 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.674846+0000 mon.c (mon.1) 568 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:52 smithi144 bash[66528]: audit 2023-12-07T15:56:52.683028+0000 mon.a (mon.0) 542 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.766 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[91352]: debug 2023-12-07T15:56:53.487+0000 7fc48929f640 -1 Falling back to public interface 2023-12-07T15:56:53.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: cephadm 2023-12-07T15:56:52.197223+0000 mgr.y (mgr.25453) 628 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: cephadm 2023-12-07T15:56:52.302011+0000 mgr.y (mgr.25453) 629 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: cephadm 2023-12-07T15:56:52.401740+0000 mgr.y (mgr.25453) 630 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: cephadm 2023-12-07T15:56:52.498349+0000 mgr.y (mgr.25453) 631 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: cephadm 2023-12-07T15:56:52.595627+0000 mgr.y (mgr.25453) 632 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: cephadm 2023-12-07T15:56:52.684861+0000 mgr.y (mgr.25453) 633 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:52.770183+0000 mon.c (mon.1) 569 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:52.772100+0000 mon.c (mon.1) 570 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:52.773923+0000 mon.c (mon.1) 571 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:52.774622+0000 mon.c (mon.1) 572 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:52.782131+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: cephadm 2023-12-07T15:56:52.782753+0000 mgr.y (mgr.25453) 634 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:52.861841+0000 mon.c (mon.1) 573 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:52.865281+0000 mon.c (mon.1) 574 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:52.868151+0000 mon.c (mon.1) 575 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:52.868999+0000 mon.c (mon.1) 576 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:52.877480+0000 mon.a (mon.0) 544 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: cephadm 2023-12-07T15:56:52.878295+0000 mgr.y (mgr.25453) 635 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:52.956929+0000 mon.c (mon.1) 577 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:52.959004+0000 mon.c (mon.1) 578 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:52.961093+0000 mon.c (mon.1) 579 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:52.961989+0000 mon.c (mon.1) 580 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:52.968632+0000 mon.a (mon.0) 545 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: cephadm 2023-12-07T15:56:52.970937+0000 mgr.y (mgr.25453) 636 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.049881+0000 mon.c (mon.1) 581 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.052393+0000 mon.c (mon.1) 582 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.056213+0000 mon.c (mon.1) 583 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.057378+0000 mon.c (mon.1) 584 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.067593+0000 mon.a (mon.0) 546 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: cephadm 2023-12-07T15:56:53.069106+0000 mgr.y (mgr.25453) 637 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:53.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.149687+0000 mon.c (mon.1) 585 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.153972+0000 mon.c (mon.1) 586 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.157715+0000 mon.c (mon.1) 587 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.158817+0000 mon.c (mon.1) 588 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.166983+0000 mon.a (mon.0) 547 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.248383+0000 mon.c (mon.1) 589 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.250807+0000 mon.c (mon.1) 590 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.253613+0000 mon.c (mon.1) 591 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.254649+0000 mon.c (mon.1) 592 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.263039+0000 mon.a (mon.0) 548 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.344809+0000 mon.c (mon.1) 593 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.347232+0000 mon.c (mon.1) 594 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.350064+0000 mon.c (mon.1) 595 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.351137+0000 mon.c (mon.1) 596 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.359504+0000 mon.a (mon.0) 549 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.440035+0000 mon.c (mon.1) 597 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.442705+0000 mon.c (mon.1) 598 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.445394+0000 mon.c (mon.1) 599 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.446295+0000 mon.c (mon.1) 600 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.456220+0000 mon.a (mon.0) 550 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.535943+0000 mon.c (mon.1) 601 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.537979+0000 mon.c (mon.1) 602 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.540584+0000 mon.c (mon.1) 603 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.541512+0000 mon.c (mon.1) 604 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.549580+0000 mon.a (mon.0) 551 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.630302+0000 mon.c (mon.1) 605 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.632804+0000 mon.c (mon.1) 606 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.637867+0000 mon.c (mon.1) 607 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.639115+0000 mon.c (mon.1) 608 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.649198+0000 mon.a (mon.0) 552 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:53.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.729689+0000 mon.c (mon.1) 609 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:53.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.735148+0000 mon.c (mon.1) 610 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:53.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.742488+0000 mon.c (mon.1) 611 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:53.883 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.743729+0000 mon.c (mon.1) 612 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:53.883 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:53 smithi144 bash[66528]: audit 2023-12-07T15:56:53.753509+0000 mon.a (mon.0) 553 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: cephadm 2023-12-07T15:56:52.197223+0000 mgr.y (mgr.25453) 628 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: cephadm 2023-12-07T15:56:52.302011+0000 mgr.y (mgr.25453) 629 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: cephadm 2023-12-07T15:56:52.401740+0000 mgr.y (mgr.25453) 630 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: cephadm 2023-12-07T15:56:52.498349+0000 mgr.y (mgr.25453) 631 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: cephadm 2023-12-07T15:56:52.595627+0000 mgr.y (mgr.25453) 632 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: cephadm 2023-12-07T15:56:52.684861+0000 mgr.y (mgr.25453) 633 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:52.770183+0000 mon.c (mon.1) 569 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:52.772100+0000 mon.c (mon.1) 570 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:52.773923+0000 mon.c (mon.1) 571 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:52.774622+0000 mon.c (mon.1) 572 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:52.782131+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: cephadm 2023-12-07T15:56:52.782753+0000 mgr.y (mgr.25453) 634 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:52.861841+0000 mon.c (mon.1) 573 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:52.865281+0000 mon.c (mon.1) 574 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:52.868151+0000 mon.c (mon.1) 575 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:52.868999+0000 mon.c (mon.1) 576 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:52.877480+0000 mon.a (mon.0) 544 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: cephadm 2023-12-07T15:56:52.878295+0000 mgr.y (mgr.25453) 635 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:52.956929+0000 mon.c (mon.1) 577 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:52.959004+0000 mon.c (mon.1) 578 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:52.961093+0000 mon.c (mon.1) 579 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: cephadm 2023-12-07T15:56:52.197223+0000 mgr.y (mgr.25453) 628 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: cephadm 2023-12-07T15:56:52.302011+0000 mgr.y (mgr.25453) 629 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: cephadm 2023-12-07T15:56:52.401740+0000 mgr.y (mgr.25453) 630 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: cephadm 2023-12-07T15:56:52.498349+0000 mgr.y (mgr.25453) 631 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: cephadm 2023-12-07T15:56:52.595627+0000 mgr.y (mgr.25453) 632 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: cephadm 2023-12-07T15:56:52.684861+0000 mgr.y (mgr.25453) 633 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:52.770183+0000 mon.c (mon.1) 569 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:52.772100+0000 mon.c (mon.1) 570 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:52.773923+0000 mon.c (mon.1) 571 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:52.774622+0000 mon.c (mon.1) 572 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:52.782131+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: cephadm 2023-12-07T15:56:52.782753+0000 mgr.y (mgr.25453) 634 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:52.861841+0000 mon.c (mon.1) 573 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:52.865281+0000 mon.c (mon.1) 574 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:52.868151+0000 mon.c (mon.1) 575 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:52.868999+0000 mon.c (mon.1) 576 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:52.877480+0000 mon.a (mon.0) 544 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: cephadm 2023-12-07T15:56:52.878295+0000 mgr.y (mgr.25453) 635 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:52.956929+0000 mon.c (mon.1) 577 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:52.959004+0000 mon.c (mon.1) 578 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:52.961093+0000 mon.c (mon.1) 579 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:52.961989+0000 mon.c (mon.1) 580 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:52.968632+0000 mon.a (mon.0) 545 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: cephadm 2023-12-07T15:56:52.970937+0000 mgr.y (mgr.25453) 636 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.049881+0000 mon.c (mon.1) 581 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.052393+0000 mon.c (mon.1) 582 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.056213+0000 mon.c (mon.1) 583 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.057378+0000 mon.c (mon.1) 584 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.067593+0000 mon.a (mon.0) 546 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: cephadm 2023-12-07T15:56:53.069106+0000 mgr.y (mgr.25453) 637 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.149687+0000 mon.c (mon.1) 585 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.153972+0000 mon.c (mon.1) 586 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.157715+0000 mon.c (mon.1) 587 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.158817+0000 mon.c (mon.1) 588 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.166983+0000 mon.a (mon.0) 547 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.248383+0000 mon.c (mon.1) 589 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.250807+0000 mon.c (mon.1) 590 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.253613+0000 mon.c (mon.1) 591 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.254649+0000 mon.c (mon.1) 592 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.263039+0000 mon.a (mon.0) 548 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.344809+0000 mon.c (mon.1) 593 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:52.961989+0000 mon.c (mon.1) 580 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:52.968632+0000 mon.a (mon.0) 545 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: cephadm 2023-12-07T15:56:52.970937+0000 mgr.y (mgr.25453) 636 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.049881+0000 mon.c (mon.1) 581 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.052393+0000 mon.c (mon.1) 582 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.056213+0000 mon.c (mon.1) 583 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.057378+0000 mon.c (mon.1) 584 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.067593+0000 mon.a (mon.0) 546 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: cephadm 2023-12-07T15:56:53.069106+0000 mgr.y (mgr.25453) 637 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.149687+0000 mon.c (mon.1) 585 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.153972+0000 mon.c (mon.1) 586 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.157715+0000 mon.c (mon.1) 587 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.158817+0000 mon.c (mon.1) 588 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.166983+0000 mon.a (mon.0) 547 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.248383+0000 mon.c (mon.1) 589 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.250807+0000 mon.c (mon.1) 590 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.253613+0000 mon.c (mon.1) 591 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.254649+0000 mon.c (mon.1) 592 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.263039+0000 mon.a (mon.0) 548 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.344809+0000 mon.c (mon.1) 593 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.347232+0000 mon.c (mon.1) 594 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.350064+0000 mon.c (mon.1) 595 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.351137+0000 mon.c (mon.1) 596 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.359504+0000 mon.a (mon.0) 549 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.440035+0000 mon.c (mon.1) 597 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.442705+0000 mon.c (mon.1) 598 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.445394+0000 mon.c (mon.1) 599 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.446295+0000 mon.c (mon.1) 600 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.456220+0000 mon.a (mon.0) 550 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.535943+0000 mon.c (mon.1) 601 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.537979+0000 mon.c (mon.1) 602 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.540584+0000 mon.c (mon.1) 603 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.541512+0000 mon.c (mon.1) 604 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.549580+0000 mon.a (mon.0) 551 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.630302+0000 mon.c (mon.1) 605 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.632804+0000 mon.c (mon.1) 606 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.637867+0000 mon.c (mon.1) 607 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.639115+0000 mon.c (mon.1) 608 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.649198+0000 mon.a (mon.0) 552 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.729689+0000 mon.c (mon.1) 609 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.735148+0000 mon.c (mon.1) 610 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.742488+0000 mon.c (mon.1) 611 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.743729+0000 mon.c (mon.1) 612 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[83807]: audit 2023-12-07T15:56:53.753509+0000 mon.a (mon.0) 553 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.347232+0000 mon.c (mon.1) 594 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.350064+0000 mon.c (mon.1) 595 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.351137+0000 mon.c (mon.1) 596 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.359504+0000 mon.a (mon.0) 549 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.440035+0000 mon.c (mon.1) 597 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.442705+0000 mon.c (mon.1) 598 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.445394+0000 mon.c (mon.1) 599 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.446295+0000 mon.c (mon.1) 600 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.456220+0000 mon.a (mon.0) 550 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.535943+0000 mon.c (mon.1) 601 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.537979+0000 mon.c (mon.1) 602 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.540584+0000 mon.c (mon.1) 603 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.541512+0000 mon.c (mon.1) 604 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.549580+0000 mon.a (mon.0) 551 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.630302+0000 mon.c (mon.1) 605 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.632804+0000 mon.c (mon.1) 606 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.637867+0000 mon.c (mon.1) 607 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.073 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.639115+0000 mon.c (mon.1) 608 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.649198+0000 mon.a (mon.0) 552 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:54.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.729689+0000 mon.c (mon.1) 609 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:54.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.735148+0000 mon.c (mon.1) 610 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:54.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.742488+0000 mon.c (mon.1) 611 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:54.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.743729+0000 mon.c (mon.1) 612 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:54.074 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:53 smithi121 bash[81553]: audit 2023-12-07T15:56:53.753509+0000 mon.a (mon.0) 553 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:56:54] "GET /metrics HTTP/1.1" 200 38408 "" "Prometheus/2.33.4" 2023-12-07T15:56:55.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: cephadm 2023-12-07T15:56:53.168609+0000 mgr.y (mgr.25453) 638 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: cephadm 2023-12-07T15:56:53.264718+0000 mgr.y (mgr.25453) 639 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: cephadm 2023-12-07T15:56:53.360437+0000 mgr.y (mgr.25453) 640 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: cephadm 2023-12-07T15:56:53.457238+0000 mgr.y (mgr.25453) 641 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:53.527903+0000 mgr.y (mgr.25453) 642 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: cephadm 2023-12-07T15:56:53.551182+0000 mgr.y (mgr.25453) 643 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: cephadm 2023-12-07T15:56:53.651943+0000 mgr.y (mgr.25453) 644 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: cephadm 2023-12-07T15:56:53.756286+0000 mgr.y (mgr.25453) 645 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: cluster 2023-12-07T15:56:53.806127+0000 mgr.y (mgr.25453) 646 : cluster 0 pgmap v142: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T15:56:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:53.835920+0000 mon.c (mon.1) 613 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:53.838086+0000 mon.c (mon.1) 614 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:53.840635+0000 mon.c (mon.1) 615 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:53.841730+0000 mon.c (mon.1) 616 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:53.848754+0000 mon.a (mon.0) 554 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: cephadm 2023-12-07T15:56:53.849438+0000 mgr.y (mgr.25453) 647 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:53.929294+0000 mon.c (mon.1) 617 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:53.934215+0000 mon.c (mon.1) 618 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:53.940844+0000 mon.c (mon.1) 619 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:53.942845+0000 mon.c (mon.1) 620 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:53.952393+0000 mon.a (mon.0) 555 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: cephadm 2023-12-07T15:56:53.168609+0000 mgr.y (mgr.25453) 638 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: cephadm 2023-12-07T15:56:53.264718+0000 mgr.y (mgr.25453) 639 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: cephadm 2023-12-07T15:56:53.360437+0000 mgr.y (mgr.25453) 640 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: cephadm 2023-12-07T15:56:53.457238+0000 mgr.y (mgr.25453) 641 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:53.527903+0000 mgr.y (mgr.25453) 642 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: cephadm 2023-12-07T15:56:53.551182+0000 mgr.y (mgr.25453) 643 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: cephadm 2023-12-07T15:56:53.651943+0000 mgr.y (mgr.25453) 644 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: cephadm 2023-12-07T15:56:53.756286+0000 mgr.y (mgr.25453) 645 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: cluster 2023-12-07T15:56:53.806127+0000 mgr.y (mgr.25453) 646 : cluster 0 pgmap v142: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T15:56:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:53.835920+0000 mon.c (mon.1) 613 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:53.838086+0000 mon.c (mon.1) 614 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:53.840635+0000 mon.c (mon.1) 615 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:53.841730+0000 mon.c (mon.1) 616 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:53.848754+0000 mon.a (mon.0) 554 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: cephadm 2023-12-07T15:56:53.849438+0000 mgr.y (mgr.25453) 647 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:53.929294+0000 mon.c (mon.1) 617 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:53.934215+0000 mon.c (mon.1) 618 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:53.940844+0000 mon.c (mon.1) 619 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:53.942845+0000 mon.c (mon.1) 620 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:53.952393+0000 mon.a (mon.0) 555 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: cephadm 2023-12-07T15:56:53.953319+0000 mgr.y (mgr.25453) 648 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.031899+0000 mon.c (mon.1) 621 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.035941+0000 mon.c (mon.1) 622 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.040088+0000 mon.c (mon.1) 623 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.041544+0000 mon.c (mon.1) 624 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.053218+0000 mon.a (mon.0) 556 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: cephadm 2023-12-07T15:56:54.054452+0000 mgr.y (mgr.25453) 649 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.136482+0000 mon.c (mon.1) 625 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.138982+0000 mon.c (mon.1) 626 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.141849+0000 mon.c (mon.1) 627 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.143125+0000 mon.c (mon.1) 628 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.153333+0000 mon.a (mon.0) 557 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.236707+0000 mon.c (mon.1) 629 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.239052+0000 mon.c (mon.1) 630 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.241761+0000 mon.c (mon.1) 631 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.242813+0000 mon.c (mon.1) 632 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.251791+0000 mon.a (mon.0) 558 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.329275+0000 mon.c (mon.1) 633 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.333359+0000 mon.c (mon.1) 634 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.337210+0000 mon.c (mon.1) 635 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: cephadm 2023-12-07T15:56:53.953319+0000 mgr.y (mgr.25453) 648 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.031899+0000 mon.c (mon.1) 621 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.035941+0000 mon.c (mon.1) 622 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.040088+0000 mon.c (mon.1) 623 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.041544+0000 mon.c (mon.1) 624 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.053218+0000 mon.a (mon.0) 556 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: cephadm 2023-12-07T15:56:54.054452+0000 mgr.y (mgr.25453) 649 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.136482+0000 mon.c (mon.1) 625 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.138982+0000 mon.c (mon.1) 626 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.141849+0000 mon.c (mon.1) 627 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.143125+0000 mon.c (mon.1) 628 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.153333+0000 mon.a (mon.0) 557 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.236707+0000 mon.c (mon.1) 629 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.239052+0000 mon.c (mon.1) 630 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.241761+0000 mon.c (mon.1) 631 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.242813+0000 mon.c (mon.1) 632 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.251791+0000 mon.a (mon.0) 558 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.329275+0000 mon.c (mon.1) 633 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.333359+0000 mon.c (mon.1) 634 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.337210+0000 mon.c (mon.1) 635 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.338571+0000 mon.c (mon.1) 636 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.348777+0000 mon.a (mon.0) 559 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.428572+0000 mon.c (mon.1) 637 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.433070+0000 mon.c (mon.1) 638 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.437029+0000 mon.c (mon.1) 639 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.438444+0000 mon.c (mon.1) 640 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.448800+0000 mon.a (mon.0) 560 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.526510+0000 mon.c (mon.1) 641 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.530944+0000 mon.c (mon.1) 642 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.534446+0000 mon.c (mon.1) 643 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.536093+0000 mon.c (mon.1) 644 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.544932+0000 mon.a (mon.0) 561 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.624874+0000 mon.c (mon.1) 645 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.627198+0000 mon.c (mon.1) 646 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.630972+0000 mon.c (mon.1) 647 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.632236+0000 mon.c (mon.1) 648 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.642193+0000 mon.a (mon.0) 562 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.725413+0000 mon.c (mon.1) 649 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.727751+0000 mon.c (mon.1) 650 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.731063+0000 mon.c (mon.1) 651 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.732324+0000 mon.c (mon.1) 652 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[83807]: audit 2023-12-07T15:56:54.740715+0000 mon.a (mon.0) 563 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.338571+0000 mon.c (mon.1) 636 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.348777+0000 mon.a (mon.0) 559 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.428572+0000 mon.c (mon.1) 637 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.433070+0000 mon.c (mon.1) 638 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.437029+0000 mon.c (mon.1) 639 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.438444+0000 mon.c (mon.1) 640 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.448800+0000 mon.a (mon.0) 560 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.526510+0000 mon.c (mon.1) 641 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.530944+0000 mon.c (mon.1) 642 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.534446+0000 mon.c (mon.1) 643 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.536093+0000 mon.c (mon.1) 644 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.544932+0000 mon.a (mon.0) 561 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.624874+0000 mon.c (mon.1) 645 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.627198+0000 mon.c (mon.1) 646 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.630972+0000 mon.c (mon.1) 647 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.632236+0000 mon.c (mon.1) 648 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.642193+0000 mon.a (mon.0) 562 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.725413+0000 mon.c (mon.1) 649 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.727751+0000 mon.c (mon.1) 650 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.731063+0000 mon.c (mon.1) 651 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.732324+0000 mon.c (mon.1) 652 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:54 smithi121 bash[81553]: audit 2023-12-07T15:56:54.740715+0000 mon.a (mon.0) 563 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.083 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: cephadm 2023-12-07T15:56:53.168609+0000 mgr.y (mgr.25453) 638 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.083 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: cephadm 2023-12-07T15:56:53.264718+0000 mgr.y (mgr.25453) 639 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.083 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: cephadm 2023-12-07T15:56:53.360437+0000 mgr.y (mgr.25453) 640 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: cephadm 2023-12-07T15:56:53.457238+0000 mgr.y (mgr.25453) 641 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:53.527903+0000 mgr.y (mgr.25453) 642 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:56:55.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: cephadm 2023-12-07T15:56:53.551182+0000 mgr.y (mgr.25453) 643 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: cephadm 2023-12-07T15:56:53.651943+0000 mgr.y (mgr.25453) 644 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: cephadm 2023-12-07T15:56:53.756286+0000 mgr.y (mgr.25453) 645 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: cluster 2023-12-07T15:56:53.806127+0000 mgr.y (mgr.25453) 646 : cluster 0 pgmap v142: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T15:56:55.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:53.835920+0000 mon.c (mon.1) 613 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:53.838086+0000 mon.c (mon.1) 614 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:53.840635+0000 mon.c (mon.1) 615 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:53.841730+0000 mon.c (mon.1) 616 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:53.848754+0000 mon.a (mon.0) 554 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: cephadm 2023-12-07T15:56:53.849438+0000 mgr.y (mgr.25453) 647 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.085 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:53.929294+0000 mon.c (mon.1) 617 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.085 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:53.934215+0000 mon.c (mon.1) 618 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.085 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:53.940844+0000 mon.c (mon.1) 619 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.085 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:53.942845+0000 mon.c (mon.1) 620 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.085 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:53.952393+0000 mon.a (mon.0) 555 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.085 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: cephadm 2023-12-07T15:56:53.953319+0000 mgr.y (mgr.25453) 648 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.085 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.031899+0000 mon.c (mon.1) 621 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.035941+0000 mon.c (mon.1) 622 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.040088+0000 mon.c (mon.1) 623 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.041544+0000 mon.c (mon.1) 624 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.053218+0000 mon.a (mon.0) 556 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: cephadm 2023-12-07T15:56:54.054452+0000 mgr.y (mgr.25453) 649 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.136482+0000 mon.c (mon.1) 625 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.138982+0000 mon.c (mon.1) 626 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.141849+0000 mon.c (mon.1) 627 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.143125+0000 mon.c (mon.1) 628 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.153333+0000 mon.a (mon.0) 557 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.236707+0000 mon.c (mon.1) 629 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.239052+0000 mon.c (mon.1) 630 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.241761+0000 mon.c (mon.1) 631 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.242813+0000 mon.c (mon.1) 632 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.251791+0000 mon.a (mon.0) 558 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.329275+0000 mon.c (mon.1) 633 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.333359+0000 mon.c (mon.1) 634 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.337210+0000 mon.c (mon.1) 635 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.338571+0000 mon.c (mon.1) 636 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.348777+0000 mon.a (mon.0) 559 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.428572+0000 mon.c (mon.1) 637 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.433070+0000 mon.c (mon.1) 638 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.437029+0000 mon.c (mon.1) 639 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.438444+0000 mon.c (mon.1) 640 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.448800+0000 mon.a (mon.0) 560 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.526510+0000 mon.c (mon.1) 641 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.530944+0000 mon.c (mon.1) 642 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.087 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.534446+0000 mon.c (mon.1) 643 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.536093+0000 mon.c (mon.1) 644 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.544932+0000 mon.a (mon.0) 561 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.624874+0000 mon.c (mon.1) 645 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.627198+0000 mon.c (mon.1) 646 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.630972+0000 mon.c (mon.1) 647 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.632236+0000 mon.c (mon.1) 648 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.642193+0000 mon.a (mon.0) 562 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.725413+0000 mon.c (mon.1) 649 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.727751+0000 mon.c (mon.1) 650 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.731063+0000 mon.c (mon.1) 651 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.732324+0000 mon.c (mon.1) 652 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.088 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:54 smithi144 bash[66528]: audit 2023-12-07T15:56:54.740715+0000 mon.a (mon.0) 563 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: cephadm 2023-12-07T15:56:54.154335+0000 mgr.y (mgr.25453) 650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: cephadm 2023-12-07T15:56:54.253040+0000 mgr.y (mgr.25453) 651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: cephadm 2023-12-07T15:56:54.349838+0000 mgr.y (mgr.25453) 652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: cephadm 2023-12-07T15:56:54.449754+0000 mgr.y (mgr.25453) 653 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: cephadm 2023-12-07T15:56:54.545661+0000 mgr.y (mgr.25453) 654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: cephadm 2023-12-07T15:56:54.644496+0000 mgr.y (mgr.25453) 655 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: cephadm 2023-12-07T15:56:54.743160+0000 mgr.y (mgr.25453) 656 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:54.827176+0000 mon.c (mon.1) 653 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:54.829513+0000 mon.c (mon.1) 654 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:54.832755+0000 mon.c (mon.1) 655 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:54.833988+0000 mon.c (mon.1) 656 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:54.844730+0000 mon.a (mon.0) 564 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: cephadm 2023-12-07T15:56:54.845545+0000 mgr.y (mgr.25453) 657 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:54.927251+0000 mon.c (mon.1) 657 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:54.929491+0000 mon.c (mon.1) 658 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:54.933459+0000 mon.c (mon.1) 659 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:54.934859+0000 mon.c (mon.1) 660 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:54.942617+0000 mon.a (mon.0) 565 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: cephadm 2023-12-07T15:56:54.943511+0000 mgr.y (mgr.25453) 658 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.021515+0000 mon.c (mon.1) 661 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.024217+0000 mon.c (mon.1) 662 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.027236+0000 mon.c (mon.1) 663 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.028287+0000 mon.c (mon.1) 664 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.034753+0000 mon.a (mon.0) 566 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: cephadm 2023-12-07T15:56:55.037730+0000 mgr.y (mgr.25453) 659 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:55.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.119678+0000 mon.c (mon.1) 665 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.121763+0000 mon.c (mon.1) 666 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.124686+0000 mon.c (mon.1) 667 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.126001+0000 mon.c (mon.1) 668 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.136318+0000 mon.a (mon.0) 567 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.218918+0000 mon.c (mon.1) 669 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.221366+0000 mon.c (mon.1) 670 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.224251+0000 mon.c (mon.1) 671 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.225386+0000 mon.c (mon.1) 672 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.232631+0000 mon.a (mon.0) 568 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.310463+0000 mon.c (mon.1) 673 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.312541+0000 mon.c (mon.1) 674 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.315056+0000 mon.c (mon.1) 675 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.315964+0000 mon.c (mon.1) 676 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.326878+0000 mon.a (mon.0) 569 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.390536+0000 mon.c (mon.1) 677 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.393188+0000 mon.c (mon.1) 678 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.396827+0000 mon.c (mon.1) 679 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.398227+0000 mon.c (mon.1) 680 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.404899+0000 mon.a (mon.0) 570 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.486833+0000 mon.c (mon.1) 681 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.489182+0000 mon.c (mon.1) 682 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.493518+0000 mon.c (mon.1) 683 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.494942+0000 mon.c (mon.1) 684 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.503927+0000 mon.a (mon.0) 571 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.538339+0000 mon.a (mon.0) 572 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.556246+0000 mon.a (mon.0) 573 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.567843+0000 mon.a (mon.0) 574 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.581897+0000 mon.c (mon.1) 685 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.584966+0000 mon.c (mon.1) 686 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.587260+0000 mon.c (mon.1) 687 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.588219+0000 mon.c (mon.1) 688 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.596745+0000 mon.a (mon.0) 575 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:55.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.681235+0000 mon.c (mon.1) 689 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:55.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.684102+0000 mon.c (mon.1) 690 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:55.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.687648+0000 mon.c (mon.1) 691 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:55.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.688920+0000 mon.c (mon.1) 692 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:55.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:55 smithi144 bash[66528]: audit 2023-12-07T15:56:55.697363+0000 mon.a (mon.0) 576 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: cephadm 2023-12-07T15:56:54.154335+0000 mgr.y (mgr.25453) 650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: cephadm 2023-12-07T15:56:54.253040+0000 mgr.y (mgr.25453) 651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: cephadm 2023-12-07T15:56:54.349838+0000 mgr.y (mgr.25453) 652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: cephadm 2023-12-07T15:56:54.449754+0000 mgr.y (mgr.25453) 653 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: cephadm 2023-12-07T15:56:54.545661+0000 mgr.y (mgr.25453) 654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: cephadm 2023-12-07T15:56:54.644496+0000 mgr.y (mgr.25453) 655 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: cephadm 2023-12-07T15:56:54.743160+0000 mgr.y (mgr.25453) 656 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:54.827176+0000 mon.c (mon.1) 653 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:54.829513+0000 mon.c (mon.1) 654 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:54.832755+0000 mon.c (mon.1) 655 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:54.833988+0000 mon.c (mon.1) 656 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:54.844730+0000 mon.a (mon.0) 564 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: cephadm 2023-12-07T15:56:54.845545+0000 mgr.y (mgr.25453) 657 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:54.927251+0000 mon.c (mon.1) 657 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:54.929491+0000 mon.c (mon.1) 658 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:54.933459+0000 mon.c (mon.1) 659 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:54.934859+0000 mon.c (mon.1) 660 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:54.942617+0000 mon.a (mon.0) 565 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: cephadm 2023-12-07T15:56:54.943511+0000 mgr.y (mgr.25453) 658 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.021515+0000 mon.c (mon.1) 661 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.024217+0000 mon.c (mon.1) 662 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.027236+0000 mon.c (mon.1) 663 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.028287+0000 mon.c (mon.1) 664 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.034753+0000 mon.a (mon.0) 566 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: cephadm 2023-12-07T15:56:55.037730+0000 mgr.y (mgr.25453) 659 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.119678+0000 mon.c (mon.1) 665 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.121763+0000 mon.c (mon.1) 666 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.124686+0000 mon.c (mon.1) 667 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.126001+0000 mon.c (mon.1) 668 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.136318+0000 mon.a (mon.0) 567 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.218918+0000 mon.c (mon.1) 669 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.221366+0000 mon.c (mon.1) 670 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.224251+0000 mon.c (mon.1) 671 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.225386+0000 mon.c (mon.1) 672 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.232631+0000 mon.a (mon.0) 568 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.310463+0000 mon.c (mon.1) 673 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.312541+0000 mon.c (mon.1) 674 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.315056+0000 mon.c (mon.1) 675 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.315964+0000 mon.c (mon.1) 676 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.326878+0000 mon.a (mon.0) 569 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.390536+0000 mon.c (mon.1) 677 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.393188+0000 mon.c (mon.1) 678 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.396827+0000 mon.c (mon.1) 679 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.398227+0000 mon.c (mon.1) 680 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.404899+0000 mon.a (mon.0) 570 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.486833+0000 mon.c (mon.1) 681 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.489182+0000 mon.c (mon.1) 682 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.493518+0000 mon.c (mon.1) 683 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.494942+0000 mon.c (mon.1) 684 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.503927+0000 mon.a (mon.0) 571 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.538339+0000 mon.a (mon.0) 572 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.556246+0000 mon.a (mon.0) 573 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.567843+0000 mon.a (mon.0) 574 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.581897+0000 mon.c (mon.1) 685 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.584966+0000 mon.c (mon.1) 686 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.587260+0000 mon.c (mon.1) 687 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.588219+0000 mon.c (mon.1) 688 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.596745+0000 mon.a (mon.0) 575 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.681235+0000 mon.c (mon.1) 689 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.684102+0000 mon.c (mon.1) 690 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.687648+0000 mon.c (mon.1) 691 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.688920+0000 mon.c (mon.1) 692 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[81553]: audit 2023-12-07T15:56:55.697363+0000 mon.a (mon.0) 576 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: cephadm 2023-12-07T15:56:54.154335+0000 mgr.y (mgr.25453) 650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: cephadm 2023-12-07T15:56:54.253040+0000 mgr.y (mgr.25453) 651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: cephadm 2023-12-07T15:56:54.349838+0000 mgr.y (mgr.25453) 652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: cephadm 2023-12-07T15:56:54.449754+0000 mgr.y (mgr.25453) 653 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: cephadm 2023-12-07T15:56:54.545661+0000 mgr.y (mgr.25453) 654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: cephadm 2023-12-07T15:56:54.644496+0000 mgr.y (mgr.25453) 655 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: cephadm 2023-12-07T15:56:54.743160+0000 mgr.y (mgr.25453) 656 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:54.827176+0000 mon.c (mon.1) 653 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:54.829513+0000 mon.c (mon.1) 654 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:54.832755+0000 mon.c (mon.1) 655 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:54.833988+0000 mon.c (mon.1) 656 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:54.844730+0000 mon.a (mon.0) 564 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: cephadm 2023-12-07T15:56:54.845545+0000 mgr.y (mgr.25453) 657 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:54.927251+0000 mon.c (mon.1) 657 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:54.929491+0000 mon.c (mon.1) 658 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:54.933459+0000 mon.c (mon.1) 659 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:54.934859+0000 mon.c (mon.1) 660 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:54.942617+0000 mon.a (mon.0) 565 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: cephadm 2023-12-07T15:56:54.943511+0000 mgr.y (mgr.25453) 658 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.021515+0000 mon.c (mon.1) 661 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.024217+0000 mon.c (mon.1) 662 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.027236+0000 mon.c (mon.1) 663 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.028287+0000 mon.c (mon.1) 664 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.034753+0000 mon.a (mon.0) 566 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: cephadm 2023-12-07T15:56:55.037730+0000 mgr.y (mgr.25453) 659 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.119678+0000 mon.c (mon.1) 665 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.121763+0000 mon.c (mon.1) 666 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.124686+0000 mon.c (mon.1) 667 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.126001+0000 mon.c (mon.1) 668 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.136318+0000 mon.a (mon.0) 567 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.218918+0000 mon.c (mon.1) 669 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.221366+0000 mon.c (mon.1) 670 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.224251+0000 mon.c (mon.1) 671 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.225386+0000 mon.c (mon.1) 672 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.232631+0000 mon.a (mon.0) 568 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.310463+0000 mon.c (mon.1) 673 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.312541+0000 mon.c (mon.1) 674 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.315056+0000 mon.c (mon.1) 675 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.315964+0000 mon.c (mon.1) 676 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.326878+0000 mon.a (mon.0) 569 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.390536+0000 mon.c (mon.1) 677 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.393188+0000 mon.c (mon.1) 678 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.396827+0000 mon.c (mon.1) 679 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.398227+0000 mon.c (mon.1) 680 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.404899+0000 mon.a (mon.0) 570 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.486833+0000 mon.c (mon.1) 681 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.489182+0000 mon.c (mon.1) 682 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.493518+0000 mon.c (mon.1) 683 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.494942+0000 mon.c (mon.1) 684 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.503927+0000 mon.a (mon.0) 571 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.538339+0000 mon.a (mon.0) 572 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.556246+0000 mon.a (mon.0) 573 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.567843+0000 mon.a (mon.0) 574 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.581897+0000 mon.c (mon.1) 685 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.584966+0000 mon.c (mon.1) 686 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.587260+0000 mon.c (mon.1) 687 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.588219+0000 mon.c (mon.1) 688 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.596745+0000 mon.a (mon.0) 575 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.681235+0000 mon.c (mon.1) 689 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.684102+0000 mon.c (mon.1) 690 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.687648+0000 mon.c (mon.1) 691 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.688920+0000 mon.c (mon.1) 692 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:55 smithi121 bash[83807]: audit 2023-12-07T15:56:55.697363+0000 mon.a (mon.0) 576 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.789 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[91352]: debug 2023-12-07T15:56:56.523+0000 7fc48929f640 -1 osd.1 0 read_superblock omap replica is missing. 2023-12-07T15:56:56.790 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[91352]: debug 2023-12-07T15:56:56.563+0000 7fc48929f640 -1 osd.1 118 log_to_monitors true 2023-12-07T15:56:56.794 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: cephadm 2023-12-07T15:56:55.137451+0000 mgr.y (mgr.25453) 660 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.794 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: cephadm 2023-12-07T15:56:55.233792+0000 mgr.y (mgr.25453) 661 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.794 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: cephadm 2023-12-07T15:56:55.327838+0000 mgr.y (mgr.25453) 662 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.794 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: cephadm 2023-12-07T15:56:55.407505+0000 mgr.y (mgr.25453) 663 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.794 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: cephadm 2023-12-07T15:56:55.505776+0000 mgr.y (mgr.25453) 664 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.795 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: cephadm 2023-12-07T15:56:55.597553+0000 mgr.y (mgr.25453) 665 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.795 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: cephadm 2023-12-07T15:56:55.699445+0000 mgr.y (mgr.25453) 666 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.795 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:55.786354+0000 mon.c (mon.1) 693 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.795 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:55.788618+0000 mon.c (mon.1) 694 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.795 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:55.790717+0000 mon.c (mon.1) 695 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.795 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:55.791437+0000 mon.c (mon.1) 696 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.795 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:55.796905+0000 mon.a (mon.0) 577 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.795 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: cephadm 2023-12-07T15:56:55.797701+0000 mgr.y (mgr.25453) 667 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.795 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: cluster 2023-12-07T15:56:55.806740+0000 mgr.y (mgr.25453) 668 : cluster 0 pgmap v143: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T15:56:56.795 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:55.874101+0000 mon.c (mon.1) 697 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.795 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:55.876770+0000 mon.c (mon.1) 698 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.795 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:55.879844+0000 mon.c (mon.1) 699 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.795 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:55.880895+0000 mon.c (mon.1) 700 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.795 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:55.888251+0000 mon.a (mon.0) 578 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.796 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: cephadm 2023-12-07T15:56:55.889558+0000 mgr.y (mgr.25453) 669 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.796 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:55.956655+0000 mon.c (mon.1) 701 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.796 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:55.959541+0000 mon.c (mon.1) 702 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.796 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:55.962563+0000 mon.c (mon.1) 703 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.796 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:55.963923+0000 mon.c (mon.1) 704 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.796 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:55.970580+0000 mon.a (mon.0) 579 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.796 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: cephadm 2023-12-07T15:56:55.971338+0000 mgr.y (mgr.25453) 670 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.796 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.050843+0000 mon.c (mon.1) 705 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.796 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.053424+0000 mon.c (mon.1) 706 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.796 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.058775+0000 mon.c (mon.1) 707 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.796 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.060405+0000 mon.c (mon.1) 708 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.796 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.068118+0000 mon.a (mon.0) 580 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.796 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: cephadm 2023-12-07T15:56:56.069680+0000 mgr.y (mgr.25453) 671 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:56.796 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.152073+0000 mon.c (mon.1) 709 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.797 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.155014+0000 mon.c (mon.1) 710 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.797 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.158314+0000 mon.c (mon.1) 711 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.797 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.159448+0000 mon.c (mon.1) 712 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.797 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.165956+0000 mon.a (mon.0) 581 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.797 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.249033+0000 mon.c (mon.1) 713 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.797 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.252262+0000 mon.c (mon.1) 714 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.797 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.254959+0000 mon.c (mon.1) 715 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.797 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.256184+0000 mon.c (mon.1) 716 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.797 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.263470+0000 mon.a (mon.0) 582 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.797 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.333286+0000 mon.c (mon.1) 717 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.797 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.335978+0000 mon.c (mon.1) 718 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:56.797 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.339402+0000 mon.c (mon.1) 719 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:56.797 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.340602+0000 mon.c (mon.1) 720 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:56.797 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.348117+0000 mon.a (mon.0) 583 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:56.797 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.429648+0000 mon.c (mon.1) 721 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.798 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.433404+0000 mon.c (mon.1) 722 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: cephadm 2023-12-07T15:56:55.137451+0000 mgr.y (mgr.25453) 660 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: cephadm 2023-12-07T15:56:55.233792+0000 mgr.y (mgr.25453) 661 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: cephadm 2023-12-07T15:56:55.327838+0000 mgr.y (mgr.25453) 662 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: cephadm 2023-12-07T15:56:55.407505+0000 mgr.y (mgr.25453) 663 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: cephadm 2023-12-07T15:56:55.505776+0000 mgr.y (mgr.25453) 664 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: cephadm 2023-12-07T15:56:55.597553+0000 mgr.y (mgr.25453) 665 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: cephadm 2023-12-07T15:56:55.699445+0000 mgr.y (mgr.25453) 666 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:55.786354+0000 mon.c (mon.1) 693 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:55.788618+0000 mon.c (mon.1) 694 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:55.790717+0000 mon.c (mon.1) 695 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:55.791437+0000 mon.c (mon.1) 696 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:55.796905+0000 mon.a (mon.0) 577 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: cephadm 2023-12-07T15:56:55.797701+0000 mgr.y (mgr.25453) 667 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: cluster 2023-12-07T15:56:55.806740+0000 mgr.y (mgr.25453) 668 : cluster 0 pgmap v143: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T15:56:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:55.874101+0000 mon.c (mon.1) 697 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:55.876770+0000 mon.c (mon.1) 698 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:55.879844+0000 mon.c (mon.1) 699 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:55.880895+0000 mon.c (mon.1) 700 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:55.888251+0000 mon.a (mon.0) 578 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: cephadm 2023-12-07T15:56:55.889558+0000 mgr.y (mgr.25453) 669 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:55.956655+0000 mon.c (mon.1) 701 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:55.959541+0000 mon.c (mon.1) 702 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:55.962563+0000 mon.c (mon.1) 703 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:55.963923+0000 mon.c (mon.1) 704 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:55.970580+0000 mon.a (mon.0) 579 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: cephadm 2023-12-07T15:56:55.971338+0000 mgr.y (mgr.25453) 670 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.050843+0000 mon.c (mon.1) 705 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.053424+0000 mon.c (mon.1) 706 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.058775+0000 mon.c (mon.1) 707 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.060405+0000 mon.c (mon.1) 708 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.068118+0000 mon.a (mon.0) 580 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: cephadm 2023-12-07T15:56:56.069680+0000 mgr.y (mgr.25453) 671 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.152073+0000 mon.c (mon.1) 709 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.155014+0000 mon.c (mon.1) 710 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.158314+0000 mon.c (mon.1) 711 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.159448+0000 mon.c (mon.1) 712 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.165956+0000 mon.a (mon.0) 581 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.249033+0000 mon.c (mon.1) 713 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.252262+0000 mon.c (mon.1) 714 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.254959+0000 mon.c (mon.1) 715 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.256184+0000 mon.c (mon.1) 716 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.263470+0000 mon.a (mon.0) 582 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.333286+0000 mon.c (mon.1) 717 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.335978+0000 mon.c (mon.1) 718 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.339402+0000 mon.c (mon.1) 719 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.340602+0000 mon.c (mon.1) 720 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.348117+0000 mon.a (mon.0) 583 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.429648+0000 mon.c (mon.1) 721 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.433404+0000 mon.c (mon.1) 722 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.436573+0000 mon.c (mon.1) 723 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.437764+0000 mon.c (mon.1) 724 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.444920+0000 mon.a (mon.0) 584 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.525079+0000 mon.c (mon.1) 725 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.527393+0000 mon.c (mon.1) 726 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.530825+0000 mon.c (mon.1) 727 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.532195+0000 mon.c (mon.1) 728 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.540991+0000 mon.a (mon.0) 585 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.567793+0000 mon.a (mon.0) 586 : audit 1 from='osd.1 [v2:172.21.15.121:6810/3902974812,v1:172.21.15.121:6811/3902974812]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T15:56:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.628027+0000 mon.c (mon.1) 729 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.630192+0000 mon.c (mon.1) 730 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.632362+0000 mon.c (mon.1) 731 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.633269+0000 mon.c (mon.1) 732 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.639348+0000 mon.a (mon.0) 587 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.719311+0000 mon.c (mon.1) 733 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.723032+0000 mon.c (mon.1) 734 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.726343+0000 mon.c (mon.1) 735 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.727731+0000 mon.c (mon.1) 736 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[83807]: audit 2023-12-07T15:56:56.736771+0000 mon.a (mon.0) 588 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.436573+0000 mon.c (mon.1) 723 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.437764+0000 mon.c (mon.1) 724 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.444920+0000 mon.a (mon.0) 584 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.525079+0000 mon.c (mon.1) 725 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.527393+0000 mon.c (mon.1) 726 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.530825+0000 mon.c (mon.1) 727 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.532195+0000 mon.c (mon.1) 728 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.540991+0000 mon.a (mon.0) 585 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.567793+0000 mon.a (mon.0) 586 : audit 1 from='osd.1 [v2:172.21.15.121:6810/3902974812,v1:172.21.15.121:6811/3902974812]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T15:56:57.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.628027+0000 mon.c (mon.1) 729 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.630192+0000 mon.c (mon.1) 730 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.632362+0000 mon.c (mon.1) 731 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.633269+0000 mon.c (mon.1) 732 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.639348+0000 mon.a (mon.0) 587 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.719311+0000 mon.c (mon.1) 733 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.723032+0000 mon.c (mon.1) 734 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.726343+0000 mon.c (mon.1) 735 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.727731+0000 mon.c (mon.1) 736 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:56 smithi121 bash[81553]: audit 2023-12-07T15:56:56.736771+0000 mon.a (mon.0) 588 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: cephadm 2023-12-07T15:56:55.137451+0000 mgr.y (mgr.25453) 660 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: cephadm 2023-12-07T15:56:55.233792+0000 mgr.y (mgr.25453) 661 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: cephadm 2023-12-07T15:56:55.327838+0000 mgr.y (mgr.25453) 662 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: cephadm 2023-12-07T15:56:55.407505+0000 mgr.y (mgr.25453) 663 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: cephadm 2023-12-07T15:56:55.505776+0000 mgr.y (mgr.25453) 664 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: cephadm 2023-12-07T15:56:55.597553+0000 mgr.y (mgr.25453) 665 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: cephadm 2023-12-07T15:56:55.699445+0000 mgr.y (mgr.25453) 666 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:55.786354+0000 mon.c (mon.1) 693 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:55.788618+0000 mon.c (mon.1) 694 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:55.790717+0000 mon.c (mon.1) 695 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:55.791437+0000 mon.c (mon.1) 696 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:55.796905+0000 mon.a (mon.0) 577 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: cephadm 2023-12-07T15:56:55.797701+0000 mgr.y (mgr.25453) 667 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: cluster 2023-12-07T15:56:55.806740+0000 mgr.y (mgr.25453) 668 : cluster 0 pgmap v143: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T15:56:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:55.874101+0000 mon.c (mon.1) 697 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:55.876770+0000 mon.c (mon.1) 698 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:55.879844+0000 mon.c (mon.1) 699 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:55.880895+0000 mon.c (mon.1) 700 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:55.888251+0000 mon.a (mon.0) 578 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: cephadm 2023-12-07T15:56:55.889558+0000 mgr.y (mgr.25453) 669 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:55.956655+0000 mon.c (mon.1) 701 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:55.959541+0000 mon.c (mon.1) 702 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:55.962563+0000 mon.c (mon.1) 703 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:55.963923+0000 mon.c (mon.1) 704 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:55.970580+0000 mon.a (mon.0) 579 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: cephadm 2023-12-07T15:56:55.971338+0000 mgr.y (mgr.25453) 670 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.050843+0000 mon.c (mon.1) 705 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.053424+0000 mon.c (mon.1) 706 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.058775+0000 mon.c (mon.1) 707 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.060405+0000 mon.c (mon.1) 708 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.068118+0000 mon.a (mon.0) 580 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: cephadm 2023-12-07T15:56:56.069680+0000 mgr.y (mgr.25453) 671 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.152073+0000 mon.c (mon.1) 709 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.155014+0000 mon.c (mon.1) 710 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.158314+0000 mon.c (mon.1) 711 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.159448+0000 mon.c (mon.1) 712 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.165956+0000 mon.a (mon.0) 581 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.249033+0000 mon.c (mon.1) 713 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.252262+0000 mon.c (mon.1) 714 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.254959+0000 mon.c (mon.1) 715 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.256184+0000 mon.c (mon.1) 716 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.263470+0000 mon.a (mon.0) 582 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.333286+0000 mon.c (mon.1) 717 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.335978+0000 mon.c (mon.1) 718 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.339402+0000 mon.c (mon.1) 719 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.340602+0000 mon.c (mon.1) 720 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.348117+0000 mon.a (mon.0) 583 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.429648+0000 mon.c (mon.1) 721 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.433404+0000 mon.c (mon.1) 722 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.436573+0000 mon.c (mon.1) 723 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.437764+0000 mon.c (mon.1) 724 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.444920+0000 mon.a (mon.0) 584 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.525079+0000 mon.c (mon.1) 725 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.527393+0000 mon.c (mon.1) 726 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.530825+0000 mon.c (mon.1) 727 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.532195+0000 mon.c (mon.1) 728 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.540991+0000 mon.a (mon.0) 585 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.567793+0000 mon.a (mon.0) 586 : audit 1 from='osd.1 [v2:172.21.15.121:6810/3902974812,v1:172.21.15.121:6811/3902974812]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T15:56:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.628027+0000 mon.c (mon.1) 729 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.630192+0000 mon.c (mon.1) 730 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.632362+0000 mon.c (mon.1) 731 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.633269+0000 mon.c (mon.1) 732 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.639348+0000 mon.a (mon.0) 587 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.719311+0000 mon.c (mon.1) 733 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.723032+0000 mon.c (mon.1) 734 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.726343+0000 mon.c (mon.1) 735 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.727731+0000 mon.c (mon.1) 736 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:56 smithi144 bash[66528]: audit 2023-12-07T15:56:56.736771+0000 mon.a (mon.0) 588 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: cephadm 2023-12-07T15:56:56.169674+0000 mgr.y (mgr.25453) 672 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: cephadm 2023-12-07T15:56:56.266626+0000 mgr.y (mgr.25453) 673 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: cephadm 2023-12-07T15:56:56.348989+0000 mgr.y (mgr.25453) 674 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: cephadm 2023-12-07T15:56:56.446527+0000 mgr.y (mgr.25453) 675 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: cephadm 2023-12-07T15:56:56.544973+0000 mgr.y (mgr.25453) 676 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: cephadm 2023-12-07T15:56:56.640544+0000 mgr.y (mgr.25453) 677 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: cephadm 2023-12-07T15:56:56.737488+0000 mgr.y (mgr.25453) 678 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:56.814935+0000 mon.c (mon.1) 737 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:56.817799+0000 mon.c (mon.1) 738 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:56.821527+0000 mon.c (mon.1) 739 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:56.822572+0000 mon.c (mon.1) 740 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:56.830556+0000 mon.a (mon.0) 589 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: cephadm 2023-12-07T15:56:56.831622+0000 mgr.y (mgr.25453) 679 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:56.912223+0000 mon.c (mon.1) 741 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:56.916158+0000 mon.c (mon.1) 742 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:56.919863+0000 mon.c (mon.1) 743 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:56.921104+0000 mon.c (mon.1) 744 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:56.929528+0000 mon.a (mon.0) 590 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: cephadm 2023-12-07T15:56:56.930498+0000 mgr.y (mgr.25453) 680 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.009417+0000 mon.c (mon.1) 745 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.012230+0000 mon.c (mon.1) 746 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.015734+0000 mon.c (mon.1) 747 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.017560+0000 mon.c (mon.1) 748 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.027989+0000 mon.a (mon.0) 591 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: cephadm 2023-12-07T15:56:57.030085+0000 mgr.y (mgr.25453) 681 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.091973+0000 mon.c (mon.1) 749 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.096766+0000 mon.c (mon.1) 750 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.100783+0000 mon.c (mon.1) 751 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.102382+0000 mon.c (mon.1) 752 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.111448+0000 mon.a (mon.0) 592 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: cephadm 2023-12-07T15:56:57.112423+0000 mgr.y (mgr.25453) 682 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.195042+0000 mon.c (mon.1) 753 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.197295+0000 mon.c (mon.1) 754 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.200300+0000 mon.c (mon.1) 755 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.201504+0000 mon.c (mon.1) 756 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.211898+0000 mon.a (mon.0) 593 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.292242+0000 mon.c (mon.1) 757 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.294316+0000 mon.c (mon.1) 758 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.297382+0000 mon.c (mon.1) 759 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.298506+0000 mon.c (mon.1) 760 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.308232+0000 mon.a (mon.0) 594 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.391430+0000 mon.c (mon.1) 761 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.393329+0000 mon.c (mon.1) 762 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.395883+0000 mon.c (mon.1) 763 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.396982+0000 mon.c (mon.1) 764 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.404822+0000 mon.a (mon.0) 595 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.463604+0000 mon.a (mon.0) 596 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.465270+0000 mon.c (mon.1) 765 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:56:57.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.503586+0000 mon.c (mon.1) 766 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.505888+0000 mon.c (mon.1) 767 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.511057+0000 mon.c (mon.1) 768 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.512695+0000 mon.c (mon.1) 769 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.523613+0000 mon.a (mon.0) 597 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:57.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.541653+0000 mon.a (mon.0) 598 : audit 1 from='osd.1 [v2:172.21.15.121:6810/3902974812,v1:172.21.15.121:6811/3902974812]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T15:56:57.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: cluster 2023-12-07T15:56:57.544954+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T15:56:57.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: cluster 2023-12-07T15:56:57.546384+0000 mon.a (mon.0) 599 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-07T15:56:57.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.547139+0000 mon.a (mon.0) 600 : audit 1 from='osd.1 [v2:172.21.15.121:6810/3902974812,v1:172.21.15.121:6811/3902974812]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:56:57.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: cephadm 2023-12-07T15:56:56.169674+0000 mgr.y (mgr.25453) 672 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: cephadm 2023-12-07T15:56:56.266626+0000 mgr.y (mgr.25453) 673 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: cephadm 2023-12-07T15:56:56.348989+0000 mgr.y (mgr.25453) 674 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: cephadm 2023-12-07T15:56:56.446527+0000 mgr.y (mgr.25453) 675 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: cephadm 2023-12-07T15:56:56.544973+0000 mgr.y (mgr.25453) 676 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: cephadm 2023-12-07T15:56:56.640544+0000 mgr.y (mgr.25453) 677 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: cephadm 2023-12-07T15:56:56.737488+0000 mgr.y (mgr.25453) 678 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:57.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:56.814935+0000 mon.c (mon.1) 737 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:56.817799+0000 mon.c (mon.1) 738 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:57.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:56.821527+0000 mon.c (mon.1) 739 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:56.822572+0000 mon.c (mon.1) 740 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.815 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[91352]: debug 2023-12-07T15:56:57.591+0000 7fc476708700 -1 osd.1 118 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:56:58.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.609659+0000 mon.c (mon.1) 770 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.615452+0000 mon.c (mon.1) 771 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.619271+0000 mon.c (mon.1) 772 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.620290+0000 mon.c (mon.1) 773 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.627654+0000 mon.a (mon.0) 601 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.689270+0000 mon.c (mon.1) 774 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.692214+0000 mon.c (mon.1) 775 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.694886+0000 mon.c (mon.1) 776 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.695967+0000 mon.c (mon.1) 777 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.703243+0000 mon.a (mon.0) 602 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.785172+0000 mon.c (mon.1) 778 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.787606+0000 mon.c (mon.1) 779 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.789867+0000 mon.c (mon.1) 780 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[83807]: audit 2023-12-07T15:56:57.790958+0000 mon.c (mon.1) 781 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:56.830556+0000 mon.a (mon.0) 589 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: cephadm 2023-12-07T15:56:56.831622+0000 mgr.y (mgr.25453) 679 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:58.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:56.912223+0000 mon.c (mon.1) 741 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:56.916158+0000 mon.c (mon.1) 742 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:56.919863+0000 mon.c (mon.1) 743 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:56.921104+0000 mon.c (mon.1) 744 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:56.929528+0000 mon.a (mon.0) 590 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: cephadm 2023-12-07T15:56:56.930498+0000 mgr.y (mgr.25453) 680 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:58.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.009417+0000 mon.c (mon.1) 745 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.012230+0000 mon.c (mon.1) 746 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.015734+0000 mon.c (mon.1) 747 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.017560+0000 mon.c (mon.1) 748 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.027989+0000 mon.a (mon.0) 591 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: cephadm 2023-12-07T15:56:57.030085+0000 mgr.y (mgr.25453) 681 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:58.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.091973+0000 mon.c (mon.1) 749 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.096766+0000 mon.c (mon.1) 750 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.100783+0000 mon.c (mon.1) 751 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.102382+0000 mon.c (mon.1) 752 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.111448+0000 mon.a (mon.0) 592 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: cephadm 2023-12-07T15:56:57.112423+0000 mgr.y (mgr.25453) 682 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:58.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.195042+0000 mon.c (mon.1) 753 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.197295+0000 mon.c (mon.1) 754 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.200300+0000 mon.c (mon.1) 755 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.201504+0000 mon.c (mon.1) 756 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.211898+0000 mon.a (mon.0) 593 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.292242+0000 mon.c (mon.1) 757 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.294316+0000 mon.c (mon.1) 758 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.297382+0000 mon.c (mon.1) 759 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.298506+0000 mon.c (mon.1) 760 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.308232+0000 mon.a (mon.0) 594 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.391430+0000 mon.c (mon.1) 761 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.393329+0000 mon.c (mon.1) 762 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.395883+0000 mon.c (mon.1) 763 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.396982+0000 mon.c (mon.1) 764 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.404822+0000 mon.a (mon.0) 595 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.463604+0000 mon.a (mon.0) 596 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.465270+0000 mon.c (mon.1) 765 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:56:58.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.503586+0000 mon.c (mon.1) 766 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.505888+0000 mon.c (mon.1) 767 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.511057+0000 mon.c (mon.1) 768 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.512695+0000 mon.c (mon.1) 769 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.523613+0000 mon.a (mon.0) 597 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.541653+0000 mon.a (mon.0) 598 : audit 1 from='osd.1 [v2:172.21.15.121:6810/3902974812,v1:172.21.15.121:6811/3902974812]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T15:56:58.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: cluster 2023-12-07T15:56:57.544954+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T15:56:58.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: cluster 2023-12-07T15:56:57.546384+0000 mon.a (mon.0) 599 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-07T15:56:58.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.547139+0000 mon.a (mon.0) 600 : audit 1 from='osd.1 [v2:172.21.15.121:6810/3902974812,v1:172.21.15.121:6811/3902974812]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:56:58.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.609659+0000 mon.c (mon.1) 770 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.615452+0000 mon.c (mon.1) 771 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.619271+0000 mon.c (mon.1) 772 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.620290+0000 mon.c (mon.1) 773 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.627654+0000 mon.a (mon.0) 601 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.689270+0000 mon.c (mon.1) 774 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.692214+0000 mon.c (mon.1) 775 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.694886+0000 mon.c (mon.1) 776 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.695967+0000 mon.c (mon.1) 777 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.703243+0000 mon.a (mon.0) 602 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.785172+0000 mon.c (mon.1) 778 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.787606+0000 mon.c (mon.1) 779 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.789867+0000 mon.c (mon.1) 780 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:57 smithi121 bash[81553]: audit 2023-12-07T15:56:57.790958+0000 mon.c (mon.1) 781 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: cephadm 2023-12-07T15:56:56.169674+0000 mgr.y (mgr.25453) 672 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:58.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: cephadm 2023-12-07T15:56:56.266626+0000 mgr.y (mgr.25453) 673 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:58.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: cephadm 2023-12-07T15:56:56.348989+0000 mgr.y (mgr.25453) 674 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:58.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: cephadm 2023-12-07T15:56:56.446527+0000 mgr.y (mgr.25453) 675 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: cephadm 2023-12-07T15:56:56.544973+0000 mgr.y (mgr.25453) 676 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: cephadm 2023-12-07T15:56:56.640544+0000 mgr.y (mgr.25453) 677 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: cephadm 2023-12-07T15:56:56.737488+0000 mgr.y (mgr.25453) 678 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:56.814935+0000 mon.c (mon.1) 737 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:56.817799+0000 mon.c (mon.1) 738 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:56.821527+0000 mon.c (mon.1) 739 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:56.822572+0000 mon.c (mon.1) 740 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:56.830556+0000 mon.a (mon.0) 589 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: cephadm 2023-12-07T15:56:56.831622+0000 mgr.y (mgr.25453) 679 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:56.912223+0000 mon.c (mon.1) 741 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:56.916158+0000 mon.c (mon.1) 742 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:56.919863+0000 mon.c (mon.1) 743 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:56.921104+0000 mon.c (mon.1) 744 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:56.929528+0000 mon.a (mon.0) 590 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: cephadm 2023-12-07T15:56:56.930498+0000 mgr.y (mgr.25453) 680 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.009417+0000 mon.c (mon.1) 745 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.012230+0000 mon.c (mon.1) 746 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.015734+0000 mon.c (mon.1) 747 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.017560+0000 mon.c (mon.1) 748 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.027989+0000 mon.a (mon.0) 591 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: cephadm 2023-12-07T15:56:57.030085+0000 mgr.y (mgr.25453) 681 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.091973+0000 mon.c (mon.1) 749 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.096766+0000 mon.c (mon.1) 750 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.100783+0000 mon.c (mon.1) 751 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.102382+0000 mon.c (mon.1) 752 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.111448+0000 mon.a (mon.0) 592 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: cephadm 2023-12-07T15:56:57.112423+0000 mgr.y (mgr.25453) 682 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.195042+0000 mon.c (mon.1) 753 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.197295+0000 mon.c (mon.1) 754 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.200300+0000 mon.c (mon.1) 755 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.201504+0000 mon.c (mon.1) 756 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.211898+0000 mon.a (mon.0) 593 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.292242+0000 mon.c (mon.1) 757 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.294316+0000 mon.c (mon.1) 758 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.297382+0000 mon.c (mon.1) 759 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.298506+0000 mon.c (mon.1) 760 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.308232+0000 mon.a (mon.0) 594 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.391430+0000 mon.c (mon.1) 761 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.393329+0000 mon.c (mon.1) 762 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.395883+0000 mon.c (mon.1) 763 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.396982+0000 mon.c (mon.1) 764 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.404822+0000 mon.a (mon.0) 595 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.463604+0000 mon.a (mon.0) 596 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.465270+0000 mon.c (mon.1) 765 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:56:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.503586+0000 mon.c (mon.1) 766 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.505888+0000 mon.c (mon.1) 767 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.511057+0000 mon.c (mon.1) 768 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.512695+0000 mon.c (mon.1) 769 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.523613+0000 mon.a (mon.0) 597 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.541653+0000 mon.a (mon.0) 598 : audit 1 from='osd.1 [v2:172.21.15.121:6810/3902974812,v1:172.21.15.121:6811/3902974812]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T15:56:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: cluster 2023-12-07T15:56:57.544954+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T15:56:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: cluster 2023-12-07T15:56:57.546384+0000 mon.a (mon.0) 599 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-07T15:56:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.547139+0000 mon.a (mon.0) 600 : audit 1 from='osd.1 [v2:172.21.15.121:6810/3902974812,v1:172.21.15.121:6811/3902974812]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:56:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.609659+0000 mon.c (mon.1) 770 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.615452+0000 mon.c (mon.1) 771 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.619271+0000 mon.c (mon.1) 772 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.620290+0000 mon.c (mon.1) 773 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.627654+0000 mon.a (mon.0) 601 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.689270+0000 mon.c (mon.1) 774 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.692214+0000 mon.c (mon.1) 775 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.694886+0000 mon.c (mon.1) 776 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.695967+0000 mon.c (mon.1) 777 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:58.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.703243+0000 mon.a (mon.0) 602 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:58.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.785172+0000 mon.c (mon.1) 778 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:58.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.787606+0000 mon.c (mon.1) 779 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:58.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.789867+0000 mon.c (mon.1) 780 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:58.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:57 smithi144 bash[66528]: audit 2023-12-07T15:56:57.790958+0000 mon.c (mon.1) 781 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cephadm 2023-12-07T15:56:57.212620+0000 mgr.y (mgr.25453) 683 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cephadm 2023-12-07T15:56:57.309061+0000 mgr.y (mgr.25453) 684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cephadm 2023-12-07T15:56:57.405540+0000 mgr.y (mgr.25453) 685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cephadm 2023-12-07T15:56:57.524855+0000 mgr.y (mgr.25453) 686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cluster 2023-12-07T15:56:57.542884+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T15:56:59.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cephadm 2023-12-07T15:56:57.628276+0000 mgr.y (mgr.25453) 687 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cephadm 2023-12-07T15:56:57.704342+0000 mgr.y (mgr.25453) 688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:57.797025+0000 mon.a (mon.0) 603 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cephadm 2023-12-07T15:56:57.799942+0000 mgr.y (mgr.25453) 689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cluster 2023-12-07T15:56:57.807511+0000 mgr.y (mgr.25453) 690 : cluster 0 pgmap v145: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T15:56:59.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:57.878550+0000 mon.c (mon.1) 782 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:57.881282+0000 mon.c (mon.1) 783 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:57.884806+0000 mon.c (mon.1) 784 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:57.886135+0000 mon.c (mon.1) 785 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:57.894337+0000 mon.a (mon.0) 604 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cephadm 2023-12-07T15:56:57.895528+0000 mgr.y (mgr.25453) 691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:57.975037+0000 mon.c (mon.1) 786 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:57.977450+0000 mon.c (mon.1) 787 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:57.981067+0000 mon.c (mon.1) 788 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:57.982727+0000 mon.c (mon.1) 789 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:57.991461+0000 mon.a (mon.0) 605 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cephadm 2023-12-07T15:56:57.212620+0000 mgr.y (mgr.25453) 683 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cephadm 2023-12-07T15:56:57.309061+0000 mgr.y (mgr.25453) 684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cephadm 2023-12-07T15:56:57.405540+0000 mgr.y (mgr.25453) 685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cephadm 2023-12-07T15:56:57.524855+0000 mgr.y (mgr.25453) 686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cluster 2023-12-07T15:56:57.542884+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T15:56:59.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cephadm 2023-12-07T15:56:57.628276+0000 mgr.y (mgr.25453) 687 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cephadm 2023-12-07T15:56:57.704342+0000 mgr.y (mgr.25453) 688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:57.797025+0000 mon.a (mon.0) 603 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cephadm 2023-12-07T15:56:57.799942+0000 mgr.y (mgr.25453) 689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cluster 2023-12-07T15:56:57.807511+0000 mgr.y (mgr.25453) 690 : cluster 0 pgmap v145: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T15:56:59.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:57.878550+0000 mon.c (mon.1) 782 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:57.881282+0000 mon.c (mon.1) 783 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:57.884806+0000 mon.c (mon.1) 784 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:57.886135+0000 mon.c (mon.1) 785 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:57.894337+0000 mon.a (mon.0) 604 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cephadm 2023-12-07T15:56:57.895528+0000 mgr.y (mgr.25453) 691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:57.975037+0000 mon.c (mon.1) 786 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:57.977450+0000 mon.c (mon.1) 787 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:57.981067+0000 mon.c (mon.1) 788 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:57.982727+0000 mon.c (mon.1) 789 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:57.991461+0000 mon.a (mon.0) 605 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cephadm 2023-12-07T15:56:57.993108+0000 mgr.y (mgr.25453) 692 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.072799+0000 mon.c (mon.1) 790 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.075537+0000 mon.c (mon.1) 791 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.078642+0000 mon.c (mon.1) 792 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.079823+0000 mon.c (mon.1) 793 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.088467+0000 mon.a (mon.0) 606 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cephadm 2023-12-07T15:56:58.089384+0000 mgr.y (mgr.25453) 693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.170321+0000 mon.c (mon.1) 794 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.173258+0000 mon.c (mon.1) 795 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.176485+0000 mon.c (mon.1) 796 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.177424+0000 mon.c (mon.1) 797 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.184833+0000 mon.a (mon.0) 607 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cluster 2023-12-07T15:56:58.257533+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T15:56:59.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cluster 2023-12-07T15:56:58.257536+0000 osd.2 (osd.2) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T15:56:59.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.267529+0000 mon.c (mon.1) 798 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.270205+0000 mon.c (mon.1) 799 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.272640+0000 mon.c (mon.1) 800 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.273659+0000 mon.c (mon.1) 801 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.281377+0000 mon.a (mon.0) 608 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.362425+0000 mon.c (mon.1) 802 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.366320+0000 mon.c (mon.1) 803 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cephadm 2023-12-07T15:56:57.993108+0000 mgr.y (mgr.25453) 692 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.072799+0000 mon.c (mon.1) 790 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.075537+0000 mon.c (mon.1) 791 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.078642+0000 mon.c (mon.1) 792 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.079823+0000 mon.c (mon.1) 793 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.088467+0000 mon.a (mon.0) 606 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cephadm 2023-12-07T15:56:58.089384+0000 mgr.y (mgr.25453) 693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.170321+0000 mon.c (mon.1) 794 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.173258+0000 mon.c (mon.1) 795 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.176485+0000 mon.c (mon.1) 796 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.177424+0000 mon.c (mon.1) 797 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.184833+0000 mon.a (mon.0) 607 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cluster 2023-12-07T15:56:58.257533+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T15:56:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cluster 2023-12-07T15:56:58.257536+0000 osd.2 (osd.2) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T15:56:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.267529+0000 mon.c (mon.1) 798 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.270205+0000 mon.c (mon.1) 799 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.272640+0000 mon.c (mon.1) 800 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.273659+0000 mon.c (mon.1) 801 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.281377+0000 mon.a (mon.0) 608 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.362425+0000 mon.c (mon.1) 802 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.366320+0000 mon.c (mon.1) 803 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.368972+0000 mon.c (mon.1) 804 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.370205+0000 mon.c (mon.1) 805 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.378101+0000 mon.a (mon.0) 609 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.456505+0000 mon.c (mon.1) 806 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.458812+0000 mon.c (mon.1) 807 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.461397+0000 mon.c (mon.1) 808 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.462749+0000 mon.c (mon.1) 809 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.470374+0000 mon.a (mon.0) 610 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cluster 2023-12-07T15:56:58.542666+0000 mon.a (mon.0) 611 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:56:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cluster 2023-12-07T15:56:58.547831+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T15:56:59.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cluster 2023-12-07T15:56:58.549279+0000 mon.a (mon.0) 612 : cluster 1 osd.1 [v2:172.21.15.121:6810/3902974812,v1:172.21.15.121:6811/3902974812] boot 2023-12-07T15:56:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cluster 2023-12-07T15:56:58.549359+0000 mon.a (mon.0) 613 : cluster 0 osdmap e122: 8 total, 8 up, 8 in 2023-12-07T15:56:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.552944+0000 mon.c (mon.1) 810 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:56:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cluster 2023-12-07T15:56:58.555149+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T15:56:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: cluster 2023-12-07T15:56:58.555571+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T15:56:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.558696+0000 mon.c (mon.1) 811 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.574609+0000 mon.c (mon.1) 812 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.581537+0000 mon.c (mon.1) 813 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.586085+0000 mon.c (mon.1) 814 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.593269+0000 mon.a (mon.0) 614 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.672829+0000 mon.c (mon.1) 815 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.677078+0000 mon.c (mon.1) 816 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.680533+0000 mon.c (mon.1) 817 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.681605+0000 mon.c (mon.1) 818 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.688726+0000 mon.a (mon.0) 615 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.769571+0000 mon.c (mon.1) 819 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.772060+0000 mon.c (mon.1) 820 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.775459+0000 mon.c (mon.1) 821 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.776752+0000 mon.c (mon.1) 822 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[81553]: audit 2023-12-07T15:56:58.787665+0000 mon.a (mon.0) 616 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.368972+0000 mon.c (mon.1) 804 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.370205+0000 mon.c (mon.1) 805 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.378101+0000 mon.a (mon.0) 609 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.456505+0000 mon.c (mon.1) 806 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.458812+0000 mon.c (mon.1) 807 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.461397+0000 mon.c (mon.1) 808 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.462749+0000 mon.c (mon.1) 809 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.470374+0000 mon.a (mon.0) 610 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cluster 2023-12-07T15:56:58.542666+0000 mon.a (mon.0) 611 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:56:59.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cluster 2023-12-07T15:56:58.547831+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T15:56:59.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cluster 2023-12-07T15:56:58.549279+0000 mon.a (mon.0) 612 : cluster 1 osd.1 [v2:172.21.15.121:6810/3902974812,v1:172.21.15.121:6811/3902974812] boot 2023-12-07T15:56:59.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cluster 2023-12-07T15:56:58.549359+0000 mon.a (mon.0) 613 : cluster 0 osdmap e122: 8 total, 8 up, 8 in 2023-12-07T15:56:59.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.552944+0000 mon.c (mon.1) 810 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:56:59.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cluster 2023-12-07T15:56:58.555149+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T15:56:59.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: cluster 2023-12-07T15:56:58.555571+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T15:56:59.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.558696+0000 mon.c (mon.1) 811 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.574609+0000 mon.c (mon.1) 812 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.581537+0000 mon.c (mon.1) 813 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.586085+0000 mon.c (mon.1) 814 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.593269+0000 mon.a (mon.0) 614 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.672829+0000 mon.c (mon.1) 815 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.677078+0000 mon.c (mon.1) 816 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.680533+0000 mon.c (mon.1) 817 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.681605+0000 mon.c (mon.1) 818 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.688726+0000 mon.a (mon.0) 615 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.769571+0000 mon.c (mon.1) 819 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.772060+0000 mon.c (mon.1) 820 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.775459+0000 mon.c (mon.1) 821 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.776752+0000 mon.c (mon.1) 822 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:58 smithi121 bash[83807]: audit 2023-12-07T15:56:58.787665+0000 mon.a (mon.0) 616 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.126 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[61561]: ts=2023-12-07T15:56: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 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:56:59.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cephadm 2023-12-07T15:56:57.212620+0000 mgr.y (mgr.25453) 683 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cephadm 2023-12-07T15:56:57.309061+0000 mgr.y (mgr.25453) 684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cephadm 2023-12-07T15:56:57.405540+0000 mgr.y (mgr.25453) 685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cephadm 2023-12-07T15:56:57.524855+0000 mgr.y (mgr.25453) 686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cluster 2023-12-07T15:56:57.542884+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T15:56:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cephadm 2023-12-07T15:56:57.628276+0000 mgr.y (mgr.25453) 687 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cephadm 2023-12-07T15:56:57.704342+0000 mgr.y (mgr.25453) 688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:57.797025+0000 mon.a (mon.0) 603 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cephadm 2023-12-07T15:56:57.799942+0000 mgr.y (mgr.25453) 689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cluster 2023-12-07T15:56:57.807511+0000 mgr.y (mgr.25453) 690 : cluster 0 pgmap v145: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-07T15:56:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:57.878550+0000 mon.c (mon.1) 782 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:57.881282+0000 mon.c (mon.1) 783 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:57.884806+0000 mon.c (mon.1) 784 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:57.886135+0000 mon.c (mon.1) 785 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:57.894337+0000 mon.a (mon.0) 604 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cephadm 2023-12-07T15:56:57.895528+0000 mgr.y (mgr.25453) 691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:57.975037+0000 mon.c (mon.1) 786 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:57.977450+0000 mon.c (mon.1) 787 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:57.981067+0000 mon.c (mon.1) 788 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:57.982727+0000 mon.c (mon.1) 789 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:57.991461+0000 mon.a (mon.0) 605 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cephadm 2023-12-07T15:56:57.993108+0000 mgr.y (mgr.25453) 692 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.072799+0000 mon.c (mon.1) 790 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.075537+0000 mon.c (mon.1) 791 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.078642+0000 mon.c (mon.1) 792 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.079823+0000 mon.c (mon.1) 793 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.088467+0000 mon.a (mon.0) 606 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cephadm 2023-12-07T15:56:58.089384+0000 mgr.y (mgr.25453) 693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:56:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.170321+0000 mon.c (mon.1) 794 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.173258+0000 mon.c (mon.1) 795 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.176485+0000 mon.c (mon.1) 796 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.177424+0000 mon.c (mon.1) 797 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.184833+0000 mon.a (mon.0) 607 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cluster 2023-12-07T15:56:58.257533+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T15:56:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cluster 2023-12-07T15:56:58.257536+0000 osd.2 (osd.2) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-07T15:56:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.267529+0000 mon.c (mon.1) 798 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.270205+0000 mon.c (mon.1) 799 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.272640+0000 mon.c (mon.1) 800 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.273659+0000 mon.c (mon.1) 801 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.281377+0000 mon.a (mon.0) 608 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.362425+0000 mon.c (mon.1) 802 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.366320+0000 mon.c (mon.1) 803 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.368972+0000 mon.c (mon.1) 804 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.370205+0000 mon.c (mon.1) 805 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.378101+0000 mon.a (mon.0) 609 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.456505+0000 mon.c (mon.1) 806 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.458812+0000 mon.c (mon.1) 807 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.461397+0000 mon.c (mon.1) 808 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.462749+0000 mon.c (mon.1) 809 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.470374+0000 mon.a (mon.0) 610 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cluster 2023-12-07T15:56:58.542666+0000 mon.a (mon.0) 611 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:56:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cluster 2023-12-07T15:56:58.547831+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T15:56:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cluster 2023-12-07T15:56:58.549279+0000 mon.a (mon.0) 612 : cluster 1 osd.1 [v2:172.21.15.121:6810/3902974812,v1:172.21.15.121:6811/3902974812] boot 2023-12-07T15:56:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cluster 2023-12-07T15:56:58.549359+0000 mon.a (mon.0) 613 : cluster 0 osdmap e122: 8 total, 8 up, 8 in 2023-12-07T15:56:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.552944+0000 mon.c (mon.1) 810 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T15:56:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cluster 2023-12-07T15:56:58.555149+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T15:56:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: cluster 2023-12-07T15:56:58.555571+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T15:56:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.558696+0000 mon.c (mon.1) 811 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.574609+0000 mon.c (mon.1) 812 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.581537+0000 mon.c (mon.1) 813 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.586085+0000 mon.c (mon.1) 814 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.593269+0000 mon.a (mon.0) 614 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.672829+0000 mon.c (mon.1) 815 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.677078+0000 mon.c (mon.1) 816 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.680533+0000 mon.c (mon.1) 817 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.681605+0000 mon.c (mon.1) 818 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.688726+0000 mon.a (mon.0) 615 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:56:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.769571+0000 mon.c (mon.1) 819 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:59.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.772060+0000 mon.c (mon.1) 820 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:56:59.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.775459+0000 mon.c (mon.1) 821 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:59.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.776752+0000 mon.c (mon.1) 822 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:59.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:58 smithi144 bash[66528]: audit 2023-12-07T15:56:58.787665+0000 mon.a (mon.0) 616 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.003 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cephadm 2023-12-07T15:56:58.185713+0000 mgr.y (mgr.25453) 694 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.003 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cephadm 2023-12-07T15:56:58.282597+0000 mgr.y (mgr.25453) 695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.003 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cephadm 2023-12-07T15:56:58.379119+0000 mgr.y (mgr.25453) 696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.003 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cephadm 2023-12-07T15:56:58.472157+0000 mgr.y (mgr.25453) 697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.003 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cluster 2023-12-07T15:56:58.545705+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T15:57:00.003 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cluster 2023-12-07T15:56:58.554570+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T15:57:00.003 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cephadm 2023-12-07T15:56:58.594238+0000 mgr.y (mgr.25453) 698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.003 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cephadm 2023-12-07T15:56:58.690299+0000 mgr.y (mgr.25453) 699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.004 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cephadm 2023-12-07T15:56:58.790056+0000 mgr.y (mgr.25453) 700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.004 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:58.868731+0000 mon.c (mon.1) 823 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.004 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:58.871414+0000 mon.c (mon.1) 824 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.004 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:58.874269+0000 mon.c (mon.1) 825 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.004 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:58.875328+0000 mon.c (mon.1) 826 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.004 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:58.882861+0000 mon.a (mon.0) 617 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.004 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cephadm 2023-12-07T15:56:58.883981+0000 mgr.y (mgr.25453) 701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.004 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:58.946682+0000 mon.c (mon.1) 827 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.004 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:58.949878+0000 mon.c (mon.1) 828 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.004 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:58.953739+0000 mon.c (mon.1) 829 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.004 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:58.955355+0000 mon.c (mon.1) 830 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.004 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:58.963173+0000 mon.a (mon.0) 618 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.005 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cephadm 2023-12-07T15:56:58.964723+0000 mgr.y (mgr.25453) 702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.005 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.044344+0000 mon.c (mon.1) 831 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.005 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.047874+0000 mon.c (mon.1) 832 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.005 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.051123+0000 mon.c (mon.1) 833 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.005 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.052179+0000 mon.c (mon.1) 834 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.005 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.060697+0000 mon.a (mon.0) 619 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.005 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cephadm 2023-12-07T15:56:59.061481+0000 mgr.y (mgr.25453) 703 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.005 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.142619+0000 mon.c (mon.1) 835 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.005 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.145222+0000 mon.c (mon.1) 836 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.005 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.148568+0000 mon.c (mon.1) 837 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.005 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.149399+0000 mon.c (mon.1) 838 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.005 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.156148+0000 mon.a (mon.0) 620 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.005 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.242873+0000 mon.c (mon.1) 839 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.006 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.247531+0000 mon.c (mon.1) 840 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.006 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.251203+0000 mon.c (mon.1) 841 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.006 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.252419+0000 mon.c (mon.1) 842 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.006 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.260304+0000 mon.a (mon.0) 621 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.006 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.341108+0000 mon.c (mon.1) 843 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.006 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.343607+0000 mon.c (mon.1) 844 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.006 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.346058+0000 mon.c (mon.1) 845 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.006 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.347351+0000 mon.c (mon.1) 846 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.006 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.354445+0000 mon.a (mon.0) 622 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.006 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.470452+0000 mon.c (mon.1) 847 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.006 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.475163+0000 mon.c (mon.1) 848 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.006 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.478340+0000 mon.c (mon.1) 849 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.006 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.479235+0000 mon.c (mon.1) 850 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.007 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.485565+0000 mon.a (mon.0) 623 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.007 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.549070+0000 mon.a (mon.0) 624 : cluster 0 osdmap e123: 8 total, 8 up, 8 in 2023-12-07T15:57:00.007 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.556565+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.007 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.557072+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.007 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.557097+0000 osd.2 (osd.2) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.007 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.559415+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.007 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.560743+0000 osd.2 (osd.2) 19 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.007 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.562922+0000 osd.2 (osd.2) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.007 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.564577+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.007 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.589590+0000 mon.c (mon.1) 851 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.007 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.592982+0000 mon.c (mon.1) 852 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.007 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.595912+0000 mon.c (mon.1) 853 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.007 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.598177+0000 mon.c (mon.1) 854 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.008 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.610631+0000 mon.a (mon.0) 625 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.008 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.692544+0000 mon.c (mon.1) 855 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.008 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.695226+0000 mon.c (mon.1) 856 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.008 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.697700+0000 mon.c (mon.1) 857 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.008 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.698737+0000 mon.c (mon.1) 858 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.008 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.706073+0000 mon.a (mon.0) 626 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.008 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.785748+0000 mon.c (mon.1) 859 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.008 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.789121+0000 mon.c (mon.1) 860 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.008 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.792095+0000 mon.c (mon.1) 861 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.008 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.793193+0000 mon.c (mon.1) 862 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.008 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[81553]: audit 2023-12-07T15:56:59.801893+0000 mon.a (mon.0) 627 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cephadm 2023-12-07T15:56:58.185713+0000 mgr.y (mgr.25453) 694 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cephadm 2023-12-07T15:56:58.282597+0000 mgr.y (mgr.25453) 695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cephadm 2023-12-07T15:56:58.379119+0000 mgr.y (mgr.25453) 696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cephadm 2023-12-07T15:56:58.472157+0000 mgr.y (mgr.25453) 697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cluster 2023-12-07T15:56:58.545705+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T15:57:00.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cluster 2023-12-07T15:56:58.554570+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T15:57:00.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cephadm 2023-12-07T15:56:58.594238+0000 mgr.y (mgr.25453) 698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cephadm 2023-12-07T15:56:58.690299+0000 mgr.y (mgr.25453) 699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.009 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cephadm 2023-12-07T15:56:58.790056+0000 mgr.y (mgr.25453) 700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:58.868731+0000 mon.c (mon.1) 823 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:58.871414+0000 mon.c (mon.1) 824 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:58.874269+0000 mon.c (mon.1) 825 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:58.875328+0000 mon.c (mon.1) 826 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:58.882861+0000 mon.a (mon.0) 617 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cephadm 2023-12-07T15:56:58.883981+0000 mgr.y (mgr.25453) 701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:58.946682+0000 mon.c (mon.1) 827 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:58.949878+0000 mon.c (mon.1) 828 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:58.953739+0000 mon.c (mon.1) 829 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:58.955355+0000 mon.c (mon.1) 830 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:58.963173+0000 mon.a (mon.0) 618 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cephadm 2023-12-07T15:56:58.964723+0000 mgr.y (mgr.25453) 702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.010 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.044344+0000 mon.c (mon.1) 831 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.047874+0000 mon.c (mon.1) 832 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.051123+0000 mon.c (mon.1) 833 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.052179+0000 mon.c (mon.1) 834 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.060697+0000 mon.a (mon.0) 619 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cephadm 2023-12-07T15:56:59.061481+0000 mgr.y (mgr.25453) 703 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.142619+0000 mon.c (mon.1) 835 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.145222+0000 mon.c (mon.1) 836 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.148568+0000 mon.c (mon.1) 837 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.149399+0000 mon.c (mon.1) 838 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.156148+0000 mon.a (mon.0) 620 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.242873+0000 mon.c (mon.1) 839 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.247531+0000 mon.c (mon.1) 840 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.011 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.251203+0000 mon.c (mon.1) 841 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.252419+0000 mon.c (mon.1) 842 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.260304+0000 mon.a (mon.0) 621 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.341108+0000 mon.c (mon.1) 843 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.343607+0000 mon.c (mon.1) 844 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.346058+0000 mon.c (mon.1) 845 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.347351+0000 mon.c (mon.1) 846 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.354445+0000 mon.a (mon.0) 622 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.470452+0000 mon.c (mon.1) 847 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.475163+0000 mon.c (mon.1) 848 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.478340+0000 mon.c (mon.1) 849 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.479235+0000 mon.c (mon.1) 850 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.485565+0000 mon.a (mon.0) 623 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.549070+0000 mon.a (mon.0) 624 : cluster 0 osdmap e123: 8 total, 8 up, 8 in 2023-12-07T15:57:00.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.556565+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.012 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.557072+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.013 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.557097+0000 osd.2 (osd.2) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.013 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.559415+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.013 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.560743+0000 osd.2 (osd.2) 19 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.013 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.562922+0000 osd.2 (osd.2) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.013 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.564577+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.013 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.589590+0000 mon.c (mon.1) 851 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.013 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.592982+0000 mon.c (mon.1) 852 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.013 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.595912+0000 mon.c (mon.1) 853 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.013 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.598177+0000 mon.c (mon.1) 854 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.013 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.610631+0000 mon.a (mon.0) 625 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.013 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.692544+0000 mon.c (mon.1) 855 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.013 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.695226+0000 mon.c (mon.1) 856 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.013 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.697700+0000 mon.c (mon.1) 857 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.014 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.698737+0000 mon.c (mon.1) 858 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.014 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.706073+0000 mon.a (mon.0) 626 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.014 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.785748+0000 mon.c (mon.1) 859 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.014 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.789121+0000 mon.c (mon.1) 860 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.014 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.792095+0000 mon.c (mon.1) 861 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.014 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.793193+0000 mon.c (mon.1) 862 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.014 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:56:59 smithi121 bash[83807]: audit 2023-12-07T15:56:59.801893+0000 mon.a (mon.0) 627 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cephadm 2023-12-07T15:56:58.185713+0000 mgr.y (mgr.25453) 694 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cephadm 2023-12-07T15:56:58.282597+0000 mgr.y (mgr.25453) 695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cephadm 2023-12-07T15:56:58.379119+0000 mgr.y (mgr.25453) 696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cephadm 2023-12-07T15:56:58.472157+0000 mgr.y (mgr.25453) 697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cluster 2023-12-07T15:56:58.545705+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T15:57:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cluster 2023-12-07T15:56:58.554570+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e122 with expected crc 2023-12-07T15:57:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cephadm 2023-12-07T15:56:58.594238+0000 mgr.y (mgr.25453) 698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cephadm 2023-12-07T15:56:58.690299+0000 mgr.y (mgr.25453) 699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cephadm 2023-12-07T15:56:58.790056+0000 mgr.y (mgr.25453) 700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:58.868731+0000 mon.c (mon.1) 823 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:58.871414+0000 mon.c (mon.1) 824 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:58.874269+0000 mon.c (mon.1) 825 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:58.875328+0000 mon.c (mon.1) 826 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:58.882861+0000 mon.a (mon.0) 617 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cephadm 2023-12-07T15:56:58.883981+0000 mgr.y (mgr.25453) 701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:58.946682+0000 mon.c (mon.1) 827 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:58.949878+0000 mon.c (mon.1) 828 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:58.953739+0000 mon.c (mon.1) 829 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:58.955355+0000 mon.c (mon.1) 830 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:58.963173+0000 mon.a (mon.0) 618 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cephadm 2023-12-07T15:56:58.964723+0000 mgr.y (mgr.25453) 702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.044344+0000 mon.c (mon.1) 831 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.047874+0000 mon.c (mon.1) 832 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.051123+0000 mon.c (mon.1) 833 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.052179+0000 mon.c (mon.1) 834 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.060697+0000 mon.a (mon.0) 619 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cephadm 2023-12-07T15:56:59.061481+0000 mgr.y (mgr.25453) 703 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.142619+0000 mon.c (mon.1) 835 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.145222+0000 mon.c (mon.1) 836 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.148568+0000 mon.c (mon.1) 837 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.149399+0000 mon.c (mon.1) 838 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.156148+0000 mon.a (mon.0) 620 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.242873+0000 mon.c (mon.1) 839 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.247531+0000 mon.c (mon.1) 840 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.251203+0000 mon.c (mon.1) 841 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.252419+0000 mon.c (mon.1) 842 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.260304+0000 mon.a (mon.0) 621 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.341108+0000 mon.c (mon.1) 843 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.343607+0000 mon.c (mon.1) 844 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.346058+0000 mon.c (mon.1) 845 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.347351+0000 mon.c (mon.1) 846 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.354445+0000 mon.a (mon.0) 622 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.470452+0000 mon.c (mon.1) 847 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.475163+0000 mon.c (mon.1) 848 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.478340+0000 mon.c (mon.1) 849 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.479235+0000 mon.c (mon.1) 850 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.485565+0000 mon.a (mon.0) 623 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.549070+0000 mon.a (mon.0) 624 : cluster 0 osdmap e123: 8 total, 8 up, 8 in 2023-12-07T15:57:00.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.556565+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.557072+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.557097+0000 osd.2 (osd.2) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.559415+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.560743+0000 osd.2 (osd.2) 19 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.562922+0000 osd.2 (osd.2) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.564577+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:00.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.589590+0000 mon.c (mon.1) 851 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.592982+0000 mon.c (mon.1) 852 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.595912+0000 mon.c (mon.1) 853 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.598177+0000 mon.c (mon.1) 854 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.610631+0000 mon.a (mon.0) 625 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.692544+0000 mon.c (mon.1) 855 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.695226+0000 mon.c (mon.1) 856 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.697700+0000 mon.c (mon.1) 857 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.698737+0000 mon.c (mon.1) 858 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.706073+0000 mon.a (mon.0) 626 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.785748+0000 mon.c (mon.1) 859 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:00.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.789121+0000 mon.c (mon.1) 860 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:00.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.792095+0000 mon.c (mon.1) 861 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:00.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.793193+0000 mon.c (mon.1) 862 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:00.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:56:59 smithi144 bash[66528]: audit 2023-12-07T15:56:59.801893+0000 mon.a (mon.0) 627 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:00.810 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[75663]: debug 2023-12-07T15:57:00.383+0000 7f9f0e6d2700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-12-07T15:57:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cephadm 2023-12-07T15:56:59.158841+0000 mgr.y (mgr.25453) 704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cephadm 2023-12-07T15:56:59.261107+0000 mgr.y (mgr.25453) 705 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cephadm 2023-12-07T15:56:59.357341+0000 mgr.y (mgr.25453) 706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cephadm 2023-12-07T15:56:59.487304+0000 mgr.y (mgr.25453) 707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.547284+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.548899+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.550207+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.551265+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.556374+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.556907+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.559301+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.560785+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.561010+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.561557+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.562741+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.566368+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cephadm 2023-12-07T15:56:59.611623+0000 mgr.y (mgr.25453) 708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cephadm 2023-12-07T15:56:59.707119+0000 mgr.y (mgr.25453) 709 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cephadm 2023-12-07T15:56:59.802740+0000 mgr.y (mgr.25453) 710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cluster 2023-12-07T15:56:59.808150+0000 mgr.y (mgr.25453) 711 : cluster 0 pgmap v148: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 82/630 objects degraded (13.016%) 2023-12-07T15:57:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:56:59.886051+0000 mon.c (mon.1) 863 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:56:59.888625+0000 mon.c (mon.1) 864 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:56:59.893070+0000 mon.c (mon.1) 865 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:56:59.894364+0000 mon.c (mon.1) 866 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:56:59.902693+0000 mon.a (mon.0) 628 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cephadm 2023-12-07T15:56:59.903658+0000 mgr.y (mgr.25453) 712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:56:59.986586+0000 mon.c (mon.1) 867 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:56:59.989452+0000 mon.c (mon.1) 868 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:56:59.992634+0000 mon.c (mon.1) 869 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:56:59.993817+0000 mon.c (mon.1) 870 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.005337+0000 mon.a (mon.0) 629 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cephadm 2023-12-07T15:57:00.006924+0000 mgr.y (mgr.25453) 713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.088334+0000 mon.c (mon.1) 871 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.091093+0000 mon.c (mon.1) 872 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.094233+0000 mon.c (mon.1) 873 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.095580+0000 mon.c (mon.1) 874 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.104664+0000 mon.a (mon.0) 630 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: cephadm 2023-12-07T15:57:00.106233+0000 mgr.y (mgr.25453) 714 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.183696+0000 mon.c (mon.1) 875 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.186666+0000 mon.c (mon.1) 876 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.190701+0000 mon.c (mon.1) 877 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.192265+0000 mon.c (mon.1) 878 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.202865+0000 mon.a (mon.0) 631 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.282162+0000 mon.c (mon.1) 879 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.285139+0000 mon.c (mon.1) 880 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.287720+0000 mon.c (mon.1) 881 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.288593+0000 mon.c (mon.1) 882 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.294214+0000 mon.a (mon.0) 632 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.351683+0000 mon.a (mon.0) 633 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.366283+0000 mon.a (mon.0) 634 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.375545+0000 mon.a (mon.0) 635 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.377754+0000 mon.c (mon.1) 883 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.380165+0000 mon.c (mon.1) 884 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.382009+0000 mon.c (mon.1) 885 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.383724+0000 mon.c (mon.1) 886 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:00 smithi144 bash[66528]: audit 2023-12-07T15:57:00.385825+0000 mon.c (mon.1) 887 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T15:57:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cephadm 2023-12-07T15:56:59.158841+0000 mgr.y (mgr.25453) 704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cephadm 2023-12-07T15:56:59.261107+0000 mgr.y (mgr.25453) 705 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cephadm 2023-12-07T15:56:59.357341+0000 mgr.y (mgr.25453) 706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cephadm 2023-12-07T15:56:59.487304+0000 mgr.y (mgr.25453) 707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.547284+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.548899+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.550207+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.551265+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.556374+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.556907+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.559301+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.560785+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.561010+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.561557+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.562741+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.566368+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cephadm 2023-12-07T15:56:59.611623+0000 mgr.y (mgr.25453) 708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cephadm 2023-12-07T15:56:59.707119+0000 mgr.y (mgr.25453) 709 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cephadm 2023-12-07T15:56:59.802740+0000 mgr.y (mgr.25453) 710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cluster 2023-12-07T15:56:59.808150+0000 mgr.y (mgr.25453) 711 : cluster 0 pgmap v148: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 82/630 objects degraded (13.016%) 2023-12-07T15:57:01.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:56:59.886051+0000 mon.c (mon.1) 863 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:56:59.888625+0000 mon.c (mon.1) 864 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:56:59.893070+0000 mon.c (mon.1) 865 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cephadm 2023-12-07T15:56:59.158841+0000 mgr.y (mgr.25453) 704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cephadm 2023-12-07T15:56:59.261107+0000 mgr.y (mgr.25453) 705 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cephadm 2023-12-07T15:56:59.357341+0000 mgr.y (mgr.25453) 706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cephadm 2023-12-07T15:56:59.487304+0000 mgr.y (mgr.25453) 707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.547284+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.548899+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.550207+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.551265+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.556374+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.556907+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.559301+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.560785+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.561010+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.561557+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.562741+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.566368+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-07T15:57:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cephadm 2023-12-07T15:56:59.611623+0000 mgr.y (mgr.25453) 708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cephadm 2023-12-07T15:56:59.707119+0000 mgr.y (mgr.25453) 709 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cephadm 2023-12-07T15:56:59.802740+0000 mgr.y (mgr.25453) 710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cluster 2023-12-07T15:56:59.808150+0000 mgr.y (mgr.25453) 711 : cluster 0 pgmap v148: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 82/630 objects degraded (13.016%) 2023-12-07T15:57:01.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:56:59.886051+0000 mon.c (mon.1) 863 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:56:59.888625+0000 mon.c (mon.1) 864 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:56:59.893070+0000 mon.c (mon.1) 865 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:01.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:56:59.894364+0000 mon.c (mon.1) 866 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:01.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:56:59.902693+0000 mon.a (mon.0) 628 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cephadm 2023-12-07T15:56:59.903658+0000 mgr.y (mgr.25453) 712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:56:59.986586+0000 mon.c (mon.1) 867 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:56:59.989452+0000 mon.c (mon.1) 868 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:56:59.992634+0000 mon.c (mon.1) 869 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:56:59.993817+0000 mon.c (mon.1) 870 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.005337+0000 mon.a (mon.0) 629 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cephadm 2023-12-07T15:57:00.006924+0000 mgr.y (mgr.25453) 713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.088334+0000 mon.c (mon.1) 871 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.091093+0000 mon.c (mon.1) 872 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.094233+0000 mon.c (mon.1) 873 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.095580+0000 mon.c (mon.1) 874 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.104664+0000 mon.a (mon.0) 630 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: cephadm 2023-12-07T15:57:00.106233+0000 mgr.y (mgr.25453) 714 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.183696+0000 mon.c (mon.1) 875 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.186666+0000 mon.c (mon.1) 876 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.190701+0000 mon.c (mon.1) 877 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:01.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.192265+0000 mon.c (mon.1) 878 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:01.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.202865+0000 mon.a (mon.0) 631 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.282162+0000 mon.c (mon.1) 879 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:56:59.894364+0000 mon.c (mon.1) 866 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:01.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:56:59.902693+0000 mon.a (mon.0) 628 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cephadm 2023-12-07T15:56:59.903658+0000 mgr.y (mgr.25453) 712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:56:59.986586+0000 mon.c (mon.1) 867 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:56:59.989452+0000 mon.c (mon.1) 868 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:56:59.992634+0000 mon.c (mon.1) 869 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:56:59.993817+0000 mon.c (mon.1) 870 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.005337+0000 mon.a (mon.0) 629 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cephadm 2023-12-07T15:57:00.006924+0000 mgr.y (mgr.25453) 713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.088334+0000 mon.c (mon.1) 871 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.091093+0000 mon.c (mon.1) 872 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.094233+0000 mon.c (mon.1) 873 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.095580+0000 mon.c (mon.1) 874 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.104664+0000 mon.a (mon.0) 630 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: cephadm 2023-12-07T15:57:00.106233+0000 mgr.y (mgr.25453) 714 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:01.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.183696+0000 mon.c (mon.1) 875 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.186666+0000 mon.c (mon.1) 876 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.190701+0000 mon.c (mon.1) 877 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:01.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.192265+0000 mon.c (mon.1) 878 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:01.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.202865+0000 mon.a (mon.0) 631 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.282162+0000 mon.c (mon.1) 879 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.285139+0000 mon.c (mon.1) 880 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.287720+0000 mon.c (mon.1) 881 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.288593+0000 mon.c (mon.1) 882 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.294214+0000 mon.a (mon.0) 632 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.351683+0000 mon.a (mon.0) 633 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.366283+0000 mon.a (mon.0) 634 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.375545+0000 mon.a (mon.0) 635 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.377754+0000 mon.c (mon.1) 883 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.380165+0000 mon.c (mon.1) 884 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.382009+0000 mon.c (mon.1) 885 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.383724+0000 mon.c (mon.1) 886 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[81553]: audit 2023-12-07T15:57:00.385825+0000 mon.c (mon.1) 887 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T15:57:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.285139+0000 mon.c (mon.1) 880 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.287720+0000 mon.c (mon.1) 881 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.288593+0000 mon.c (mon.1) 882 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.294214+0000 mon.a (mon.0) 632 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.351683+0000 mon.a (mon.0) 633 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.366283+0000 mon.a (mon.0) 634 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.375545+0000 mon.a (mon.0) 635 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.377754+0000 mon.c (mon.1) 883 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.380165+0000 mon.c (mon.1) 884 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.382009+0000 mon.c (mon.1) 885 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.383724+0000 mon.c (mon.1) 886 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:01.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:00 smithi121 bash[83807]: audit 2023-12-07T15:57:00.385825+0000 mon.c (mon.1) 887 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T15:57:02.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:01 smithi144 bash[66528]: cephadm 2023-12-07T15:57:00.205774+0000 mgr.y (mgr.25453) 715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:02.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:01 smithi144 bash[66528]: cephadm 2023-12-07T15:57:00.297468+0000 mgr.y (mgr.25453) 716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:02.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:01 smithi144 bash[66528]: audit 2023-12-07T15:57:00.386045+0000 mgr.y (mgr.25453) 717 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T15:57:02.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:01 smithi144 bash[66528]: cephadm 2023-12-07T15:57:00.387204+0000 mgr.y (mgr.25453) 718 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-12-07T15:57:02.193 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:01 smithi121 bash[81553]: cephadm 2023-12-07T15:57:00.205774+0000 mgr.y (mgr.25453) 715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:02.193 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:01 smithi121 bash[81553]: cephadm 2023-12-07T15:57:00.297468+0000 mgr.y (mgr.25453) 716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:02.193 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:01 smithi121 bash[81553]: audit 2023-12-07T15:57:00.386045+0000 mgr.y (mgr.25453) 717 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T15:57:02.193 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:01 smithi121 bash[81553]: cephadm 2023-12-07T15:57:00.387204+0000 mgr.y (mgr.25453) 718 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-12-07T15:57:02.193 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:01 smithi121 bash[83807]: cephadm 2023-12-07T15:57:00.205774+0000 mgr.y (mgr.25453) 715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:02.194 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:01 smithi121 bash[83807]: cephadm 2023-12-07T15:57:00.297468+0000 mgr.y (mgr.25453) 716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:02.194 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:01 smithi121 bash[83807]: audit 2023-12-07T15:57:00.386045+0000 mgr.y (mgr.25453) 717 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T15:57:02.194 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:01 smithi121 bash[83807]: cephadm 2023-12-07T15:57:00.387204+0000 mgr.y (mgr.25453) 718 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-12-07T15:57:03.103 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:02 smithi121 bash[81553]: cluster 2023-12-07T15:57:01.809105+0000 mgr.y (mgr.25453) 719 : cluster 0 pgmap v149: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 82/630 objects degraded (13.016%) 2023-12-07T15:57:03.103 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:02 smithi121 bash[83807]: cluster 2023-12-07T15:57:01.809105+0000 mgr.y (mgr.25453) 719 : cluster 0 pgmap v149: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 82/630 objects degraded (13.016%) 2023-12-07T15:57:03.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:02 smithi144 bash[66528]: cluster 2023-12-07T15:57:01.809105+0000 mgr.y (mgr.25453) 719 : cluster 0 pgmap v149: 161 pgs: 19 active+undersized+degraded, 43 active+undersized, 99 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 82/630 objects degraded (13.016%) 2023-12-07T15:57:04.981 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:57:04 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:57:04] "GET /metrics HTTP/1.1" 200 38413 "" "Prometheus/2.33.4" 2023-12-07T15:57:05.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:04 smithi121 bash[83807]: audit 2023-12-07T15:57:03.538942+0000 mgr.y (mgr.25453) 720 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:05.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:04 smithi121 bash[83807]: cluster 2023-12-07T15:57:03.810586+0000 mgr.y (mgr.25453) 721 : cluster 0 pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T15:57:05.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:04 smithi121 bash[83807]: audit 2023-12-07T15:57:03.978760+0000 mon.a (mon.0) 636 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:05.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:04 smithi121 bash[83807]: audit 2023-12-07T15:57:03.992693+0000 mon.a (mon.0) 637 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:05.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:04 smithi121 bash[83807]: audit 2023-12-07T15:57:04.004962+0000 mon.a (mon.0) 638 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:05.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:04 smithi121 bash[83807]: cluster 2023-12-07T15:57:04.738678+0000 mon.a (mon.0) 639 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 82/630 objects degraded (13.016%), 19 pgs degraded) 2023-12-07T15:57:05.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:04 smithi121 bash[83807]: cluster 2023-12-07T15:57:04.738725+0000 mon.a (mon.0) 640 : cluster 1 Cluster is now healthy 2023-12-07T15:57:05.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:04 smithi121 bash[81553]: audit 2023-12-07T15:57:03.538942+0000 mgr.y (mgr.25453) 720 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:05.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:04 smithi121 bash[81553]: cluster 2023-12-07T15:57:03.810586+0000 mgr.y (mgr.25453) 721 : cluster 0 pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T15:57:05.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:04 smithi121 bash[81553]: audit 2023-12-07T15:57:03.978760+0000 mon.a (mon.0) 636 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:05.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:04 smithi121 bash[81553]: audit 2023-12-07T15:57:03.992693+0000 mon.a (mon.0) 637 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:05.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:04 smithi121 bash[81553]: audit 2023-12-07T15:57:04.004962+0000 mon.a (mon.0) 638 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:05.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:04 smithi121 bash[81553]: cluster 2023-12-07T15:57:04.738678+0000 mon.a (mon.0) 639 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 82/630 objects degraded (13.016%), 19 pgs degraded) 2023-12-07T15:57:05.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:04 smithi121 bash[81553]: cluster 2023-12-07T15:57:04.738725+0000 mon.a (mon.0) 640 : cluster 1 Cluster is now healthy 2023-12-07T15:57:05.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:04 smithi144 bash[66528]: audit 2023-12-07T15:57:03.538942+0000 mgr.y (mgr.25453) 720 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:05.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:04 smithi144 bash[66528]: cluster 2023-12-07T15:57:03.810586+0000 mgr.y (mgr.25453) 721 : cluster 0 pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T15:57:05.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:04 smithi144 bash[66528]: audit 2023-12-07T15:57:03.978760+0000 mon.a (mon.0) 636 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:05.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:04 smithi144 bash[66528]: audit 2023-12-07T15:57:03.992693+0000 mon.a (mon.0) 637 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:05.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:04 smithi144 bash[66528]: audit 2023-12-07T15:57:04.004962+0000 mon.a (mon.0) 638 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:05.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:04 smithi144 bash[66528]: cluster 2023-12-07T15:57:04.738678+0000 mon.a (mon.0) 639 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 82/630 objects degraded (13.016%), 19 pgs degraded) 2023-12-07T15:57:05.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:04 smithi144 bash[66528]: cluster 2023-12-07T15:57:04.738725+0000 mon.a (mon.0) 640 : cluster 1 Cluster is now healthy 2023-12-07T15:57:07.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:06 smithi121 bash[83807]: cluster 2023-12-07T15:57:05.811199+0000 mgr.y (mgr.25453) 722 : cluster 0 pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:57:07.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:06 smithi121 bash[81553]: cluster 2023-12-07T15:57:05.811199+0000 mgr.y (mgr.25453) 722 : cluster 0 pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:57:07.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:06 smithi144 bash[66528]: cluster 2023-12-07T15:57:05.811199+0000 mgr.y (mgr.25453) 722 : cluster 0 pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:57:08.989 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:57:08 smithi144 bash[61561]: ts=2023-12-07T15:57:08.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 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-07T15:57:08.990 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 15:57:08 smithi144 bash[61561]: ts=2023-12-07T15:57:08.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 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"smithi121:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.121\", device_class=\"ssd\", hostname=\"smithi121\", instance=\"172.21.15.144:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.121\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-07T15:57:09.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:08 smithi121 bash[83807]: cluster 2023-12-07T15:57:07.812193+0000 mgr.y (mgr.25453) 723 : cluster 0 pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 552 B/s rd, 0 op/s 2023-12-07T15:57:09.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:08 smithi121 bash[81553]: cluster 2023-12-07T15:57:07.812193+0000 mgr.y (mgr.25453) 723 : cluster 0 pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 552 B/s rd, 0 op/s 2023-12-07T15:57:09.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:08 smithi144 bash[66528]: cluster 2023-12-07T15:57:07.812193+0000 mgr.y (mgr.25453) 723 : cluster 0 pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 552 B/s rd, 0 op/s 2023-12-07T15:57:11.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:10 smithi121 bash[81553]: cluster 2023-12-07T15:57:09.813812+0000 mgr.y (mgr.25453) 724 : cluster 0 pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-07T15:57:11.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:10 smithi121 bash[83807]: cluster 2023-12-07T15:57:09.813812+0000 mgr.y (mgr.25453) 724 : cluster 0 pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-07T15:57:11.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:10 smithi144 bash[66528]: cluster 2023-12-07T15:57:09.813812+0000 mgr.y (mgr.25453) 724 : cluster 0 pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-07T15:57:13.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:12 smithi144 bash[66528]: cluster 2023-12-07T15:57:11.814587+0000 mgr.y (mgr.25453) 725 : cluster 0 pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-07T15:57:13.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:12 smithi144 bash[66528]: audit 2023-12-07T15:57:12.466752+0000 mon.a (mon.0) 641 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:13.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:12 smithi144 bash[66528]: audit 2023-12-07T15:57:12.469917+0000 mon.c (mon.1) 888 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:57:13.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:12 smithi144 bash[66528]: audit 2023-12-07T15:57:12.593722+0000 mon.a (mon.0) 642 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:13.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:12 smithi144 bash[66528]: audit 2023-12-07T15:57:12.925865+0000 mon.c (mon.1) 889 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.3"}]: dispatch 2023-12-07T15:57:13.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:13 smithi144 bash[66528]: audit 2023-12-07T15:57:12.926402+0000 mon.c (mon.1) 890 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.12"}]: dispatch 2023-12-07T15:57:13.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:13 smithi144 bash[66528]: audit 2023-12-07T15:57:12.926795+0000 mon.a (mon.0) 643 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.3"}]: dispatch 2023-12-07T15:57:13.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:13 smithi144 bash[66528]: audit 2023-12-07T15:57:12.927787+0000 mon.a (mon.0) 644 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.12"}]: dispatch 2023-12-07T15:57:13.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:12 smithi121 bash[81553]: cluster 2023-12-07T15:57:11.814587+0000 mgr.y (mgr.25453) 725 : cluster 0 pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-07T15:57:13.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:12 smithi121 bash[81553]: audit 2023-12-07T15:57:12.466752+0000 mon.a (mon.0) 641 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:13.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:12 smithi121 bash[81553]: audit 2023-12-07T15:57:12.469917+0000 mon.c (mon.1) 888 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:57:13.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:12 smithi121 bash[81553]: audit 2023-12-07T15:57:12.593722+0000 mon.a (mon.0) 642 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:13.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:12 smithi121 bash[81553]: audit 2023-12-07T15:57:12.925865+0000 mon.c (mon.1) 889 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.3"}]: dispatch 2023-12-07T15:57:13.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:12 smithi121 bash[81553]: audit 2023-12-07T15:57:12.926402+0000 mon.c (mon.1) 890 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.12"}]: dispatch 2023-12-07T15:57:13.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:12 smithi121 bash[81553]: audit 2023-12-07T15:57:12.926795+0000 mon.a (mon.0) 643 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.3"}]: dispatch 2023-12-07T15:57:13.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:12 smithi121 bash[81553]: audit 2023-12-07T15:57:12.927787+0000 mon.a (mon.0) 644 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.12"}]: dispatch 2023-12-07T15:57:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:12 smithi121 bash[83807]: cluster 2023-12-07T15:57:11.814587+0000 mgr.y (mgr.25453) 725 : cluster 0 pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-07T15:57:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:12 smithi121 bash[83807]: audit 2023-12-07T15:57:12.466752+0000 mon.a (mon.0) 641 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:12 smithi121 bash[83807]: audit 2023-12-07T15:57:12.469917+0000 mon.c (mon.1) 888 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:57:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:12 smithi121 bash[83807]: audit 2023-12-07T15:57:12.593722+0000 mon.a (mon.0) 642 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:12 smithi121 bash[83807]: audit 2023-12-07T15:57:12.925865+0000 mon.c (mon.1) 889 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.3"}]: dispatch 2023-12-07T15:57:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:12 smithi121 bash[83807]: audit 2023-12-07T15:57:12.926402+0000 mon.c (mon.1) 890 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.12"}]: dispatch 2023-12-07T15:57:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:12 smithi121 bash[83807]: audit 2023-12-07T15:57:12.926795+0000 mon.a (mon.0) 643 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.3"}]: dispatch 2023-12-07T15:57:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:12 smithi121 bash[83807]: audit 2023-12-07T15:57:12.927787+0000 mon.a (mon.0) 644 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.12"}]: dispatch 2023-12-07T15:57:14.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:14 smithi144 bash[66528]: audit 2023-12-07T15:57:13.548249+0000 mgr.y (mgr.25453) 726 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:14.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:14 smithi144 bash[66528]: audit 2023-12-07T15:57:13.591979+0000 mon.a (mon.0) 645 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.3"}]': finished 2023-12-07T15:57:14.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:14 smithi144 bash[66528]: audit 2023-12-07T15:57:13.592225+0000 mon.a (mon.0) 646 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.12"}]': finished 2023-12-07T15:57:14.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:14 smithi144 bash[66528]: cluster 2023-12-07T15:57:13.594179+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T15:57:14.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:14 smithi144 bash[66528]: cluster 2023-12-07T15:57:13.594676+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T15:57:14.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:14 smithi144 bash[66528]: cluster 2023-12-07T15:57:13.598882+0000 mon.a (mon.0) 647 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-07T15:57:14.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:14 smithi144 bash[66528]: cluster 2023-12-07T15:57:13.815363+0000 mgr.y (mgr.25453) 727 : cluster 0 pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s 2023-12-07T15:57:15.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:57:14 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:57:14] "GET /metrics HTTP/1.1" 200 38414 "" "Prometheus/2.33.4" 2023-12-07T15:57:15.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:14 smithi121 bash[83807]: audit 2023-12-07T15:57:13.548249+0000 mgr.y (mgr.25453) 726 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:15.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:14 smithi121 bash[83807]: audit 2023-12-07T15:57:13.591979+0000 mon.a (mon.0) 645 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.3"}]': finished 2023-12-07T15:57:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:14 smithi121 bash[83807]: audit 2023-12-07T15:57:13.592225+0000 mon.a (mon.0) 646 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.12"}]': finished 2023-12-07T15:57:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:14 smithi121 bash[83807]: cluster 2023-12-07T15:57:13.594179+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T15:57:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:14 smithi121 bash[83807]: cluster 2023-12-07T15:57:13.594676+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T15:57:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:14 smithi121 bash[83807]: cluster 2023-12-07T15:57:13.598882+0000 mon.a (mon.0) 647 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-07T15:57:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:14 smithi121 bash[83807]: cluster 2023-12-07T15:57:13.815363+0000 mgr.y (mgr.25453) 727 : cluster 0 pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s 2023-12-07T15:57:15.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:14 smithi121 bash[81553]: audit 2023-12-07T15:57:13.548249+0000 mgr.y (mgr.25453) 726 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:15.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:14 smithi121 bash[81553]: audit 2023-12-07T15:57:13.591979+0000 mon.a (mon.0) 645 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.3"}]': finished 2023-12-07T15:57:15.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:14 smithi121 bash[81553]: audit 2023-12-07T15:57:13.592225+0000 mon.a (mon.0) 646 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "2.12"}]': finished 2023-12-07T15:57:15.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:14 smithi121 bash[81553]: cluster 2023-12-07T15:57:13.594179+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T15:57:15.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:14 smithi121 bash[81553]: cluster 2023-12-07T15:57:13.594676+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T15:57:15.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:14 smithi121 bash[81553]: cluster 2023-12-07T15:57:13.598882+0000 mon.a (mon.0) 647 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-07T15:57:15.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:14 smithi121 bash[81553]: cluster 2023-12-07T15:57:13.815363+0000 mgr.y (mgr.25453) 727 : cluster 0 pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s 2023-12-07T15:57:15.675 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:57:15.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:15 smithi144 bash[66528]: cluster 2023-12-07T15:57:14.442127+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T15:57:15.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:15 smithi144 bash[66528]: cluster 2023-12-07T15:57:14.596264+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T15:57:15.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:15 smithi144 bash[66528]: cluster 2023-12-07T15:57:14.596457+0000 osd.2 (osd.2) 21 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T15:57:15.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:15 smithi144 bash[66528]: cluster 2023-12-07T15:57:14.601134+0000 mon.a (mon.0) 648 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2023-12-07T15:57:15.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:15 smithi144 bash[66528]: cluster 2023-12-07T15:57:14.603581+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T15:57:15.862 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:15 smithi144 bash[66528]: audit 2023-12-07T15:57:15.400103+0000 mon.c (mon.1) 891 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T15:57:16.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:15 smithi121 bash[83807]: cluster 2023-12-07T15:57:14.442127+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T15:57:16.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:15 smithi121 bash[83807]: cluster 2023-12-07T15:57:14.596264+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T15:57:16.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:15 smithi121 bash[83807]: cluster 2023-12-07T15:57:14.596457+0000 osd.2 (osd.2) 21 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T15:57:16.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:15 smithi121 bash[83807]: cluster 2023-12-07T15:57:14.601134+0000 mon.a (mon.0) 648 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2023-12-07T15:57:16.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:15 smithi121 bash[83807]: cluster 2023-12-07T15:57:14.603581+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T15:57:16.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:15 smithi121 bash[83807]: audit 2023-12-07T15:57:15.400103+0000 mon.c (mon.1) 891 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T15:57:16.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:15 smithi121 bash[81553]: cluster 2023-12-07T15:57:14.442127+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-07T15:57:16.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:15 smithi121 bash[81553]: cluster 2023-12-07T15:57:14.596264+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T15:57:16.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:15 smithi121 bash[81553]: cluster 2023-12-07T15:57:14.596457+0000 osd.2 (osd.2) 21 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T15:57:16.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:15 smithi121 bash[81553]: cluster 2023-12-07T15:57:14.601134+0000 mon.a (mon.0) 648 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2023-12-07T15:57:16.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:15 smithi121 bash[81553]: cluster 2023-12-07T15:57:14.603581+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e125 with expected crc 2023-12-07T15:57:16.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:15 smithi121 bash[81553]: audit 2023-12-07T15:57:15.400103+0000 mon.c (mon.1) 891 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T15:57:16.404 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:57:16.404 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 12s ago 19m - - 2023-12-07T15:57:16.404 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 0s ago 18m - - 2023-12-07T15:57:16.404 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (5m) 12s ago 12m 15.9M - 0.23.0 ba2b418f427c 967bceda37f6 2023-12-07T15:57:16.404 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (4m) 0s ago 11m 43.9M - 8.3.5 dad864ee21e9 f9c66575cb4a 2023-12-07T15:57:16.404 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (3m) 12s ago 9m 47.3M - 3.5 e1d6a67b021e 5b982a4ff84a 2023-12-07T15:57:16.404 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283,8765 running (3m) 0s ago 18m 434M - 19.0.0-13-ge6605fb8 104f332cd0a9 b518ffbe0a91 2023-12-07T15:57:16.404 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:8443,9283,8765 running (4m) 12s ago 20m 504M - 19.0.0-13-ge6605fb8 104f332cd0a9 104d769d2d66 2023-12-07T15:57:16.404 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (2m) 12s ago 20m 55.6M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 46122fbb14c0 2023-12-07T15:57:16.404 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (2m) 0s ago 18m 39.6M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 f065215e6f46 2023-12-07T15:57:16.404 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (2m) 12s ago 18m 47.8M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d92fb430c584 2023-12-07T15:57:16.404 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (5m) 12s ago 12m 11.8M - 1.3.1 1dbe0e931976 20eca3d71286 2023-12-07T15:57:16.404 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (4m) 0s ago 12m 12.3M - 1.3.1 1dbe0e931976 0024f19bccdb 2023-12-07T15:57:16.405 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (59s) 12s ago 17m 48.8M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 1c6417ba1117 2023-12-07T15:57:16.405 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (25s) 12s ago 17m 48.5M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 7a224a561741 2023-12-07T15:57:16.405 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (16m) 12s ago 16m 58.2M 4096M 17.2.0 e1d6a67b021e d81a11d9b9ac 2023-12-07T15:57:16.405 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (15m) 12s ago 15m 62.9M 4096M 17.2.0 e1d6a67b021e beeb25b302ec 2023-12-07T15:57:16.405 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (15m) 0s ago 15m 64.1M 4096M 17.2.0 e1d6a67b021e ca8ac3f41b1a 2023-12-07T15:57:16.405 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (14m) 0s ago 14m 59.5M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:57:16.405 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (13m) 0s ago 13m 59.6M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:57:16.405 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (13m) 0s ago 13m 63.7M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:57:16.405 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (3m) 0s ago 12m 64.4M - 2.33.4 514e6a882f6e 64f00ffdc6cb 2023-12-07T15:57:16.405 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (10m) 12s ago 10m 87.7M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:57:16.405 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (10m) 0s ago 10m 88.1M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:57:16.405 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (9m) 12s ago 9m 90.0M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:57:16.405 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (9m) 0s ago 9m 88.4M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:57:16.861 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:57:16.861 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:57:16.861 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T15:57:16.861 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:57:16.861 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:57:16.861 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T15:57:16.861 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:57:16.861 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:57:16.861 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-07T15:57:16.861 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T15:57:16.861 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:57:16.861 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:57:16.861 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:57:16.861 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:57:16.861 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:57:16.862 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2023-12-07T15:57:16.862 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 7 2023-12-07T15:57:16.862 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:57:16.862 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:57:17.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:16 smithi121 bash[81553]: audit 2023-12-07T15:57:15.400436+0000 mgr.y (mgr.25453) 728 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T15:57:17.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:16 smithi121 bash[81553]: cephadm 2023-12-07T15:57:15.402244+0000 mgr.y (mgr.25453) 729 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-07T15:57:17.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:16 smithi121 bash[81553]: audit 2023-12-07T15:57:15.652475+0000 mgr.y (mgr.25453) 730 : audit 0 from='client.44259 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:17.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:16 smithi121 bash[81553]: audit 2023-12-07T15:57:15.706496+0000 mon.a (mon.0) 649 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:17.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:16 smithi121 bash[81553]: audit 2023-12-07T15:57:15.716350+0000 mon.a (mon.0) 650 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:17.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:16 smithi121 bash[81553]: audit 2023-12-07T15:57:15.725564+0000 mon.a (mon.0) 651 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:17.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:16 smithi121 bash[81553]: cluster 2023-12-07T15:57:15.815929+0000 mgr.y (mgr.25453) 731 : cluster 0 pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2023-12-07T15:57:17.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:16 smithi121 bash[81553]: audit 2023-12-07T15:57:16.031275+0000 mgr.y (mgr.25453) 732 : audit 0 from='client.44265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:17.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:16 smithi121 bash[83807]: audit 2023-12-07T15:57:15.400436+0000 mgr.y (mgr.25453) 728 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T15:57:17.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:16 smithi121 bash[83807]: cephadm 2023-12-07T15:57:15.402244+0000 mgr.y (mgr.25453) 729 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-07T15:57:17.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:16 smithi121 bash[83807]: audit 2023-12-07T15:57:15.652475+0000 mgr.y (mgr.25453) 730 : audit 0 from='client.44259 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:17.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:16 smithi121 bash[83807]: audit 2023-12-07T15:57:15.706496+0000 mon.a (mon.0) 649 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:17.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:16 smithi121 bash[83807]: audit 2023-12-07T15:57:15.716350+0000 mon.a (mon.0) 650 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:17.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:16 smithi121 bash[83807]: audit 2023-12-07T15:57:15.725564+0000 mon.a (mon.0) 651 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:17.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:16 smithi121 bash[83807]: cluster 2023-12-07T15:57:15.815929+0000 mgr.y (mgr.25453) 731 : cluster 0 pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2023-12-07T15:57:17.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:16 smithi121 bash[83807]: audit 2023-12-07T15:57:16.031275+0000 mgr.y (mgr.25453) 732 : audit 0 from='client.44265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:17.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:16 smithi144 bash[66528]: audit 2023-12-07T15:57:15.400436+0000 mgr.y (mgr.25453) 728 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-07T15:57:17.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:16 smithi144 bash[66528]: cephadm 2023-12-07T15:57:15.402244+0000 mgr.y (mgr.25453) 729 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-07T15:57:17.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:16 smithi144 bash[66528]: audit 2023-12-07T15:57:15.652475+0000 mgr.y (mgr.25453) 730 : audit 0 from='client.44259 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:17.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:16 smithi144 bash[66528]: audit 2023-12-07T15:57:15.706496+0000 mon.a (mon.0) 649 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:17.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:16 smithi144 bash[66528]: audit 2023-12-07T15:57:15.716350+0000 mon.a (mon.0) 650 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:17.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:16 smithi144 bash[66528]: audit 2023-12-07T15:57:15.725564+0000 mon.a (mon.0) 651 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:17.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:16 smithi144 bash[66528]: cluster 2023-12-07T15:57:15.815929+0000 mgr.y (mgr.25453) 731 : cluster 0 pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2023-12-07T15:57:17.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:16 smithi144 bash[66528]: audit 2023-12-07T15:57:16.031275+0000 mgr.y (mgr.25453) 732 : audit 0 from='client.44265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:17.273 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:57:17.273 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:57:17.273 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:57:17.274 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T15:57:17.274 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [ 2023-12-07T15:57:17.274 INFO:teuthology.orchestra.run.smithi121.stdout: "mon", 2023-12-07T15:57:17.274 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr" 2023-12-07T15:57:17.274 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T15:57:17.274 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "7/23 daemons upgraded", 2023-12-07T15:57:17.274 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Currently upgrading osd daemons", 2023-12-07T15:57:17.274 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T15:57:17.274 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:57:17.722 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_OK 2023-12-07T15:57:18.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:17 smithi121 bash[83807]: audit 2023-12-07T15:57:16.384843+0000 mgr.y (mgr.25453) 733 : audit 0 from='client.44271 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:18.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:17 smithi121 bash[83807]: audit 2023-12-07T15:57:16.857528+0000 mon.a (mon.0) 652 : audit 0 from='client.? 172.21.15.121:0/2154957234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:18.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:17 smithi121 bash[83807]: audit 2023-12-07T15:57:17.719756+0000 mon.a (mon.0) 653 : audit 0 from='client.? 172.21.15.121:0/3120030310' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:57:18.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:17 smithi121 bash[81553]: audit 2023-12-07T15:57:16.384843+0000 mgr.y (mgr.25453) 733 : audit 0 from='client.44271 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:18.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:17 smithi121 bash[81553]: audit 2023-12-07T15:57:16.857528+0000 mon.a (mon.0) 652 : audit 0 from='client.? 172.21.15.121:0/2154957234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:18.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:17 smithi121 bash[81553]: audit 2023-12-07T15:57:17.719756+0000 mon.a (mon.0) 653 : audit 0 from='client.? 172.21.15.121:0/3120030310' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:57:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:17 smithi144 bash[66528]: audit 2023-12-07T15:57:16.384843+0000 mgr.y (mgr.25453) 733 : audit 0 from='client.44271 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:17 smithi144 bash[66528]: audit 2023-12-07T15:57:16.857528+0000 mon.a (mon.0) 652 : audit 0 from='client.? 172.21.15.121:0/2154957234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:17 smithi144 bash[66528]: audit 2023-12-07T15:57:17.719756+0000 mon.a (mon.0) 653 : audit 0 from='client.? 172.21.15.121:0/3120030310' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:57:19.265 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:18 smithi121 bash[83807]: audit 2023-12-07T15:57:17.270385+0000 mgr.y (mgr.25453) 734 : audit 0 from='client.54280 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:19.265 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:18 smithi121 bash[83807]: cluster 2023-12-07T15:57:17.816848+0000 mgr.y (mgr.25453) 735 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 172 op/s 2023-12-07T15:57:19.265 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:18 smithi121 bash[83807]: cephadm 2023-12-07T15:57:17.921602+0000 mgr.y (mgr.25453) 736 : cephadm 1 Upgrade: Updating osd.2 2023-12-07T15:57:19.265 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:18 smithi121 bash[83807]: audit 2023-12-07T15:57:17.928794+0000 mon.a (mon.0) 654 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:19.265 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:18 smithi121 bash[83807]: audit 2023-12-07T15:57:17.934331+0000 mon.c (mon.1) 892 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T15:57:19.265 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:18 smithi121 bash[83807]: audit 2023-12-07T15:57:17.935254+0000 mon.c (mon.1) 893 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:19.265 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:18 smithi121 bash[83807]: cephadm 2023-12-07T15:57:17.940311+0000 mgr.y (mgr.25453) 737 : cephadm 1 Deploying daemon osd.2 on smithi121 2023-12-07T15:57:19.266 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:18 smithi121 bash[81553]: audit 2023-12-07T15:57:17.270385+0000 mgr.y (mgr.25453) 734 : audit 0 from='client.54280 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:19.266 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:18 smithi121 bash[81553]: cluster 2023-12-07T15:57:17.816848+0000 mgr.y (mgr.25453) 735 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 172 op/s 2023-12-07T15:57:19.266 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:18 smithi121 bash[81553]: cephadm 2023-12-07T15:57:17.921602+0000 mgr.y (mgr.25453) 736 : cephadm 1 Upgrade: Updating osd.2 2023-12-07T15:57:19.266 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:18 smithi121 bash[81553]: audit 2023-12-07T15:57:17.928794+0000 mon.a (mon.0) 654 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:19.266 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:18 smithi121 bash[81553]: audit 2023-12-07T15:57:17.934331+0000 mon.c (mon.1) 892 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T15:57:19.266 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:18 smithi121 bash[81553]: audit 2023-12-07T15:57:17.935254+0000 mon.c (mon.1) 893 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:19.266 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:18 smithi121 bash[81553]: cephadm 2023-12-07T15:57:17.940311+0000 mgr.y (mgr.25453) 737 : cephadm 1 Deploying daemon osd.2 on smithi121 2023-12-07T15:57:19.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:18 smithi144 bash[66528]: audit 2023-12-07T15:57:17.270385+0000 mgr.y (mgr.25453) 734 : audit 0 from='client.54280 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:19.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:18 smithi144 bash[66528]: cluster 2023-12-07T15:57:17.816848+0000 mgr.y (mgr.25453) 735 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 172 op/s 2023-12-07T15:57:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:18 smithi144 bash[66528]: cephadm 2023-12-07T15:57:17.921602+0000 mgr.y (mgr.25453) 736 : cephadm 1 Upgrade: Updating osd.2 2023-12-07T15:57:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:18 smithi144 bash[66528]: audit 2023-12-07T15:57:17.928794+0000 mon.a (mon.0) 654 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:18 smithi144 bash[66528]: audit 2023-12-07T15:57:17.934331+0000 mon.c (mon.1) 892 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T15:57:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:18 smithi144 bash[66528]: audit 2023-12-07T15:57:17.935254+0000 mon.c (mon.1) 893 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:18 smithi144 bash[66528]: cephadm 2023-12-07T15:57:17.940311+0000 mgr.y (mgr.25453) 737 : cephadm 1 Deploying daemon osd.2 on smithi121 2023-12-07T15:57:21.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:20 smithi121 bash[83807]: cluster 2023-12-07T15:57:19.818450+0000 mgr.y (mgr.25453) 738 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 173 op/s; 130 B/s, 0 objects/s recovering 2023-12-07T15:57:21.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:20 smithi121 bash[81553]: cluster 2023-12-07T15:57:19.818450+0000 mgr.y (mgr.25453) 738 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 173 op/s; 130 B/s, 0 objects/s recovering 2023-12-07T15:57:21.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:20 smithi144 bash[66528]: cluster 2023-12-07T15:57:19.818450+0000 mgr.y (mgr.25453) 738 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 173 op/s; 130 B/s, 0 objects/s recovering 2023-12-07T15:57:22.559 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:22 smithi121 systemd[1]: Stopping Ceph osd.2 for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:57:22.957 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:22 smithi121 bash[41588]: debug 2023-12-07T15:57:22.674+0000 7fde1f53b700 -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 2023-12-07T15:57:22.957 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:22 smithi121 bash[41588]: debug 2023-12-07T15:57:22.674+0000 7fde1f53b700 -1 osd.2 125 *** Got signal Terminated *** 2023-12-07T15:57:22.957 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:22 smithi121 bash[41588]: debug 2023-12-07T15:57:22.674+0000 7fde1f53b700 -1 osd.2 125 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T15:57:23.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:22 smithi121 bash[81553]: cluster 2023-12-07T15:57:21.819233+0000 mgr.y (mgr.25453) 739 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 622 B/s rd, 0 op/s; 127 B/s, 0 objects/s recovering 2023-12-07T15:57:23.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:22 smithi121 bash[81553]: cluster 2023-12-07T15:57:22.677039+0000 mon.a (mon.0) 655 : cluster 1 osd.2 marked itself down and dead 2023-12-07T15:57:23.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:22 smithi121 bash[83807]: cluster 2023-12-07T15:57:21.819233+0000 mgr.y (mgr.25453) 739 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 622 B/s rd, 0 op/s; 127 B/s, 0 objects/s recovering 2023-12-07T15:57:23.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:22 smithi121 bash[83807]: cluster 2023-12-07T15:57:22.677039+0000 mon.a (mon.0) 655 : cluster 1 osd.2 marked itself down and dead 2023-12-07T15:57:23.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:22 smithi144 bash[66528]: cluster 2023-12-07T15:57:21.819233+0000 mgr.y (mgr.25453) 739 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 622 B/s rd, 0 op/s; 127 B/s, 0 objects/s recovering 2023-12-07T15:57:23.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:22 smithi144 bash[66528]: cluster 2023-12-07T15:57:22.677039+0000 mon.a (mon.0) 655 : cluster 1 osd.2 marked itself down and dead 2023-12-07T15:57:24.022 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:22.938888+0000 mon.a (mon.0) 656 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:57:24.022 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:22.945361+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.022 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:22.948917+0000 mon.a (mon.0) 657 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-07T15:57:24.023 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:22.949010+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.023 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:22.950201+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.023 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:22.953809+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.023 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:22.956018+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.023 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:22.956902+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.023 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:23.949986+0000 mon.a (mon.0) 658 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-07T15:57:24.023 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:23 smithi121 bash[83807]: cluster 2023-12-07T15:57:22.938888+0000 mon.a (mon.0) 656 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:57:24.023 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:23 smithi121 bash[83807]: cluster 2023-12-07T15:57:22.945361+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.023 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:23 smithi121 bash[83807]: cluster 2023-12-07T15:57:22.948917+0000 mon.a (mon.0) 657 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-07T15:57:24.023 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:23 smithi121 bash[83807]: cluster 2023-12-07T15:57:22.949010+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.023 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:23 smithi121 bash[83807]: cluster 2023-12-07T15:57:22.950201+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.024 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:23 smithi121 bash[83807]: cluster 2023-12-07T15:57:22.953809+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.024 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:23 smithi121 bash[83807]: cluster 2023-12-07T15:57:22.956018+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.024 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:23 smithi121 bash[83807]: cluster 2023-12-07T15:57:22.956902+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.024 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:23 smithi121 bash[83807]: cluster 2023-12-07T15:57:23.949986+0000 mon.a (mon.0) 658 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-07T15:57:24.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:23 smithi144 bash[66528]: cluster 2023-12-07T15:57:22.938888+0000 mon.a (mon.0) 656 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:57:24.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:23 smithi144 bash[66528]: cluster 2023-12-07T15:57:22.945361+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:23 smithi144 bash[66528]: cluster 2023-12-07T15:57:22.948917+0000 mon.a (mon.0) 657 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-07T15:57:24.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:23 smithi144 bash[66528]: cluster 2023-12-07T15:57:22.949010+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:23 smithi144 bash[66528]: cluster 2023-12-07T15:57:22.950201+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:23 smithi144 bash[66528]: cluster 2023-12-07T15:57:22.953809+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:23 smithi144 bash[66528]: cluster 2023-12-07T15:57:22.956018+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:23 smithi144 bash[66528]: cluster 2023-12-07T15:57:22.956902+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e126 with expected crc 2023-12-07T15:57:24.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:23 smithi144 bash[66528]: cluster 2023-12-07T15:57:23.949986+0000 mon.a (mon.0) 658 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-07T15:57:24.716 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:57:24] "GET /metrics HTTP/1.1" 200 38414 "" "Prometheus/2.33.4" 2023-12-07T15:57:24.716 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[93804]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-2 2023-12-07T15:57:24.716 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[94002]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-2 2023-12-07T15:57:25.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: audit 2023-12-07T15:57:23.556078+0000 mgr.y (mgr.25453) 740 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:25.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:23.820899+0000 mgr.y (mgr.25453) 741 : cluster 0 pgmap v163: 161 pgs: 33 peering, 128 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 113 B/s, 0 objects/s recovering 2023-12-07T15:57:25.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:23.945348+0000 osd.3 (osd.3) 25 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:23.947792+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:23.950448+0000 osd.3 (osd.3) 26 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:23.950891+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:23.951701+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:23.951970+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:23.951970+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:23.953959+0000 osd.3 (osd.3) 27 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:23.956873+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:23.956957+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: audit 2023-12-07T15:57:23.975137+0000 mon.a (mon.0) 659 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: audit 2023-12-07T15:57:23.984531+0000 mon.a (mon.0) 660 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:23.987369+0000 mgr.y (mgr.25453) 742 : cluster 0 pgmap v165: 161 pgs: 9 stale+active+clean, 33 peering, 119 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 169 B/s, 0 objects/s recovering 2023-12-07T15:57:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: audit 2023-12-07T15:57:23.994418+0000 mon.a (mon.0) 661 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:24.744500+0000 mon.a (mon.0) 662 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:57:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[81553]: cluster 2023-12-07T15:57:24.744574+0000 mon.a (mon.0) 663 : cluster 3 Health check failed: Reduced data availability: 2 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2023-12-07T15:57:25.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: audit 2023-12-07T15:57:23.556078+0000 mgr.y (mgr.25453) 740 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:25.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: cluster 2023-12-07T15:57:23.820899+0000 mgr.y (mgr.25453) 741 : cluster 0 pgmap v163: 161 pgs: 33 peering, 128 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 113 B/s, 0 objects/s recovering 2023-12-07T15:57:25.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: cluster 2023-12-07T15:57:23.945348+0000 osd.3 (osd.3) 25 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: cluster 2023-12-07T15:57:23.947792+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: cluster 2023-12-07T15:57:23.950448+0000 osd.3 (osd.3) 26 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: cluster 2023-12-07T15:57:23.950891+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: cluster 2023-12-07T15:57:23.951701+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: cluster 2023-12-07T15:57:23.951970+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: cluster 2023-12-07T15:57:23.951970+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: cluster 2023-12-07T15:57:23.953959+0000 osd.3 (osd.3) 27 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: cluster 2023-12-07T15:57:23.956873+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: cluster 2023-12-07T15:57:23.956957+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: audit 2023-12-07T15:57:23.975137+0000 mon.a (mon.0) 659 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:25.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: audit 2023-12-07T15:57:23.984531+0000 mon.a (mon.0) 660 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:25.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: cluster 2023-12-07T15:57:23.987369+0000 mgr.y (mgr.25453) 742 : cluster 0 pgmap v165: 161 pgs: 9 stale+active+clean, 33 peering, 119 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 169 B/s, 0 objects/s recovering 2023-12-07T15:57:25.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: audit 2023-12-07T15:57:23.994418+0000 mon.a (mon.0) 661 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:25.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: cluster 2023-12-07T15:57:24.744500+0000 mon.a (mon.0) 662 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:57:25.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:24 smithi121 bash[83807]: cluster 2023-12-07T15:57:24.744574+0000 mon.a (mon.0) 663 : cluster 3 Health check failed: Reduced data availability: 2 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2023-12-07T15:57:25.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: audit 2023-12-07T15:57:23.556078+0000 mgr.y (mgr.25453) 740 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: cluster 2023-12-07T15:57:23.820899+0000 mgr.y (mgr.25453) 741 : cluster 0 pgmap v163: 161 pgs: 33 peering, 128 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 113 B/s, 0 objects/s recovering 2023-12-07T15:57:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: cluster 2023-12-07T15:57:23.945348+0000 osd.3 (osd.3) 25 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: cluster 2023-12-07T15:57:23.947792+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: cluster 2023-12-07T15:57:23.950448+0000 osd.3 (osd.3) 26 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: cluster 2023-12-07T15:57:23.950891+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: cluster 2023-12-07T15:57:23.951701+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: cluster 2023-12-07T15:57:23.951970+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: cluster 2023-12-07T15:57:23.951970+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: cluster 2023-12-07T15:57:23.953959+0000 osd.3 (osd.3) 27 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: cluster 2023-12-07T15:57:23.956873+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: cluster 2023-12-07T15:57:23.956957+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e127 with expected crc 2023-12-07T15:57:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: audit 2023-12-07T15:57:23.975137+0000 mon.a (mon.0) 659 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: audit 2023-12-07T15:57:23.984531+0000 mon.a (mon.0) 660 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: cluster 2023-12-07T15:57:23.987369+0000 mgr.y (mgr.25453) 742 : cluster 0 pgmap v165: 161 pgs: 9 stale+active+clean, 33 peering, 119 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 169 B/s, 0 objects/s recovering 2023-12-07T15:57:25.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: audit 2023-12-07T15:57:23.994418+0000 mon.a (mon.0) 661 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:25.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: cluster 2023-12-07T15:57:24.744500+0000 mon.a (mon.0) 662 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:57:25.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:24 smithi144 bash[66528]: cluster 2023-12-07T15:57:24.744574+0000 mon.a (mon.0) 663 : cluster 3 Health check failed: Reduced data availability: 2 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2023-12-07T15:57:27.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:27 smithi121 bash[81553]: cluster 2023-12-07T15:57:25.988189+0000 mgr.y (mgr.25453) 743 : cluster 0 pgmap v166: 161 pgs: 9 stale+active+clean, 33 peering, 119 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:57:27.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:27 smithi121 bash[83807]: cluster 2023-12-07T15:57:25.988189+0000 mgr.y (mgr.25453) 743 : cluster 0 pgmap v166: 161 pgs: 9 stale+active+clean, 33 peering, 119 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:57:27.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:27 smithi144 bash[66528]: cluster 2023-12-07T15:57:25.988189+0000 mgr.y (mgr.25453) 743 : cluster 0 pgmap v166: 161 pgs: 9 stale+active+clean, 33 peering, 119 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:57:28.014 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:27 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.2.service: Succeeded. 2023-12-07T15:57:28.014 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:27 smithi121 systemd[1]: Stopped Ceph osd.2 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:57:28.014 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:27 smithi121 systemd[1]: Started Ceph osd.2 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:57:28.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:27.466112+0000 mon.a (mon.0) 664 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:27.470305+0000 mon.c (mon.1) 894 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:57:28.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: cluster 2023-12-07T15:57:27.988877+0000 mgr.y (mgr.25453) 744 : cluster 0 pgmap v167: 161 pgs: 8 stale+active+clean, 2 active+undersized+degraded, 33 peering, 5 active+undersized, 113 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 26 op/s; 19/630 objects degraded (3.016%) 2023-12-07T15:57:28.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.006869+0000 mon.a (mon.0) 665 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.019935+0000 mon.a (mon.0) 666 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.037536+0000 mon.c (mon.1) 895 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:28.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.038831+0000 mon.c (mon.1) 896 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:28.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: cluster 2023-12-07T15:57:28.041252+0000 mgr.y (mgr.25453) 745 : cluster 0 pgmap v168: 161 pgs: 6 stale+active+clean, 3 active+undersized+degraded, 28 peering, 11 active+undersized, 113 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 79 op/s; 24/630 objects degraded (3.810%) 2023-12-07T15:57:28.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.047158+0000 mon.a (mon.0) 667 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: cephadm 2023-12-07T15:57:28.049691+0000 mgr.y (mgr.25453) 746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:28.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.131271+0000 mon.c (mon.1) 897 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:28.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.134168+0000 mon.c (mon.1) 898 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:28.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.138988+0000 mon.c (mon.1) 899 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:28.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.140480+0000 mon.c (mon.1) 900 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:28.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.148547+0000 mon.a (mon.0) 668 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.235342+0000 mon.c (mon.1) 901 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:28.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.237879+0000 mon.c (mon.1) 902 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:28.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.241416+0000 mon.c (mon.1) 903 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:28.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.243160+0000 mon.c (mon.1) 904 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:28.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.251374+0000 mon.a (mon.0) 669 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.334939+0000 mon.c (mon.1) 905 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:28.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.337600+0000 mon.c (mon.1) 906 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:28.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.340310+0000 mon.c (mon.1) 907 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:28.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.341495+0000 mon.c (mon.1) 908 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:28.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.349623+0000 mon.a (mon.0) 670 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.435185+0000 mon.c (mon.1) 909 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:28.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.438167+0000 mon.c (mon.1) 910 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:28.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.441110+0000 mon.c (mon.1) 911 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:28.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.442122+0000 mon.c (mon.1) 912 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:28.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[81553]: audit 2023-12-07T15:57:28.450193+0000 mon.a (mon.0) 671 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:27.466112+0000 mon.a (mon.0) 664 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:27.470305+0000 mon.c (mon.1) 894 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:57:28.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: cluster 2023-12-07T15:57:27.988877+0000 mgr.y (mgr.25453) 744 : cluster 0 pgmap v167: 161 pgs: 8 stale+active+clean, 2 active+undersized+degraded, 33 peering, 5 active+undersized, 113 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 26 op/s; 19/630 objects degraded (3.016%) 2023-12-07T15:57:28.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.006869+0000 mon.a (mon.0) 665 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.019935+0000 mon.a (mon.0) 666 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.037536+0000 mon.c (mon.1) 895 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:28.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.038831+0000 mon.c (mon.1) 896 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:28.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: cluster 2023-12-07T15:57:28.041252+0000 mgr.y (mgr.25453) 745 : cluster 0 pgmap v168: 161 pgs: 6 stale+active+clean, 3 active+undersized+degraded, 28 peering, 11 active+undersized, 113 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 79 op/s; 24/630 objects degraded (3.810%) 2023-12-07T15:57:28.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.047158+0000 mon.a (mon.0) 667 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: cephadm 2023-12-07T15:57:28.049691+0000 mgr.y (mgr.25453) 746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:28.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.131271+0000 mon.c (mon.1) 897 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:28.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.134168+0000 mon.c (mon.1) 898 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:28.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.138988+0000 mon.c (mon.1) 899 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:28.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.140480+0000 mon.c (mon.1) 900 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:28.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.148547+0000 mon.a (mon.0) 668 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.235342+0000 mon.c (mon.1) 901 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:28.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.237879+0000 mon.c (mon.1) 902 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:28.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.241416+0000 mon.c (mon.1) 903 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:28.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.243160+0000 mon.c (mon.1) 904 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:28.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.251374+0000 mon.a (mon.0) 669 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.334939+0000 mon.c (mon.1) 905 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:28.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.337600+0000 mon.c (mon.1) 906 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:28.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.340310+0000 mon.c (mon.1) 907 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:28.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.341495+0000 mon.c (mon.1) 908 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:28.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.349623+0000 mon.a (mon.0) 670 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.435185+0000 mon.c (mon.1) 909 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:28.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.438167+0000 mon.c (mon.1) 910 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:28.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.441110+0000 mon.c (mon.1) 911 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:28.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.442122+0000 mon.c (mon.1) 912 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:28.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:28 smithi121 bash[83807]: audit 2023-12-07T15:57:28.450193+0000 mon.a (mon.0) 671 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:27.466112+0000 mon.a (mon.0) 664 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:27.470305+0000 mon.c (mon.1) 894 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:57:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: cluster 2023-12-07T15:57:27.988877+0000 mgr.y (mgr.25453) 744 : cluster 0 pgmap v167: 161 pgs: 8 stale+active+clean, 2 active+undersized+degraded, 33 peering, 5 active+undersized, 113 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 26 op/s; 19/630 objects degraded (3.016%) 2023-12-07T15:57:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.006869+0000 mon.a (mon.0) 665 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.019935+0000 mon.a (mon.0) 666 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.037536+0000 mon.c (mon.1) 895 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.038831+0000 mon.c (mon.1) 896 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: cluster 2023-12-07T15:57:28.041252+0000 mgr.y (mgr.25453) 745 : cluster 0 pgmap v168: 161 pgs: 6 stale+active+clean, 3 active+undersized+degraded, 28 peering, 11 active+undersized, 113 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 79 op/s; 24/630 objects degraded (3.810%) 2023-12-07T15:57:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.047158+0000 mon.a (mon.0) 667 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: cephadm 2023-12-07T15:57:28.049691+0000 mgr.y (mgr.25453) 746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.131271+0000 mon.c (mon.1) 897 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.134168+0000 mon.c (mon.1) 898 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.138988+0000 mon.c (mon.1) 899 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.140480+0000 mon.c (mon.1) 900 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.148547+0000 mon.a (mon.0) 668 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.235342+0000 mon.c (mon.1) 901 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.237879+0000 mon.c (mon.1) 902 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:28.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.241416+0000 mon.c (mon.1) 903 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:28.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.243160+0000 mon.c (mon.1) 904 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:28.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.251374+0000 mon.a (mon.0) 669 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.334939+0000 mon.c (mon.1) 905 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:28.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.337600+0000 mon.c (mon.1) 906 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:28.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.340310+0000 mon.c (mon.1) 907 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:28.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.341495+0000 mon.c (mon.1) 908 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:28.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.349623+0000 mon.a (mon.0) 670 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:28.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.435185+0000 mon.c (mon.1) 909 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:28.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.438167+0000 mon.c (mon.1) 910 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:28.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.441110+0000 mon.c (mon.1) 911 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:28.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.442122+0000 mon.c (mon.1) 912 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:28.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:28 smithi144 bash[66528]: audit 2023-12-07T15:57:28.450193+0000 mon.a (mon.0) 671 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.802 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: cephadm 2023-12-07T15:57:28.152241+0000 mgr.y (mgr.25453) 747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.803 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: cephadm 2023-12-07T15:57:28.255228+0000 mgr.y (mgr.25453) 748 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.803 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: cephadm 2023-12-07T15:57:28.351912+0000 mgr.y (mgr.25453) 749 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.803 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: cephadm 2023-12-07T15:57:28.452744+0000 mgr.y (mgr.25453) 750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.803 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: cluster 2023-12-07T15:57:28.462489+0000 mon.a (mon.0) 672 : cluster 3 Health check failed: Degraded data redundancy: 24/630 objects degraded (3.810%), 3 pgs degraded (PG_DEGRADED) 2023-12-07T15:57:29.803 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: cluster 2023-12-07T15:57:28.462549+0000 mon.a (mon.0) 673 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:57:29.803 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.531471+0000 mon.c (mon.1) 913 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.803 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.534213+0000 mon.c (mon.1) 914 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.803 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.537210+0000 mon.c (mon.1) 915 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.803 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.538352+0000 mon.c (mon.1) 916 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.803 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.544841+0000 mon.a (mon.0) 674 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.803 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: cephadm 2023-12-07T15:57:28.546619+0000 mgr.y (mgr.25453) 751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.803 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.630208+0000 mon.c (mon.1) 917 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.803 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.633695+0000 mon.c (mon.1) 918 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.803 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.637465+0000 mon.c (mon.1) 919 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.803 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.638479+0000 mon.c (mon.1) 920 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.645706+0000 mon.a (mon.0) 675 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: cephadm 2023-12-07T15:57:28.646453+0000 mgr.y (mgr.25453) 752 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.725138+0000 mon.c (mon.1) 921 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.727398+0000 mon.c (mon.1) 922 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.804 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: cephadm 2023-12-07T15:57:28.152241+0000 mgr.y (mgr.25453) 747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.804 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: cephadm 2023-12-07T15:57:28.255228+0000 mgr.y (mgr.25453) 748 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.804 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: cephadm 2023-12-07T15:57:28.351912+0000 mgr.y (mgr.25453) 749 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.804 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: cephadm 2023-12-07T15:57:28.452744+0000 mgr.y (mgr.25453) 750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.804 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: cluster 2023-12-07T15:57:28.462489+0000 mon.a (mon.0) 672 : cluster 3 Health check failed: Degraded data redundancy: 24/630 objects degraded (3.810%), 3 pgs degraded (PG_DEGRADED) 2023-12-07T15:57:29.804 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: cluster 2023-12-07T15:57:28.462549+0000 mon.a (mon.0) 673 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:57:29.804 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.531471+0000 mon.c (mon.1) 913 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.804 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.534213+0000 mon.c (mon.1) 914 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.804 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.537210+0000 mon.c (mon.1) 915 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.805 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.538352+0000 mon.c (mon.1) 916 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.805 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.544841+0000 mon.a (mon.0) 674 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.805 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: cephadm 2023-12-07T15:57:28.546619+0000 mgr.y (mgr.25453) 751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.805 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.630208+0000 mon.c (mon.1) 917 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.805 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.633695+0000 mon.c (mon.1) 918 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.805 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.637465+0000 mon.c (mon.1) 919 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.805 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.638479+0000 mon.c (mon.1) 920 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.805 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.645706+0000 mon.a (mon.0) 675 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.805 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: cephadm 2023-12-07T15:57:28.646453+0000 mgr.y (mgr.25453) 752 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.805 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.725138+0000 mon.c (mon.1) 921 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.805 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.727398+0000 mon.c (mon.1) 922 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.730357+0000 mon.c (mon.1) 923 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.731501+0000 mon.c (mon.1) 924 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.741205+0000 mon.a (mon.0) 676 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: cephadm 2023-12-07T15:57:28.742855+0000 mgr.y (mgr.25453) 753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.825800+0000 mon.c (mon.1) 925 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.829753+0000 mon.c (mon.1) 926 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.833005+0000 mon.c (mon.1) 927 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.834001+0000 mon.c (mon.1) 928 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.844713+0000 mon.a (mon.0) 677 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: cephadm 2023-12-07T15:57:28.845559+0000 mgr.y (mgr.25453) 754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.928441+0000 mon.c (mon.1) 929 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.933263+0000 mon.c (mon.1) 930 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.938716+0000 mon.c (mon.1) 931 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.940531+0000 mon.c (mon.1) 932 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:28.954278+0000 mon.a (mon.0) 678 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: cephadm 2023-12-07T15:57:28.955629+0000 mgr.y (mgr.25453) 755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.038282+0000 mon.c (mon.1) 933 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.041962+0000 mon.c (mon.1) 934 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.045216+0000 mon.c (mon.1) 935 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.046374+0000 mon.c (mon.1) 936 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.056411+0000 mon.a (mon.0) 679 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: cephadm 2023-12-07T15:57:29.057179+0000 mgr.y (mgr.25453) 756 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.138197+0000 mon.c (mon.1) 937 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.140687+0000 mon.c (mon.1) 938 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.143690+0000 mon.c (mon.1) 939 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.144664+0000 mon.c (mon.1) 940 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.156873+0000 mon.a (mon.0) 680 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.237547+0000 mon.c (mon.1) 941 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.242145+0000 mon.c (mon.1) 942 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.246022+0000 mon.c (mon.1) 943 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.247497+0000 mon.c (mon.1) 944 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.257250+0000 mon.a (mon.0) 681 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.339756+0000 mon.c (mon.1) 945 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.342358+0000 mon.c (mon.1) 946 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.345426+0000 mon.c (mon.1) 947 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.346305+0000 mon.c (mon.1) 948 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.355920+0000 mon.a (mon.0) 682 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.436400+0000 mon.c (mon.1) 949 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.438477+0000 mon.c (mon.1) 950 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.441930+0000 mon.c (mon.1) 951 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.443315+0000 mon.c (mon.1) 952 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[81553]: audit 2023-12-07T15:57:29.455105+0000 mon.a (mon.0) 683 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.730357+0000 mon.c (mon.1) 923 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.731501+0000 mon.c (mon.1) 924 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.741205+0000 mon.a (mon.0) 676 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: cephadm 2023-12-07T15:57:28.742855+0000 mgr.y (mgr.25453) 753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.825800+0000 mon.c (mon.1) 925 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.829753+0000 mon.c (mon.1) 926 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.833005+0000 mon.c (mon.1) 927 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.834001+0000 mon.c (mon.1) 928 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.844713+0000 mon.a (mon.0) 677 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: cephadm 2023-12-07T15:57:28.845559+0000 mgr.y (mgr.25453) 754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.928441+0000 mon.c (mon.1) 929 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.933263+0000 mon.c (mon.1) 930 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.938716+0000 mon.c (mon.1) 931 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.940531+0000 mon.c (mon.1) 932 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:28.954278+0000 mon.a (mon.0) 678 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: cephadm 2023-12-07T15:57:28.955629+0000 mgr.y (mgr.25453) 755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.038282+0000 mon.c (mon.1) 933 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.041962+0000 mon.c (mon.1) 934 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.045216+0000 mon.c (mon.1) 935 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.046374+0000 mon.c (mon.1) 936 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.056411+0000 mon.a (mon.0) 679 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: cephadm 2023-12-07T15:57:29.057179+0000 mgr.y (mgr.25453) 756 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.138197+0000 mon.c (mon.1) 937 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.140687+0000 mon.c (mon.1) 938 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.143690+0000 mon.c (mon.1) 939 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.144664+0000 mon.c (mon.1) 940 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.156873+0000 mon.a (mon.0) 680 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.237547+0000 mon.c (mon.1) 941 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.242145+0000 mon.c (mon.1) 942 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.246022+0000 mon.c (mon.1) 943 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.247497+0000 mon.c (mon.1) 944 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.257250+0000 mon.a (mon.0) 681 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.339756+0000 mon.c (mon.1) 945 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.342358+0000 mon.c (mon.1) 946 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.345426+0000 mon.c (mon.1) 947 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.346305+0000 mon.c (mon.1) 948 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.355920+0000 mon.a (mon.0) 682 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.436400+0000 mon.c (mon.1) 949 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.438477+0000 mon.c (mon.1) 950 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.441930+0000 mon.c (mon.1) 951 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.443315+0000 mon.c (mon.1) 952 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:29 smithi121 bash[83807]: audit 2023-12-07T15:57:29.455105+0000 mon.a (mon.0) 683 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: cephadm 2023-12-07T15:57:28.152241+0000 mgr.y (mgr.25453) 747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: cephadm 2023-12-07T15:57:28.255228+0000 mgr.y (mgr.25453) 748 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: cephadm 2023-12-07T15:57:28.351912+0000 mgr.y (mgr.25453) 749 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: cephadm 2023-12-07T15:57:28.452744+0000 mgr.y (mgr.25453) 750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: cluster 2023-12-07T15:57:28.462489+0000 mon.a (mon.0) 672 : cluster 3 Health check failed: Degraded data redundancy: 24/630 objects degraded (3.810%), 3 pgs degraded (PG_DEGRADED) 2023-12-07T15:57:29.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: cluster 2023-12-07T15:57:28.462549+0000 mon.a (mon.0) 673 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:57:29.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.531471+0000 mon.c (mon.1) 913 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.534213+0000 mon.c (mon.1) 914 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.537210+0000 mon.c (mon.1) 915 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.538352+0000 mon.c (mon.1) 916 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.544841+0000 mon.a (mon.0) 674 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: cephadm 2023-12-07T15:57:28.546619+0000 mgr.y (mgr.25453) 751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.630208+0000 mon.c (mon.1) 917 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.633695+0000 mon.c (mon.1) 918 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.637465+0000 mon.c (mon.1) 919 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.638479+0000 mon.c (mon.1) 920 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.645706+0000 mon.a (mon.0) 675 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: cephadm 2023-12-07T15:57:28.646453+0000 mgr.y (mgr.25453) 752 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.725138+0000 mon.c (mon.1) 921 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.727398+0000 mon.c (mon.1) 922 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.730357+0000 mon.c (mon.1) 923 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.731501+0000 mon.c (mon.1) 924 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.741205+0000 mon.a (mon.0) 676 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: cephadm 2023-12-07T15:57:28.742855+0000 mgr.y (mgr.25453) 753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.825800+0000 mon.c (mon.1) 925 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.829753+0000 mon.c (mon.1) 926 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.833005+0000 mon.c (mon.1) 927 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.834001+0000 mon.c (mon.1) 928 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.844713+0000 mon.a (mon.0) 677 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: cephadm 2023-12-07T15:57:28.845559+0000 mgr.y (mgr.25453) 754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.928441+0000 mon.c (mon.1) 929 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.933263+0000 mon.c (mon.1) 930 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.938716+0000 mon.c (mon.1) 931 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.940531+0000 mon.c (mon.1) 932 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:28.954278+0000 mon.a (mon.0) 678 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: cephadm 2023-12-07T15:57:28.955629+0000 mgr.y (mgr.25453) 755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.038282+0000 mon.c (mon.1) 933 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.041962+0000 mon.c (mon.1) 934 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.045216+0000 mon.c (mon.1) 935 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.046374+0000 mon.c (mon.1) 936 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.056411+0000 mon.a (mon.0) 679 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: cephadm 2023-12-07T15:57:29.057179+0000 mgr.y (mgr.25453) 756 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:29.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.138197+0000 mon.c (mon.1) 937 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.140687+0000 mon.c (mon.1) 938 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.143690+0000 mon.c (mon.1) 939 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.144664+0000 mon.c (mon.1) 940 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.156873+0000 mon.a (mon.0) 680 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.237547+0000 mon.c (mon.1) 941 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.242145+0000 mon.c (mon.1) 942 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.246022+0000 mon.c (mon.1) 943 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.247497+0000 mon.c (mon.1) 944 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.257250+0000 mon.a (mon.0) 681 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.339756+0000 mon.c (mon.1) 945 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.342358+0000 mon.c (mon.1) 946 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.345426+0000 mon.c (mon.1) 947 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.346305+0000 mon.c (mon.1) 948 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.355920+0000 mon.a (mon.0) 682 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:29.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.436400+0000 mon.c (mon.1) 949 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:29.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.438477+0000 mon.c (mon.1) 950 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:29.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.441930+0000 mon.c (mon.1) 951 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:29.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.443315+0000 mon.c (mon.1) 952 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:29.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:29 smithi144 bash[66528]: audit 2023-12-07T15:57:29.455105+0000 mon.a (mon.0) 683 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.764 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: cephadm 2023-12-07T15:57:29.157770+0000 mgr.y (mgr.25453) 757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.765 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: cephadm 2023-12-07T15:57:29.259073+0000 mgr.y (mgr.25453) 758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.765 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: cephadm 2023-12-07T15:57:29.356721+0000 mgr.y (mgr.25453) 759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.765 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: cephadm 2023-12-07T15:57:29.456350+0000 mgr.y (mgr.25453) 760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.765 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.539486+0000 mon.c (mon.1) 953 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.765 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.542434+0000 mon.c (mon.1) 954 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.765 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.546337+0000 mon.c (mon.1) 955 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.765 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.547692+0000 mon.c (mon.1) 956 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.765 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.555760+0000 mon.a (mon.0) 684 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.765 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: cephadm 2023-12-07T15:57:29.557814+0000 mgr.y (mgr.25453) 761 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.765 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.635997+0000 mon.c (mon.1) 957 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.765 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.639135+0000 mon.c (mon.1) 958 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.641987+0000 mon.c (mon.1) 959 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.643332+0000 mon.c (mon.1) 960 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.655087+0000 mon.a (mon.0) 685 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: cephadm 2023-12-07T15:57:29.656162+0000 mgr.y (mgr.25453) 762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.720247+0000 mon.c (mon.1) 961 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.722993+0000 mon.c (mon.1) 962 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.726620+0000 mon.c (mon.1) 963 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.766 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.727857+0000 mon.c (mon.1) 964 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.766 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[94201]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-07T15:57:30.766 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[94201]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2023-12-07T15:57:30.766 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[94201]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-07T15:57:30.766 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[94201]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-07T15:57:30.767 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[94201]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2023-12-07T15:57:30.767 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[94201]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-07T15:57:30.767 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[94201]: --> ceph-volume raw activate successful for osd ID: 2 2023-12-07T15:57:30.767 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.735992+0000 mon.a (mon.0) 686 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.767 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: cephadm 2023-12-07T15:57:29.738501+0000 mgr.y (mgr.25453) 763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.767 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.821186+0000 mon.c (mon.1) 965 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.767 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.824735+0000 mon.c (mon.1) 966 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.767 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.827320+0000 mon.c (mon.1) 967 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.767 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.828447+0000 mon.c (mon.1) 968 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.767 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.839234+0000 mon.a (mon.0) 687 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.767 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: cephadm 2023-12-07T15:57:29.843183+0000 mgr.y (mgr.25453) 764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.768 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.922628+0000 mon.c (mon.1) 969 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.768 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.926142+0000 mon.c (mon.1) 970 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.768 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.929202+0000 mon.c (mon.1) 971 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.768 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.930263+0000 mon.c (mon.1) 972 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.768 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:29.940246+0000 mon.a (mon.0) 688 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.768 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: cephadm 2023-12-07T15:57:29.941948+0000 mgr.y (mgr.25453) 765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.768 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.024319+0000 mon.c (mon.1) 973 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.768 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.026992+0000 mon.c (mon.1) 974 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.768 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.029718+0000 mon.c (mon.1) 975 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.768 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.030657+0000 mon.c (mon.1) 976 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.768 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.039890+0000 mon.a (mon.0) 689 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.768 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: cephadm 2023-12-07T15:57:30.040692+0000 mgr.y (mgr.25453) 766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.768 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: cluster 2023-12-07T15:57:30.042221+0000 mgr.y (mgr.25453) 767 : cluster 0 pgmap v169: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 143 MiB used, 715 GiB / 715 GiB avail; 138 KiB/s rd, 0 B/s wr, 229 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:30.769 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: cephadm 2023-12-07T15:57:29.157770+0000 mgr.y (mgr.25453) 757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.769 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: cephadm 2023-12-07T15:57:29.259073+0000 mgr.y (mgr.25453) 758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.769 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: cephadm 2023-12-07T15:57:29.356721+0000 mgr.y (mgr.25453) 759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.769 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: cephadm 2023-12-07T15:57:29.456350+0000 mgr.y (mgr.25453) 760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.769 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.539486+0000 mon.c (mon.1) 953 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.769 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.542434+0000 mon.c (mon.1) 954 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.769 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.546337+0000 mon.c (mon.1) 955 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.769 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.547692+0000 mon.c (mon.1) 956 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.769 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.555760+0000 mon.a (mon.0) 684 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.769 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: cephadm 2023-12-07T15:57:29.557814+0000 mgr.y (mgr.25453) 761 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.769 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.635997+0000 mon.c (mon.1) 957 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.769 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.639135+0000 mon.c (mon.1) 958 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.769 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.641987+0000 mon.c (mon.1) 959 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.770 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.643332+0000 mon.c (mon.1) 960 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.770 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.655087+0000 mon.a (mon.0) 685 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.770 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: cephadm 2023-12-07T15:57:29.656162+0000 mgr.y (mgr.25453) 762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.770 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.720247+0000 mon.c (mon.1) 961 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.770 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.722993+0000 mon.c (mon.1) 962 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.770 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.726620+0000 mon.c (mon.1) 963 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.770 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.727857+0000 mon.c (mon.1) 964 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.770 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.120190+0000 mon.c (mon.1) 977 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.770 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.124728+0000 mon.c (mon.1) 978 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.770 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.128207+0000 mon.c (mon.1) 979 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.770 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.129502+0000 mon.c (mon.1) 980 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.771 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.139417+0000 mon.a (mon.0) 690 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.771 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.218943+0000 mon.c (mon.1) 981 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.771 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.222114+0000 mon.c (mon.1) 982 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.771 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.225052+0000 mon.c (mon.1) 983 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.771 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.226319+0000 mon.c (mon.1) 984 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.771 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.235662+0000 mon.a (mon.0) 691 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.771 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.316630+0000 mon.c (mon.1) 985 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.771 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.319471+0000 mon.c (mon.1) 986 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.771 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.323298+0000 mon.c (mon.1) 987 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.771 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.324212+0000 mon.c (mon.1) 988 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.771 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.330266+0000 mon.a (mon.0) 692 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.771 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.410820+0000 mon.c (mon.1) 989 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.771 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.414965+0000 mon.c (mon.1) 990 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.771 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.417763+0000 mon.c (mon.1) 991 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.771 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.418946+0000 mon.c (mon.1) 992 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.772 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[81553]: audit 2023-12-07T15:57:30.425352+0000 mon.a (mon.0) 693 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.772 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.735992+0000 mon.a (mon.0) 686 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.772 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: cephadm 2023-12-07T15:57:29.738501+0000 mgr.y (mgr.25453) 763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.772 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.821186+0000 mon.c (mon.1) 965 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.772 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.824735+0000 mon.c (mon.1) 966 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.772 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.827320+0000 mon.c (mon.1) 967 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.772 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.828447+0000 mon.c (mon.1) 968 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.772 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.839234+0000 mon.a (mon.0) 687 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.772 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: cephadm 2023-12-07T15:57:29.843183+0000 mgr.y (mgr.25453) 764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.772 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.922628+0000 mon.c (mon.1) 969 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.772 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.926142+0000 mon.c (mon.1) 970 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.929202+0000 mon.c (mon.1) 971 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.930263+0000 mon.c (mon.1) 972 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:29.940246+0000 mon.a (mon.0) 688 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: cephadm 2023-12-07T15:57:29.941948+0000 mgr.y (mgr.25453) 765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.024319+0000 mon.c (mon.1) 973 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.026992+0000 mon.c (mon.1) 974 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.029718+0000 mon.c (mon.1) 975 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.030657+0000 mon.c (mon.1) 976 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.039890+0000 mon.a (mon.0) 689 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: cephadm 2023-12-07T15:57:30.040692+0000 mgr.y (mgr.25453) 766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: cluster 2023-12-07T15:57:30.042221+0000 mgr.y (mgr.25453) 767 : cluster 0 pgmap v169: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 143 MiB used, 715 GiB / 715 GiB avail; 138 KiB/s rd, 0 B/s wr, 229 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:30.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.120190+0000 mon.c (mon.1) 977 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.124728+0000 mon.c (mon.1) 978 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.128207+0000 mon.c (mon.1) 979 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.773 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.129502+0000 mon.c (mon.1) 980 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.774 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.139417+0000 mon.a (mon.0) 690 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.774 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.218943+0000 mon.c (mon.1) 981 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.774 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.222114+0000 mon.c (mon.1) 982 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.774 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.225052+0000 mon.c (mon.1) 983 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.774 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.226319+0000 mon.c (mon.1) 984 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.774 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.235662+0000 mon.a (mon.0) 691 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.774 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.316630+0000 mon.c (mon.1) 985 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.774 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.319471+0000 mon.c (mon.1) 986 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.774 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.323298+0000 mon.c (mon.1) 987 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.774 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.324212+0000 mon.c (mon.1) 988 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.774 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.330266+0000 mon.a (mon.0) 692 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.774 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.410820+0000 mon.c (mon.1) 989 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.774 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.414965+0000 mon.c (mon.1) 990 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.774 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.417763+0000 mon.c (mon.1) 991 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.774 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.418946+0000 mon.c (mon.1) 992 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.775 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:30 smithi121 bash[83807]: audit 2023-12-07T15:57:30.425352+0000 mon.a (mon.0) 693 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: cephadm 2023-12-07T15:57:29.157770+0000 mgr.y (mgr.25453) 757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: cephadm 2023-12-07T15:57:29.259073+0000 mgr.y (mgr.25453) 758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: cephadm 2023-12-07T15:57:29.356721+0000 mgr.y (mgr.25453) 759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: cephadm 2023-12-07T15:57:29.456350+0000 mgr.y (mgr.25453) 760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.539486+0000 mon.c (mon.1) 953 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.542434+0000 mon.c (mon.1) 954 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.546337+0000 mon.c (mon.1) 955 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.547692+0000 mon.c (mon.1) 956 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.555760+0000 mon.a (mon.0) 684 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: cephadm 2023-12-07T15:57:29.557814+0000 mgr.y (mgr.25453) 761 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.635997+0000 mon.c (mon.1) 957 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.639135+0000 mon.c (mon.1) 958 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.641987+0000 mon.c (mon.1) 959 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.643332+0000 mon.c (mon.1) 960 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.655087+0000 mon.a (mon.0) 685 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: cephadm 2023-12-07T15:57:29.656162+0000 mgr.y (mgr.25453) 762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.720247+0000 mon.c (mon.1) 961 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.722993+0000 mon.c (mon.1) 962 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.726620+0000 mon.c (mon.1) 963 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.727857+0000 mon.c (mon.1) 964 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.735992+0000 mon.a (mon.0) 686 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: cephadm 2023-12-07T15:57:29.738501+0000 mgr.y (mgr.25453) 763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.821186+0000 mon.c (mon.1) 965 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.824735+0000 mon.c (mon.1) 966 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.827320+0000 mon.c (mon.1) 967 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.828447+0000 mon.c (mon.1) 968 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.839234+0000 mon.a (mon.0) 687 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: cephadm 2023-12-07T15:57:29.843183+0000 mgr.y (mgr.25453) 764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.922628+0000 mon.c (mon.1) 969 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.926142+0000 mon.c (mon.1) 970 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.929202+0000 mon.c (mon.1) 971 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.930263+0000 mon.c (mon.1) 972 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:29.940246+0000 mon.a (mon.0) 688 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: cephadm 2023-12-07T15:57:29.941948+0000 mgr.y (mgr.25453) 765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.024319+0000 mon.c (mon.1) 973 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.026992+0000 mon.c (mon.1) 974 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.029718+0000 mon.c (mon.1) 975 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.030657+0000 mon.c (mon.1) 976 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.039890+0000 mon.a (mon.0) 689 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: cephadm 2023-12-07T15:57:30.040692+0000 mgr.y (mgr.25453) 766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:30.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: cluster 2023-12-07T15:57:30.042221+0000 mgr.y (mgr.25453) 767 : cluster 0 pgmap v169: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 143 MiB used, 715 GiB / 715 GiB avail; 138 KiB/s rd, 0 B/s wr, 229 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:30.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.120190+0000 mon.c (mon.1) 977 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.124728+0000 mon.c (mon.1) 978 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.128207+0000 mon.c (mon.1) 979 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.129502+0000 mon.c (mon.1) 980 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.139417+0000 mon.a (mon.0) 690 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.218943+0000 mon.c (mon.1) 981 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.222114+0000 mon.c (mon.1) 982 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.225052+0000 mon.c (mon.1) 983 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.226319+0000 mon.c (mon.1) 984 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.235662+0000 mon.a (mon.0) 691 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.316630+0000 mon.c (mon.1) 985 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.319471+0000 mon.c (mon.1) 986 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.323298+0000 mon.c (mon.1) 987 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.324212+0000 mon.c (mon.1) 988 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.330266+0000 mon.a (mon.0) 692 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:30.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.410820+0000 mon.c (mon.1) 989 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:30.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.414965+0000 mon.c (mon.1) 990 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:30.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.417763+0000 mon.c (mon.1) 991 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:30.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.418946+0000 mon.c (mon.1) 992 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:30.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:30 smithi144 bash[66528]: audit 2023-12-07T15:57:30.425352+0000 mon.a (mon.0) 693 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.489 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: cephadm 2023-12-07T15:57:30.140402+0000 mgr.y (mgr.25453) 768 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: cephadm 2023-12-07T15:57:30.140402+0000 mgr.y (mgr.25453) 768 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: cephadm 2023-12-07T15:57:30.237006+0000 mgr.y (mgr.25453) 769 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: cephadm 2023-12-07T15:57:30.331217+0000 mgr.y (mgr.25453) 770 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: cephadm 2023-12-07T15:57:30.426797+0000 mgr.y (mgr.25453) 771 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.505408+0000 mon.c (mon.1) 993 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.507700+0000 mon.c (mon.1) 994 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.510062+0000 mon.c (mon.1) 995 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.511127+0000 mon.c (mon.1) 996 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.517346+0000 mon.a (mon.0) 694 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: cephadm 2023-12-07T15:57:30.519543+0000 mgr.y (mgr.25453) 772 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.598091+0000 mon.c (mon.1) 997 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.602028+0000 mon.c (mon.1) 998 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.605950+0000 mon.c (mon.1) 999 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.607271+0000 mon.c (mon.1) 1000 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.616457+0000 mon.a (mon.0) 695 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: cephadm 2023-12-07T15:57:30.617899+0000 mgr.y (mgr.25453) 773 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.695430+0000 mon.c (mon.1) 1001 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.697650+0000 mon.c (mon.1) 1002 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.701282+0000 mon.c (mon.1) 1003 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.702628+0000 mon.c (mon.1) 1004 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: cephadm 2023-12-07T15:57:30.237006+0000 mgr.y (mgr.25453) 769 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: cephadm 2023-12-07T15:57:30.331217+0000 mgr.y (mgr.25453) 770 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: cephadm 2023-12-07T15:57:30.426797+0000 mgr.y (mgr.25453) 771 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.505408+0000 mon.c (mon.1) 993 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.507700+0000 mon.c (mon.1) 994 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.510062+0000 mon.c (mon.1) 995 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.511127+0000 mon.c (mon.1) 996 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.517346+0000 mon.a (mon.0) 694 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: cephadm 2023-12-07T15:57:30.519543+0000 mgr.y (mgr.25453) 772 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.598091+0000 mon.c (mon.1) 997 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.602028+0000 mon.c (mon.1) 998 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.605950+0000 mon.c (mon.1) 999 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.607271+0000 mon.c (mon.1) 1000 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.616457+0000 mon.a (mon.0) 695 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: cephadm 2023-12-07T15:57:30.617899+0000 mgr.y (mgr.25453) 773 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.695430+0000 mon.c (mon.1) 1001 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.697650+0000 mon.c (mon.1) 1002 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.701282+0000 mon.c (mon.1) 1003 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.702628+0000 mon.c (mon.1) 1004 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.711608+0000 mon.a (mon.0) 696 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.711608+0000 mon.a (mon.0) 696 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: cephadm 2023-12-07T15:57:30.713052+0000 mgr.y (mgr.25453) 774 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.794548+0000 mon.c (mon.1) 1005 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.797329+0000 mon.c (mon.1) 1006 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.800338+0000 mon.c (mon.1) 1007 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.801744+0000 mon.c (mon.1) 1008 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.808944+0000 mon.a (mon.0) 697 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: cephadm 2023-12-07T15:57:30.811975+0000 mgr.y (mgr.25453) 775 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.893518+0000 mon.c (mon.1) 1009 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.896708+0000 mon.c (mon.1) 1010 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.900137+0000 mon.c (mon.1) 1011 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.901317+0000 mon.c (mon.1) 1012 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.909612+0000 mon.a (mon.0) 698 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: cephadm 2023-12-07T15:57:30.912898+0000 mgr.y (mgr.25453) 776 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.993036+0000 mon.c (mon.1) 1013 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.995775+0000 mon.c (mon.1) 1014 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.998951+0000 mon.c (mon.1) 1015 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:30.999850+0000 mon.c (mon.1) 1016 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.008246+0000 mon.a (mon.0) 699 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: cephadm 2023-12-07T15:57:31.013085+0000 mgr.y (mgr.25453) 777 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: cluster 2023-12-07T15:57:31.036915+0000 mon.a (mon.0) 700 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 4 pgs peering) 2023-12-07T15:57:31.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: cephadm 2023-12-07T15:57:30.713052+0000 mgr.y (mgr.25453) 774 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.794548+0000 mon.c (mon.1) 1005 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.797329+0000 mon.c (mon.1) 1006 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.800338+0000 mon.c (mon.1) 1007 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.801744+0000 mon.c (mon.1) 1008 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.808944+0000 mon.a (mon.0) 697 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: cephadm 2023-12-07T15:57:30.811975+0000 mgr.y (mgr.25453) 775 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.893518+0000 mon.c (mon.1) 1009 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.896708+0000 mon.c (mon.1) 1010 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.900137+0000 mon.c (mon.1) 1011 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.901317+0000 mon.c (mon.1) 1012 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.909612+0000 mon.a (mon.0) 698 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: cephadm 2023-12-07T15:57:30.912898+0000 mgr.y (mgr.25453) 776 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.993036+0000 mon.c (mon.1) 1013 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.995775+0000 mon.c (mon.1) 1014 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.998951+0000 mon.c (mon.1) 1015 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:30.999850+0000 mon.c (mon.1) 1016 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.008246+0000 mon.a (mon.0) 699 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: cephadm 2023-12-07T15:57:31.013085+0000 mgr.y (mgr.25453) 777 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: cluster 2023-12-07T15:57:31.036915+0000 mon.a (mon.0) 700 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 4 pgs peering) 2023-12-07T15:57:31.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.089154+0000 mon.c (mon.1) 1017 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.089154+0000 mon.c (mon.1) 1017 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.091595+0000 mon.c (mon.1) 1018 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.094667+0000 mon.c (mon.1) 1019 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.095733+0000 mon.c (mon.1) 1020 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.105131+0000 mon.a (mon.0) 701 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: cephadm 2023-12-07T15:57:31.108618+0000 mgr.y (mgr.25453) 778 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.186944+0000 mon.c (mon.1) 1021 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.189346+0000 mon.c (mon.1) 1022 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.191652+0000 mon.c (mon.1) 1023 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.192552+0000 mon.c (mon.1) 1024 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.202623+0000 mon.a (mon.0) 702 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.284535+0000 mon.c (mon.1) 1025 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.286659+0000 mon.c (mon.1) 1026 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.289682+0000 mon.c (mon.1) 1027 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.290869+0000 mon.c (mon.1) 1028 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.302201+0000 mon.a (mon.0) 703 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.383802+0000 mon.c (mon.1) 1029 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.386898+0000 mon.c (mon.1) 1030 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.389655+0000 mon.c (mon.1) 1031 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.391090+0000 mon.c (mon.1) 1032 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[83807]: audit 2023-12-07T15:57:31.403259+0000 mon.a (mon.0) 704 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.091595+0000 mon.c (mon.1) 1018 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.094667+0000 mon.c (mon.1) 1019 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.095733+0000 mon.c (mon.1) 1020 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.105131+0000 mon.a (mon.0) 701 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: cephadm 2023-12-07T15:57:31.108618+0000 mgr.y (mgr.25453) 778 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.186944+0000 mon.c (mon.1) 1021 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.189346+0000 mon.c (mon.1) 1022 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.191652+0000 mon.c (mon.1) 1023 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.192552+0000 mon.c (mon.1) 1024 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.202623+0000 mon.a (mon.0) 702 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.284535+0000 mon.c (mon.1) 1025 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.286659+0000 mon.c (mon.1) 1026 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.289682+0000 mon.c (mon.1) 1027 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.290869+0000 mon.c (mon.1) 1028 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.302201+0000 mon.a (mon.0) 703 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.383802+0000 mon.c (mon.1) 1029 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.386898+0000 mon.c (mon.1) 1030 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.389655+0000 mon.c (mon.1) 1031 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.391090+0000 mon.c (mon.1) 1032 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:31 smithi121 bash[81553]: audit 2023-12-07T15:57:31.403259+0000 mon.a (mon.0) 704 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: cephadm 2023-12-07T15:57:30.140402+0000 mgr.y (mgr.25453) 768 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: cephadm 2023-12-07T15:57:30.237006+0000 mgr.y (mgr.25453) 769 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: cephadm 2023-12-07T15:57:30.331217+0000 mgr.y (mgr.25453) 770 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: cephadm 2023-12-07T15:57:30.426797+0000 mgr.y (mgr.25453) 771 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.505408+0000 mon.c (mon.1) 993 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.507700+0000 mon.c (mon.1) 994 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.510062+0000 mon.c (mon.1) 995 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.511127+0000 mon.c (mon.1) 996 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.517346+0000 mon.a (mon.0) 694 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: cephadm 2023-12-07T15:57:30.519543+0000 mgr.y (mgr.25453) 772 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.598091+0000 mon.c (mon.1) 997 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.602028+0000 mon.c (mon.1) 998 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.605950+0000 mon.c (mon.1) 999 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.607271+0000 mon.c (mon.1) 1000 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.616457+0000 mon.a (mon.0) 695 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: cephadm 2023-12-07T15:57:30.617899+0000 mgr.y (mgr.25453) 773 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.695430+0000 mon.c (mon.1) 1001 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.697650+0000 mon.c (mon.1) 1002 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.701282+0000 mon.c (mon.1) 1003 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.702628+0000 mon.c (mon.1) 1004 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.711608+0000 mon.a (mon.0) 696 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: cephadm 2023-12-07T15:57:30.713052+0000 mgr.y (mgr.25453) 774 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.794548+0000 mon.c (mon.1) 1005 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.797329+0000 mon.c (mon.1) 1006 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.800338+0000 mon.c (mon.1) 1007 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.801744+0000 mon.c (mon.1) 1008 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.808944+0000 mon.a (mon.0) 697 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: cephadm 2023-12-07T15:57:30.811975+0000 mgr.y (mgr.25453) 775 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.893518+0000 mon.c (mon.1) 1009 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.896708+0000 mon.c (mon.1) 1010 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.900137+0000 mon.c (mon.1) 1011 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.901317+0000 mon.c (mon.1) 1012 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.909612+0000 mon.a (mon.0) 698 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: cephadm 2023-12-07T15:57:30.912898+0000 mgr.y (mgr.25453) 776 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.993036+0000 mon.c (mon.1) 1013 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.995775+0000 mon.c (mon.1) 1014 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.998951+0000 mon.c (mon.1) 1015 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:30.999850+0000 mon.c (mon.1) 1016 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.008246+0000 mon.a (mon.0) 699 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: cephadm 2023-12-07T15:57:31.013085+0000 mgr.y (mgr.25453) 777 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: cluster 2023-12-07T15:57:31.036915+0000 mon.a (mon.0) 700 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 4 pgs peering) 2023-12-07T15:57:31.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.089154+0000 mon.c (mon.1) 1017 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.091595+0000 mon.c (mon.1) 1018 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.094667+0000 mon.c (mon.1) 1019 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.095733+0000 mon.c (mon.1) 1020 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.105131+0000 mon.a (mon.0) 701 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: cephadm 2023-12-07T15:57:31.108618+0000 mgr.y (mgr.25453) 778 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:31.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.186944+0000 mon.c (mon.1) 1021 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.189346+0000 mon.c (mon.1) 1022 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.191652+0000 mon.c (mon.1) 1023 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.192552+0000 mon.c (mon.1) 1024 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.202623+0000 mon.a (mon.0) 702 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.284535+0000 mon.c (mon.1) 1025 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.286659+0000 mon.c (mon.1) 1026 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.289682+0000 mon.c (mon.1) 1027 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.290869+0000 mon.c (mon.1) 1028 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.302201+0000 mon.a (mon.0) 703 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:31.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.383802+0000 mon.c (mon.1) 1029 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:31.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.386898+0000 mon.c (mon.1) 1030 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:31.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.389655+0000 mon.c (mon.1) 1031 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:31.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.391090+0000 mon.c (mon.1) 1032 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:31.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:31 smithi144 bash[66528]: audit 2023-12-07T15:57:31.403259+0000 mon.a (mon.0) 704 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: cephadm 2023-12-07T15:57:31.203999+0000 mgr.y (mgr.25453) 779 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: cephadm 2023-12-07T15:57:31.305180+0000 mgr.y (mgr.25453) 780 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: cephadm 2023-12-07T15:57:31.406939+0000 mgr.y (mgr.25453) 781 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.494362+0000 mon.c (mon.1) 1033 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.496291+0000 mon.c (mon.1) 1034 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.498194+0000 mon.c (mon.1) 1035 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.498994+0000 mon.c (mon.1) 1036 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.504403+0000 mon.a (mon.0) 705 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: cephadm 2023-12-07T15:57:31.505028+0000 mgr.y (mgr.25453) 782 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.585406+0000 mon.c (mon.1) 1037 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.588252+0000 mon.c (mon.1) 1038 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.591029+0000 mon.c (mon.1) 1039 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.592369+0000 mon.c (mon.1) 1040 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.599593+0000 mon.a (mon.0) 706 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: cephadm 2023-12-07T15:57:31.600885+0000 mgr.y (mgr.25453) 783 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.684138+0000 mon.c (mon.1) 1041 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.686507+0000 mon.c (mon.1) 1042 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.689181+0000 mon.c (mon.1) 1043 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.690006+0000 mon.c (mon.1) 1044 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.696184+0000 mon.a (mon.0) 707 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: cephadm 2023-12-07T15:57:31.697081+0000 mgr.y (mgr.25453) 784 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.758398+0000 mon.c (mon.1) 1045 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.760890+0000 mon.c (mon.1) 1046 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.763694+0000 mon.c (mon.1) 1047 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.764627+0000 mon.c (mon.1) 1048 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.772813+0000 mon.a (mon.0) 708 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: cephadm 2023-12-07T15:57:31.773764+0000 mgr.y (mgr.25453) 785 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.853648+0000 mon.c (mon.1) 1049 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.855955+0000 mon.c (mon.1) 1050 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.859099+0000 mon.c (mon.1) 1051 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.860485+0000 mon.c (mon.1) 1052 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.871066+0000 mon.a (mon.0) 709 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: cephadm 2023-12-07T15:57:31.872014+0000 mgr.y (mgr.25453) 786 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.951239+0000 mon.c (mon.1) 1053 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.953468+0000 mon.c (mon.1) 1054 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.957116+0000 mon.c (mon.1) 1055 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.958455+0000 mon.c (mon.1) 1056 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:31.968325+0000 mon.a (mon.0) 710 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: cephadm 2023-12-07T15:57:31.969138+0000 mgr.y (mgr.25453) 787 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: cluster 2023-12-07T15:57:32.042801+0000 mgr.y (mgr.25453) 788 : cluster 0 pgmap v170: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 143 MiB used, 715 GiB / 715 GiB avail; 106 KiB/s rd, 0 B/s wr, 176 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:32.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.048821+0000 mon.c (mon.1) 1057 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.051136+0000 mon.c (mon.1) 1058 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.054525+0000 mon.c (mon.1) 1059 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.055491+0000 mon.c (mon.1) 1060 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.062851+0000 mon.a (mon.0) 711 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: cephadm 2023-12-07T15:57:32.064385+0000 mgr.y (mgr.25453) 789 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.144833+0000 mon.c (mon.1) 1061 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.147364+0000 mon.c (mon.1) 1062 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.149613+0000 mon.c (mon.1) 1063 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.150700+0000 mon.c (mon.1) 1064 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.158845+0000 mon.a (mon.0) 712 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.237957+0000 mon.c (mon.1) 1065 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.240731+0000 mon.c (mon.1) 1066 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.244168+0000 mon.c (mon.1) 1067 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.245303+0000 mon.c (mon.1) 1068 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.254423+0000 mon.a (mon.0) 713 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.333347+0000 mon.c (mon.1) 1069 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.338247+0000 mon.c (mon.1) 1070 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.342176+0000 mon.c (mon.1) 1071 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.343811+0000 mon.c (mon.1) 1072 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.352976+0000 mon.a (mon.0) 714 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.437507+0000 mon.c (mon.1) 1073 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.440619+0000 mon.c (mon.1) 1074 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.443903+0000 mon.c (mon.1) 1075 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.444953+0000 mon.c (mon.1) 1076 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:32 smithi144 bash[66528]: audit 2023-12-07T15:57:32.451406+0000 mon.a (mon.0) 715 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: cephadm 2023-12-07T15:57:31.203999+0000 mgr.y (mgr.25453) 779 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: cephadm 2023-12-07T15:57:31.305180+0000 mgr.y (mgr.25453) 780 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: cephadm 2023-12-07T15:57:31.406939+0000 mgr.y (mgr.25453) 781 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.494362+0000 mon.c (mon.1) 1033 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.496291+0000 mon.c (mon.1) 1034 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.498194+0000 mon.c (mon.1) 1035 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.498994+0000 mon.c (mon.1) 1036 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.504403+0000 mon.a (mon.0) 705 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: cephadm 2023-12-07T15:57:31.505028+0000 mgr.y (mgr.25453) 782 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.585406+0000 mon.c (mon.1) 1037 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.588252+0000 mon.c (mon.1) 1038 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.591029+0000 mon.c (mon.1) 1039 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.592369+0000 mon.c (mon.1) 1040 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.599593+0000 mon.a (mon.0) 706 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: cephadm 2023-12-07T15:57:31.600885+0000 mgr.y (mgr.25453) 783 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.684138+0000 mon.c (mon.1) 1041 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.686507+0000 mon.c (mon.1) 1042 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.689181+0000 mon.c (mon.1) 1043 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.690006+0000 mon.c (mon.1) 1044 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.696184+0000 mon.a (mon.0) 707 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: cephadm 2023-12-07T15:57:31.203999+0000 mgr.y (mgr.25453) 779 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: cephadm 2023-12-07T15:57:31.305180+0000 mgr.y (mgr.25453) 780 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: cephadm 2023-12-07T15:57:31.406939+0000 mgr.y (mgr.25453) 781 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.494362+0000 mon.c (mon.1) 1033 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.496291+0000 mon.c (mon.1) 1034 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.498194+0000 mon.c (mon.1) 1035 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.498994+0000 mon.c (mon.1) 1036 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.504403+0000 mon.a (mon.0) 705 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: cephadm 2023-12-07T15:57:31.505028+0000 mgr.y (mgr.25453) 782 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.585406+0000 mon.c (mon.1) 1037 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.588252+0000 mon.c (mon.1) 1038 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.591029+0000 mon.c (mon.1) 1039 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.592369+0000 mon.c (mon.1) 1040 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.599593+0000 mon.a (mon.0) 706 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: cephadm 2023-12-07T15:57:31.600885+0000 mgr.y (mgr.25453) 783 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.684138+0000 mon.c (mon.1) 1041 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.686507+0000 mon.c (mon.1) 1042 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.689181+0000 mon.c (mon.1) 1043 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.690006+0000 mon.c (mon.1) 1044 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.696184+0000 mon.a (mon.0) 707 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: cephadm 2023-12-07T15:57:31.697081+0000 mgr.y (mgr.25453) 784 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.758398+0000 mon.c (mon.1) 1045 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.760890+0000 mon.c (mon.1) 1046 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.763694+0000 mon.c (mon.1) 1047 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.764627+0000 mon.c (mon.1) 1048 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.772813+0000 mon.a (mon.0) 708 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: cephadm 2023-12-07T15:57:31.773764+0000 mgr.y (mgr.25453) 785 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.853648+0000 mon.c (mon.1) 1049 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.855955+0000 mon.c (mon.1) 1050 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.859099+0000 mon.c (mon.1) 1051 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.860485+0000 mon.c (mon.1) 1052 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.871066+0000 mon.a (mon.0) 709 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: cephadm 2023-12-07T15:57:31.872014+0000 mgr.y (mgr.25453) 786 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.951239+0000 mon.c (mon.1) 1053 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.953468+0000 mon.c (mon.1) 1054 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.957116+0000 mon.c (mon.1) 1055 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.958455+0000 mon.c (mon.1) 1056 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:31.968325+0000 mon.a (mon.0) 710 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: cephadm 2023-12-07T15:57:31.969138+0000 mgr.y (mgr.25453) 787 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: cluster 2023-12-07T15:57:32.042801+0000 mgr.y (mgr.25453) 788 : cluster 0 pgmap v170: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 143 MiB used, 715 GiB / 715 GiB avail; 106 KiB/s rd, 0 B/s wr, 176 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:32.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: cephadm 2023-12-07T15:57:31.697081+0000 mgr.y (mgr.25453) 784 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.758398+0000 mon.c (mon.1) 1045 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.760890+0000 mon.c (mon.1) 1046 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.763694+0000 mon.c (mon.1) 1047 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.764627+0000 mon.c (mon.1) 1048 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.772813+0000 mon.a (mon.0) 708 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: cephadm 2023-12-07T15:57:31.773764+0000 mgr.y (mgr.25453) 785 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.853648+0000 mon.c (mon.1) 1049 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.855955+0000 mon.c (mon.1) 1050 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.859099+0000 mon.c (mon.1) 1051 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.860485+0000 mon.c (mon.1) 1052 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.871066+0000 mon.a (mon.0) 709 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: cephadm 2023-12-07T15:57:31.872014+0000 mgr.y (mgr.25453) 786 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.951239+0000 mon.c (mon.1) 1053 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.953468+0000 mon.c (mon.1) 1054 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.957116+0000 mon.c (mon.1) 1055 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.958455+0000 mon.c (mon.1) 1056 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:31.968325+0000 mon.a (mon.0) 710 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: cephadm 2023-12-07T15:57:31.969138+0000 mgr.y (mgr.25453) 787 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: cluster 2023-12-07T15:57:32.042801+0000 mgr.y (mgr.25453) 788 : cluster 0 pgmap v170: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 143 MiB used, 715 GiB / 715 GiB avail; 106 KiB/s rd, 0 B/s wr, 176 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:32.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.048821+0000 mon.c (mon.1) 1057 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.051136+0000 mon.c (mon.1) 1058 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.054525+0000 mon.c (mon.1) 1059 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.055491+0000 mon.c (mon.1) 1060 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.062851+0000 mon.a (mon.0) 711 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: cephadm 2023-12-07T15:57:32.064385+0000 mgr.y (mgr.25453) 789 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.144833+0000 mon.c (mon.1) 1061 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.147364+0000 mon.c (mon.1) 1062 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.149613+0000 mon.c (mon.1) 1063 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.150700+0000 mon.c (mon.1) 1064 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.158845+0000 mon.a (mon.0) 712 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.237957+0000 mon.c (mon.1) 1065 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.240731+0000 mon.c (mon.1) 1066 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.244168+0000 mon.c (mon.1) 1067 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.245303+0000 mon.c (mon.1) 1068 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.254423+0000 mon.a (mon.0) 713 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.333347+0000 mon.c (mon.1) 1069 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.338247+0000 mon.c (mon.1) 1070 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.342176+0000 mon.c (mon.1) 1071 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.343811+0000 mon.c (mon.1) 1072 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.352976+0000 mon.a (mon.0) 714 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.437507+0000 mon.c (mon.1) 1073 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.440619+0000 mon.c (mon.1) 1074 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.443903+0000 mon.c (mon.1) 1075 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.444953+0000 mon.c (mon.1) 1076 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[83807]: audit 2023-12-07T15:57:32.451406+0000 mon.a (mon.0) 715 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.048821+0000 mon.c (mon.1) 1057 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.051136+0000 mon.c (mon.1) 1058 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.054525+0000 mon.c (mon.1) 1059 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.055491+0000 mon.c (mon.1) 1060 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.062851+0000 mon.a (mon.0) 711 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: cephadm 2023-12-07T15:57:32.064385+0000 mgr.y (mgr.25453) 789 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:32.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.144833+0000 mon.c (mon.1) 1061 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.147364+0000 mon.c (mon.1) 1062 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.149613+0000 mon.c (mon.1) 1063 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.150700+0000 mon.c (mon.1) 1064 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.158845+0000 mon.a (mon.0) 712 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.237957+0000 mon.c (mon.1) 1065 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.240731+0000 mon.c (mon.1) 1066 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.244168+0000 mon.c (mon.1) 1067 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.245303+0000 mon.c (mon.1) 1068 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.254423+0000 mon.a (mon.0) 713 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.333347+0000 mon.c (mon.1) 1069 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.338247+0000 mon.c (mon.1) 1070 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.342176+0000 mon.c (mon.1) 1071 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.343811+0000 mon.c (mon.1) 1072 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.352976+0000 mon.a (mon.0) 714 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:32.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.437507+0000 mon.c (mon.1) 1073 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:32.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.440619+0000 mon.c (mon.1) 1074 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:32.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.443903+0000 mon.c (mon.1) 1075 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:32.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.444953+0000 mon.c (mon.1) 1076 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:32.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:32 smithi121 bash[81553]: audit 2023-12-07T15:57:32.451406+0000 mon.a (mon.0) 715 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.809 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: cephadm 2023-12-07T15:57:32.159633+0000 mgr.y (mgr.25453) 790 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: cephadm 2023-12-07T15:57:32.255489+0000 mgr.y (mgr.25453) 791 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: cephadm 2023-12-07T15:57:32.353885+0000 mgr.y (mgr.25453) 792 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: cephadm 2023-12-07T15:57:32.454279+0000 mgr.y (mgr.25453) 793 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.532520+0000 mon.c (mon.1) 1077 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.535277+0000 mon.c (mon.1) 1078 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.538110+0000 mon.c (mon.1) 1079 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.539200+0000 mon.c (mon.1) 1080 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.548931+0000 mon.a (mon.0) 716 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: cephadm 2023-12-07T15:57:32.549768+0000 mgr.y (mgr.25453) 794 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.627807+0000 mon.c (mon.1) 1081 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.630570+0000 mon.c (mon.1) 1082 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.634271+0000 mon.c (mon.1) 1083 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.635250+0000 mon.c (mon.1) 1084 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.641843+0000 mon.a (mon.0) 717 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: cephadm 2023-12-07T15:57:32.645595+0000 mgr.y (mgr.25453) 795 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.721317+0000 mon.c (mon.1) 1085 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.723428+0000 mon.c (mon.1) 1086 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.726841+0000 mon.c (mon.1) 1087 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.727981+0000 mon.c (mon.1) 1088 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: cephadm 2023-12-07T15:57:32.159633+0000 mgr.y (mgr.25453) 790 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: cephadm 2023-12-07T15:57:32.255489+0000 mgr.y (mgr.25453) 791 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: cephadm 2023-12-07T15:57:32.353885+0000 mgr.y (mgr.25453) 792 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: cephadm 2023-12-07T15:57:32.454279+0000 mgr.y (mgr.25453) 793 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.532520+0000 mon.c (mon.1) 1077 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.535277+0000 mon.c (mon.1) 1078 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.538110+0000 mon.c (mon.1) 1079 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.539200+0000 mon.c (mon.1) 1080 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.548931+0000 mon.a (mon.0) 716 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: cephadm 2023-12-07T15:57:32.549768+0000 mgr.y (mgr.25453) 794 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.627807+0000 mon.c (mon.1) 1081 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.630570+0000 mon.c (mon.1) 1082 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.634271+0000 mon.c (mon.1) 1083 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.635250+0000 mon.c (mon.1) 1084 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.641843+0000 mon.a (mon.0) 717 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: cephadm 2023-12-07T15:57:32.645595+0000 mgr.y (mgr.25453) 795 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.721317+0000 mon.c (mon.1) 1085 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.723428+0000 mon.c (mon.1) 1086 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.726841+0000 mon.c (mon.1) 1087 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.727981+0000 mon.c (mon.1) 1088 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.737245+0000 mon.a (mon.0) 718 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: cephadm 2023-12-07T15:57:32.739475+0000 mgr.y (mgr.25453) 796 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.819784+0000 mon.c (mon.1) 1089 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.821903+0000 mon.c (mon.1) 1090 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.824540+0000 mon.c (mon.1) 1091 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.825603+0000 mon.c (mon.1) 1092 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.834955+0000 mon.a (mon.0) 719 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: cephadm 2023-12-07T15:57:32.837766+0000 mgr.y (mgr.25453) 797 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.915758+0000 mon.c (mon.1) 1093 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.918061+0000 mon.c (mon.1) 1094 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.920795+0000 mon.c (mon.1) 1095 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.921848+0000 mon.c (mon.1) 1096 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:32.930339+0000 mon.a (mon.0) 720 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: cephadm 2023-12-07T15:57:32.934016+0000 mgr.y (mgr.25453) 798 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.011975+0000 mon.c (mon.1) 1097 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.014372+0000 mon.c (mon.1) 1098 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.017659+0000 mon.c (mon.1) 1099 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.018836+0000 mon.c (mon.1) 1100 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.029163+0000 mon.a (mon.0) 721 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: cephadm 2023-12-07T15:57:33.036348+0000 mgr.y (mgr.25453) 799 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.117412+0000 mon.c (mon.1) 1101 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.120018+0000 mon.c (mon.1) 1102 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.123036+0000 mon.c (mon.1) 1103 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.124635+0000 mon.c (mon.1) 1104 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.133944+0000 mon.a (mon.0) 722 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: cephadm 2023-12-07T15:57:33.138014+0000 mgr.y (mgr.25453) 800 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.213571+0000 mon.c (mon.1) 1105 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.216305+0000 mon.c (mon.1) 1106 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.220203+0000 mon.c (mon.1) 1107 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.221456+0000 mon.c (mon.1) 1108 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.229988+0000 mon.a (mon.0) 723 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.314652+0000 mon.c (mon.1) 1109 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.318660+0000 mon.c (mon.1) 1110 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.321950+0000 mon.c (mon.1) 1111 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.322821+0000 mon.c (mon.1) 1112 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.332291+0000 mon.a (mon.0) 724 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.414864+0000 mon.c (mon.1) 1113 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.417389+0000 mon.c (mon.1) 1114 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.419632+0000 mon.c (mon.1) 1115 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.420408+0000 mon.c (mon.1) 1116 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:33 smithi144 bash[66528]: audit 2023-12-07T15:57:33.427688+0000 mon.a (mon.0) 725 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: cephadm 2023-12-07T15:57:32.159633+0000 mgr.y (mgr.25453) 790 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: cephadm 2023-12-07T15:57:32.255489+0000 mgr.y (mgr.25453) 791 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: cephadm 2023-12-07T15:57:32.353885+0000 mgr.y (mgr.25453) 792 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: cephadm 2023-12-07T15:57:32.454279+0000 mgr.y (mgr.25453) 793 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.532520+0000 mon.c (mon.1) 1077 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.535277+0000 mon.c (mon.1) 1078 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.538110+0000 mon.c (mon.1) 1079 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.539200+0000 mon.c (mon.1) 1080 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.548931+0000 mon.a (mon.0) 716 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: cephadm 2023-12-07T15:57:32.549768+0000 mgr.y (mgr.25453) 794 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.627807+0000 mon.c (mon.1) 1081 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.630570+0000 mon.c (mon.1) 1082 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.634271+0000 mon.c (mon.1) 1083 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.635250+0000 mon.c (mon.1) 1084 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.641843+0000 mon.a (mon.0) 717 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: cephadm 2023-12-07T15:57:32.645595+0000 mgr.y (mgr.25453) 795 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.721317+0000 mon.c (mon.1) 1085 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.723428+0000 mon.c (mon.1) 1086 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.726841+0000 mon.c (mon.1) 1087 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.727981+0000 mon.c (mon.1) 1088 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.737245+0000 mon.a (mon.0) 718 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: cephadm 2023-12-07T15:57:32.739475+0000 mgr.y (mgr.25453) 796 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.819784+0000 mon.c (mon.1) 1089 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.821903+0000 mon.c (mon.1) 1090 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.824540+0000 mon.c (mon.1) 1091 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.825603+0000 mon.c (mon.1) 1092 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.834955+0000 mon.a (mon.0) 719 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: cephadm 2023-12-07T15:57:32.837766+0000 mgr.y (mgr.25453) 797 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.915758+0000 mon.c (mon.1) 1093 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.918061+0000 mon.c (mon.1) 1094 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.920795+0000 mon.c (mon.1) 1095 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.921848+0000 mon.c (mon.1) 1096 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:32.930339+0000 mon.a (mon.0) 720 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: cephadm 2023-12-07T15:57:32.934016+0000 mgr.y (mgr.25453) 798 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.011975+0000 mon.c (mon.1) 1097 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.014372+0000 mon.c (mon.1) 1098 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.017659+0000 mon.c (mon.1) 1099 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.018836+0000 mon.c (mon.1) 1100 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.029163+0000 mon.a (mon.0) 721 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: cephadm 2023-12-07T15:57:33.036348+0000 mgr.y (mgr.25453) 799 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.117412+0000 mon.c (mon.1) 1101 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.737245+0000 mon.a (mon.0) 718 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: cephadm 2023-12-07T15:57:32.739475+0000 mgr.y (mgr.25453) 796 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.819784+0000 mon.c (mon.1) 1089 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.821903+0000 mon.c (mon.1) 1090 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.824540+0000 mon.c (mon.1) 1091 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.825603+0000 mon.c (mon.1) 1092 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.834955+0000 mon.a (mon.0) 719 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: cephadm 2023-12-07T15:57:32.837766+0000 mgr.y (mgr.25453) 797 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.915758+0000 mon.c (mon.1) 1093 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.918061+0000 mon.c (mon.1) 1094 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.920795+0000 mon.c (mon.1) 1095 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.921848+0000 mon.c (mon.1) 1096 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:32.930339+0000 mon.a (mon.0) 720 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: cephadm 2023-12-07T15:57:32.934016+0000 mgr.y (mgr.25453) 798 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.011975+0000 mon.c (mon.1) 1097 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.014372+0000 mon.c (mon.1) 1098 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.017659+0000 mon.c (mon.1) 1099 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.018836+0000 mon.c (mon.1) 1100 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.029163+0000 mon.a (mon.0) 721 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: cephadm 2023-12-07T15:57:33.036348+0000 mgr.y (mgr.25453) 799 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.117412+0000 mon.c (mon.1) 1101 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.120018+0000 mon.c (mon.1) 1102 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.123036+0000 mon.c (mon.1) 1103 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.124635+0000 mon.c (mon.1) 1104 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.133944+0000 mon.a (mon.0) 722 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: cephadm 2023-12-07T15:57:33.138014+0000 mgr.y (mgr.25453) 800 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.213571+0000 mon.c (mon.1) 1105 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.216305+0000 mon.c (mon.1) 1106 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.220203+0000 mon.c (mon.1) 1107 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.221456+0000 mon.c (mon.1) 1108 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.229988+0000 mon.a (mon.0) 723 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.314652+0000 mon.c (mon.1) 1109 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.318660+0000 mon.c (mon.1) 1110 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.321950+0000 mon.c (mon.1) 1111 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.322821+0000 mon.c (mon.1) 1112 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.332291+0000 mon.a (mon.0) 724 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.822 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.414864+0000 mon.c (mon.1) 1113 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.822 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.417389+0000 mon.c (mon.1) 1114 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.822 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.419632+0000 mon.c (mon.1) 1115 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.822 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.420408+0000 mon.c (mon.1) 1116 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.822 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[81553]: audit 2023-12-07T15:57:33.427688+0000 mon.a (mon.0) 725 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.120018+0000 mon.c (mon.1) 1102 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.123036+0000 mon.c (mon.1) 1103 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.124635+0000 mon.c (mon.1) 1104 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.133944+0000 mon.a (mon.0) 722 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: cephadm 2023-12-07T15:57:33.138014+0000 mgr.y (mgr.25453) 800 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:33.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.213571+0000 mon.c (mon.1) 1105 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.216305+0000 mon.c (mon.1) 1106 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.220203+0000 mon.c (mon.1) 1107 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.221456+0000 mon.c (mon.1) 1108 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.229988+0000 mon.a (mon.0) 723 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.314652+0000 mon.c (mon.1) 1109 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.318660+0000 mon.c (mon.1) 1110 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.321950+0000 mon.c (mon.1) 1111 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.322821+0000 mon.c (mon.1) 1112 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.332291+0000 mon.a (mon.0) 724 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:33.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.414864+0000 mon.c (mon.1) 1113 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:33.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.417389+0000 mon.c (mon.1) 1114 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:33.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.419632+0000 mon.c (mon.1) 1115 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:33.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.420408+0000 mon.c (mon.1) 1116 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:33.823 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:33 smithi121 bash[83807]: audit 2023-12-07T15:57:33.427688+0000 mon.a (mon.0) 725 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.483 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[94690]: debug 2023-12-07T15:57:34.286+0000 7fe5efe8e700 1 -- 172.21.15.121:0/2149458583 <== mon.0 v2:172.21.15.121:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55669cdf11e0 con 0x55669ce76800 2023-12-07T15:57:34.772 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:57:34] "GET /metrics HTTP/1.1" 200 38485 "" "Prometheus/2.33.4" 2023-12-07T15:57:34.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: cephadm 2023-12-07T15:57:33.234945+0000 mgr.y (mgr.25453) 801 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: cephadm 2023-12-07T15:57:33.335717+0000 mgr.y (mgr.25453) 802 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: cephadm 2023-12-07T15:57:33.430518+0000 mgr.y (mgr.25453) 803 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.507402+0000 mon.c (mon.1) 1117 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.509467+0000 mon.c (mon.1) 1118 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.511296+0000 mon.c (mon.1) 1119 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.512090+0000 mon.c (mon.1) 1120 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.517713+0000 mon.a (mon.0) 726 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: cephadm 2023-12-07T15:57:33.519404+0000 mgr.y (mgr.25453) 804 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.563965+0000 mgr.y (mgr.25453) 805 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:34.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.604308+0000 mon.c (mon.1) 1121 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.608112+0000 mon.c (mon.1) 1122 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.612172+0000 mon.c (mon.1) 1123 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.613334+0000 mon.c (mon.1) 1124 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.622786+0000 mon.a (mon.0) 727 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: cephadm 2023-12-07T15:57:33.623910+0000 mgr.y (mgr.25453) 806 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.707572+0000 mon.c (mon.1) 1125 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.710272+0000 mon.c (mon.1) 1126 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.712980+0000 mon.c (mon.1) 1127 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.714181+0000 mon.c (mon.1) 1128 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.723281+0000 mon.a (mon.0) 728 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: cephadm 2023-12-07T15:57:33.724255+0000 mgr.y (mgr.25453) 807 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: cluster 2023-12-07T15:57:33.744655+0000 mon.a (mon.0) 729 : cluster 3 Health check update: Degraded data redundancy: 57/630 objects degraded (9.048%), 15 pgs degraded (PG_DEGRADED) 2023-12-07T15:57:34.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.804579+0000 mon.c (mon.1) 1129 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.807048+0000 mon.c (mon.1) 1130 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.810374+0000 mon.c (mon.1) 1131 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.811348+0000 mon.c (mon.1) 1132 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.819455+0000 mon.a (mon.0) 730 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: cephadm 2023-12-07T15:57:33.820298+0000 mgr.y (mgr.25453) 808 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.900182+0000 mon.c (mon.1) 1133 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.902478+0000 mon.c (mon.1) 1134 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.906362+0000 mon.c (mon.1) 1135 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.907870+0000 mon.c (mon.1) 1136 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:33.917847+0000 mon.a (mon.0) 731 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: cephadm 2023-12-07T15:57:33.918785+0000 mgr.y (mgr.25453) 809 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.000521+0000 mon.c (mon.1) 1137 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.003695+0000 mon.c (mon.1) 1138 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.008868+0000 mon.c (mon.1) 1139 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.010711+0000 mon.c (mon.1) 1140 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.022576+0000 mon.a (mon.0) 732 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: cephadm 2023-12-07T15:57:34.023674+0000 mgr.y (mgr.25453) 810 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: cephadm 2023-12-07T15:57:33.234945+0000 mgr.y (mgr.25453) 801 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: cephadm 2023-12-07T15:57:33.335717+0000 mgr.y (mgr.25453) 802 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: cephadm 2023-12-07T15:57:33.430518+0000 mgr.y (mgr.25453) 803 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.507402+0000 mon.c (mon.1) 1117 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.509467+0000 mon.c (mon.1) 1118 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.511296+0000 mon.c (mon.1) 1119 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.512090+0000 mon.c (mon.1) 1120 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.517713+0000 mon.a (mon.0) 726 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: cephadm 2023-12-07T15:57:33.519404+0000 mgr.y (mgr.25453) 804 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.563965+0000 mgr.y (mgr.25453) 805 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:34.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.604308+0000 mon.c (mon.1) 1121 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.608112+0000 mon.c (mon.1) 1122 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.808 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.612172+0000 mon.c (mon.1) 1123 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.613334+0000 mon.c (mon.1) 1124 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.622786+0000 mon.a (mon.0) 727 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: cephadm 2023-12-07T15:57:33.623910+0000 mgr.y (mgr.25453) 806 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.707572+0000 mon.c (mon.1) 1125 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.710272+0000 mon.c (mon.1) 1126 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.712980+0000 mon.c (mon.1) 1127 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.809 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.714181+0000 mon.c (mon.1) 1128 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: cluster 2023-12-07T15:57:34.043862+0000 mgr.y (mgr.25453) 811 : cluster 0 pgmap v171: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 0 B/s wr, 143 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:34.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.106283+0000 mon.c (mon.1) 1141 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.809 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.108440+0000 mon.c (mon.1) 1142 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.110888+0000 mon.c (mon.1) 1143 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.111996+0000 mon.c (mon.1) 1144 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.120431+0000 mon.a (mon.0) 733 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: cephadm 2023-12-07T15:57:34.121224+0000 mgr.y (mgr.25453) 812 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.200517+0000 mon.c (mon.1) 1145 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.203381+0000 mon.c (mon.1) 1146 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.209125+0000 mon.c (mon.1) 1147 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.210599+0000 mon.c (mon.1) 1148 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.219159+0000 mon.a (mon.0) 734 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.299526+0000 mon.c (mon.1) 1149 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.302614+0000 mon.c (mon.1) 1150 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.305423+0000 mon.c (mon.1) 1151 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.306631+0000 mon.c (mon.1) 1152 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.314438+0000 mon.a (mon.0) 735 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.398109+0000 mon.c (mon.1) 1153 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.400831+0000 mon.c (mon.1) 1154 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.404248+0000 mon.c (mon.1) 1155 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.405516+0000 mon.c (mon.1) 1156 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[81553]: audit 2023-12-07T15:57:34.413476+0000 mon.a (mon.0) 736 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.723281+0000 mon.a (mon.0) 728 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: cephadm 2023-12-07T15:57:33.724255+0000 mgr.y (mgr.25453) 807 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: cluster 2023-12-07T15:57:33.744655+0000 mon.a (mon.0) 729 : cluster 3 Health check update: Degraded data redundancy: 57/630 objects degraded (9.048%), 15 pgs degraded (PG_DEGRADED) 2023-12-07T15:57:34.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.804579+0000 mon.c (mon.1) 1129 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.807048+0000 mon.c (mon.1) 1130 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.810374+0000 mon.c (mon.1) 1131 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.811348+0000 mon.c (mon.1) 1132 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.819455+0000 mon.a (mon.0) 730 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: cephadm 2023-12-07T15:57:33.820298+0000 mgr.y (mgr.25453) 808 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.900182+0000 mon.c (mon.1) 1133 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.902478+0000 mon.c (mon.1) 1134 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.906362+0000 mon.c (mon.1) 1135 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.907870+0000 mon.c (mon.1) 1136 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:33.917847+0000 mon.a (mon.0) 731 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: cephadm 2023-12-07T15:57:33.918785+0000 mgr.y (mgr.25453) 809 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.000521+0000 mon.c (mon.1) 1137 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.003695+0000 mon.c (mon.1) 1138 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.008868+0000 mon.c (mon.1) 1139 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.010711+0000 mon.c (mon.1) 1140 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.022576+0000 mon.a (mon.0) 732 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: cephadm 2023-12-07T15:57:34.023674+0000 mgr.y (mgr.25453) 810 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: cluster 2023-12-07T15:57:34.043862+0000 mgr.y (mgr.25453) 811 : cluster 0 pgmap v171: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 0 B/s wr, 143 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:34.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.106283+0000 mon.c (mon.1) 1141 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.108440+0000 mon.c (mon.1) 1142 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.110888+0000 mon.c (mon.1) 1143 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.111996+0000 mon.c (mon.1) 1144 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.120431+0000 mon.a (mon.0) 733 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: cephadm 2023-12-07T15:57:34.121224+0000 mgr.y (mgr.25453) 812 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.200517+0000 mon.c (mon.1) 1145 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.203381+0000 mon.c (mon.1) 1146 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.209125+0000 mon.c (mon.1) 1147 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.210599+0000 mon.c (mon.1) 1148 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.219159+0000 mon.a (mon.0) 734 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.299526+0000 mon.c (mon.1) 1149 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.302614+0000 mon.c (mon.1) 1150 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.305423+0000 mon.c (mon.1) 1151 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.306631+0000 mon.c (mon.1) 1152 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.314438+0000 mon.a (mon.0) 735 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.398109+0000 mon.c (mon.1) 1153 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.400831+0000 mon.c (mon.1) 1154 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.404248+0000 mon.c (mon.1) 1155 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.405516+0000 mon.c (mon.1) 1156 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[83807]: audit 2023-12-07T15:57:34.413476+0000 mon.a (mon.0) 736 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: cephadm 2023-12-07T15:57:33.234945+0000 mgr.y (mgr.25453) 801 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: cephadm 2023-12-07T15:57:33.335717+0000 mgr.y (mgr.25453) 802 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: cephadm 2023-12-07T15:57:33.430518+0000 mgr.y (mgr.25453) 803 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.507402+0000 mon.c (mon.1) 1117 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.509467+0000 mon.c (mon.1) 1118 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.511296+0000 mon.c (mon.1) 1119 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.512090+0000 mon.c (mon.1) 1120 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.517713+0000 mon.a (mon.0) 726 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: cephadm 2023-12-07T15:57:33.519404+0000 mgr.y (mgr.25453) 804 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.563965+0000 mgr.y (mgr.25453) 805 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:34.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.604308+0000 mon.c (mon.1) 1121 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.608112+0000 mon.c (mon.1) 1122 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.612172+0000 mon.c (mon.1) 1123 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.613334+0000 mon.c (mon.1) 1124 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.622786+0000 mon.a (mon.0) 727 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: cephadm 2023-12-07T15:57:33.623910+0000 mgr.y (mgr.25453) 806 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.707572+0000 mon.c (mon.1) 1125 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.710272+0000 mon.c (mon.1) 1126 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.712980+0000 mon.c (mon.1) 1127 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.714181+0000 mon.c (mon.1) 1128 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.723281+0000 mon.a (mon.0) 728 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: cephadm 2023-12-07T15:57:33.724255+0000 mgr.y (mgr.25453) 807 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: cluster 2023-12-07T15:57:33.744655+0000 mon.a (mon.0) 729 : cluster 3 Health check update: Degraded data redundancy: 57/630 objects degraded (9.048%), 15 pgs degraded (PG_DEGRADED) 2023-12-07T15:57:34.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.804579+0000 mon.c (mon.1) 1129 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.807048+0000 mon.c (mon.1) 1130 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.810374+0000 mon.c (mon.1) 1131 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.811348+0000 mon.c (mon.1) 1132 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.819455+0000 mon.a (mon.0) 730 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: cephadm 2023-12-07T15:57:33.820298+0000 mgr.y (mgr.25453) 808 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.900182+0000 mon.c (mon.1) 1133 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.902478+0000 mon.c (mon.1) 1134 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.906362+0000 mon.c (mon.1) 1135 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.907870+0000 mon.c (mon.1) 1136 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:33.917847+0000 mon.a (mon.0) 731 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: cephadm 2023-12-07T15:57:33.918785+0000 mgr.y (mgr.25453) 809 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.000521+0000 mon.c (mon.1) 1137 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.003695+0000 mon.c (mon.1) 1138 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.008868+0000 mon.c (mon.1) 1139 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.010711+0000 mon.c (mon.1) 1140 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.022576+0000 mon.a (mon.0) 732 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: cephadm 2023-12-07T15:57:34.023674+0000 mgr.y (mgr.25453) 810 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: cluster 2023-12-07T15:57:34.043862+0000 mgr.y (mgr.25453) 811 : cluster 0 pgmap v171: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 0 B/s wr, 143 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:34.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.106283+0000 mon.c (mon.1) 1141 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.108440+0000 mon.c (mon.1) 1142 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.110888+0000 mon.c (mon.1) 1143 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.111996+0000 mon.c (mon.1) 1144 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.120431+0000 mon.a (mon.0) 733 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: cephadm 2023-12-07T15:57:34.121224+0000 mgr.y (mgr.25453) 812 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:34.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.200517+0000 mon.c (mon.1) 1145 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.203381+0000 mon.c (mon.1) 1146 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.209125+0000 mon.c (mon.1) 1147 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.210599+0000 mon.c (mon.1) 1148 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.219159+0000 mon.a (mon.0) 734 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.299526+0000 mon.c (mon.1) 1149 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.302614+0000 mon.c (mon.1) 1150 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.305423+0000 mon.c (mon.1) 1151 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.306631+0000 mon.c (mon.1) 1152 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.314438+0000 mon.a (mon.0) 735 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:34.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.398109+0000 mon.c (mon.1) 1153 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:34.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.400831+0000 mon.c (mon.1) 1154 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:34.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.404248+0000 mon.c (mon.1) 1155 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:34.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.405516+0000 mon.c (mon.1) 1156 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:34.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:34 smithi144 bash[66528]: audit 2023-12-07T15:57:34.413476+0000 mon.a (mon.0) 736 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.059 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:34 smithi121 bash[94690]: debug 2023-12-07T15:57:34.842+0000 7fe5f9014640 -1 Falling back to public interface 2023-12-07T15:57:35.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: cephadm 2023-12-07T15:57:34.219972+0000 mgr.y (mgr.25453) 813 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: cephadm 2023-12-07T15:57:34.315652+0000 mgr.y (mgr.25453) 814 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: cephadm 2023-12-07T15:57:34.414604+0000 mgr.y (mgr.25453) 815 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.499630+0000 mon.c (mon.1) 1157 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.504858+0000 mon.c (mon.1) 1158 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.506890+0000 mon.c (mon.1) 1159 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.507704+0000 mon.c (mon.1) 1160 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.514535+0000 mon.a (mon.0) 737 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: cephadm 2023-12-07T15:57:34.515290+0000 mgr.y (mgr.25453) 816 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.596816+0000 mon.c (mon.1) 1161 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.599439+0000 mon.c (mon.1) 1162 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.602050+0000 mon.c (mon.1) 1163 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.603102+0000 mon.c (mon.1) 1164 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.610423+0000 mon.a (mon.0) 738 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: cephadm 2023-12-07T15:57:34.611621+0000 mgr.y (mgr.25453) 817 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.692455+0000 mon.c (mon.1) 1165 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.695003+0000 mon.c (mon.1) 1166 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.698501+0000 mon.c (mon.1) 1167 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.699861+0000 mon.c (mon.1) 1168 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.707686+0000 mon.a (mon.0) 739 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: cephadm 2023-12-07T15:57:34.710374+0000 mgr.y (mgr.25453) 818 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.789304+0000 mon.c (mon.1) 1169 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.792037+0000 mon.c (mon.1) 1170 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.795203+0000 mon.c (mon.1) 1171 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.796622+0000 mon.c (mon.1) 1172 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.807236+0000 mon.a (mon.0) 740 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: cephadm 2023-12-07T15:57:34.808098+0000 mgr.y (mgr.25453) 819 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.885969+0000 mon.c (mon.1) 1173 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.889431+0000 mon.c (mon.1) 1174 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.892585+0000 mon.c (mon.1) 1175 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.893836+0000 mon.c (mon.1) 1176 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.904596+0000 mon.a (mon.0) 741 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: cephadm 2023-12-07T15:57:34.905470+0000 mgr.y (mgr.25453) 820 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.987871+0000 mon.c (mon.1) 1177 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.990436+0000 mon.c (mon.1) 1178 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.993634+0000 mon.c (mon.1) 1179 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:34.994619+0000 mon.c (mon.1) 1180 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.003708+0000 mon.a (mon.0) 742 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: cephadm 2023-12-07T15:57:35.006846+0000 mgr.y (mgr.25453) 821 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.087147+0000 mon.c (mon.1) 1181 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.089886+0000 mon.c (mon.1) 1182 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.093960+0000 mon.c (mon.1) 1183 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.095279+0000 mon.c (mon.1) 1184 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.105484+0000 mon.a (mon.0) 743 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: cephadm 2023-12-07T15:57:35.106703+0000 mgr.y (mgr.25453) 822 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.188920+0000 mon.c (mon.1) 1185 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.191686+0000 mon.c (mon.1) 1186 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.196161+0000 mon.c (mon.1) 1187 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.197406+0000 mon.c (mon.1) 1188 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.206165+0000 mon.a (mon.0) 744 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.273951+0000 mon.c (mon.1) 1189 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.278380+0000 mon.c (mon.1) 1190 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.281576+0000 mon.c (mon.1) 1191 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.282528+0000 mon.c (mon.1) 1192 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.292356+0000 mon.a (mon.0) 745 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.376032+0000 mon.c (mon.1) 1193 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.378230+0000 mon.c (mon.1) 1194 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.381563+0000 mon.c (mon.1) 1195 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.382935+0000 mon.c (mon.1) 1196 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.394028+0000 mon.a (mon.0) 746 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.474356+0000 mon.c (mon.1) 1197 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.632 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.477236+0000 mon.c (mon.1) 1198 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.632 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.480123+0000 mon.c (mon.1) 1199 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.632 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:35 smithi144 bash[66528]: audit 2023-12-07T15:57:35.481090+0000 mon.c (mon.1) 1200 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: cephadm 2023-12-07T15:57:34.219972+0000 mgr.y (mgr.25453) 813 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: cephadm 2023-12-07T15:57:34.315652+0000 mgr.y (mgr.25453) 814 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: cephadm 2023-12-07T15:57:34.414604+0000 mgr.y (mgr.25453) 815 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.499630+0000 mon.c (mon.1) 1157 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.504858+0000 mon.c (mon.1) 1158 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.506890+0000 mon.c (mon.1) 1159 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.507704+0000 mon.c (mon.1) 1160 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.514535+0000 mon.a (mon.0) 737 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: cephadm 2023-12-07T15:57:34.515290+0000 mgr.y (mgr.25453) 816 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.596816+0000 mon.c (mon.1) 1161 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.599439+0000 mon.c (mon.1) 1162 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.602050+0000 mon.c (mon.1) 1163 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.603102+0000 mon.c (mon.1) 1164 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.610423+0000 mon.a (mon.0) 738 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: cephadm 2023-12-07T15:57:34.611621+0000 mgr.y (mgr.25453) 817 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.692455+0000 mon.c (mon.1) 1165 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.695003+0000 mon.c (mon.1) 1166 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.698501+0000 mon.c (mon.1) 1167 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.699861+0000 mon.c (mon.1) 1168 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.707686+0000 mon.a (mon.0) 739 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: cephadm 2023-12-07T15:57:34.219972+0000 mgr.y (mgr.25453) 813 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: cephadm 2023-12-07T15:57:34.315652+0000 mgr.y (mgr.25453) 814 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: cephadm 2023-12-07T15:57:34.414604+0000 mgr.y (mgr.25453) 815 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.499630+0000 mon.c (mon.1) 1157 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.504858+0000 mon.c (mon.1) 1158 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.506890+0000 mon.c (mon.1) 1159 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.507704+0000 mon.c (mon.1) 1160 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.514535+0000 mon.a (mon.0) 737 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: cephadm 2023-12-07T15:57:34.515290+0000 mgr.y (mgr.25453) 816 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.596816+0000 mon.c (mon.1) 1161 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.599439+0000 mon.c (mon.1) 1162 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.602050+0000 mon.c (mon.1) 1163 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.603102+0000 mon.c (mon.1) 1164 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.610423+0000 mon.a (mon.0) 738 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: cephadm 2023-12-07T15:57:34.611621+0000 mgr.y (mgr.25453) 817 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.692455+0000 mon.c (mon.1) 1165 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.695003+0000 mon.c (mon.1) 1166 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.698501+0000 mon.c (mon.1) 1167 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.699861+0000 mon.c (mon.1) 1168 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.707686+0000 mon.a (mon.0) 739 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: cephadm 2023-12-07T15:57:34.710374+0000 mgr.y (mgr.25453) 818 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.789304+0000 mon.c (mon.1) 1169 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.792037+0000 mon.c (mon.1) 1170 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.795203+0000 mon.c (mon.1) 1171 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.796622+0000 mon.c (mon.1) 1172 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.807236+0000 mon.a (mon.0) 740 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: cephadm 2023-12-07T15:57:34.808098+0000 mgr.y (mgr.25453) 819 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.885969+0000 mon.c (mon.1) 1173 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.889431+0000 mon.c (mon.1) 1174 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.892585+0000 mon.c (mon.1) 1175 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.893836+0000 mon.c (mon.1) 1176 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.904596+0000 mon.a (mon.0) 741 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: cephadm 2023-12-07T15:57:34.905470+0000 mgr.y (mgr.25453) 820 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.987871+0000 mon.c (mon.1) 1177 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.990436+0000 mon.c (mon.1) 1178 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.993634+0000 mon.c (mon.1) 1179 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:34.994619+0000 mon.c (mon.1) 1180 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.003708+0000 mon.a (mon.0) 742 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: cephadm 2023-12-07T15:57:35.006846+0000 mgr.y (mgr.25453) 821 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.087147+0000 mon.c (mon.1) 1181 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.089886+0000 mon.c (mon.1) 1182 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: cephadm 2023-12-07T15:57:34.710374+0000 mgr.y (mgr.25453) 818 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.789304+0000 mon.c (mon.1) 1169 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.792037+0000 mon.c (mon.1) 1170 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.795203+0000 mon.c (mon.1) 1171 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.796622+0000 mon.c (mon.1) 1172 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.807236+0000 mon.a (mon.0) 740 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: cephadm 2023-12-07T15:57:34.808098+0000 mgr.y (mgr.25453) 819 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.885969+0000 mon.c (mon.1) 1173 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.889431+0000 mon.c (mon.1) 1174 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.892585+0000 mon.c (mon.1) 1175 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.893836+0000 mon.c (mon.1) 1176 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.904596+0000 mon.a (mon.0) 741 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: cephadm 2023-12-07T15:57:34.905470+0000 mgr.y (mgr.25453) 820 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.987871+0000 mon.c (mon.1) 1177 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.990436+0000 mon.c (mon.1) 1178 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.993634+0000 mon.c (mon.1) 1179 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:34.994619+0000 mon.c (mon.1) 1180 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.003708+0000 mon.a (mon.0) 742 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: cephadm 2023-12-07T15:57:35.006846+0000 mgr.y (mgr.25453) 821 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.087147+0000 mon.c (mon.1) 1181 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.089886+0000 mon.c (mon.1) 1182 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.093960+0000 mon.c (mon.1) 1183 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.095279+0000 mon.c (mon.1) 1184 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.105484+0000 mon.a (mon.0) 743 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: cephadm 2023-12-07T15:57:35.106703+0000 mgr.y (mgr.25453) 822 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.188920+0000 mon.c (mon.1) 1185 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.191686+0000 mon.c (mon.1) 1186 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.196161+0000 mon.c (mon.1) 1187 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.197406+0000 mon.c (mon.1) 1188 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.206165+0000 mon.a (mon.0) 744 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.273951+0000 mon.c (mon.1) 1189 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.278380+0000 mon.c (mon.1) 1190 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.281576+0000 mon.c (mon.1) 1191 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.282528+0000 mon.c (mon.1) 1192 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.292356+0000 mon.a (mon.0) 745 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.376032+0000 mon.c (mon.1) 1193 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.378230+0000 mon.c (mon.1) 1194 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.381563+0000 mon.c (mon.1) 1195 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.382935+0000 mon.c (mon.1) 1196 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.394028+0000 mon.a (mon.0) 746 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.474356+0000 mon.c (mon.1) 1197 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.477236+0000 mon.c (mon.1) 1198 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.480123+0000 mon.c (mon.1) 1199 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[81553]: audit 2023-12-07T15:57:35.481090+0000 mon.c (mon.1) 1200 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.093960+0000 mon.c (mon.1) 1183 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.095279+0000 mon.c (mon.1) 1184 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.105484+0000 mon.a (mon.0) 743 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: cephadm 2023-12-07T15:57:35.106703+0000 mgr.y (mgr.25453) 822 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:35.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.188920+0000 mon.c (mon.1) 1185 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.191686+0000 mon.c (mon.1) 1186 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.196161+0000 mon.c (mon.1) 1187 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.197406+0000 mon.c (mon.1) 1188 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.206165+0000 mon.a (mon.0) 744 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.273951+0000 mon.c (mon.1) 1189 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.278380+0000 mon.c (mon.1) 1190 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.281576+0000 mon.c (mon.1) 1191 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.282528+0000 mon.c (mon.1) 1192 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.292356+0000 mon.a (mon.0) 745 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.376032+0000 mon.c (mon.1) 1193 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.378230+0000 mon.c (mon.1) 1194 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.381563+0000 mon.c (mon.1) 1195 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.382935+0000 mon.c (mon.1) 1196 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:35.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.394028+0000 mon.a (mon.0) 746 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:35.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.474356+0000 mon.c (mon.1) 1197 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:35.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.477236+0000 mon.c (mon.1) 1198 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:35.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.480123+0000 mon.c (mon.1) 1199 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:35.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:35 smithi121 bash[83807]: audit 2023-12-07T15:57:35.481090+0000 mon.c (mon.1) 1200 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.635 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: cephadm 2023-12-07T15:57:35.207727+0000 mgr.y (mgr.25453) 823 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: cephadm 2023-12-07T15:57:35.293808+0000 mgr.y (mgr.25453) 824 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: cephadm 2023-12-07T15:57:35.394906+0000 mgr.y (mgr.25453) 825 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.490791+0000 mon.a (mon.0) 747 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: cephadm 2023-12-07T15:57:35.492631+0000 mgr.y (mgr.25453) 826 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.578312+0000 mon.c (mon.1) 1201 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.581852+0000 mon.c (mon.1) 1202 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.585789+0000 mon.c (mon.1) 1203 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.587465+0000 mon.c (mon.1) 1204 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.595462+0000 mon.a (mon.0) 748 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: cephadm 2023-12-07T15:57:35.597199+0000 mgr.y (mgr.25453) 827 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.660341+0000 mon.c (mon.1) 1205 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.663015+0000 mon.c (mon.1) 1206 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.666133+0000 mon.c (mon.1) 1207 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.667340+0000 mon.c (mon.1) 1208 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.675347+0000 mon.a (mon.0) 749 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: cephadm 2023-12-07T15:57:35.677819+0000 mgr.y (mgr.25453) 828 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.759863+0000 mon.c (mon.1) 1209 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.764559+0000 mon.c (mon.1) 1210 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.769533+0000 mon.c (mon.1) 1211 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.770892+0000 mon.c (mon.1) 1212 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.779991+0000 mon.a (mon.0) 750 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: cephadm 2023-12-07T15:57:35.781139+0000 mgr.y (mgr.25453) 829 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.860999+0000 mon.c (mon.1) 1213 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.863287+0000 mon.c (mon.1) 1214 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.865576+0000 mon.c (mon.1) 1215 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.866549+0000 mon.c (mon.1) 1216 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.874458+0000 mon.a (mon.0) 751 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: cephadm 2023-12-07T15:57:35.876516+0000 mgr.y (mgr.25453) 830 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.881169+0000 mon.a (mon.0) 752 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.889658+0000 mon.a (mon.0) 753 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.899501+0000 mon.a (mon.0) 754 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.956634+0000 mon.c (mon.1) 1217 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.961137+0000 mon.c (mon.1) 1218 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.963966+0000 mon.c (mon.1) 1219 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.965180+0000 mon.c (mon.1) 1220 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:35.975038+0000 mon.a (mon.0) 755 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: cephadm 2023-12-07T15:57:35.975988+0000 mgr.y (mgr.25453) 831 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: cluster 2023-12-07T15:57:36.044649+0000 mgr.y (mgr.25453) 832 : cluster 0 pgmap v172: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 0 B/s wr, 143 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:36.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.059659+0000 mon.c (mon.1) 1221 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.062598+0000 mon.c (mon.1) 1222 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.066272+0000 mon.c (mon.1) 1223 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.067468+0000 mon.c (mon.1) 1224 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.078672+0000 mon.a (mon.0) 756 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: cephadm 2023-12-07T15:57:36.079812+0000 mgr.y (mgr.25453) 833 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.159323+0000 mon.c (mon.1) 1225 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.638 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.161309+0000 mon.c (mon.1) 1226 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.164037+0000 mon.c (mon.1) 1227 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.165060+0000 mon.c (mon.1) 1228 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.175629+0000 mon.a (mon.0) 757 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.259761+0000 mon.c (mon.1) 1229 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.264271+0000 mon.c (mon.1) 1230 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.269776+0000 mon.c (mon.1) 1231 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.271224+0000 mon.c (mon.1) 1232 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.281743+0000 mon.a (mon.0) 758 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.362490+0000 mon.c (mon.1) 1233 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.365326+0000 mon.c (mon.1) 1234 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.369239+0000 mon.c (mon.1) 1235 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.370560+0000 mon.c (mon.1) 1236 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.380825+0000 mon.a (mon.0) 759 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.462742+0000 mon.c (mon.1) 1237 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.465116+0000 mon.c (mon.1) 1238 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.639 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.468587+0000 mon.c (mon.1) 1239 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.469768+0000 mon.c (mon.1) 1240 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:36 smithi144 bash[66528]: audit 2023-12-07T15:57:36.476370+0000 mon.a (mon.0) 760 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: cephadm 2023-12-07T15:57:35.207727+0000 mgr.y (mgr.25453) 823 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: cephadm 2023-12-07T15:57:35.293808+0000 mgr.y (mgr.25453) 824 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: cephadm 2023-12-07T15:57:35.394906+0000 mgr.y (mgr.25453) 825 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.490791+0000 mon.a (mon.0) 747 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: cephadm 2023-12-07T15:57:35.492631+0000 mgr.y (mgr.25453) 826 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.578312+0000 mon.c (mon.1) 1201 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.581852+0000 mon.c (mon.1) 1202 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.585789+0000 mon.c (mon.1) 1203 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.587465+0000 mon.c (mon.1) 1204 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.595462+0000 mon.a (mon.0) 748 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: cephadm 2023-12-07T15:57:35.597199+0000 mgr.y (mgr.25453) 827 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.660341+0000 mon.c (mon.1) 1205 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.663015+0000 mon.c (mon.1) 1206 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.666133+0000 mon.c (mon.1) 1207 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.667340+0000 mon.c (mon.1) 1208 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.675347+0000 mon.a (mon.0) 749 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: cephadm 2023-12-07T15:57:35.677819+0000 mgr.y (mgr.25453) 828 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.759863+0000 mon.c (mon.1) 1209 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.764559+0000 mon.c (mon.1) 1210 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.769533+0000 mon.c (mon.1) 1211 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: cephadm 2023-12-07T15:57:35.207727+0000 mgr.y (mgr.25453) 823 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: cephadm 2023-12-07T15:57:35.293808+0000 mgr.y (mgr.25453) 824 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: cephadm 2023-12-07T15:57:35.394906+0000 mgr.y (mgr.25453) 825 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.490791+0000 mon.a (mon.0) 747 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: cephadm 2023-12-07T15:57:35.492631+0000 mgr.y (mgr.25453) 826 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.578312+0000 mon.c (mon.1) 1201 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.581852+0000 mon.c (mon.1) 1202 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.585789+0000 mon.c (mon.1) 1203 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.587465+0000 mon.c (mon.1) 1204 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.595462+0000 mon.a (mon.0) 748 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: cephadm 2023-12-07T15:57:35.597199+0000 mgr.y (mgr.25453) 827 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.660341+0000 mon.c (mon.1) 1205 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.663015+0000 mon.c (mon.1) 1206 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.666133+0000 mon.c (mon.1) 1207 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.667340+0000 mon.c (mon.1) 1208 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.675347+0000 mon.a (mon.0) 749 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: cephadm 2023-12-07T15:57:35.677819+0000 mgr.y (mgr.25453) 828 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.759863+0000 mon.c (mon.1) 1209 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.764559+0000 mon.c (mon.1) 1210 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.769533+0000 mon.c (mon.1) 1211 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.770892+0000 mon.c (mon.1) 1212 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.779991+0000 mon.a (mon.0) 750 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: cephadm 2023-12-07T15:57:35.781139+0000 mgr.y (mgr.25453) 829 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.860999+0000 mon.c (mon.1) 1213 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.863287+0000 mon.c (mon.1) 1214 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.865576+0000 mon.c (mon.1) 1215 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.866549+0000 mon.c (mon.1) 1216 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.874458+0000 mon.a (mon.0) 751 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: cephadm 2023-12-07T15:57:35.876516+0000 mgr.y (mgr.25453) 830 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.881169+0000 mon.a (mon.0) 752 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.889658+0000 mon.a (mon.0) 753 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.899501+0000 mon.a (mon.0) 754 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.956634+0000 mon.c (mon.1) 1217 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.961137+0000 mon.c (mon.1) 1218 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.963966+0000 mon.c (mon.1) 1219 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.965180+0000 mon.c (mon.1) 1220 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:35.975038+0000 mon.a (mon.0) 755 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: cephadm 2023-12-07T15:57:35.975988+0000 mgr.y (mgr.25453) 831 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: cluster 2023-12-07T15:57:36.044649+0000 mgr.y (mgr.25453) 832 : cluster 0 pgmap v172: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 0 B/s wr, 143 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:36.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.059659+0000 mon.c (mon.1) 1221 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.062598+0000 mon.c (mon.1) 1222 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.770892+0000 mon.c (mon.1) 1212 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.779991+0000 mon.a (mon.0) 750 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: cephadm 2023-12-07T15:57:35.781139+0000 mgr.y (mgr.25453) 829 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.860999+0000 mon.c (mon.1) 1213 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.863287+0000 mon.c (mon.1) 1214 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.865576+0000 mon.c (mon.1) 1215 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.866549+0000 mon.c (mon.1) 1216 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.874458+0000 mon.a (mon.0) 751 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: cephadm 2023-12-07T15:57:35.876516+0000 mgr.y (mgr.25453) 830 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.881169+0000 mon.a (mon.0) 752 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.889658+0000 mon.a (mon.0) 753 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.899501+0000 mon.a (mon.0) 754 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.956634+0000 mon.c (mon.1) 1217 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.961137+0000 mon.c (mon.1) 1218 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.963966+0000 mon.c (mon.1) 1219 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.965180+0000 mon.c (mon.1) 1220 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:35.975038+0000 mon.a (mon.0) 755 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: cephadm 2023-12-07T15:57:35.975988+0000 mgr.y (mgr.25453) 831 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: cluster 2023-12-07T15:57:36.044649+0000 mgr.y (mgr.25453) 832 : cluster 0 pgmap v172: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 0 B/s wr, 143 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:36.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.059659+0000 mon.c (mon.1) 1221 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.062598+0000 mon.c (mon.1) 1222 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.066272+0000 mon.c (mon.1) 1223 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.067468+0000 mon.c (mon.1) 1224 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.078672+0000 mon.a (mon.0) 756 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: cephadm 2023-12-07T15:57:36.079812+0000 mgr.y (mgr.25453) 833 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.159323+0000 mon.c (mon.1) 1225 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.161309+0000 mon.c (mon.1) 1226 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.164037+0000 mon.c (mon.1) 1227 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.165060+0000 mon.c (mon.1) 1228 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.175629+0000 mon.a (mon.0) 757 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.259761+0000 mon.c (mon.1) 1229 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.264271+0000 mon.c (mon.1) 1230 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.269776+0000 mon.c (mon.1) 1231 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.271224+0000 mon.c (mon.1) 1232 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.281743+0000 mon.a (mon.0) 758 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.362490+0000 mon.c (mon.1) 1233 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.365326+0000 mon.c (mon.1) 1234 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.369239+0000 mon.c (mon.1) 1235 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.370560+0000 mon.c (mon.1) 1236 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.380825+0000 mon.a (mon.0) 759 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.462742+0000 mon.c (mon.1) 1237 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.465116+0000 mon.c (mon.1) 1238 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.468587+0000 mon.c (mon.1) 1239 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.469768+0000 mon.c (mon.1) 1240 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[81553]: audit 2023-12-07T15:57:36.476370+0000 mon.a (mon.0) 760 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.066272+0000 mon.c (mon.1) 1223 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.067468+0000 mon.c (mon.1) 1224 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.078672+0000 mon.a (mon.0) 756 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: cephadm 2023-12-07T15:57:36.079812+0000 mgr.y (mgr.25453) 833 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:36.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.159323+0000 mon.c (mon.1) 1225 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.161309+0000 mon.c (mon.1) 1226 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.164037+0000 mon.c (mon.1) 1227 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.165060+0000 mon.c (mon.1) 1228 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.175629+0000 mon.a (mon.0) 757 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.259761+0000 mon.c (mon.1) 1229 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.264271+0000 mon.c (mon.1) 1230 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.269776+0000 mon.c (mon.1) 1231 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.271224+0000 mon.c (mon.1) 1232 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.281743+0000 mon.a (mon.0) 758 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.362490+0000 mon.c (mon.1) 1233 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.365326+0000 mon.c (mon.1) 1234 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.369239+0000 mon.c (mon.1) 1235 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.370560+0000 mon.c (mon.1) 1236 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.380825+0000 mon.a (mon.0) 759 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:36.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.462742+0000 mon.c (mon.1) 1237 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:36.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.465116+0000 mon.c (mon.1) 1238 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:36.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.468587+0000 mon.c (mon.1) 1239 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:36.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.469768+0000 mon.c (mon.1) 1240 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:36.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:36 smithi121 bash[83807]: audit 2023-12-07T15:57:36.476370+0000 mon.a (mon.0) 760 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.798 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: cephadm 2023-12-07T15:57:36.176711+0000 mgr.y (mgr.25453) 834 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.799 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: cephadm 2023-12-07T15:57:36.282694+0000 mgr.y (mgr.25453) 835 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.799 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: cephadm 2023-12-07T15:57:36.381519+0000 mgr.y (mgr.25453) 836 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.799 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: cephadm 2023-12-07T15:57:36.478750+0000 mgr.y (mgr.25453) 837 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.799 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.558667+0000 mon.c (mon.1) 1241 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.799 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.561195+0000 mon.c (mon.1) 1242 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.799 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.564266+0000 mon.c (mon.1) 1243 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.799 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.565654+0000 mon.c (mon.1) 1244 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.799 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.575867+0000 mon.a (mon.0) 761 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.799 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: cephadm 2023-12-07T15:57:36.576987+0000 mgr.y (mgr.25453) 838 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.799 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.656244+0000 mon.c (mon.1) 1245 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.799 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.658686+0000 mon.c (mon.1) 1246 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.799 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.660923+0000 mon.c (mon.1) 1247 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.799 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.661728+0000 mon.c (mon.1) 1248 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.799 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.668213+0000 mon.a (mon.0) 762 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.799 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: cephadm 2023-12-07T15:57:36.669429+0000 mgr.y (mgr.25453) 839 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.800 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.731864+0000 mon.c (mon.1) 1249 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.800 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.734386+0000 mon.c (mon.1) 1250 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.800 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.736939+0000 mon.c (mon.1) 1251 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.800 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.737773+0000 mon.c (mon.1) 1252 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.800 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.747531+0000 mon.a (mon.0) 763 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.800 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: cephadm 2023-12-07T15:57:36.748436+0000 mgr.y (mgr.25453) 840 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.800 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.826627+0000 mon.c (mon.1) 1253 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.800 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.830493+0000 mon.c (mon.1) 1254 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.800 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.833550+0000 mon.c (mon.1) 1255 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.800 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.834690+0000 mon.c (mon.1) 1256 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.800 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.840895+0000 mon.a (mon.0) 764 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.800 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: cephadm 2023-12-07T15:57:36.841724+0000 mgr.y (mgr.25453) 841 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.800 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.921159+0000 mon.c (mon.1) 1257 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.800 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.924024+0000 mon.c (mon.1) 1258 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.801 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.927075+0000 mon.c (mon.1) 1259 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.801 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.928136+0000 mon.c (mon.1) 1260 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.801 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:36.935340+0000 mon.a (mon.0) 765 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.801 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: cephadm 2023-12-07T15:57:36.936729+0000 mgr.y (mgr.25453) 842 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.801 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.013314+0000 mon.c (mon.1) 1261 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.801 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.016727+0000 mon.c (mon.1) 1262 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.801 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.020402+0000 mon.c (mon.1) 1263 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.801 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.021916+0000 mon.c (mon.1) 1264 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.801 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.033127+0000 mon.a (mon.0) 766 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.801 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: cephadm 2023-12-07T15:57:37.037917+0000 mgr.y (mgr.25453) 843 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.801 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.099822+0000 mon.c (mon.1) 1265 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.801 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.101924+0000 mon.c (mon.1) 1266 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.801 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.104697+0000 mon.c (mon.1) 1267 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.801 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.105898+0000 mon.c (mon.1) 1268 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.801 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.116142+0000 mon.a (mon.0) 767 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.801 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: cephadm 2023-12-07T15:57:37.117544+0000 mgr.y (mgr.25453) 844 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.802 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.195952+0000 mon.c (mon.1) 1269 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.802 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.198833+0000 mon.c (mon.1) 1270 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.802 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.202437+0000 mon.c (mon.1) 1271 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.802 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.204003+0000 mon.c (mon.1) 1272 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.802 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.215051+0000 mon.a (mon.0) 768 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.802 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.296588+0000 mon.c (mon.1) 1273 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.802 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.299577+0000 mon.c (mon.1) 1274 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.802 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.302552+0000 mon.c (mon.1) 1275 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.802 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.303641+0000 mon.c (mon.1) 1276 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.802 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.314557+0000 mon.a (mon.0) 769 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.802 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.396093+0000 mon.c (mon.1) 1277 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.802 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.398867+0000 mon.c (mon.1) 1278 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.802 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.402362+0000 mon.c (mon.1) 1279 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.802 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.403743+0000 mon.c (mon.1) 1280 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.803 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.413229+0000 mon.a (mon.0) 770 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.803 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.492437+0000 mon.c (mon.1) 1281 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.803 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[83807]: audit 2023-12-07T15:57:37.494667+0000 mon.c (mon.1) 1282 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.803 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[94690]: debug 2023-12-07T15:57:37.650+0000 7fe5f9014640 -1 osd.2 0 read_superblock omap replica is missing. 2023-12-07T15:57:37.803 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[94690]: debug 2023-12-07T15:57:37.678+0000 7fe5f9014640 -1 osd.2 125 log_to_monitors true 2023-12-07T15:57:37.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: cephadm 2023-12-07T15:57:36.176711+0000 mgr.y (mgr.25453) 834 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: cephadm 2023-12-07T15:57:36.282694+0000 mgr.y (mgr.25453) 835 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: cephadm 2023-12-07T15:57:36.381519+0000 mgr.y (mgr.25453) 836 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: cephadm 2023-12-07T15:57:36.478750+0000 mgr.y (mgr.25453) 837 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.558667+0000 mon.c (mon.1) 1241 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.561195+0000 mon.c (mon.1) 1242 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.564266+0000 mon.c (mon.1) 1243 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.565654+0000 mon.c (mon.1) 1244 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.575867+0000 mon.a (mon.0) 761 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: cephadm 2023-12-07T15:57:36.576987+0000 mgr.y (mgr.25453) 838 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.656244+0000 mon.c (mon.1) 1245 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.658686+0000 mon.c (mon.1) 1246 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.660923+0000 mon.c (mon.1) 1247 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.661728+0000 mon.c (mon.1) 1248 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.804 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.668213+0000 mon.a (mon.0) 762 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: cephadm 2023-12-07T15:57:36.669429+0000 mgr.y (mgr.25453) 839 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.731864+0000 mon.c (mon.1) 1249 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.734386+0000 mon.c (mon.1) 1250 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.736939+0000 mon.c (mon.1) 1251 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.737773+0000 mon.c (mon.1) 1252 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.747531+0000 mon.a (mon.0) 763 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: cephadm 2023-12-07T15:57:36.748436+0000 mgr.y (mgr.25453) 840 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.826627+0000 mon.c (mon.1) 1253 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.830493+0000 mon.c (mon.1) 1254 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.833550+0000 mon.c (mon.1) 1255 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.834690+0000 mon.c (mon.1) 1256 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.840895+0000 mon.a (mon.0) 764 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: cephadm 2023-12-07T15:57:36.841724+0000 mgr.y (mgr.25453) 841 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.921159+0000 mon.c (mon.1) 1257 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.805 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.924024+0000 mon.c (mon.1) 1258 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.927075+0000 mon.c (mon.1) 1259 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.928136+0000 mon.c (mon.1) 1260 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:36.935340+0000 mon.a (mon.0) 765 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: cephadm 2023-12-07T15:57:36.936729+0000 mgr.y (mgr.25453) 842 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.013314+0000 mon.c (mon.1) 1261 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.016727+0000 mon.c (mon.1) 1262 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.020402+0000 mon.c (mon.1) 1263 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.021916+0000 mon.c (mon.1) 1264 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.033127+0000 mon.a (mon.0) 766 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: cephadm 2023-12-07T15:57:37.037917+0000 mgr.y (mgr.25453) 843 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.099822+0000 mon.c (mon.1) 1265 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.101924+0000 mon.c (mon.1) 1266 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.104697+0000 mon.c (mon.1) 1267 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.105898+0000 mon.c (mon.1) 1268 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.116142+0000 mon.a (mon.0) 767 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.806 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: cephadm 2023-12-07T15:57:37.117544+0000 mgr.y (mgr.25453) 844 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.195952+0000 mon.c (mon.1) 1269 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.198833+0000 mon.c (mon.1) 1270 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.202437+0000 mon.c (mon.1) 1271 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.204003+0000 mon.c (mon.1) 1272 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.215051+0000 mon.a (mon.0) 768 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.296588+0000 mon.c (mon.1) 1273 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.299577+0000 mon.c (mon.1) 1274 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.302552+0000 mon.c (mon.1) 1275 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.303641+0000 mon.c (mon.1) 1276 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.314557+0000 mon.a (mon.0) 769 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.396093+0000 mon.c (mon.1) 1277 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.398867+0000 mon.c (mon.1) 1278 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.402362+0000 mon.c (mon.1) 1279 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.403743+0000 mon.c (mon.1) 1280 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.807 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.413229+0000 mon.a (mon.0) 770 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.492437+0000 mon.c (mon.1) 1281 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.808 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:37 smithi121 bash[81553]: audit 2023-12-07T15:57:37.494667+0000 mon.c (mon.1) 1282 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: cephadm 2023-12-07T15:57:36.176711+0000 mgr.y (mgr.25453) 834 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: cephadm 2023-12-07T15:57:36.282694+0000 mgr.y (mgr.25453) 835 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: cephadm 2023-12-07T15:57:36.381519+0000 mgr.y (mgr.25453) 836 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: cephadm 2023-12-07T15:57:36.478750+0000 mgr.y (mgr.25453) 837 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.558667+0000 mon.c (mon.1) 1241 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.561195+0000 mon.c (mon.1) 1242 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.564266+0000 mon.c (mon.1) 1243 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.565654+0000 mon.c (mon.1) 1244 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.575867+0000 mon.a (mon.0) 761 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: cephadm 2023-12-07T15:57:36.576987+0000 mgr.y (mgr.25453) 838 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.656244+0000 mon.c (mon.1) 1245 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.658686+0000 mon.c (mon.1) 1246 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.660923+0000 mon.c (mon.1) 1247 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.661728+0000 mon.c (mon.1) 1248 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.668213+0000 mon.a (mon.0) 762 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: cephadm 2023-12-07T15:57:36.669429+0000 mgr.y (mgr.25453) 839 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.731864+0000 mon.c (mon.1) 1249 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.734386+0000 mon.c (mon.1) 1250 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.736939+0000 mon.c (mon.1) 1251 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.737773+0000 mon.c (mon.1) 1252 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.747531+0000 mon.a (mon.0) 763 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: cephadm 2023-12-07T15:57:36.748436+0000 mgr.y (mgr.25453) 840 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.826627+0000 mon.c (mon.1) 1253 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.830493+0000 mon.c (mon.1) 1254 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.833550+0000 mon.c (mon.1) 1255 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.834690+0000 mon.c (mon.1) 1256 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.840895+0000 mon.a (mon.0) 764 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: cephadm 2023-12-07T15:57:36.841724+0000 mgr.y (mgr.25453) 841 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.921159+0000 mon.c (mon.1) 1257 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.924024+0000 mon.c (mon.1) 1258 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.927075+0000 mon.c (mon.1) 1259 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.928136+0000 mon.c (mon.1) 1260 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:36.935340+0000 mon.a (mon.0) 765 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: cephadm 2023-12-07T15:57:36.936729+0000 mgr.y (mgr.25453) 842 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.013314+0000 mon.c (mon.1) 1261 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.016727+0000 mon.c (mon.1) 1262 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.020402+0000 mon.c (mon.1) 1263 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.021916+0000 mon.c (mon.1) 1264 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.033127+0000 mon.a (mon.0) 766 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: cephadm 2023-12-07T15:57:37.037917+0000 mgr.y (mgr.25453) 843 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.099822+0000 mon.c (mon.1) 1265 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.101924+0000 mon.c (mon.1) 1266 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.104697+0000 mon.c (mon.1) 1267 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.105898+0000 mon.c (mon.1) 1268 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.116142+0000 mon.a (mon.0) 767 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: cephadm 2023-12-07T15:57:37.117544+0000 mgr.y (mgr.25453) 844 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.195952+0000 mon.c (mon.1) 1269 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.198833+0000 mon.c (mon.1) 1270 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.202437+0000 mon.c (mon.1) 1271 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.204003+0000 mon.c (mon.1) 1272 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.215051+0000 mon.a (mon.0) 768 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.296588+0000 mon.c (mon.1) 1273 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.299577+0000 mon.c (mon.1) 1274 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.302552+0000 mon.c (mon.1) 1275 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.303641+0000 mon.c (mon.1) 1276 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.314557+0000 mon.a (mon.0) 769 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.396093+0000 mon.c (mon.1) 1277 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.398867+0000 mon.c (mon.1) 1278 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:37.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.402362+0000 mon.c (mon.1) 1279 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:37.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.403743+0000 mon.c (mon.1) 1280 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:37.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.413229+0000 mon.a (mon.0) 770 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:37.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.492437+0000 mon.c (mon.1) 1281 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:37.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:37 smithi144 bash[66528]: audit 2023-12-07T15:57:37.494667+0000 mon.c (mon.1) 1282 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.809 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[94690]: debug 2023-12-07T15:57:38.666+0000 7fe5ea485700 -1 osd.2 125 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:57:38.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: cephadm 2023-12-07T15:57:37.216052+0000 mgr.y (mgr.25453) 845 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: cephadm 2023-12-07T15:57:37.315897+0000 mgr.y (mgr.25453) 846 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: cephadm 2023-12-07T15:57:37.414036+0000 mgr.y (mgr.25453) 847 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.497299+0000 mon.c (mon.1) 1283 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.498633+0000 mon.c (mon.1) 1284 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.516719+0000 mon.a (mon.0) 771 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: cephadm 2023-12-07T15:57:37.518673+0000 mgr.y (mgr.25453) 848 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.581165+0000 mon.c (mon.1) 1285 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.583667+0000 mon.c (mon.1) 1286 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.586710+0000 mon.c (mon.1) 1287 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.587668+0000 mon.c (mon.1) 1288 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.595776+0000 mon.a (mon.0) 772 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: cephadm 2023-12-07T15:57:37.596943+0000 mgr.y (mgr.25453) 849 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.625221+0000 mon.a (mon.0) 773 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.679880+0000 mon.c (mon.1) 1289 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.682413+0000 mon.c (mon.1) 1290 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.685272+0000 mon.c (mon.1) 1291 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.686032+0000 mon.a (mon.0) 774 : audit 1 from='osd.2 [v2:172.21.15.121:6818/3428546440,v1:172.21.15.121:6819/3428546440]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T15:57:38.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.686285+0000 mon.c (mon.1) 1292 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.692390+0000 mon.a (mon.0) 775 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: cephadm 2023-12-07T15:57:37.216052+0000 mgr.y (mgr.25453) 845 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: cephadm 2023-12-07T15:57:37.315897+0000 mgr.y (mgr.25453) 846 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: cephadm 2023-12-07T15:57:37.414036+0000 mgr.y (mgr.25453) 847 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.497299+0000 mon.c (mon.1) 1283 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.498633+0000 mon.c (mon.1) 1284 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.516719+0000 mon.a (mon.0) 771 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: cephadm 2023-12-07T15:57:37.518673+0000 mgr.y (mgr.25453) 848 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.581165+0000 mon.c (mon.1) 1285 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.583667+0000 mon.c (mon.1) 1286 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.586710+0000 mon.c (mon.1) 1287 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.587668+0000 mon.c (mon.1) 1288 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.595776+0000 mon.a (mon.0) 772 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: cephadm 2023-12-07T15:57:37.596943+0000 mgr.y (mgr.25453) 849 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.625221+0000 mon.a (mon.0) 773 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.679880+0000 mon.c (mon.1) 1289 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.682413+0000 mon.c (mon.1) 1290 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.685272+0000 mon.c (mon.1) 1291 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.686032+0000 mon.a (mon.0) 774 : audit 1 from='osd.2 [v2:172.21.15.121:6818/3428546440,v1:172.21.15.121:6819/3428546440]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T15:57:38.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.686285+0000 mon.c (mon.1) 1292 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.692390+0000 mon.a (mon.0) 775 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: cephadm 2023-12-07T15:57:37.693010+0000 mgr.y (mgr.25453) 850 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.759548+0000 mon.c (mon.1) 1293 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.762349+0000 mon.c (mon.1) 1294 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.765398+0000 mon.c (mon.1) 1295 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.766714+0000 mon.c (mon.1) 1296 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.776561+0000 mon.a (mon.0) 776 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: cephadm 2023-12-07T15:57:37.778538+0000 mgr.y (mgr.25453) 851 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.859385+0000 mon.c (mon.1) 1297 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.862691+0000 mon.c (mon.1) 1298 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.866254+0000 mon.c (mon.1) 1299 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.867356+0000 mon.c (mon.1) 1300 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.877061+0000 mon.a (mon.0) 777 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: cephadm 2023-12-07T15:57:37.878071+0000 mgr.y (mgr.25453) 852 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.955923+0000 mon.c (mon.1) 1301 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.960802+0000 mon.c (mon.1) 1302 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.965427+0000 mon.c (mon.1) 1303 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.966874+0000 mon.c (mon.1) 1304 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:37.976903+0000 mon.a (mon.0) 778 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: cephadm 2023-12-07T15:57:37.977893+0000 mgr.y (mgr.25453) 853 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: cluster 2023-12-07T15:57:38.045803+0000 mgr.y (mgr.25453) 854 : cluster 0 pgmap v173: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s rd, 0 B/s wr, 125 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:38.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: cephadm 2023-12-07T15:57:37.693010+0000 mgr.y (mgr.25453) 850 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.759548+0000 mon.c (mon.1) 1293 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.762349+0000 mon.c (mon.1) 1294 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.765398+0000 mon.c (mon.1) 1295 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.766714+0000 mon.c (mon.1) 1296 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.776561+0000 mon.a (mon.0) 776 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: cephadm 2023-12-07T15:57:37.778538+0000 mgr.y (mgr.25453) 851 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.859385+0000 mon.c (mon.1) 1297 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.862691+0000 mon.c (mon.1) 1298 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.866254+0000 mon.c (mon.1) 1299 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.867356+0000 mon.c (mon.1) 1300 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.877061+0000 mon.a (mon.0) 777 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: cephadm 2023-12-07T15:57:37.878071+0000 mgr.y (mgr.25453) 852 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.955923+0000 mon.c (mon.1) 1301 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.960802+0000 mon.c (mon.1) 1302 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.965427+0000 mon.c (mon.1) 1303 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.966874+0000 mon.c (mon.1) 1304 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:37.976903+0000 mon.a (mon.0) 778 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: cephadm 2023-12-07T15:57:37.977893+0000 mgr.y (mgr.25453) 853 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: cluster 2023-12-07T15:57:38.045803+0000 mgr.y (mgr.25453) 854 : cluster 0 pgmap v173: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s rd, 0 B/s wr, 125 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:38.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.059287+0000 mon.c (mon.1) 1305 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.061337+0000 mon.c (mon.1) 1306 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.063775+0000 mon.c (mon.1) 1307 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.064460+0000 mon.c (mon.1) 1308 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.073693+0000 mon.a (mon.0) 779 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: cephadm 2023-12-07T15:57:38.074674+0000 mgr.y (mgr.25453) 855 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.154496+0000 mon.c (mon.1) 1309 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.157348+0000 mon.c (mon.1) 1310 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.162315+0000 mon.c (mon.1) 1311 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.163490+0000 mon.c (mon.1) 1312 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.173341+0000 mon.a (mon.0) 780 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.255791+0000 mon.c (mon.1) 1313 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.258074+0000 mon.c (mon.1) 1314 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.261028+0000 mon.c (mon.1) 1315 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.262288+0000 mon.c (mon.1) 1316 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.272503+0000 mon.a (mon.0) 781 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.352034+0000 mon.c (mon.1) 1317 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.354609+0000 mon.c (mon.1) 1318 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.357796+0000 mon.c (mon.1) 1319 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.358872+0000 mon.c (mon.1) 1320 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.059287+0000 mon.c (mon.1) 1305 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.061337+0000 mon.c (mon.1) 1306 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.063775+0000 mon.c (mon.1) 1307 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.064460+0000 mon.c (mon.1) 1308 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.073693+0000 mon.a (mon.0) 779 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: cephadm 2023-12-07T15:57:38.074674+0000 mgr.y (mgr.25453) 855 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.154496+0000 mon.c (mon.1) 1309 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.157348+0000 mon.c (mon.1) 1310 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.162315+0000 mon.c (mon.1) 1311 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.163490+0000 mon.c (mon.1) 1312 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.173341+0000 mon.a (mon.0) 780 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.255791+0000 mon.c (mon.1) 1313 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.258074+0000 mon.c (mon.1) 1314 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.261028+0000 mon.c (mon.1) 1315 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.262288+0000 mon.c (mon.1) 1316 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.272503+0000 mon.a (mon.0) 781 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.352034+0000 mon.c (mon.1) 1317 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.354609+0000 mon.c (mon.1) 1318 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.357796+0000 mon.c (mon.1) 1319 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.358872+0000 mon.c (mon.1) 1320 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.370337+0000 mon.a (mon.0) 782 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.451044+0000 mon.c (mon.1) 1321 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.453667+0000 mon.c (mon.1) 1322 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.456548+0000 mon.c (mon.1) 1323 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.457747+0000 mon.c (mon.1) 1324 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[83807]: audit 2023-12-07T15:57:38.465303+0000 mon.a (mon.0) 783 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.370337+0000 mon.a (mon.0) 782 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.451044+0000 mon.c (mon.1) 1321 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.453667+0000 mon.c (mon.1) 1322 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.456548+0000 mon.c (mon.1) 1323 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.457747+0000 mon.c (mon.1) 1324 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:38 smithi121 bash[81553]: audit 2023-12-07T15:57:38.465303+0000 mon.a (mon.0) 783 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: cephadm 2023-12-07T15:57:37.216052+0000 mgr.y (mgr.25453) 845 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: cephadm 2023-12-07T15:57:37.315897+0000 mgr.y (mgr.25453) 846 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: cephadm 2023-12-07T15:57:37.414036+0000 mgr.y (mgr.25453) 847 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.497299+0000 mon.c (mon.1) 1283 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.498633+0000 mon.c (mon.1) 1284 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.516719+0000 mon.a (mon.0) 771 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: cephadm 2023-12-07T15:57:37.518673+0000 mgr.y (mgr.25453) 848 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.581165+0000 mon.c (mon.1) 1285 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.583667+0000 mon.c (mon.1) 1286 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.586710+0000 mon.c (mon.1) 1287 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.587668+0000 mon.c (mon.1) 1288 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.595776+0000 mon.a (mon.0) 772 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: cephadm 2023-12-07T15:57:37.596943+0000 mgr.y (mgr.25453) 849 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.625221+0000 mon.a (mon.0) 773 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.679880+0000 mon.c (mon.1) 1289 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.682413+0000 mon.c (mon.1) 1290 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.685272+0000 mon.c (mon.1) 1291 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.686032+0000 mon.a (mon.0) 774 : audit 1 from='osd.2 [v2:172.21.15.121:6818/3428546440,v1:172.21.15.121:6819/3428546440]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T15:57:38.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.686285+0000 mon.c (mon.1) 1292 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.692390+0000 mon.a (mon.0) 775 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: cephadm 2023-12-07T15:57:37.693010+0000 mgr.y (mgr.25453) 850 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.759548+0000 mon.c (mon.1) 1293 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.762349+0000 mon.c (mon.1) 1294 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.765398+0000 mon.c (mon.1) 1295 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.766714+0000 mon.c (mon.1) 1296 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.776561+0000 mon.a (mon.0) 776 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: cephadm 2023-12-07T15:57:37.778538+0000 mgr.y (mgr.25453) 851 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.859385+0000 mon.c (mon.1) 1297 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.862691+0000 mon.c (mon.1) 1298 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.866254+0000 mon.c (mon.1) 1299 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.867356+0000 mon.c (mon.1) 1300 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.877061+0000 mon.a (mon.0) 777 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: cephadm 2023-12-07T15:57:37.878071+0000 mgr.y (mgr.25453) 852 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.955923+0000 mon.c (mon.1) 1301 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.960802+0000 mon.c (mon.1) 1302 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.965427+0000 mon.c (mon.1) 1303 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.966874+0000 mon.c (mon.1) 1304 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:37.976903+0000 mon.a (mon.0) 778 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: cephadm 2023-12-07T15:57:37.977893+0000 mgr.y (mgr.25453) 853 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: cluster 2023-12-07T15:57:38.045803+0000 mgr.y (mgr.25453) 854 : cluster 0 pgmap v173: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s rd, 0 B/s wr, 125 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:38.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.059287+0000 mon.c (mon.1) 1305 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.061337+0000 mon.c (mon.1) 1306 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.063775+0000 mon.c (mon.1) 1307 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.064460+0000 mon.c (mon.1) 1308 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.073693+0000 mon.a (mon.0) 779 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: cephadm 2023-12-07T15:57:38.074674+0000 mgr.y (mgr.25453) 855 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:38.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.154496+0000 mon.c (mon.1) 1309 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.157348+0000 mon.c (mon.1) 1310 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.162315+0000 mon.c (mon.1) 1311 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.163490+0000 mon.c (mon.1) 1312 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.173341+0000 mon.a (mon.0) 780 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.255791+0000 mon.c (mon.1) 1313 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.258074+0000 mon.c (mon.1) 1314 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.261028+0000 mon.c (mon.1) 1315 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.262288+0000 mon.c (mon.1) 1316 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.272503+0000 mon.a (mon.0) 781 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.352034+0000 mon.c (mon.1) 1317 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.354609+0000 mon.c (mon.1) 1318 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.357796+0000 mon.c (mon.1) 1319 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.358872+0000 mon.c (mon.1) 1320 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.370337+0000 mon.a (mon.0) 782 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:38.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.451044+0000 mon.c (mon.1) 1321 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:38.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.453667+0000 mon.c (mon.1) 1322 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:38.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.456548+0000 mon.c (mon.1) 1323 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:38.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.457747+0000 mon.c (mon.1) 1324 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:38.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:38 smithi144 bash[66528]: audit 2023-12-07T15:57:38.465303+0000 mon.a (mon.0) 783 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: cephadm 2023-12-07T15:57:38.174650+0000 mgr.y (mgr.25453) 856 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: cephadm 2023-12-07T15:57:38.273182+0000 mgr.y (mgr.25453) 857 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: cephadm 2023-12-07T15:57:38.371280+0000 mgr.y (mgr.25453) 858 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: cephadm 2023-12-07T15:57:38.465951+0000 mgr.y (mgr.25453) 859 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.544619+0000 mon.c (mon.1) 1325 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.547455+0000 mon.c (mon.1) 1326 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.550594+0000 mon.c (mon.1) 1327 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.552381+0000 mon.c (mon.1) 1328 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.560600+0000 mon.a (mon.0) 784 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: cephadm 2023-12-07T15:57:38.561529+0000 mgr.y (mgr.25453) 860 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.624625+0000 mon.a (mon.0) 785 : audit 1 from='osd.2 [v2:172.21.15.121:6818/3428546440,v1:172.21.15.121:6819/3428546440]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T15:57:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: cluster 2023-12-07T15:57:38.626416+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e128 with expected crc 2023-12-07T15:57:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: cluster 2023-12-07T15:57:38.627281+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e128 with expected crc 2023-12-07T15:57:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: cluster 2023-12-07T15:57:38.628014+0000 mon.a (mon.0) 786 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-07T15:57:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.628938+0000 mon.a (mon.0) 787 : audit 1 from='osd.2 [v2:172.21.15.121:6818/3428546440,v1:172.21.15.121:6819/3428546440]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:57:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.644041+0000 mon.c (mon.1) 1329 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.646200+0000 mon.c (mon.1) 1330 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.648162+0000 mon.c (mon.1) 1331 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.648861+0000 mon.c (mon.1) 1332 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.654046+0000 mon.a (mon.0) 788 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: cephadm 2023-12-07T15:57:38.174650+0000 mgr.y (mgr.25453) 856 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: cephadm 2023-12-07T15:57:38.273182+0000 mgr.y (mgr.25453) 857 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: cephadm 2023-12-07T15:57:38.371280+0000 mgr.y (mgr.25453) 858 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: cephadm 2023-12-07T15:57:38.465951+0000 mgr.y (mgr.25453) 859 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.544619+0000 mon.c (mon.1) 1325 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.547455+0000 mon.c (mon.1) 1326 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.550594+0000 mon.c (mon.1) 1327 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.552381+0000 mon.c (mon.1) 1328 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.560600+0000 mon.a (mon.0) 784 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: cephadm 2023-12-07T15:57:38.561529+0000 mgr.y (mgr.25453) 860 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.624625+0000 mon.a (mon.0) 785 : audit 1 from='osd.2 [v2:172.21.15.121:6818/3428546440,v1:172.21.15.121:6819/3428546440]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T15:57:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: cluster 2023-12-07T15:57:38.626416+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e128 with expected crc 2023-12-07T15:57:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: cluster 2023-12-07T15:57:38.627281+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e128 with expected crc 2023-12-07T15:57:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: cluster 2023-12-07T15:57:38.628014+0000 mon.a (mon.0) 786 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-07T15:57:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.628938+0000 mon.a (mon.0) 787 : audit 1 from='osd.2 [v2:172.21.15.121:6818/3428546440,v1:172.21.15.121:6819/3428546440]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:57:39.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.644041+0000 mon.c (mon.1) 1329 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.646200+0000 mon.c (mon.1) 1330 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.648162+0000 mon.c (mon.1) 1331 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.648861+0000 mon.c (mon.1) 1332 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.654046+0000 mon.a (mon.0) 788 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: cephadm 2023-12-07T15:57:38.654797+0000 mgr.y (mgr.25453) 861 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.718687+0000 mon.c (mon.1) 1333 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.720560+0000 mon.c (mon.1) 1334 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.722320+0000 mon.c (mon.1) 1335 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.723056+0000 mon.c (mon.1) 1336 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.729076+0000 mon.a (mon.0) 789 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: cephadm 2023-12-07T15:57:38.729682+0000 mgr.y (mgr.25453) 862 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.808189+0000 mon.c (mon.1) 1337 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.811785+0000 mon.c (mon.1) 1338 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.815395+0000 mon.c (mon.1) 1339 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.816413+0000 mon.c (mon.1) 1340 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.824391+0000 mon.a (mon.0) 790 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: cephadm 2023-12-07T15:57:38.825567+0000 mgr.y (mgr.25453) 863 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.905483+0000 mon.c (mon.1) 1341 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.908162+0000 mon.c (mon.1) 1342 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.911488+0000 mon.c (mon.1) 1343 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.912566+0000 mon.c (mon.1) 1344 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:38.919982+0000 mon.a (mon.0) 791 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: cephadm 2023-12-07T15:57:38.922452+0000 mgr.y (mgr.25453) 864 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.001491+0000 mon.c (mon.1) 1345 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.005281+0000 mon.c (mon.1) 1346 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: cephadm 2023-12-07T15:57:38.654797+0000 mgr.y (mgr.25453) 861 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.718687+0000 mon.c (mon.1) 1333 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.720560+0000 mon.c (mon.1) 1334 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.722320+0000 mon.c (mon.1) 1335 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.723056+0000 mon.c (mon.1) 1336 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.729076+0000 mon.a (mon.0) 789 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: cephadm 2023-12-07T15:57:38.729682+0000 mgr.y (mgr.25453) 862 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.808189+0000 mon.c (mon.1) 1337 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.811785+0000 mon.c (mon.1) 1338 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.815395+0000 mon.c (mon.1) 1339 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.816413+0000 mon.c (mon.1) 1340 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.824391+0000 mon.a (mon.0) 790 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: cephadm 2023-12-07T15:57:38.825567+0000 mgr.y (mgr.25453) 863 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.905483+0000 mon.c (mon.1) 1341 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.908162+0000 mon.c (mon.1) 1342 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.911488+0000 mon.c (mon.1) 1343 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.912566+0000 mon.c (mon.1) 1344 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:38.919982+0000 mon.a (mon.0) 791 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: cephadm 2023-12-07T15:57:38.922452+0000 mgr.y (mgr.25453) 864 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.001491+0000 mon.c (mon.1) 1345 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.005281+0000 mon.c (mon.1) 1346 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.008241+0000 mon.c (mon.1) 1347 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.009481+0000 mon.c (mon.1) 1348 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.016153+0000 mon.a (mon.0) 792 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: cephadm 2023-12-07T15:57:39.017439+0000 mgr.y (mgr.25453) 865 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.097164+0000 mon.c (mon.1) 1349 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.099708+0000 mon.c (mon.1) 1350 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.102221+0000 mon.c (mon.1) 1351 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.103320+0000 mon.c (mon.1) 1352 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.110197+0000 mon.a (mon.0) 793 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: cephadm 2023-12-07T15:57:39.111939+0000 mgr.y (mgr.25453) 866 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.176554+0000 mon.c (mon.1) 1353 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.179656+0000 mon.c (mon.1) 1354 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.182389+0000 mon.c (mon.1) 1355 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.183340+0000 mon.c (mon.1) 1356 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.189596+0000 mon.a (mon.0) 794 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.270060+0000 mon.c (mon.1) 1357 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.273085+0000 mon.c (mon.1) 1358 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.276348+0000 mon.c (mon.1) 1359 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.277774+0000 mon.c (mon.1) 1360 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.286219+0000 mon.a (mon.0) 795 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.008241+0000 mon.c (mon.1) 1347 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.009481+0000 mon.c (mon.1) 1348 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.016153+0000 mon.a (mon.0) 792 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: cephadm 2023-12-07T15:57:39.017439+0000 mgr.y (mgr.25453) 865 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.097164+0000 mon.c (mon.1) 1349 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.099708+0000 mon.c (mon.1) 1350 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.102221+0000 mon.c (mon.1) 1351 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.103320+0000 mon.c (mon.1) 1352 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.110197+0000 mon.a (mon.0) 793 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: cephadm 2023-12-07T15:57:39.111939+0000 mgr.y (mgr.25453) 866 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.176554+0000 mon.c (mon.1) 1353 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.179656+0000 mon.c (mon.1) 1354 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.182389+0000 mon.c (mon.1) 1355 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.183340+0000 mon.c (mon.1) 1356 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.189596+0000 mon.a (mon.0) 794 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.270060+0000 mon.c (mon.1) 1357 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.273085+0000 mon.c (mon.1) 1358 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.276348+0000 mon.c (mon.1) 1359 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.277774+0000 mon.c (mon.1) 1360 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.286219+0000 mon.a (mon.0) 795 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.363675+0000 mon.c (mon.1) 1361 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.366248+0000 mon.c (mon.1) 1362 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.368494+0000 mon.c (mon.1) 1363 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.369600+0000 mon.c (mon.1) 1364 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.376848+0000 mon.a (mon.0) 796 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.458529+0000 mon.c (mon.1) 1365 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.462529+0000 mon.c (mon.1) 1366 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.466675+0000 mon.c (mon.1) 1367 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.467685+0000 mon.c (mon.1) 1368 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[81553]: audit 2023-12-07T15:57:39.476380+0000 mon.a (mon.0) 797 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.363675+0000 mon.c (mon.1) 1361 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.366248+0000 mon.c (mon.1) 1362 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.368494+0000 mon.c (mon.1) 1363 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.369600+0000 mon.c (mon.1) 1364 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.376848+0000 mon.a (mon.0) 796 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.458529+0000 mon.c (mon.1) 1365 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.462529+0000 mon.c (mon.1) 1366 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.466675+0000 mon.c (mon.1) 1367 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.467685+0000 mon.c (mon.1) 1368 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:39 smithi121 bash[83807]: audit 2023-12-07T15:57:39.476380+0000 mon.a (mon.0) 797 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: cephadm 2023-12-07T15:57:38.174650+0000 mgr.y (mgr.25453) 856 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: cephadm 2023-12-07T15:57:38.273182+0000 mgr.y (mgr.25453) 857 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: cephadm 2023-12-07T15:57:38.371280+0000 mgr.y (mgr.25453) 858 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: cephadm 2023-12-07T15:57:38.465951+0000 mgr.y (mgr.25453) 859 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.544619+0000 mon.c (mon.1) 1325 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.547455+0000 mon.c (mon.1) 1326 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.550594+0000 mon.c (mon.1) 1327 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.552381+0000 mon.c (mon.1) 1328 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.560600+0000 mon.a (mon.0) 784 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: cephadm 2023-12-07T15:57:38.561529+0000 mgr.y (mgr.25453) 860 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.624625+0000 mon.a (mon.0) 785 : audit 1 from='osd.2 [v2:172.21.15.121:6818/3428546440,v1:172.21.15.121:6819/3428546440]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T15:57:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: cluster 2023-12-07T15:57:38.626416+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e128 with expected crc 2023-12-07T15:57:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: cluster 2023-12-07T15:57:38.627281+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e128 with expected crc 2023-12-07T15:57:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: cluster 2023-12-07T15:57:38.628014+0000 mon.a (mon.0) 786 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-07T15:57:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.628938+0000 mon.a (mon.0) 787 : audit 1 from='osd.2 [v2:172.21.15.121:6818/3428546440,v1:172.21.15.121:6819/3428546440]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:57:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.644041+0000 mon.c (mon.1) 1329 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.646200+0000 mon.c (mon.1) 1330 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.648162+0000 mon.c (mon.1) 1331 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.648861+0000 mon.c (mon.1) 1332 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.654046+0000 mon.a (mon.0) 788 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: cephadm 2023-12-07T15:57:38.654797+0000 mgr.y (mgr.25453) 861 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.718687+0000 mon.c (mon.1) 1333 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.720560+0000 mon.c (mon.1) 1334 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.722320+0000 mon.c (mon.1) 1335 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.723056+0000 mon.c (mon.1) 1336 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.729076+0000 mon.a (mon.0) 789 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: cephadm 2023-12-07T15:57:38.729682+0000 mgr.y (mgr.25453) 862 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.808189+0000 mon.c (mon.1) 1337 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.811785+0000 mon.c (mon.1) 1338 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.815395+0000 mon.c (mon.1) 1339 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.816413+0000 mon.c (mon.1) 1340 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.824391+0000 mon.a (mon.0) 790 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: cephadm 2023-12-07T15:57:38.825567+0000 mgr.y (mgr.25453) 863 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.905483+0000 mon.c (mon.1) 1341 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.908162+0000 mon.c (mon.1) 1342 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.911488+0000 mon.c (mon.1) 1343 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.912566+0000 mon.c (mon.1) 1344 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:38.919982+0000 mon.a (mon.0) 791 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: cephadm 2023-12-07T15:57:38.922452+0000 mgr.y (mgr.25453) 864 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.001491+0000 mon.c (mon.1) 1345 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.005281+0000 mon.c (mon.1) 1346 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.008241+0000 mon.c (mon.1) 1347 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.009481+0000 mon.c (mon.1) 1348 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.016153+0000 mon.a (mon.0) 792 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: cephadm 2023-12-07T15:57:39.017439+0000 mgr.y (mgr.25453) 865 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.097164+0000 mon.c (mon.1) 1349 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.099708+0000 mon.c (mon.1) 1350 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.102221+0000 mon.c (mon.1) 1351 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.103320+0000 mon.c (mon.1) 1352 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.110197+0000 mon.a (mon.0) 793 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: cephadm 2023-12-07T15:57:39.111939+0000 mgr.y (mgr.25453) 866 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.176554+0000 mon.c (mon.1) 1353 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.179656+0000 mon.c (mon.1) 1354 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.182389+0000 mon.c (mon.1) 1355 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.183340+0000 mon.c (mon.1) 1356 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.189596+0000 mon.a (mon.0) 794 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.270060+0000 mon.c (mon.1) 1357 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.273085+0000 mon.c (mon.1) 1358 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.276348+0000 mon.c (mon.1) 1359 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.277774+0000 mon.c (mon.1) 1360 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.286219+0000 mon.a (mon.0) 795 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.363675+0000 mon.c (mon.1) 1361 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.366248+0000 mon.c (mon.1) 1362 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.368494+0000 mon.c (mon.1) 1363 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.369600+0000 mon.c (mon.1) 1364 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.376848+0000 mon.a (mon.0) 796 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:39.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.458529+0000 mon.c (mon.1) 1365 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:39.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.462529+0000 mon.c (mon.1) 1366 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:39.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.466675+0000 mon.c (mon.1) 1367 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:39.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.467685+0000 mon.c (mon.1) 1368 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:39.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:39 smithi144 bash[66528]: audit 2023-12-07T15:57:39.476380+0000 mon.a (mon.0) 797 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.518 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cephadm 2023-12-07T15:57:39.191505+0000 mgr.y (mgr.25453) 867 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.518 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cephadm 2023-12-07T15:57:39.288486+0000 mgr.y (mgr.25453) 868 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.518 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cephadm 2023-12-07T15:57:39.380184+0000 mgr.y (mgr.25453) 869 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.518 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cephadm 2023-12-07T15:57:39.479983+0000 mgr.y (mgr.25453) 870 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.518 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.560098+0000 mon.c (mon.1) 1369 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.562701+0000 mon.c (mon.1) 1370 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.565890+0000 mon.c (mon.1) 1371 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.566992+0000 mon.c (mon.1) 1372 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.573823+0000 mon.a (mon.0) 798 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cephadm 2023-12-07T15:57:39.577060+0000 mgr.y (mgr.25453) 871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cluster 2023-12-07T15:57:39.652862+0000 mon.a (mon.0) 799 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:57:40.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.653519+0000 mon.c (mon.1) 1373 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cluster 2023-12-07T15:57:39.660731+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cluster 2023-12-07T15:57:39.664884+0000 mon.a (mon.0) 800 : cluster 1 osd.2 [v2:172.21.15.121:6818/3428546440,v1:172.21.15.121:6819/3428546440] boot 2023-12-07T15:57:40.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cluster 2023-12-07T15:57:39.664981+0000 mon.a (mon.0) 801 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-07T15:57:40.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.665029+0000 mon.c (mon.1) 1374 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:57:40.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cluster 2023-12-07T15:57:39.665915+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cluster 2023-12-07T15:57:39.665973+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cluster 2023-12-07T15:57:39.667488+0000 osd.3 (osd.3) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cluster 2023-12-07T15:57:39.669405+0000 osd.3 (osd.3) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cluster 2023-12-07T15:57:39.669442+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.519 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.683491+0000 mon.c (mon.1) 1375 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.520 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.687103+0000 mon.c (mon.1) 1376 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.520 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.688712+0000 mon.c (mon.1) 1377 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.520 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.699841+0000 mon.a (mon.0) 802 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.520 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cephadm 2023-12-07T15:57:39.701948+0000 mgr.y (mgr.25453) 872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.520 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.764349+0000 mon.c (mon.1) 1378 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.520 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.767036+0000 mon.c (mon.1) 1379 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.520 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.770292+0000 mon.c (mon.1) 1380 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.520 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.771490+0000 mon.c (mon.1) 1381 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.520 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.782787+0000 mon.a (mon.0) 803 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cephadm 2023-12-07T15:57:39.785739+0000 mgr.y (mgr.25453) 873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.866779+0000 mon.c (mon.1) 1382 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.869027+0000 mon.c (mon.1) 1383 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.871460+0000 mon.c (mon.1) 1384 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.872511+0000 mon.c (mon.1) 1385 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.881161+0000 mon.a (mon.0) 804 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cephadm 2023-12-07T15:57:39.884540+0000 mgr.y (mgr.25453) 874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.959537+0000 mon.c (mon.1) 1386 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.967094+0000 mon.c (mon.1) 1387 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.969479+0000 mon.c (mon.1) 1388 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.970535+0000 mon.c (mon.1) 1389 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:39.979107+0000 mon.a (mon.0) 805 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cephadm 2023-12-07T15:57:39.981480+0000 mgr.y (mgr.25453) 875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cluster 2023-12-07T15:57:40.046419+0000 mgr.y (mgr.25453) 876 : cluster 0 pgmap v176: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 1 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:40.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.060595+0000 mon.c (mon.1) 1390 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.064151+0000 mon.c (mon.1) 1391 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.521 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.067697+0000 mon.c (mon.1) 1392 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.522 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.069442+0000 mon.c (mon.1) 1393 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.522 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.078852+0000 mon.a (mon.0) 806 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.522 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: cephadm 2023-12-07T15:57:40.081903+0000 mgr.y (mgr.25453) 877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.522 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.161142+0000 mon.c (mon.1) 1394 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.522 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.163267+0000 mon.c (mon.1) 1395 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.522 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.165844+0000 mon.c (mon.1) 1396 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.166967+0000 mon.c (mon.1) 1397 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.173729+0000 mon.a (mon.0) 807 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.254281+0000 mon.c (mon.1) 1398 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.256604+0000 mon.c (mon.1) 1399 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.258787+0000 mon.c (mon.1) 1400 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.259706+0000 mon.c (mon.1) 1401 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.265783+0000 mon.a (mon.0) 808 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.332639+0000 mon.c (mon.1) 1402 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.335612+0000 mon.c (mon.1) 1403 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.339278+0000 mon.c (mon.1) 1404 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.340444+0000 mon.c (mon.1) 1405 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.349112+0000 mon.a (mon.0) 809 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.432346+0000 mon.c (mon.1) 1406 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.434859+0000 mon.c (mon.1) 1407 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.438144+0000 mon.c (mon.1) 1408 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.439574+0000 mon.c (mon.1) 1409 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[83807]: audit 2023-12-07T15:57:40.447229+0000 mon.a (mon.0) 810 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cephadm 2023-12-07T15:57:39.191505+0000 mgr.y (mgr.25453) 867 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cephadm 2023-12-07T15:57:39.288486+0000 mgr.y (mgr.25453) 868 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cephadm 2023-12-07T15:57:39.380184+0000 mgr.y (mgr.25453) 869 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cephadm 2023-12-07T15:57:39.479983+0000 mgr.y (mgr.25453) 870 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.560098+0000 mon.c (mon.1) 1369 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.562701+0000 mon.c (mon.1) 1370 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.565890+0000 mon.c (mon.1) 1371 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.566992+0000 mon.c (mon.1) 1372 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.573823+0000 mon.a (mon.0) 798 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cephadm 2023-12-07T15:57:39.577060+0000 mgr.y (mgr.25453) 871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cluster 2023-12-07T15:57:39.652862+0000 mon.a (mon.0) 799 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:57:40.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.653519+0000 mon.c (mon.1) 1373 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cluster 2023-12-07T15:57:39.660731+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cluster 2023-12-07T15:57:39.664884+0000 mon.a (mon.0) 800 : cluster 1 osd.2 [v2:172.21.15.121:6818/3428546440,v1:172.21.15.121:6819/3428546440] boot 2023-12-07T15:57:40.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cluster 2023-12-07T15:57:39.664981+0000 mon.a (mon.0) 801 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-07T15:57:40.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.665029+0000 mon.c (mon.1) 1374 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:57:40.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cluster 2023-12-07T15:57:39.665915+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cluster 2023-12-07T15:57:39.665973+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cluster 2023-12-07T15:57:39.667488+0000 osd.3 (osd.3) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cluster 2023-12-07T15:57:39.669405+0000 osd.3 (osd.3) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cluster 2023-12-07T15:57:39.669442+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.683491+0000 mon.c (mon.1) 1375 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.687103+0000 mon.c (mon.1) 1376 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.688712+0000 mon.c (mon.1) 1377 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.699841+0000 mon.a (mon.0) 802 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cephadm 2023-12-07T15:57:39.701948+0000 mgr.y (mgr.25453) 872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.764349+0000 mon.c (mon.1) 1378 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.767036+0000 mon.c (mon.1) 1379 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.770292+0000 mon.c (mon.1) 1380 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.771490+0000 mon.c (mon.1) 1381 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.782787+0000 mon.a (mon.0) 803 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cephadm 2023-12-07T15:57:39.785739+0000 mgr.y (mgr.25453) 873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.866779+0000 mon.c (mon.1) 1382 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.869027+0000 mon.c (mon.1) 1383 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.871460+0000 mon.c (mon.1) 1384 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.872511+0000 mon.c (mon.1) 1385 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.881161+0000 mon.a (mon.0) 804 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cephadm 2023-12-07T15:57:39.884540+0000 mgr.y (mgr.25453) 874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.959537+0000 mon.c (mon.1) 1386 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.967094+0000 mon.c (mon.1) 1387 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.969479+0000 mon.c (mon.1) 1388 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.970535+0000 mon.c (mon.1) 1389 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:39.979107+0000 mon.a (mon.0) 805 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cephadm 2023-12-07T15:57:39.981480+0000 mgr.y (mgr.25453) 875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cluster 2023-12-07T15:57:40.046419+0000 mgr.y (mgr.25453) 876 : cluster 0 pgmap v176: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 1 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:40.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.060595+0000 mon.c (mon.1) 1390 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.064151+0000 mon.c (mon.1) 1391 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.067697+0000 mon.c (mon.1) 1392 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.069442+0000 mon.c (mon.1) 1393 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.078852+0000 mon.a (mon.0) 806 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: cephadm 2023-12-07T15:57:40.081903+0000 mgr.y (mgr.25453) 877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.161142+0000 mon.c (mon.1) 1394 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.163267+0000 mon.c (mon.1) 1395 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.165844+0000 mon.c (mon.1) 1396 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.166967+0000 mon.c (mon.1) 1397 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.173729+0000 mon.a (mon.0) 807 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.254281+0000 mon.c (mon.1) 1398 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.256604+0000 mon.c (mon.1) 1399 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.258787+0000 mon.c (mon.1) 1400 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.259706+0000 mon.c (mon.1) 1401 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.265783+0000 mon.a (mon.0) 808 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.332639+0000 mon.c (mon.1) 1402 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.335612+0000 mon.c (mon.1) 1403 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.339278+0000 mon.c (mon.1) 1404 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.340444+0000 mon.c (mon.1) 1405 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.349112+0000 mon.a (mon.0) 809 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.432346+0000 mon.c (mon.1) 1406 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.434859+0000 mon.c (mon.1) 1407 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.438144+0000 mon.c (mon.1) 1408 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.439574+0000 mon.c (mon.1) 1409 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:40 smithi121 bash[81553]: audit 2023-12-07T15:57:40.447229+0000 mon.a (mon.0) 810 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cephadm 2023-12-07T15:57:39.191505+0000 mgr.y (mgr.25453) 867 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cephadm 2023-12-07T15:57:39.288486+0000 mgr.y (mgr.25453) 868 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cephadm 2023-12-07T15:57:39.380184+0000 mgr.y (mgr.25453) 869 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cephadm 2023-12-07T15:57:39.479983+0000 mgr.y (mgr.25453) 870 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.560098+0000 mon.c (mon.1) 1369 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.562701+0000 mon.c (mon.1) 1370 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.565890+0000 mon.c (mon.1) 1371 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.566992+0000 mon.c (mon.1) 1372 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.573823+0000 mon.a (mon.0) 798 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cephadm 2023-12-07T15:57:39.577060+0000 mgr.y (mgr.25453) 871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cluster 2023-12-07T15:57:39.652862+0000 mon.a (mon.0) 799 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:57:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.653519+0000 mon.c (mon.1) 1373 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cluster 2023-12-07T15:57:39.660731+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cluster 2023-12-07T15:57:39.664884+0000 mon.a (mon.0) 800 : cluster 1 osd.2 [v2:172.21.15.121:6818/3428546440,v1:172.21.15.121:6819/3428546440] boot 2023-12-07T15:57:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cluster 2023-12-07T15:57:39.664981+0000 mon.a (mon.0) 801 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-07T15:57:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.665029+0000 mon.c (mon.1) 1374 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T15:57:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cluster 2023-12-07T15:57:39.665915+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cluster 2023-12-07T15:57:39.665973+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cluster 2023-12-07T15:57:39.667488+0000 osd.3 (osd.3) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cluster 2023-12-07T15:57:39.669405+0000 osd.3 (osd.3) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cluster 2023-12-07T15:57:39.669442+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-07T15:57:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.683491+0000 mon.c (mon.1) 1375 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.687103+0000 mon.c (mon.1) 1376 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.688712+0000 mon.c (mon.1) 1377 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.699841+0000 mon.a (mon.0) 802 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cephadm 2023-12-07T15:57:39.701948+0000 mgr.y (mgr.25453) 872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.764349+0000 mon.c (mon.1) 1378 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.767036+0000 mon.c (mon.1) 1379 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.770292+0000 mon.c (mon.1) 1380 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.771490+0000 mon.c (mon.1) 1381 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.782787+0000 mon.a (mon.0) 803 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cephadm 2023-12-07T15:57:39.785739+0000 mgr.y (mgr.25453) 873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.866779+0000 mon.c (mon.1) 1382 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.869027+0000 mon.c (mon.1) 1383 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.871460+0000 mon.c (mon.1) 1384 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.872511+0000 mon.c (mon.1) 1385 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.881161+0000 mon.a (mon.0) 804 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cephadm 2023-12-07T15:57:39.884540+0000 mgr.y (mgr.25453) 874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.959537+0000 mon.c (mon.1) 1386 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.967094+0000 mon.c (mon.1) 1387 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.969479+0000 mon.c (mon.1) 1388 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.970535+0000 mon.c (mon.1) 1389 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:39.979107+0000 mon.a (mon.0) 805 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cephadm 2023-12-07T15:57:39.981480+0000 mgr.y (mgr.25453) 875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cluster 2023-12-07T15:57:40.046419+0000 mgr.y (mgr.25453) 876 : cluster 0 pgmap v176: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 1 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.060595+0000 mon.c (mon.1) 1390 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.064151+0000 mon.c (mon.1) 1391 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.067697+0000 mon.c (mon.1) 1392 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.069442+0000 mon.c (mon.1) 1393 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.078852+0000 mon.a (mon.0) 806 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: cephadm 2023-12-07T15:57:40.081903+0000 mgr.y (mgr.25453) 877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.161142+0000 mon.c (mon.1) 1394 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.163267+0000 mon.c (mon.1) 1395 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.165844+0000 mon.c (mon.1) 1396 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.166967+0000 mon.c (mon.1) 1397 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.173729+0000 mon.a (mon.0) 807 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.254281+0000 mon.c (mon.1) 1398 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.256604+0000 mon.c (mon.1) 1399 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.258787+0000 mon.c (mon.1) 1400 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.259706+0000 mon.c (mon.1) 1401 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.265783+0000 mon.a (mon.0) 808 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.332639+0000 mon.c (mon.1) 1402 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.335612+0000 mon.c (mon.1) 1403 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.339278+0000 mon.c (mon.1) 1404 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.340444+0000 mon.c (mon.1) 1405 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.349112+0000 mon.a (mon.0) 809 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:40.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.432346+0000 mon.c (mon.1) 1406 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:40.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.434859+0000 mon.c (mon.1) 1407 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:40.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.438144+0000 mon.c (mon.1) 1408 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:40.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.439574+0000 mon.c (mon.1) 1409 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:40.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:40 smithi144 bash[66528]: audit 2023-12-07T15:57:40.447229+0000 mon.a (mon.0) 810 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.309 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[75663]: debug 2023-12-07T15:57:41.130+0000 7f9f0e6d2700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-07T15:57:41.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cephadm 2023-12-07T15:57:40.175629+0000 mgr.y (mgr.25453) 878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cephadm 2023-12-07T15:57:40.268335+0000 mgr.y (mgr.25453) 879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cephadm 2023-12-07T15:57:40.351105+0000 mgr.y (mgr.25453) 880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cephadm 2023-12-07T15:57:40.450070+0000 mgr.y (mgr.25453) 881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.527134+0000 mon.c (mon.1) 1410 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.529132+0000 mon.c (mon.1) 1411 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.531090+0000 mon.c (mon.1) 1412 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.531899+0000 mon.c (mon.1) 1413 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.537746+0000 mon.a (mon.0) 811 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cephadm 2023-12-07T15:57:40.539523+0000 mgr.y (mgr.25453) 882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.620013+0000 mon.c (mon.1) 1414 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.622154+0000 mon.c (mon.1) 1415 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.627864+0000 mon.c (mon.1) 1416 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.629101+0000 mon.c (mon.1) 1417 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.643433+0000 mon.a (mon.0) 812 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cephadm 2023-12-07T15:57:40.645102+0000 mgr.y (mgr.25453) 883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cluster 2023-12-07T15:57:40.661753+0000 osd.3 (osd.3) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cluster 2023-12-07T15:57:40.665184+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cluster 2023-12-07T15:57:40.665673+0000 mon.a (mon.0) 813 : cluster 0 osdmap e130: 8 total, 8 up, 8 in 2023-12-07T15:57:41.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cluster 2023-12-07T15:57:40.666812+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cluster 2023-12-07T15:57:40.666945+0000 osd.3 (osd.3) 31 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cluster 2023-12-07T15:57:40.670643+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cephadm 2023-12-07T15:57:40.175629+0000 mgr.y (mgr.25453) 878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cephadm 2023-12-07T15:57:40.268335+0000 mgr.y (mgr.25453) 879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cephadm 2023-12-07T15:57:40.351105+0000 mgr.y (mgr.25453) 880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cephadm 2023-12-07T15:57:40.450070+0000 mgr.y (mgr.25453) 881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.527134+0000 mon.c (mon.1) 1410 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.529132+0000 mon.c (mon.1) 1411 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.531090+0000 mon.c (mon.1) 1412 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.531899+0000 mon.c (mon.1) 1413 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.537746+0000 mon.a (mon.0) 811 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cephadm 2023-12-07T15:57:40.539523+0000 mgr.y (mgr.25453) 882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.620013+0000 mon.c (mon.1) 1414 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.622154+0000 mon.c (mon.1) 1415 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.627864+0000 mon.c (mon.1) 1416 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.629101+0000 mon.c (mon.1) 1417 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.643433+0000 mon.a (mon.0) 812 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cephadm 2023-12-07T15:57:40.645102+0000 mgr.y (mgr.25453) 883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cluster 2023-12-07T15:57:40.661753+0000 osd.3 (osd.3) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cluster 2023-12-07T15:57:40.665184+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cluster 2023-12-07T15:57:40.665673+0000 mon.a (mon.0) 813 : cluster 0 osdmap e130: 8 total, 8 up, 8 in 2023-12-07T15:57:41.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cluster 2023-12-07T15:57:40.666812+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cluster 2023-12-07T15:57:40.666945+0000 osd.3 (osd.3) 31 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cluster 2023-12-07T15:57:40.670643+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cluster 2023-12-07T15:57:40.670718+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cluster 2023-12-07T15:57:40.671300+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cluster 2023-12-07T15:57:40.672295+0000 osd.3 (osd.3) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cluster 2023-12-07T15:57:40.673842+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cluster 2023-12-07T15:57:40.674320+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cluster 2023-12-07T15:57:40.675543+0000 osd.3 (osd.3) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cluster 2023-12-07T15:57:40.676253+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.727956+0000 mon.c (mon.1) 1418 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.730059+0000 mon.c (mon.1) 1419 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.733915+0000 mon.c (mon.1) 1420 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.734905+0000 mon.c (mon.1) 1421 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.745116+0000 mon.a (mon.0) 814 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cephadm 2023-12-07T15:57:40.746118+0000 mgr.y (mgr.25453) 884 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.822398+0000 mon.c (mon.1) 1422 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.825417+0000 mon.c (mon.1) 1423 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.828250+0000 mon.c (mon.1) 1424 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.829390+0000 mon.c (mon.1) 1425 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.838474+0000 mon.a (mon.0) 815 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cephadm 2023-12-07T15:57:40.839319+0000 mgr.y (mgr.25453) 885 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.923804+0000 mon.c (mon.1) 1426 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.927327+0000 mon.c (mon.1) 1427 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.930694+0000 mon.c (mon.1) 1428 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cluster 2023-12-07T15:57:40.670718+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cluster 2023-12-07T15:57:40.671300+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cluster 2023-12-07T15:57:40.672295+0000 osd.3 (osd.3) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cluster 2023-12-07T15:57:40.673842+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cluster 2023-12-07T15:57:40.674320+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cluster 2023-12-07T15:57:40.675543+0000 osd.3 (osd.3) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cluster 2023-12-07T15:57:40.676253+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.727956+0000 mon.c (mon.1) 1418 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.730059+0000 mon.c (mon.1) 1419 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.733915+0000 mon.c (mon.1) 1420 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.734905+0000 mon.c (mon.1) 1421 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.745116+0000 mon.a (mon.0) 814 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cephadm 2023-12-07T15:57:40.746118+0000 mgr.y (mgr.25453) 884 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.822398+0000 mon.c (mon.1) 1422 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.825417+0000 mon.c (mon.1) 1423 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.828250+0000 mon.c (mon.1) 1424 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.829390+0000 mon.c (mon.1) 1425 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.838474+0000 mon.a (mon.0) 815 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cephadm 2023-12-07T15:57:40.839319+0000 mgr.y (mgr.25453) 885 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.923804+0000 mon.c (mon.1) 1426 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.927327+0000 mon.c (mon.1) 1427 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.930694+0000 mon.c (mon.1) 1428 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.932006+0000 mon.c (mon.1) 1429 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:40.939034+0000 mon.a (mon.0) 816 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cephadm 2023-12-07T15:57:40.940011+0000 mgr.y (mgr.25453) 886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:41.022784+0000 mon.c (mon.1) 1430 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:41.025438+0000 mon.c (mon.1) 1431 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:41.028186+0000 mon.c (mon.1) 1432 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:41.029158+0000 mon.c (mon.1) 1433 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:41.036238+0000 mon.a (mon.0) 817 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cephadm 2023-12-07T15:57:41.040390+0000 mgr.y (mgr.25453) 887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:41.071056+0000 mon.a (mon.0) 818 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:41.093643+0000 mon.a (mon.0) 819 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:41.102222+0000 mon.a (mon.0) 820 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:41.123049+0000 mon.c (mon.1) 1434 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:41.125427+0000 mon.c (mon.1) 1435 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:41.127582+0000 mon.c (mon.1) 1436 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:41.129594+0000 mon.c (mon.1) 1437 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:41.132318+0000 mon.c (mon.1) 1438 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T15:57:41.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: audit 2023-12-07T15:57:41.132639+0000 mgr.y (mgr.25453) 888 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T15:57:41.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[81553]: cephadm 2023-12-07T15:57:41.134132+0000 mgr.y (mgr.25453) 889 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-07T15:57:41.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.932006+0000 mon.c (mon.1) 1429 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:40.939034+0000 mon.a (mon.0) 816 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cephadm 2023-12-07T15:57:40.940011+0000 mgr.y (mgr.25453) 886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:41.022784+0000 mon.c (mon.1) 1430 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:41.025438+0000 mon.c (mon.1) 1431 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:41.028186+0000 mon.c (mon.1) 1432 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:41.029158+0000 mon.c (mon.1) 1433 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:41.036238+0000 mon.a (mon.0) 817 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cephadm 2023-12-07T15:57:41.040390+0000 mgr.y (mgr.25453) 887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:41.071056+0000 mon.a (mon.0) 818 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:41.093643+0000 mon.a (mon.0) 819 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:41.102222+0000 mon.a (mon.0) 820 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:41.123049+0000 mon.c (mon.1) 1434 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:41.125427+0000 mon.c (mon.1) 1435 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:41.127582+0000 mon.c (mon.1) 1436 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:41.129594+0000 mon.c (mon.1) 1437 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:41.132318+0000 mon.c (mon.1) 1438 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T15:57:41.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: audit 2023-12-07T15:57:41.132639+0000 mgr.y (mgr.25453) 888 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T15:57:41.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:41 smithi121 bash[83807]: cephadm 2023-12-07T15:57:41.134132+0000 mgr.y (mgr.25453) 889 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-07T15:57:41.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cephadm 2023-12-07T15:57:40.175629+0000 mgr.y (mgr.25453) 878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cephadm 2023-12-07T15:57:40.268335+0000 mgr.y (mgr.25453) 879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cephadm 2023-12-07T15:57:40.351105+0000 mgr.y (mgr.25453) 880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cephadm 2023-12-07T15:57:40.450070+0000 mgr.y (mgr.25453) 881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.527134+0000 mon.c (mon.1) 1410 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.529132+0000 mon.c (mon.1) 1411 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.531090+0000 mon.c (mon.1) 1412 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.531899+0000 mon.c (mon.1) 1413 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.537746+0000 mon.a (mon.0) 811 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cephadm 2023-12-07T15:57:40.539523+0000 mgr.y (mgr.25453) 882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.620013+0000 mon.c (mon.1) 1414 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.622154+0000 mon.c (mon.1) 1415 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.627864+0000 mon.c (mon.1) 1416 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.629101+0000 mon.c (mon.1) 1417 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.643433+0000 mon.a (mon.0) 812 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cephadm 2023-12-07T15:57:40.645102+0000 mgr.y (mgr.25453) 883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cluster 2023-12-07T15:57:40.661753+0000 osd.3 (osd.3) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cluster 2023-12-07T15:57:40.665184+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cluster 2023-12-07T15:57:40.665673+0000 mon.a (mon.0) 813 : cluster 0 osdmap e130: 8 total, 8 up, 8 in 2023-12-07T15:57:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cluster 2023-12-07T15:57:40.666812+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cluster 2023-12-07T15:57:40.666945+0000 osd.3 (osd.3) 31 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cluster 2023-12-07T15:57:40.670643+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cluster 2023-12-07T15:57:40.670718+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cluster 2023-12-07T15:57:40.671300+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cluster 2023-12-07T15:57:40.672295+0000 osd.3 (osd.3) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cluster 2023-12-07T15:57:40.673842+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cluster 2023-12-07T15:57:40.674320+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cluster 2023-12-07T15:57:40.675543+0000 osd.3 (osd.3) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cluster 2023-12-07T15:57:40.676253+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.727956+0000 mon.c (mon.1) 1418 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.730059+0000 mon.c (mon.1) 1419 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.733915+0000 mon.c (mon.1) 1420 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.734905+0000 mon.c (mon.1) 1421 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.745116+0000 mon.a (mon.0) 814 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cephadm 2023-12-07T15:57:40.746118+0000 mgr.y (mgr.25453) 884 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.822398+0000 mon.c (mon.1) 1422 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.825417+0000 mon.c (mon.1) 1423 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.828250+0000 mon.c (mon.1) 1424 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.829390+0000 mon.c (mon.1) 1425 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.838474+0000 mon.a (mon.0) 815 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cephadm 2023-12-07T15:57:40.839319+0000 mgr.y (mgr.25453) 885 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.923804+0000 mon.c (mon.1) 1426 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.927327+0000 mon.c (mon.1) 1427 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.930694+0000 mon.c (mon.1) 1428 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.932006+0000 mon.c (mon.1) 1429 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:40.939034+0000 mon.a (mon.0) 816 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cephadm 2023-12-07T15:57:40.940011+0000 mgr.y (mgr.25453) 886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:41.022784+0000 mon.c (mon.1) 1430 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:41.025438+0000 mon.c (mon.1) 1431 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:41.028186+0000 mon.c (mon.1) 1432 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:41.029158+0000 mon.c (mon.1) 1433 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:41.036238+0000 mon.a (mon.0) 817 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cephadm 2023-12-07T15:57:41.040390+0000 mgr.y (mgr.25453) 887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:57:41.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:41.071056+0000 mon.a (mon.0) 818 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:41.093643+0000 mon.a (mon.0) 819 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:41.102222+0000 mon.a (mon.0) 820 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:41.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:41.123049+0000 mon.c (mon.1) 1434 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:41.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:41.125427+0000 mon.c (mon.1) 1435 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:41.127582+0000 mon.c (mon.1) 1436 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:41.129594+0000 mon.c (mon.1) 1437 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:41.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:41.132318+0000 mon.c (mon.1) 1438 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T15:57:41.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: audit 2023-12-07T15:57:41.132639+0000 mgr.y (mgr.25453) 888 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T15:57:41.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:41 smithi144 bash[66528]: cephadm 2023-12-07T15:57:41.134132+0000 mgr.y (mgr.25453) 889 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-07T15:57:42.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:42 smithi121 bash[83807]: cluster 2023-12-07T15:57:40.670096+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:42.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:42 smithi121 bash[83807]: cluster 2023-12-07T15:57:40.675599+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:42.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:42 smithi121 bash[83807]: cluster 2023-12-07T15:57:42.047265+0000 mgr.y (mgr.25453) 890 : cluster 0 pgmap v178: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:42.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:42 smithi121 bash[83807]: audit 2023-12-07T15:57:42.466151+0000 mon.a (mon.0) 821 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:42.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:42 smithi121 bash[83807]: audit 2023-12-07T15:57:42.468537+0000 mon.c (mon.1) 1439 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:57:42.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:42 smithi121 bash[81553]: cluster 2023-12-07T15:57:40.670096+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:42.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:42 smithi121 bash[81553]: cluster 2023-12-07T15:57:40.675599+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:42.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:42 smithi121 bash[81553]: cluster 2023-12-07T15:57:42.047265+0000 mgr.y (mgr.25453) 890 : cluster 0 pgmap v178: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:42.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:42 smithi121 bash[81553]: audit 2023-12-07T15:57:42.466151+0000 mon.a (mon.0) 821 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:42.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:42 smithi121 bash[81553]: audit 2023-12-07T15:57:42.468537+0000 mon.c (mon.1) 1439 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:57:42.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:42 smithi144 bash[66528]: cluster 2023-12-07T15:57:40.670096+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:42.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:42 smithi144 bash[66528]: cluster 2023-12-07T15:57:40.675599+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e130 with expected crc 2023-12-07T15:57:42.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:42 smithi144 bash[66528]: cluster 2023-12-07T15:57:42.047265+0000 mgr.y (mgr.25453) 890 : cluster 0 pgmap v178: 161 pgs: 15 active+undersized+degraded, 33 active+undersized, 113 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 57/630 objects degraded (9.048%) 2023-12-07T15:57:42.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:42 smithi144 bash[66528]: audit 2023-12-07T15:57:42.466151+0000 mon.a (mon.0) 821 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:42.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:42 smithi144 bash[66528]: audit 2023-12-07T15:57:42.468537+0000 mon.c (mon.1) 1439 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:57:45.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:57:44 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:57:44] "GET /metrics HTTP/1.1" 200 38346 "" "Prometheus/2.33.4" 2023-12-07T15:57:45.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:44 smithi121 bash[83807]: audit 2023-12-07T15:57:43.573619+0000 mgr.y (mgr.25453) 891 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:45.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:44 smithi121 bash[83807]: cluster 2023-12-07T15:57:44.049058+0000 mgr.y (mgr.25453) 892 : cluster 0 pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 0 B/s, 6 objects/s recovering 2023-12-07T15:57:45.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:44 smithi121 bash[81553]: audit 2023-12-07T15:57:43.573619+0000 mgr.y (mgr.25453) 891 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:45.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:44 smithi121 bash[81553]: cluster 2023-12-07T15:57:44.049058+0000 mgr.y (mgr.25453) 892 : cluster 0 pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 0 B/s, 6 objects/s recovering 2023-12-07T15:57:45.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:44 smithi144 bash[66528]: audit 2023-12-07T15:57:43.573619+0000 mgr.y (mgr.25453) 891 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:45.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:44 smithi144 bash[66528]: cluster 2023-12-07T15:57:44.049058+0000 mgr.y (mgr.25453) 892 : cluster 0 pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 0 B/s, 6 objects/s recovering 2023-12-07T15:57:46.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:45 smithi121 bash[81553]: cluster 2023-12-07T15:57:44.758485+0000 mon.a (mon.0) 822 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 57/630 objects degraded (9.048%), 15 pgs degraded) 2023-12-07T15:57:46.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:45 smithi121 bash[81553]: cluster 2023-12-07T15:57:44.758555+0000 mon.a (mon.0) 823 : cluster 1 Cluster is now healthy 2023-12-07T15:57:46.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:45 smithi121 bash[81553]: audit 2023-12-07T15:57:45.464006+0000 mon.a (mon.0) 824 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:46.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:45 smithi121 bash[81553]: audit 2023-12-07T15:57:45.479909+0000 mon.a (mon.0) 825 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:46.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:45 smithi121 bash[81553]: audit 2023-12-07T15:57:45.493697+0000 mon.a (mon.0) 826 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:46.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:45 smithi121 bash[83807]: cluster 2023-12-07T15:57:44.758485+0000 mon.a (mon.0) 822 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 57/630 objects degraded (9.048%), 15 pgs degraded) 2023-12-07T15:57:46.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:45 smithi121 bash[83807]: cluster 2023-12-07T15:57:44.758555+0000 mon.a (mon.0) 823 : cluster 1 Cluster is now healthy 2023-12-07T15:57:46.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:45 smithi121 bash[83807]: audit 2023-12-07T15:57:45.464006+0000 mon.a (mon.0) 824 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:46.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:45 smithi121 bash[83807]: audit 2023-12-07T15:57:45.479909+0000 mon.a (mon.0) 825 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:46.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:45 smithi121 bash[83807]: audit 2023-12-07T15:57:45.493697+0000 mon.a (mon.0) 826 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:46.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:45 smithi144 bash[66528]: cluster 2023-12-07T15:57:44.758485+0000 mon.a (mon.0) 822 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 57/630 objects degraded (9.048%), 15 pgs degraded) 2023-12-07T15:57:46.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:45 smithi144 bash[66528]: cluster 2023-12-07T15:57:44.758555+0000 mon.a (mon.0) 823 : cluster 1 Cluster is now healthy 2023-12-07T15:57:46.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:45 smithi144 bash[66528]: audit 2023-12-07T15:57:45.464006+0000 mon.a (mon.0) 824 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:46.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:45 smithi144 bash[66528]: audit 2023-12-07T15:57:45.479909+0000 mon.a (mon.0) 825 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:46.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:45 smithi144 bash[66528]: audit 2023-12-07T15:57:45.493697+0000 mon.a (mon.0) 826 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:47.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:46 smithi121 bash[83807]: cluster 2023-12-07T15:57:46.050177+0000 mgr.y (mgr.25453) 893 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 689 B/s rd, 0 op/s; 0 B/s, 4 objects/s recovering 2023-12-07T15:57:47.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:46 smithi121 bash[81553]: cluster 2023-12-07T15:57:46.050177+0000 mgr.y (mgr.25453) 893 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 689 B/s rd, 0 op/s; 0 B/s, 4 objects/s recovering 2023-12-07T15:57:47.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:46 smithi144 bash[66528]: cluster 2023-12-07T15:57:46.050177+0000 mgr.y (mgr.25453) 893 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 689 B/s rd, 0 op/s; 0 B/s, 4 objects/s recovering 2023-12-07T15:57:48.132 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:57:48.911 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:57:48.911 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 3s ago 19m - - 2023-12-07T15:57:48.911 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 13s ago 19m - - 2023-12-07T15:57:48.911 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (5m) 3s ago 12m 15.9M - 0.23.0 ba2b418f427c 967bceda37f6 2023-12-07T15:57:48.911 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (4m) 13s ago 12m 43.2M - 8.3.5 dad864ee21e9 f9c66575cb4a 2023-12-07T15:57:48.911 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (4m) 3s ago 10m 47.6M - 3.5 e1d6a67b021e 5b982a4ff84a 2023-12-07T15:57:48.911 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283,8765 running (4m) 13s ago 18m 434M - 19.0.0-13-ge6605fb8 104f332cd0a9 b518ffbe0a91 2023-12-07T15:57:48.911 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:8443,9283,8765 running (4m) 3s ago 20m 508M - 19.0.0-13-ge6605fb8 104f332cd0a9 104d769d2d66 2023-12-07T15:57:48.911 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (3m) 3s ago 20m 62.5M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 46122fbb14c0 2023-12-07T15:57:48.912 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (2m) 13s ago 19m 40.6M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 f065215e6f46 2023-12-07T15:57:48.912 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (2m) 3s ago 19m 51.6M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d92fb430c584 2023-12-07T15:57:48.912 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (6m) 3s ago 12m 12.5M - 1.3.1 1dbe0e931976 20eca3d71286 2023-12-07T15:57:48.912 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (5m) 13s ago 12m 12.1M - 1.3.1 1dbe0e931976 0024f19bccdb 2023-12-07T15:57:48.912 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (92s) 3s ago 18m 52.9M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 1c6417ba1117 2023-12-07T15:57:48.912 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (57s) 3s ago 17m 52.3M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 7a224a561741 2023-12-07T15:57:48.912 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (17s) 3s ago 16m 46.9M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 00d71a801fed 2023-12-07T15:57:48.912 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (16m) 3s ago 16m 67.2M 4096M 17.2.0 e1d6a67b021e beeb25b302ec 2023-12-07T15:57:48.912 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (15m) 13s ago 15m 66.3M 4096M 17.2.0 e1d6a67b021e ca8ac3f41b1a 2023-12-07T15:57:48.912 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (15m) 13s ago 15m 62.4M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:57:48.912 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (14m) 13s ago 14m 61.4M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:57:48.912 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (13m) 13s ago 13m 66.0M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:57:48.912 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (4m) 13s ago 12m 64.4M - 2.33.4 514e6a882f6e 64f00ffdc6cb 2023-12-07T15:57:48.912 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (10m) 3s ago 10m 88.0M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:57:48.912 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (10m) 13s ago 10m 88.2M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:57:48.912 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (10m) 3s ago 10m 90.2M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:57:48.912 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (10m) 13s ago 10m 88.7M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:57:49.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:49 smithi121 bash[81553]: cluster 2023-12-07T15:57:48.051150+0000 mgr.y (mgr.25453) 894 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 610 B/s rd, 0 op/s; 0 B/s, 4 objects/s recovering 2023-12-07T15:57:49.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:49 smithi121 bash[81553]: audit 2023-12-07T15:57:48.114535+0000 mgr.y (mgr.25453) 895 : audit 0 from='client.44301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:49.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:49 smithi121 bash[83807]: cluster 2023-12-07T15:57:48.051150+0000 mgr.y (mgr.25453) 894 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 610 B/s rd, 0 op/s; 0 B/s, 4 objects/s recovering 2023-12-07T15:57:49.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:49 smithi121 bash[83807]: audit 2023-12-07T15:57:48.114535+0000 mgr.y (mgr.25453) 895 : audit 0 from='client.44301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:49.374 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:57:49.374 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:57:49.374 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T15:57:49.374 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:57:49.374 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:57:49.374 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T15:57:49.374 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:57:49.374 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:57:49.374 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-07T15:57:49.374 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T15:57:49.375 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:57:49.375 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:57:49.375 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:57:49.375 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:57:49.375 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:57:49.375 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2023-12-07T15:57:49.375 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 8 2023-12-07T15:57:49.375 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:57:49.375 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:57:49.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:49 smithi144 bash[66528]: cluster 2023-12-07T15:57:48.051150+0000 mgr.y (mgr.25453) 894 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 610 B/s rd, 0 op/s; 0 B/s, 4 objects/s recovering 2023-12-07T15:57:49.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:49 smithi144 bash[66528]: audit 2023-12-07T15:57:48.114535+0000 mgr.y (mgr.25453) 895 : audit 0 from='client.44301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:49.757 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:57:49.757 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:57:49.757 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:57:49.757 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T15:57:49.757 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [ 2023-12-07T15:57:49.757 INFO:teuthology.orchestra.run.smithi121.stdout: "mon", 2023-12-07T15:57:49.757 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr" 2023-12-07T15:57:49.758 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T15:57:49.758 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "8/23 daemons upgraded", 2023-12-07T15:57:49.758 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Currently upgrading osd daemons", 2023-12-07T15:57:49.758 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T15:57:49.758 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:57:50.203 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_OK 2023-12-07T15:57:50.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:50 smithi144 bash[66528]: audit 2023-12-07T15:57:48.506506+0000 mgr.y (mgr.25453) 896 : audit 0 from='client.54304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:50.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:50 smithi144 bash[66528]: audit 2023-12-07T15:57:48.881446+0000 mgr.y (mgr.25453) 897 : audit 0 from='client.44313 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:50.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:50 smithi144 bash[66528]: audit 2023-12-07T15:57:49.370966+0000 mon.c (mon.1) 1440 : audit 0 from='client.? 172.21.15.121:0/2732297804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:50.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:50 smithi121 bash[81553]: audit 2023-12-07T15:57:48.506506+0000 mgr.y (mgr.25453) 896 : audit 0 from='client.54304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:50.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:50 smithi121 bash[81553]: audit 2023-12-07T15:57:48.881446+0000 mgr.y (mgr.25453) 897 : audit 0 from='client.44313 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:50.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:50 smithi121 bash[81553]: audit 2023-12-07T15:57:49.370966+0000 mon.c (mon.1) 1440 : audit 0 from='client.? 172.21.15.121:0/2732297804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:50.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:50 smithi121 bash[83807]: audit 2023-12-07T15:57:48.506506+0000 mgr.y (mgr.25453) 896 : audit 0 from='client.54304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:50.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:50 smithi121 bash[83807]: audit 2023-12-07T15:57:48.881446+0000 mgr.y (mgr.25453) 897 : audit 0 from='client.44313 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:50.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:50 smithi121 bash[83807]: audit 2023-12-07T15:57:49.370966+0000 mon.c (mon.1) 1440 : audit 0 from='client.? 172.21.15.121:0/2732297804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:57:51.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:51 smithi144 bash[66528]: audit 2023-12-07T15:57:49.753853+0000 mgr.y (mgr.25453) 898 : audit 0 from='client.54322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:51.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:51 smithi144 bash[66528]: cluster 2023-12-07T15:57:50.052626+0000 mgr.y (mgr.25453) 899 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 0 B/s, 3 objects/s recovering 2023-12-07T15:57:51.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:51 smithi144 bash[66528]: audit 2023-12-07T15:57:50.200324+0000 mon.a (mon.0) 827 : audit 0 from='client.? 172.21.15.121:0/772435776' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:57:51.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:51 smithi121 bash[81553]: audit 2023-12-07T15:57:49.753853+0000 mgr.y (mgr.25453) 898 : audit 0 from='client.54322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:51.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:51 smithi121 bash[81553]: cluster 2023-12-07T15:57:50.052626+0000 mgr.y (mgr.25453) 899 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 0 B/s, 3 objects/s recovering 2023-12-07T15:57:51.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:51 smithi121 bash[81553]: audit 2023-12-07T15:57:50.200324+0000 mon.a (mon.0) 827 : audit 0 from='client.? 172.21.15.121:0/772435776' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:57:51.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:51 smithi121 bash[83807]: audit 2023-12-07T15:57:49.753853+0000 mgr.y (mgr.25453) 898 : audit 0 from='client.54322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:51.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:51 smithi121 bash[83807]: cluster 2023-12-07T15:57:50.052626+0000 mgr.y (mgr.25453) 899 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 0 B/s, 3 objects/s recovering 2023-12-07T15:57:51.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:51 smithi121 bash[83807]: audit 2023-12-07T15:57:50.200324+0000 mon.a (mon.0) 827 : audit 0 from='client.? 172.21.15.121:0/772435776' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:57:53.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:53 smithi121 bash[81553]: cluster 2023-12-07T15:57:52.053468+0000 mgr.y (mgr.25453) 900 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 899 B/s rd, 0 op/s; 0 B/s, 3 objects/s recovering 2023-12-07T15:57:53.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:53 smithi121 bash[81553]: audit 2023-12-07T15:57:52.652588+0000 mon.a (mon.0) 828 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:53.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:53 smithi121 bash[83807]: cluster 2023-12-07T15:57:52.053468+0000 mgr.y (mgr.25453) 900 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 899 B/s rd, 0 op/s; 0 B/s, 3 objects/s recovering 2023-12-07T15:57:53.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:53 smithi121 bash[83807]: audit 2023-12-07T15:57:52.652588+0000 mon.a (mon.0) 828 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:53.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:53 smithi144 bash[66528]: cluster 2023-12-07T15:57:52.053468+0000 mgr.y (mgr.25453) 900 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 899 B/s rd, 0 op/s; 0 B/s, 3 objects/s recovering 2023-12-07T15:57:53.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:53 smithi144 bash[66528]: audit 2023-12-07T15:57:52.652588+0000 mon.a (mon.0) 828 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:55.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:57:54 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:57:54] "GET /metrics HTTP/1.1" 200 38346 "" "Prometheus/2.33.4" 2023-12-07T15:57:55.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:54 smithi121 bash[81553]: audit 2023-12-07T15:57:53.584845+0000 mgr.y (mgr.25453) 901 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:55.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:54 smithi121 bash[81553]: cluster 2023-12-07T15:57:54.055206+0000 mgr.y (mgr.25453) 902 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 3 objects/s recovering 2023-12-07T15:57:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:54 smithi121 bash[83807]: audit 2023-12-07T15:57:53.584845+0000 mgr.y (mgr.25453) 901 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:54 smithi121 bash[83807]: cluster 2023-12-07T15:57:54.055206+0000 mgr.y (mgr.25453) 902 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 3 objects/s recovering 2023-12-07T15:57:55.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:54 smithi144 bash[66528]: audit 2023-12-07T15:57:53.584845+0000 mgr.y (mgr.25453) 901 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:57:55.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:54 smithi144 bash[66528]: cluster 2023-12-07T15:57:54.055206+0000 mgr.y (mgr.25453) 902 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 3 objects/s recovering 2023-12-07T15:57:57.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:57 smithi144 bash[66528]: cluster 2023-12-07T15:57:56.055762+0000 mgr.y (mgr.25453) 903 : cluster 0 pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:57:57.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:57 smithi144 bash[66528]: audit 2023-12-07T15:57:56.057197+0000 mon.a (mon.0) 829 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:57.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:57 smithi144 bash[66528]: audit 2023-12-07T15:57:56.073285+0000 mon.a (mon.0) 830 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:57.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:57 smithi144 bash[66528]: audit 2023-12-07T15:57:56.086308+0000 mon.a (mon.0) 831 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:57.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:57 smithi144 bash[66528]: audit 2023-12-07T15:57:56.148344+0000 mon.c (mon.1) 1441 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T15:57:57.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:57 smithi121 bash[81553]: cluster 2023-12-07T15:57:56.055762+0000 mgr.y (mgr.25453) 903 : cluster 0 pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:57:57.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:57 smithi121 bash[81553]: audit 2023-12-07T15:57:56.057197+0000 mon.a (mon.0) 829 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:57.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:57 smithi121 bash[81553]: audit 2023-12-07T15:57:56.073285+0000 mon.a (mon.0) 830 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:57.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:57 smithi121 bash[81553]: audit 2023-12-07T15:57:56.086308+0000 mon.a (mon.0) 831 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:57.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:57 smithi121 bash[81553]: audit 2023-12-07T15:57:56.148344+0000 mon.c (mon.1) 1441 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T15:57:57.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:57 smithi121 bash[83807]: cluster 2023-12-07T15:57:56.055762+0000 mgr.y (mgr.25453) 903 : cluster 0 pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:57:57.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:57 smithi121 bash[83807]: audit 2023-12-07T15:57:56.057197+0000 mon.a (mon.0) 829 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:57.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:57 smithi121 bash[83807]: audit 2023-12-07T15:57:56.073285+0000 mon.a (mon.0) 830 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:57.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:57 smithi121 bash[83807]: audit 2023-12-07T15:57:56.086308+0000 mon.a (mon.0) 831 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:57.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:57 smithi121 bash[83807]: audit 2023-12-07T15:57:56.148344+0000 mon.c (mon.1) 1441 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T15:57:58.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:58 smithi121 bash[81553]: audit 2023-12-07T15:57:56.148792+0000 mgr.y (mgr.25453) 904 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T15:57:58.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:58 smithi121 bash[81553]: cephadm 2023-12-07T15:57:56.151534+0000 mgr.y (mgr.25453) 905 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-07T15:57:58.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:58 smithi121 bash[81553]: audit 2023-12-07T15:57:57.467599+0000 mon.a (mon.0) 832 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:58.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:58 smithi121 bash[81553]: audit 2023-12-07T15:57:57.470608+0000 mon.c (mon.1) 1442 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:57:58.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:58 smithi121 bash[83807]: audit 2023-12-07T15:57:56.148792+0000 mgr.y (mgr.25453) 904 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T15:57:58.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:58 smithi121 bash[83807]: cephadm 2023-12-07T15:57:56.151534+0000 mgr.y (mgr.25453) 905 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-07T15:57:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:58 smithi121 bash[83807]: audit 2023-12-07T15:57:57.467599+0000 mon.a (mon.0) 832 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:58 smithi121 bash[83807]: audit 2023-12-07T15:57:57.470608+0000 mon.c (mon.1) 1442 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:57:58.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:58 smithi144 bash[66528]: audit 2023-12-07T15:57:56.148792+0000 mgr.y (mgr.25453) 904 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-07T15:57:58.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:58 smithi144 bash[66528]: cephadm 2023-12-07T15:57:56.151534+0000 mgr.y (mgr.25453) 905 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-07T15:57:58.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:58 smithi144 bash[66528]: audit 2023-12-07T15:57:57.467599+0000 mon.a (mon.0) 832 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:58.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:58 smithi144 bash[66528]: audit 2023-12-07T15:57:57.470608+0000 mon.c (mon.1) 1442 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:57:59.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:59 smithi121 bash[81553]: cluster 2023-12-07T15:57:58.056791+0000 mgr.y (mgr.25453) 906 : cluster 0 pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:57:59.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:59 smithi121 bash[81553]: audit 2023-12-07T15:57:58.630679+0000 mon.a (mon.0) 833 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:59.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:59 smithi121 bash[81553]: audit 2023-12-07T15:57:58.634493+0000 mon.c (mon.1) 1443 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T15:57:59.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:57:59 smithi121 bash[81553]: audit 2023-12-07T15:57:58.635632+0000 mon.c (mon.1) 1444 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:59.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:59 smithi121 bash[83807]: cluster 2023-12-07T15:57:58.056791+0000 mgr.y (mgr.25453) 906 : cluster 0 pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:57:59.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:59 smithi121 bash[83807]: audit 2023-12-07T15:57:58.630679+0000 mon.a (mon.0) 833 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:59.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:59 smithi121 bash[83807]: audit 2023-12-07T15:57:58.634493+0000 mon.c (mon.1) 1443 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T15:57:59.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:57:59 smithi121 bash[83807]: audit 2023-12-07T15:57:58.635632+0000 mon.c (mon.1) 1444 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:59.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:59 smithi144 bash[66528]: cluster 2023-12-07T15:57:58.056791+0000 mgr.y (mgr.25453) 906 : cluster 0 pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:57:59.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:59 smithi144 bash[66528]: audit 2023-12-07T15:57:58.630679+0000 mon.a (mon.0) 833 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:57:59.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:59 smithi144 bash[66528]: audit 2023-12-07T15:57:58.634493+0000 mon.c (mon.1) 1443 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-07T15:57:59.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:57:59 smithi144 bash[66528]: audit 2023-12-07T15:57:58.635632+0000 mon.c (mon.1) 1444 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:00.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:00 smithi121 bash[81553]: cephadm 2023-12-07T15:57:58.622274+0000 mgr.y (mgr.25453) 907 : cephadm 1 Upgrade: Updating osd.3 2023-12-07T15:58:00.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:00 smithi121 bash[81553]: cephadm 2023-12-07T15:57:58.638763+0000 mgr.y (mgr.25453) 908 : cephadm 1 Deploying daemon osd.3 on smithi121 2023-12-07T15:58:00.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:00 smithi121 bash[83807]: cephadm 2023-12-07T15:57:58.622274+0000 mgr.y (mgr.25453) 907 : cephadm 1 Upgrade: Updating osd.3 2023-12-07T15:58:00.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:00 smithi121 bash[83807]: cephadm 2023-12-07T15:57:58.638763+0000 mgr.y (mgr.25453) 908 : cephadm 1 Deploying daemon osd.3 on smithi121 2023-12-07T15:58:00.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:00 smithi144 bash[66528]: cephadm 2023-12-07T15:57:58.622274+0000 mgr.y (mgr.25453) 907 : cephadm 1 Upgrade: Updating osd.3 2023-12-07T15:58:00.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:00 smithi144 bash[66528]: cephadm 2023-12-07T15:57:58.638763+0000 mgr.y (mgr.25453) 908 : cephadm 1 Deploying daemon osd.3 on smithi121 2023-12-07T15:58:01.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:01 smithi121 bash[81553]: cluster 2023-12-07T15:58:00.058297+0000 mgr.y (mgr.25453) 909 : cluster 0 pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:01.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:01 smithi121 bash[83807]: cluster 2023-12-07T15:58:00.058297+0000 mgr.y (mgr.25453) 909 : cluster 0 pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:01.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:01 smithi144 bash[66528]: cluster 2023-12-07T15:58:00.058297+0000 mgr.y (mgr.25453) 909 : cluster 0 pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:03.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:03 smithi144 bash[66528]: cluster 2023-12-07T15:58:02.059061+0000 mgr.y (mgr.25453) 910 : cluster 0 pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:03.388 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:03 smithi121 bash[83807]: cluster 2023-12-07T15:58:02.059061+0000 mgr.y (mgr.25453) 910 : cluster 0 pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:03.388 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:03 smithi121 systemd[1]: Stopping Ceph osd.3 for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:58:03.388 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:03 smithi121 bash[81553]: cluster 2023-12-07T15:58:02.059061+0000 mgr.y (mgr.25453) 910 : cluster 0 pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:03.810 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:03 smithi121 bash[44825]: debug 2023-12-07T15:58:03.510+0000 7fe755fb8700 -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 2023-12-07T15:58:03.810 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:03 smithi121 bash[44825]: debug 2023-12-07T15:58:03.510+0000 7fe755fb8700 -1 osd.3 130 *** Got signal Terminated *** 2023-12-07T15:58:03.810 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:03 smithi121 bash[44825]: debug 2023-12-07T15:58:03.510+0000 7fe755fb8700 -1 osd.3 130 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T15:58:04.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:04 smithi144 bash[66528]: cluster 2023-12-07T15:58:03.514533+0000 mon.a (mon.0) 834 : cluster 1 osd.3 marked itself down and dead 2023-12-07T15:58:04.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:04 smithi121 bash[81553]: cluster 2023-12-07T15:58:03.514533+0000 mon.a (mon.0) 834 : cluster 1 osd.3 marked itself down and dead 2023-12-07T15:58:04.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:04 smithi121 bash[83807]: cluster 2023-12-07T15:58:03.514533+0000 mon.a (mon.0) 834 : cluster 1 osd.3 marked itself down and dead 2023-12-07T15:58:04.926 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:58:04 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:58:04] "GET /metrics HTTP/1.1" 200 38490 "" "Prometheus/2.33.4" 2023-12-07T15:58:05.306 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[83807]: audit 2023-12-07T15:58:03.596145+0000 mgr.y (mgr.25453) 911 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:05.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[83807]: cluster 2023-12-07T15:58:04.060943+0000 mgr.y (mgr.25453) 912 : cluster 0 pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:05.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[83807]: cluster 2023-12-07T15:58:04.091057+0000 mon.a (mon.0) 835 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:58:05.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[83807]: cluster 2023-12-07T15:58:04.107841+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[83807]: cluster 2023-12-07T15:58:04.108858+0000 mon.a (mon.0) 836 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-07T15:58:05.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[83807]: cluster 2023-12-07T15:58:04.110470+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[83807]: cluster 2023-12-07T15:58:04.110656+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[83807]: cluster 2023-12-07T15:58:04.110748+0000 osd.4 (osd.4) 35 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[83807]: cluster 2023-12-07T15:58:04.114125+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[83807]: cluster 2023-12-07T15:58:04.114541+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[83807]: cluster 2023-12-07T15:58:04.118119+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[83807]: cluster 2023-12-07T15:58:04.121632+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[83807]: cluster 2023-12-07T15:58:04.124377+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[83807]: audit 2023-12-07T15:58:04.891306+0000 mon.a (mon.0) 837 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:05.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[83807]: audit 2023-12-07T15:58:04.907337+0000 mon.a (mon.0) 838 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:05.307 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[83807]: audit 2023-12-07T15:58:04.920761+0000 mon.a (mon.0) 839 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[81553]: audit 2023-12-07T15:58:03.596145+0000 mgr.y (mgr.25453) 911 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[81553]: cluster 2023-12-07T15:58:04.060943+0000 mgr.y (mgr.25453) 912 : cluster 0 pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[81553]: cluster 2023-12-07T15:58:04.091057+0000 mon.a (mon.0) 835 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:58:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[81553]: cluster 2023-12-07T15:58:04.107841+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[81553]: cluster 2023-12-07T15:58:04.108858+0000 mon.a (mon.0) 836 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-07T15:58:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[81553]: cluster 2023-12-07T15:58:04.110470+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[81553]: cluster 2023-12-07T15:58:04.110656+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[81553]: cluster 2023-12-07T15:58:04.110748+0000 osd.4 (osd.4) 35 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[81553]: cluster 2023-12-07T15:58:04.114125+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[81553]: cluster 2023-12-07T15:58:04.114541+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[81553]: cluster 2023-12-07T15:58:04.118119+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[81553]: cluster 2023-12-07T15:58:04.121632+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[81553]: cluster 2023-12-07T15:58:04.124377+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[81553]: audit 2023-12-07T15:58:04.891306+0000 mon.a (mon.0) 837 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[81553]: audit 2023-12-07T15:58:04.907337+0000 mon.a (mon.0) 838 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:05.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[81553]: audit 2023-12-07T15:58:04.920761+0000 mon.a (mon.0) 839 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:05.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:05 smithi144 bash[66528]: audit 2023-12-07T15:58:03.596145+0000 mgr.y (mgr.25453) 911 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:05.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:05 smithi144 bash[66528]: cluster 2023-12-07T15:58:04.060943+0000 mgr.y (mgr.25453) 912 : cluster 0 pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:05.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:05 smithi144 bash[66528]: cluster 2023-12-07T15:58:04.091057+0000 mon.a (mon.0) 835 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:58:05.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:05 smithi144 bash[66528]: cluster 2023-12-07T15:58:04.107841+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:05 smithi144 bash[66528]: cluster 2023-12-07T15:58:04.108858+0000 mon.a (mon.0) 836 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-07T15:58:05.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:05 smithi144 bash[66528]: cluster 2023-12-07T15:58:04.110470+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:05 smithi144 bash[66528]: cluster 2023-12-07T15:58:04.110656+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:05 smithi144 bash[66528]: cluster 2023-12-07T15:58:04.110748+0000 osd.4 (osd.4) 35 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:05 smithi144 bash[66528]: cluster 2023-12-07T15:58:04.114125+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:05 smithi144 bash[66528]: cluster 2023-12-07T15:58:04.114541+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:05 smithi144 bash[66528]: cluster 2023-12-07T15:58:04.118119+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:05 smithi144 bash[66528]: cluster 2023-12-07T15:58:04.121632+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:05 smithi144 bash[66528]: cluster 2023-12-07T15:58:04.124377+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e131 with expected crc 2023-12-07T15:58:05.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:05 smithi144 bash[66528]: audit 2023-12-07T15:58:04.891306+0000 mon.a (mon.0) 837 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:05.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:05 smithi144 bash[66528]: audit 2023-12-07T15:58:04.907337+0000 mon.a (mon.0) 838 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:05.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:05 smithi144 bash[66528]: audit 2023-12-07T15:58:04.920761+0000 mon.a (mon.0) 839 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:05.559 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:05 smithi121 bash[97154]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-3 2023-12-07T15:58:06.310 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[97307]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-3 2023-12-07T15:58:06.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[83807]: cluster 2023-12-07T15:58:04.910548+0000 mgr.y (mgr.25453) 913 : cluster 0 pgmap v191: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:58:06.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[83807]: cluster 2023-12-07T15:58:05.107191+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[83807]: cluster 2023-12-07T15:58:05.107478+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[83807]: cluster 2023-12-07T15:58:05.108590+0000 mon.a (mon.0) 840 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-07T15:58:06.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[83807]: cluster 2023-12-07T15:58:05.110178+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[83807]: cluster 2023-12-07T15:58:05.111405+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[83807]: cluster 2023-12-07T15:58:05.111587+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[83807]: cluster 2023-12-07T15:58:05.111860+0000 osd.4 (osd.4) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[83807]: cluster 2023-12-07T15:58:05.113027+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[83807]: cluster 2023-12-07T15:58:05.114652+0000 osd.4 (osd.4) 37 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[83807]: cluster 2023-12-07T15:58:05.114906+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[83807]: cluster 2023-12-07T15:58:05.115289+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[83807]: cluster 2023-12-07T15:58:05.903205+0000 mon.a (mon.0) 841 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:58:06.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[81553]: cluster 2023-12-07T15:58:04.910548+0000 mgr.y (mgr.25453) 913 : cluster 0 pgmap v191: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:58:06.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[81553]: cluster 2023-12-07T15:58:05.107191+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[81553]: cluster 2023-12-07T15:58:05.107478+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[81553]: cluster 2023-12-07T15:58:05.108590+0000 mon.a (mon.0) 840 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-07T15:58:06.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[81553]: cluster 2023-12-07T15:58:05.110178+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[81553]: cluster 2023-12-07T15:58:05.111405+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[81553]: cluster 2023-12-07T15:58:05.111587+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[81553]: cluster 2023-12-07T15:58:05.111860+0000 osd.4 (osd.4) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[81553]: cluster 2023-12-07T15:58:05.113027+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[81553]: cluster 2023-12-07T15:58:05.114652+0000 osd.4 (osd.4) 37 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[81553]: cluster 2023-12-07T15:58:05.114906+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[81553]: cluster 2023-12-07T15:58:05.115289+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:06 smithi121 bash[81553]: cluster 2023-12-07T15:58:05.903205+0000 mon.a (mon.0) 841 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:58:06.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:06 smithi144 bash[66528]: cluster 2023-12-07T15:58:04.910548+0000 mgr.y (mgr.25453) 913 : cluster 0 pgmap v191: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:58:06.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:06 smithi144 bash[66528]: cluster 2023-12-07T15:58:05.107191+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:06 smithi144 bash[66528]: cluster 2023-12-07T15:58:05.107478+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:06 smithi144 bash[66528]: cluster 2023-12-07T15:58:05.108590+0000 mon.a (mon.0) 840 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-07T15:58:06.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:06 smithi144 bash[66528]: cluster 2023-12-07T15:58:05.110178+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:06 smithi144 bash[66528]: cluster 2023-12-07T15:58:05.111405+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:06 smithi144 bash[66528]: cluster 2023-12-07T15:58:05.111587+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:06 smithi144 bash[66528]: cluster 2023-12-07T15:58:05.111860+0000 osd.4 (osd.4) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:06 smithi144 bash[66528]: cluster 2023-12-07T15:58:05.113027+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:06 smithi144 bash[66528]: cluster 2023-12-07T15:58:05.114652+0000 osd.4 (osd.4) 37 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:06 smithi144 bash[66528]: cluster 2023-12-07T15:58:05.114906+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:06 smithi144 bash[66528]: cluster 2023-12-07T15:58:05.115289+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e132 with expected crc 2023-12-07T15:58:06.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:06 smithi144 bash[66528]: cluster 2023-12-07T15:58:05.903205+0000 mon.a (mon.0) 841 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:58:08.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:08 smithi121 bash[83807]: cluster 2023-12-07T15:58:06.911348+0000 mgr.y (mgr.25453) 914 : cluster 0 pgmap v193: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 747 B/s rd, 0 op/s 2023-12-07T15:58:08.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:08 smithi121 bash[81553]: cluster 2023-12-07T15:58:06.911348+0000 mgr.y (mgr.25453) 914 : cluster 0 pgmap v193: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 747 B/s rd, 0 op/s 2023-12-07T15:58:08.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:08 smithi144 bash[66528]: cluster 2023-12-07T15:58:06.911348+0000 mgr.y (mgr.25453) 914 : cluster 0 pgmap v193: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 747 B/s rd, 0 op/s 2023-12-07T15:58:09.030 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:08 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.3.service: Succeeded. 2023-12-07T15:58:09.030 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:08 smithi121 systemd[1]: Stopped Ceph osd.3 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:58:09.031 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:08 smithi121 systemd[1]: Started Ceph osd.3 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:58:10.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: cluster 2023-12-07T15:58:08.913375+0000 mgr.y (mgr.25453) 915 : cluster 0 pgmap v194: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:10.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.007328+0000 mon.a (mon.0) 842 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.021339+0000 mon.a (mon.0) 843 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.502850+0000 mon.a (mon.0) 844 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.519070+0000 mon.a (mon.0) 845 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.524296+0000 mon.c (mon.1) 1445 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.526078+0000 mon.c (mon.1) 1446 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.537880+0000 mon.a (mon.0) 846 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.624421+0000 mon.c (mon.1) 1447 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.629543+0000 mon.c (mon.1) 1448 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.635504+0000 mon.c (mon.1) 1449 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.637451+0000 mon.c (mon.1) 1450 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.648360+0000 mon.a (mon.0) 847 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.735048+0000 mon.c (mon.1) 1451 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.737489+0000 mon.c (mon.1) 1452 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.739786+0000 mon.c (mon.1) 1453 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.740822+0000 mon.c (mon.1) 1454 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.750569+0000 mon.a (mon.0) 848 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: cluster 2023-12-07T15:58:09.765893+0000 mon.a (mon.0) 849 : cluster 3 Health check failed: Degraded data redundancy: 85/630 objects degraded (13.492%), 28 pgs degraded (PG_DEGRADED) 2023-12-07T15:58:10.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: cluster 2023-12-07T15:58:09.765942+0000 mon.a (mon.0) 850 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:58:10.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: cluster 2023-12-07T15:58:08.913375+0000 mgr.y (mgr.25453) 915 : cluster 0 pgmap v194: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:10.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.007328+0000 mon.a (mon.0) 842 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.021339+0000 mon.a (mon.0) 843 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.502850+0000 mon.a (mon.0) 844 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.519070+0000 mon.a (mon.0) 845 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.524296+0000 mon.c (mon.1) 1445 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:10.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.526078+0000 mon.c (mon.1) 1446 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:10.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.537880+0000 mon.a (mon.0) 846 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.624421+0000 mon.c (mon.1) 1447 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:10.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.629543+0000 mon.c (mon.1) 1448 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:10.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.635504+0000 mon.c (mon.1) 1449 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:10.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.637451+0000 mon.c (mon.1) 1450 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:10.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.648360+0000 mon.a (mon.0) 847 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.735048+0000 mon.c (mon.1) 1451 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:10.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.737489+0000 mon.c (mon.1) 1452 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:10.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.739786+0000 mon.c (mon.1) 1453 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:10.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.740822+0000 mon.c (mon.1) 1454 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:10.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.750569+0000 mon.a (mon.0) 848 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: cluster 2023-12-07T15:58:09.765893+0000 mon.a (mon.0) 849 : cluster 3 Health check failed: Degraded data redundancy: 85/630 objects degraded (13.492%), 28 pgs degraded (PG_DEGRADED) 2023-12-07T15:58:10.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: cluster 2023-12-07T15:58:09.765942+0000 mon.a (mon.0) 850 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:58:10.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.832065+0000 mon.c (mon.1) 1455 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:10.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.834903+0000 mon.c (mon.1) 1456 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:10.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.837526+0000 mon.c (mon.1) 1457 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:10.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.838561+0000 mon.c (mon.1) 1458 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:10.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.847852+0000 mon.a (mon.0) 851 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.930279+0000 mon.c (mon.1) 1459 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:10.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.933130+0000 mon.c (mon.1) 1460 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:10.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.936703+0000 mon.c (mon.1) 1461 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:10.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.937901+0000 mon.c (mon.1) 1462 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:10.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[83807]: audit 2023-12-07T15:58:09.946741+0000 mon.a (mon.0) 852 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.832065+0000 mon.c (mon.1) 1455 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:10.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.834903+0000 mon.c (mon.1) 1456 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:10.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.837526+0000 mon.c (mon.1) 1457 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:10.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.838561+0000 mon.c (mon.1) 1458 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:10.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.847852+0000 mon.a (mon.0) 851 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.930279+0000 mon.c (mon.1) 1459 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:10.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.933130+0000 mon.c (mon.1) 1460 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:10.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.936703+0000 mon.c (mon.1) 1461 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:10.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.937901+0000 mon.c (mon.1) 1462 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:10.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:10 smithi121 bash[81553]: audit 2023-12-07T15:58:09.946741+0000 mon.a (mon.0) 852 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: cluster 2023-12-07T15:58:08.913375+0000 mgr.y (mgr.25453) 915 : cluster 0 pgmap v194: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:10.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.007328+0000 mon.a (mon.0) 842 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.021339+0000 mon.a (mon.0) 843 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.502850+0000 mon.a (mon.0) 844 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.519070+0000 mon.a (mon.0) 845 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.524296+0000 mon.c (mon.1) 1445 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:10.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.526078+0000 mon.c (mon.1) 1446 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:10.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.537880+0000 mon.a (mon.0) 846 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.624421+0000 mon.c (mon.1) 1447 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:10.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.629543+0000 mon.c (mon.1) 1448 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:10.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.635504+0000 mon.c (mon.1) 1449 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:10.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.637451+0000 mon.c (mon.1) 1450 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:10.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.648360+0000 mon.a (mon.0) 847 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.735048+0000 mon.c (mon.1) 1451 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:10.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.737489+0000 mon.c (mon.1) 1452 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:10.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.739786+0000 mon.c (mon.1) 1453 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:10.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.740822+0000 mon.c (mon.1) 1454 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:10.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.750569+0000 mon.a (mon.0) 848 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: cluster 2023-12-07T15:58:09.765893+0000 mon.a (mon.0) 849 : cluster 3 Health check failed: Degraded data redundancy: 85/630 objects degraded (13.492%), 28 pgs degraded (PG_DEGRADED) 2023-12-07T15:58:10.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: cluster 2023-12-07T15:58:09.765942+0000 mon.a (mon.0) 850 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:58:10.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.832065+0000 mon.c (mon.1) 1455 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:10.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.834903+0000 mon.c (mon.1) 1456 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:10.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.837526+0000 mon.c (mon.1) 1457 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:10.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.838561+0000 mon.c (mon.1) 1458 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:10.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.847852+0000 mon.a (mon.0) 851 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:10.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.930279+0000 mon.c (mon.1) 1459 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:10.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.933130+0000 mon.c (mon.1) 1460 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:10.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.936703+0000 mon.c (mon.1) 1461 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:10.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.937901+0000 mon.c (mon.1) 1462 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:10.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:10 smithi144 bash[66528]: audit 2023-12-07T15:58:09.946741+0000 mon.a (mon.0) 852 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.310 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[97549]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-07T15:58:11.310 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[97549]: 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 2023-12-07T15:58:11.310 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[97549]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-07T15:58:11.311 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[97549]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-07T15:58:11.311 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[97549]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2023-12-07T15:58:11.311 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[97549]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-07T15:58:11.311 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[97549]: --> ceph-volume raw activate successful for osd ID: 3 2023-12-07T15:58:11.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: cluster 2023-12-07T15:58:09.529337+0000 mgr.y (mgr.25453) 916 : cluster 0 pgmap v195: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:11.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: cephadm 2023-12-07T15:58:09.541592+0000 mgr.y (mgr.25453) 917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: cephadm 2023-12-07T15:58:09.653479+0000 mgr.y (mgr.25453) 918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: cephadm 2023-12-07T15:58:09.752862+0000 mgr.y (mgr.25453) 919 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: cephadm 2023-12-07T15:58:09.849607+0000 mgr.y (mgr.25453) 920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: cephadm 2023-12-07T15:58:09.947932+0000 mgr.y (mgr.25453) 921 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.024464+0000 mon.c (mon.1) 1463 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.026562+0000 mon.c (mon.1) 1464 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.028815+0000 mon.c (mon.1) 1465 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.029755+0000 mon.c (mon.1) 1466 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.035449+0000 mon.a (mon.0) 853 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: cephadm 2023-12-07T15:58:10.038375+0000 mgr.y (mgr.25453) 922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.119887+0000 mon.c (mon.1) 1467 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.122626+0000 mon.c (mon.1) 1468 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.126216+0000 mon.c (mon.1) 1469 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.127218+0000 mon.c (mon.1) 1470 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.134098+0000 mon.a (mon.0) 854 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: cephadm 2023-12-07T15:58:10.135850+0000 mgr.y (mgr.25453) 923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.199134+0000 mon.c (mon.1) 1471 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.201252+0000 mon.c (mon.1) 1472 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: cluster 2023-12-07T15:58:09.529337+0000 mgr.y (mgr.25453) 916 : cluster 0 pgmap v195: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:11.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: cephadm 2023-12-07T15:58:09.541592+0000 mgr.y (mgr.25453) 917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: cephadm 2023-12-07T15:58:09.653479+0000 mgr.y (mgr.25453) 918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: cephadm 2023-12-07T15:58:09.752862+0000 mgr.y (mgr.25453) 919 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: cephadm 2023-12-07T15:58:09.849607+0000 mgr.y (mgr.25453) 920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: cephadm 2023-12-07T15:58:09.947932+0000 mgr.y (mgr.25453) 921 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.024464+0000 mon.c (mon.1) 1463 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.026562+0000 mon.c (mon.1) 1464 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.028815+0000 mon.c (mon.1) 1465 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.029755+0000 mon.c (mon.1) 1466 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.035449+0000 mon.a (mon.0) 853 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: cephadm 2023-12-07T15:58:10.038375+0000 mgr.y (mgr.25453) 922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.119887+0000 mon.c (mon.1) 1467 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.122626+0000 mon.c (mon.1) 1468 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.126216+0000 mon.c (mon.1) 1469 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.127218+0000 mon.c (mon.1) 1470 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.134098+0000 mon.a (mon.0) 854 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: cephadm 2023-12-07T15:58:10.135850+0000 mgr.y (mgr.25453) 923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.199134+0000 mon.c (mon.1) 1471 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.201252+0000 mon.c (mon.1) 1472 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.204670+0000 mon.c (mon.1) 1473 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.205919+0000 mon.c (mon.1) 1474 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.213833+0000 mon.a (mon.0) 855 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.294561+0000 mon.c (mon.1) 1475 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.297330+0000 mon.c (mon.1) 1476 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.301359+0000 mon.c (mon.1) 1477 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.302967+0000 mon.c (mon.1) 1478 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.309601+0000 mon.a (mon.0) 856 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.390987+0000 mon.c (mon.1) 1479 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.394533+0000 mon.c (mon.1) 1480 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.398365+0000 mon.c (mon.1) 1481 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.399731+0000 mon.c (mon.1) 1482 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.408833+0000 mon.a (mon.0) 857 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.488972+0000 mon.c (mon.1) 1483 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.491425+0000 mon.c (mon.1) 1484 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.497397+0000 mon.c (mon.1) 1485 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.499652+0000 mon.c (mon.1) 1486 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.505896+0000 mon.a (mon.0) 858 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.584233+0000 mon.c (mon.1) 1487 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.587020+0000 mon.c (mon.1) 1488 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.204670+0000 mon.c (mon.1) 1473 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.205919+0000 mon.c (mon.1) 1474 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.213833+0000 mon.a (mon.0) 855 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.294561+0000 mon.c (mon.1) 1475 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.297330+0000 mon.c (mon.1) 1476 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.301359+0000 mon.c (mon.1) 1477 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.302967+0000 mon.c (mon.1) 1478 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.309601+0000 mon.a (mon.0) 856 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.390987+0000 mon.c (mon.1) 1479 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.394533+0000 mon.c (mon.1) 1480 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.398365+0000 mon.c (mon.1) 1481 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.399731+0000 mon.c (mon.1) 1482 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.408833+0000 mon.a (mon.0) 857 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.488972+0000 mon.c (mon.1) 1483 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.491425+0000 mon.c (mon.1) 1484 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.497397+0000 mon.c (mon.1) 1485 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.499652+0000 mon.c (mon.1) 1486 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.505896+0000 mon.a (mon.0) 858 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.584233+0000 mon.c (mon.1) 1487 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.587020+0000 mon.c (mon.1) 1488 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.591123+0000 mon.c (mon.1) 1489 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.592371+0000 mon.c (mon.1) 1490 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.601503+0000 mon.a (mon.0) 859 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.667083+0000 mon.c (mon.1) 1491 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.670521+0000 mon.c (mon.1) 1492 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.674452+0000 mon.c (mon.1) 1493 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.675943+0000 mon.c (mon.1) 1494 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.684638+0000 mon.a (mon.0) 860 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.765561+0000 mon.c (mon.1) 1495 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.769390+0000 mon.c (mon.1) 1496 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.773666+0000 mon.c (mon.1) 1497 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.775028+0000 mon.c (mon.1) 1498 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.783955+0000 mon.a (mon.0) 861 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.863346+0000 mon.c (mon.1) 1499 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.866486+0000 mon.c (mon.1) 1500 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.869163+0000 mon.c (mon.1) 1501 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.870148+0000 mon.c (mon.1) 1502 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.876407+0000 mon.a (mon.0) 862 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.957468+0000 mon.c (mon.1) 1503 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.960367+0000 mon.c (mon.1) 1504 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.963037+0000 mon.c (mon.1) 1505 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.964036+0000 mon.c (mon.1) 1506 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[81553]: audit 2023-12-07T15:58:10.973369+0000 mon.a (mon.0) 863 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.591123+0000 mon.c (mon.1) 1489 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.592371+0000 mon.c (mon.1) 1490 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.601503+0000 mon.a (mon.0) 859 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.667083+0000 mon.c (mon.1) 1491 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.670521+0000 mon.c (mon.1) 1492 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.674452+0000 mon.c (mon.1) 1493 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.675943+0000 mon.c (mon.1) 1494 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.684638+0000 mon.a (mon.0) 860 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.765561+0000 mon.c (mon.1) 1495 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.769390+0000 mon.c (mon.1) 1496 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.773666+0000 mon.c (mon.1) 1497 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.775028+0000 mon.c (mon.1) 1498 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.783955+0000 mon.a (mon.0) 861 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.863346+0000 mon.c (mon.1) 1499 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.866486+0000 mon.c (mon.1) 1500 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.869163+0000 mon.c (mon.1) 1501 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.870148+0000 mon.c (mon.1) 1502 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.876407+0000 mon.a (mon.0) 862 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.957468+0000 mon.c (mon.1) 1503 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.960367+0000 mon.c (mon.1) 1504 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.963037+0000 mon.c (mon.1) 1505 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.325 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.964036+0000 mon.c (mon.1) 1506 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.325 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:11 smithi121 bash[83807]: audit 2023-12-07T15:58:10.973369+0000 mon.a (mon.0) 863 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: cluster 2023-12-07T15:58:09.529337+0000 mgr.y (mgr.25453) 916 : cluster 0 pgmap v195: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:11.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: cephadm 2023-12-07T15:58:09.541592+0000 mgr.y (mgr.25453) 917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: cephadm 2023-12-07T15:58:09.653479+0000 mgr.y (mgr.25453) 918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: cephadm 2023-12-07T15:58:09.752862+0000 mgr.y (mgr.25453) 919 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: cephadm 2023-12-07T15:58:09.849607+0000 mgr.y (mgr.25453) 920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: cephadm 2023-12-07T15:58:09.947932+0000 mgr.y (mgr.25453) 921 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.024464+0000 mon.c (mon.1) 1463 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.026562+0000 mon.c (mon.1) 1464 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.028815+0000 mon.c (mon.1) 1465 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.029755+0000 mon.c (mon.1) 1466 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.035449+0000 mon.a (mon.0) 853 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: cephadm 2023-12-07T15:58:10.038375+0000 mgr.y (mgr.25453) 922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.119887+0000 mon.c (mon.1) 1467 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.122626+0000 mon.c (mon.1) 1468 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.126216+0000 mon.c (mon.1) 1469 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.127218+0000 mon.c (mon.1) 1470 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.134098+0000 mon.a (mon.0) 854 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: cephadm 2023-12-07T15:58:10.135850+0000 mgr.y (mgr.25453) 923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:11.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.199134+0000 mon.c (mon.1) 1471 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.201252+0000 mon.c (mon.1) 1472 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.204670+0000 mon.c (mon.1) 1473 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.205919+0000 mon.c (mon.1) 1474 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.213833+0000 mon.a (mon.0) 855 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.294561+0000 mon.c (mon.1) 1475 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.297330+0000 mon.c (mon.1) 1476 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.301359+0000 mon.c (mon.1) 1477 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.302967+0000 mon.c (mon.1) 1478 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.309601+0000 mon.a (mon.0) 856 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.390987+0000 mon.c (mon.1) 1479 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.394533+0000 mon.c (mon.1) 1480 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.398365+0000 mon.c (mon.1) 1481 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.399731+0000 mon.c (mon.1) 1482 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.408833+0000 mon.a (mon.0) 857 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.488972+0000 mon.c (mon.1) 1483 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.491425+0000 mon.c (mon.1) 1484 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.497397+0000 mon.c (mon.1) 1485 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.499652+0000 mon.c (mon.1) 1486 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.505896+0000 mon.a (mon.0) 858 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.584233+0000 mon.c (mon.1) 1487 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.587020+0000 mon.c (mon.1) 1488 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.591123+0000 mon.c (mon.1) 1489 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.592371+0000 mon.c (mon.1) 1490 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.601503+0000 mon.a (mon.0) 859 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.667083+0000 mon.c (mon.1) 1491 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.670521+0000 mon.c (mon.1) 1492 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.674452+0000 mon.c (mon.1) 1493 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.675943+0000 mon.c (mon.1) 1494 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.684638+0000 mon.a (mon.0) 860 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.765561+0000 mon.c (mon.1) 1495 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.769390+0000 mon.c (mon.1) 1496 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.773666+0000 mon.c (mon.1) 1497 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.775028+0000 mon.c (mon.1) 1498 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.783955+0000 mon.a (mon.0) 861 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.863346+0000 mon.c (mon.1) 1499 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.866486+0000 mon.c (mon.1) 1500 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.869163+0000 mon.c (mon.1) 1501 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.870148+0000 mon.c (mon.1) 1502 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.876407+0000 mon.a (mon.0) 862 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:11.383 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.957468+0000 mon.c (mon.1) 1503 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:11.383 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.960367+0000 mon.c (mon.1) 1504 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:11.383 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.963037+0000 mon.c (mon.1) 1505 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:11.383 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.964036+0000 mon.c (mon.1) 1506 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:11.383 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:11 smithi144 bash[66528]: audit 2023-12-07T15:58:10.973369+0000 mon.a (mon.0) 863 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: cephadm 2023-12-07T15:58:10.216166+0000 mgr.y (mgr.25453) 924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: cephadm 2023-12-07T15:58:10.312611+0000 mgr.y (mgr.25453) 925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: cephadm 2023-12-07T15:58:10.409781+0000 mgr.y (mgr.25453) 926 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: cephadm 2023-12-07T15:58:10.506902+0000 mgr.y (mgr.25453) 927 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: cephadm 2023-12-07T15:58:10.602731+0000 mgr.y (mgr.25453) 928 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: cephadm 2023-12-07T15:58:10.686117+0000 mgr.y (mgr.25453) 929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: cephadm 2023-12-07T15:58:10.785393+0000 mgr.y (mgr.25453) 930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: cephadm 2023-12-07T15:58:10.878119+0000 mgr.y (mgr.25453) 931 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: cephadm 2023-12-07T15:58:10.975070+0000 mgr.y (mgr.25453) 932 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.053539+0000 mon.c (mon.1) 1507 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.055985+0000 mon.c (mon.1) 1508 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.058508+0000 mon.c (mon.1) 1509 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.059500+0000 mon.c (mon.1) 1510 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.066170+0000 mon.a (mon.0) 864 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: cephadm 2023-12-07T15:58:11.067453+0000 mgr.y (mgr.25453) 933 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.142638+0000 mon.c (mon.1) 1511 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.145654+0000 mon.c (mon.1) 1512 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.150829+0000 mon.c (mon.1) 1513 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.152006+0000 mon.c (mon.1) 1514 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.157788+0000 mon.a (mon.0) 865 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.241036+0000 mon.c (mon.1) 1515 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: cephadm 2023-12-07T15:58:10.216166+0000 mgr.y (mgr.25453) 924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: cephadm 2023-12-07T15:58:10.312611+0000 mgr.y (mgr.25453) 925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: cephadm 2023-12-07T15:58:10.409781+0000 mgr.y (mgr.25453) 926 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: cephadm 2023-12-07T15:58:10.506902+0000 mgr.y (mgr.25453) 927 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: cephadm 2023-12-07T15:58:10.602731+0000 mgr.y (mgr.25453) 928 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: cephadm 2023-12-07T15:58:10.686117+0000 mgr.y (mgr.25453) 929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: cephadm 2023-12-07T15:58:10.785393+0000 mgr.y (mgr.25453) 930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: cephadm 2023-12-07T15:58:10.878119+0000 mgr.y (mgr.25453) 931 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: cephadm 2023-12-07T15:58:10.975070+0000 mgr.y (mgr.25453) 932 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.053539+0000 mon.c (mon.1) 1507 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.055985+0000 mon.c (mon.1) 1508 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.058508+0000 mon.c (mon.1) 1509 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.059500+0000 mon.c (mon.1) 1510 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.066170+0000 mon.a (mon.0) 864 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: cephadm 2023-12-07T15:58:11.067453+0000 mgr.y (mgr.25453) 933 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.142638+0000 mon.c (mon.1) 1511 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.145654+0000 mon.c (mon.1) 1512 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.150829+0000 mon.c (mon.1) 1513 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.152006+0000 mon.c (mon.1) 1514 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.157788+0000 mon.a (mon.0) 865 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.241036+0000 mon.c (mon.1) 1515 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.245341+0000 mon.c (mon.1) 1516 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.247908+0000 mon.c (mon.1) 1517 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.248935+0000 mon.c (mon.1) 1518 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.258233+0000 mon.a (mon.0) 866 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.340321+0000 mon.c (mon.1) 1519 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.342929+0000 mon.c (mon.1) 1520 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.345981+0000 mon.c (mon.1) 1521 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.346999+0000 mon.c (mon.1) 1522 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.354685+0000 mon.a (mon.0) 867 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.439105+0000 mon.c (mon.1) 1523 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.441972+0000 mon.c (mon.1) 1524 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.444861+0000 mon.c (mon.1) 1525 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.445814+0000 mon.c (mon.1) 1526 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.454272+0000 mon.a (mon.0) 868 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.538108+0000 mon.c (mon.1) 1527 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.541861+0000 mon.c (mon.1) 1528 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.544465+0000 mon.c (mon.1) 1529 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.545678+0000 mon.c (mon.1) 1530 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.555905+0000 mon.a (mon.0) 869 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.637998+0000 mon.c (mon.1) 1531 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.245341+0000 mon.c (mon.1) 1516 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.247908+0000 mon.c (mon.1) 1517 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.248935+0000 mon.c (mon.1) 1518 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.258233+0000 mon.a (mon.0) 866 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.340321+0000 mon.c (mon.1) 1519 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.342929+0000 mon.c (mon.1) 1520 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.345981+0000 mon.c (mon.1) 1521 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.346999+0000 mon.c (mon.1) 1522 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.354685+0000 mon.a (mon.0) 867 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.439105+0000 mon.c (mon.1) 1523 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.441972+0000 mon.c (mon.1) 1524 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.444861+0000 mon.c (mon.1) 1525 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.445814+0000 mon.c (mon.1) 1526 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.454272+0000 mon.a (mon.0) 868 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.538108+0000 mon.c (mon.1) 1527 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.541861+0000 mon.c (mon.1) 1528 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.544465+0000 mon.c (mon.1) 1529 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.545678+0000 mon.c (mon.1) 1530 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.555905+0000 mon.a (mon.0) 869 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.637998+0000 mon.c (mon.1) 1531 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.640775+0000 mon.c (mon.1) 1532 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.646258+0000 mon.c (mon.1) 1533 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.647582+0000 mon.c (mon.1) 1534 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.657413+0000 mon.a (mon.0) 870 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.741070+0000 mon.c (mon.1) 1535 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.743178+0000 mon.c (mon.1) 1536 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.746475+0000 mon.c (mon.1) 1537 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.747529+0000 mon.c (mon.1) 1538 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.757246+0000 mon.a (mon.0) 871 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.841535+0000 mon.c (mon.1) 1539 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.843895+0000 mon.c (mon.1) 1540 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.847237+0000 mon.c (mon.1) 1541 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.848494+0000 mon.c (mon.1) 1542 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.857172+0000 mon.a (mon.0) 872 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.925626+0000 mon.c (mon.1) 1543 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.929241+0000 mon.c (mon.1) 1544 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.932573+0000 mon.c (mon.1) 1545 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.934170+0000 mon.c (mon.1) 1546 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[81553]: audit 2023-12-07T15:58:11.944173+0000 mon.a (mon.0) 873 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.640775+0000 mon.c (mon.1) 1532 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.646258+0000 mon.c (mon.1) 1533 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.647582+0000 mon.c (mon.1) 1534 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.657413+0000 mon.a (mon.0) 870 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.741070+0000 mon.c (mon.1) 1535 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.743178+0000 mon.c (mon.1) 1536 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.746475+0000 mon.c (mon.1) 1537 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.747529+0000 mon.c (mon.1) 1538 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.757246+0000 mon.a (mon.0) 871 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.841535+0000 mon.c (mon.1) 1539 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.843895+0000 mon.c (mon.1) 1540 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.847237+0000 mon.c (mon.1) 1541 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.848494+0000 mon.c (mon.1) 1542 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.857172+0000 mon.a (mon.0) 872 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.925626+0000 mon.c (mon.1) 1543 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.929241+0000 mon.c (mon.1) 1544 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.932573+0000 mon.c (mon.1) 1545 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.934170+0000 mon.c (mon.1) 1546 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:12 smithi121 bash[83807]: audit 2023-12-07T15:58:11.944173+0000 mon.a (mon.0) 873 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: cephadm 2023-12-07T15:58:10.216166+0000 mgr.y (mgr.25453) 924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: cephadm 2023-12-07T15:58:10.312611+0000 mgr.y (mgr.25453) 925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: cephadm 2023-12-07T15:58:10.409781+0000 mgr.y (mgr.25453) 926 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: cephadm 2023-12-07T15:58:10.506902+0000 mgr.y (mgr.25453) 927 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: cephadm 2023-12-07T15:58:10.602731+0000 mgr.y (mgr.25453) 928 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: cephadm 2023-12-07T15:58:10.686117+0000 mgr.y (mgr.25453) 929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: cephadm 2023-12-07T15:58:10.785393+0000 mgr.y (mgr.25453) 930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: cephadm 2023-12-07T15:58:10.878119+0000 mgr.y (mgr.25453) 931 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: cephadm 2023-12-07T15:58:10.975070+0000 mgr.y (mgr.25453) 932 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.053539+0000 mon.c (mon.1) 1507 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.055985+0000 mon.c (mon.1) 1508 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.058508+0000 mon.c (mon.1) 1509 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.059500+0000 mon.c (mon.1) 1510 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.066170+0000 mon.a (mon.0) 864 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: cephadm 2023-12-07T15:58:11.067453+0000 mgr.y (mgr.25453) 933 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:12.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.142638+0000 mon.c (mon.1) 1511 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.145654+0000 mon.c (mon.1) 1512 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.150829+0000 mon.c (mon.1) 1513 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.152006+0000 mon.c (mon.1) 1514 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.157788+0000 mon.a (mon.0) 865 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.241036+0000 mon.c (mon.1) 1515 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.245341+0000 mon.c (mon.1) 1516 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.247908+0000 mon.c (mon.1) 1517 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.248935+0000 mon.c (mon.1) 1518 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.258233+0000 mon.a (mon.0) 866 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.340321+0000 mon.c (mon.1) 1519 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.342929+0000 mon.c (mon.1) 1520 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.345981+0000 mon.c (mon.1) 1521 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.346999+0000 mon.c (mon.1) 1522 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.354685+0000 mon.a (mon.0) 867 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.439105+0000 mon.c (mon.1) 1523 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.441972+0000 mon.c (mon.1) 1524 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.444861+0000 mon.c (mon.1) 1525 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.445814+0000 mon.c (mon.1) 1526 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.454272+0000 mon.a (mon.0) 868 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.538108+0000 mon.c (mon.1) 1527 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.541861+0000 mon.c (mon.1) 1528 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.544465+0000 mon.c (mon.1) 1529 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.545678+0000 mon.c (mon.1) 1530 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.555905+0000 mon.a (mon.0) 869 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.637998+0000 mon.c (mon.1) 1531 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.640775+0000 mon.c (mon.1) 1532 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.646258+0000 mon.c (mon.1) 1533 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.647582+0000 mon.c (mon.1) 1534 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.657413+0000 mon.a (mon.0) 870 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.741070+0000 mon.c (mon.1) 1535 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.743178+0000 mon.c (mon.1) 1536 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.746475+0000 mon.c (mon.1) 1537 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.747529+0000 mon.c (mon.1) 1538 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.757246+0000 mon.a (mon.0) 871 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.841535+0000 mon.c (mon.1) 1539 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.843895+0000 mon.c (mon.1) 1540 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.847237+0000 mon.c (mon.1) 1541 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.848494+0000 mon.c (mon.1) 1542 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.857172+0000 mon.a (mon.0) 872 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:12.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.925626+0000 mon.c (mon.1) 1543 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:12.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.929241+0000 mon.c (mon.1) 1544 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:12.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.932573+0000 mon.c (mon.1) 1545 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:12.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.934170+0000 mon.c (mon.1) 1546 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:12.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:12 smithi144 bash[66528]: audit 2023-12-07T15:58:11.944173+0000 mon.a (mon.0) 873 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.301 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: cephadm 2023-12-07T15:58:11.161343+0000 mgr.y (mgr.25453) 934 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.301 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: cephadm 2023-12-07T15:58:11.259099+0000 mgr.y (mgr.25453) 935 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.301 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: cephadm 2023-12-07T15:58:11.356812+0000 mgr.y (mgr.25453) 936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.301 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: cephadm 2023-12-07T15:58:11.455307+0000 mgr.y (mgr.25453) 937 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.301 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: cluster 2023-12-07T15:58:11.530106+0000 mgr.y (mgr.25453) 938 : cluster 0 pgmap v196: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:13.302 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: cephadm 2023-12-07T15:58:11.556853+0000 mgr.y (mgr.25453) 939 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.302 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: cephadm 2023-12-07T15:58:11.659648+0000 mgr.y (mgr.25453) 940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.302 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: cephadm 2023-12-07T15:58:11.758329+0000 mgr.y (mgr.25453) 941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.302 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: cephadm 2023-12-07T15:58:11.861318+0000 mgr.y (mgr.25453) 942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.302 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: cephadm 2023-12-07T15:58:11.946125+0000 mgr.y (mgr.25453) 943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.302 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.029604+0000 mon.c (mon.1) 1547 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.302 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.032140+0000 mon.c (mon.1) 1548 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.302 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.034510+0000 mon.c (mon.1) 1549 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.302 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.035546+0000 mon.c (mon.1) 1550 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.302 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.044496+0000 mon.a (mon.0) 874 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.302 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: cephadm 2023-12-07T15:58:12.048376+0000 mgr.y (mgr.25453) 944 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.302 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.129423+0000 mon.c (mon.1) 1551 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.302 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.132103+0000 mon.c (mon.1) 1552 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.302 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.134274+0000 mon.c (mon.1) 1553 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.303 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.135095+0000 mon.c (mon.1) 1554 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.303 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.142736+0000 mon.a (mon.0) 875 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.303 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: cephadm 2023-12-07T15:58:12.145879+0000 mgr.y (mgr.25453) 945 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.303 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.228014+0000 mon.c (mon.1) 1555 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.303 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.230864+0000 mon.c (mon.1) 1556 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.303 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.234870+0000 mon.c (mon.1) 1557 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.303 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.236309+0000 mon.c (mon.1) 1558 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.303 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.246835+0000 mon.a (mon.0) 876 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.303 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.332917+0000 mon.c (mon.1) 1559 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.303 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.335478+0000 mon.c (mon.1) 1560 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.303 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.339043+0000 mon.c (mon.1) 1561 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.303 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.340202+0000 mon.c (mon.1) 1562 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.303 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.350566+0000 mon.a (mon.0) 877 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.303 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.432772+0000 mon.c (mon.1) 1563 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.303 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.435892+0000 mon.c (mon.1) 1564 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.304 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.439953+0000 mon.c (mon.1) 1565 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.304 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.441509+0000 mon.c (mon.1) 1566 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.304 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.450726+0000 mon.a (mon.0) 878 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.304 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.468387+0000 mon.a (mon.0) 879 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.304 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.472549+0000 mon.c (mon.1) 1567 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:58:13.304 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.597160+0000 mon.c (mon.1) 1568 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.304 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.599740+0000 mon.c (mon.1) 1569 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.304 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.604305+0000 mon.c (mon.1) 1570 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.304 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.605497+0000 mon.c (mon.1) 1571 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.304 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.615649+0000 mon.a (mon.0) 880 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.304 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.700993+0000 mon.c (mon.1) 1572 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.304 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.704478+0000 mon.c (mon.1) 1573 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.304 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.707429+0000 mon.c (mon.1) 1574 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.305 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.708425+0000 mon.c (mon.1) 1575 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.305 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.716276+0000 mon.a (mon.0) 881 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.305 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.800011+0000 mon.c (mon.1) 1576 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.305 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.802644+0000 mon.c (mon.1) 1577 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.305 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.806307+0000 mon.c (mon.1) 1578 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.305 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.807713+0000 mon.c (mon.1) 1579 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.305 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.815478+0000 mon.a (mon.0) 882 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.305 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.900372+0000 mon.c (mon.1) 1580 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.305 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.902799+0000 mon.c (mon.1) 1581 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.305 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.905979+0000 mon.c (mon.1) 1582 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.305 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.907082+0000 mon.c (mon.1) 1583 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.305 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.916894+0000 mon.a (mon.0) 883 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.305 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.997204+0000 mon.c (mon.1) 1584 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.306 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:12.999416+0000 mon.c (mon.1) 1585 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.306 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:13.001979+0000 mon.c (mon.1) 1586 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.306 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:13 smithi144 bash[66528]: audit 2023-12-07T15:58:13.003231+0000 mon.c (mon.1) 1587 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: cephadm 2023-12-07T15:58:11.161343+0000 mgr.y (mgr.25453) 934 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: cephadm 2023-12-07T15:58:11.259099+0000 mgr.y (mgr.25453) 935 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: cephadm 2023-12-07T15:58:11.356812+0000 mgr.y (mgr.25453) 936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: cephadm 2023-12-07T15:58:11.455307+0000 mgr.y (mgr.25453) 937 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: cluster 2023-12-07T15:58:11.530106+0000 mgr.y (mgr.25453) 938 : cluster 0 pgmap v196: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: cephadm 2023-12-07T15:58:11.556853+0000 mgr.y (mgr.25453) 939 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: cephadm 2023-12-07T15:58:11.659648+0000 mgr.y (mgr.25453) 940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: cephadm 2023-12-07T15:58:11.758329+0000 mgr.y (mgr.25453) 941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: cephadm 2023-12-07T15:58:11.861318+0000 mgr.y (mgr.25453) 942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: cephadm 2023-12-07T15:58:11.946125+0000 mgr.y (mgr.25453) 943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.029604+0000 mon.c (mon.1) 1547 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.032140+0000 mon.c (mon.1) 1548 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.034510+0000 mon.c (mon.1) 1549 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.035546+0000 mon.c (mon.1) 1550 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.044496+0000 mon.a (mon.0) 874 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: cephadm 2023-12-07T15:58:12.048376+0000 mgr.y (mgr.25453) 944 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.129423+0000 mon.c (mon.1) 1551 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.132103+0000 mon.c (mon.1) 1552 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.134274+0000 mon.c (mon.1) 1553 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.135095+0000 mon.c (mon.1) 1554 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.142736+0000 mon.a (mon.0) 875 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: cephadm 2023-12-07T15:58:11.161343+0000 mgr.y (mgr.25453) 934 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: cephadm 2023-12-07T15:58:11.259099+0000 mgr.y (mgr.25453) 935 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: cephadm 2023-12-07T15:58:11.356812+0000 mgr.y (mgr.25453) 936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: cephadm 2023-12-07T15:58:11.455307+0000 mgr.y (mgr.25453) 937 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: cluster 2023-12-07T15:58:11.530106+0000 mgr.y (mgr.25453) 938 : cluster 0 pgmap v196: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:13.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: cephadm 2023-12-07T15:58:11.556853+0000 mgr.y (mgr.25453) 939 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: cephadm 2023-12-07T15:58:11.659648+0000 mgr.y (mgr.25453) 940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: cephadm 2023-12-07T15:58:11.758329+0000 mgr.y (mgr.25453) 941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: cephadm 2023-12-07T15:58:11.861318+0000 mgr.y (mgr.25453) 942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: cephadm 2023-12-07T15:58:11.946125+0000 mgr.y (mgr.25453) 943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.029604+0000 mon.c (mon.1) 1547 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.032140+0000 mon.c (mon.1) 1548 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.034510+0000 mon.c (mon.1) 1549 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.035546+0000 mon.c (mon.1) 1550 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.044496+0000 mon.a (mon.0) 874 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: cephadm 2023-12-07T15:58:12.048376+0000 mgr.y (mgr.25453) 944 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.129423+0000 mon.c (mon.1) 1551 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.132103+0000 mon.c (mon.1) 1552 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.134274+0000 mon.c (mon.1) 1553 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.135095+0000 mon.c (mon.1) 1554 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.142736+0000 mon.a (mon.0) 875 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: cephadm 2023-12-07T15:58:12.145879+0000 mgr.y (mgr.25453) 945 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.228014+0000 mon.c (mon.1) 1555 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.230864+0000 mon.c (mon.1) 1556 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.234870+0000 mon.c (mon.1) 1557 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.236309+0000 mon.c (mon.1) 1558 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.246835+0000 mon.a (mon.0) 876 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.332917+0000 mon.c (mon.1) 1559 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.335478+0000 mon.c (mon.1) 1560 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.339043+0000 mon.c (mon.1) 1561 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.340202+0000 mon.c (mon.1) 1562 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.350566+0000 mon.a (mon.0) 877 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.432772+0000 mon.c (mon.1) 1563 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.435892+0000 mon.c (mon.1) 1564 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.439953+0000 mon.c (mon.1) 1565 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.441509+0000 mon.c (mon.1) 1566 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.450726+0000 mon.a (mon.0) 878 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.468387+0000 mon.a (mon.0) 879 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.472549+0000 mon.c (mon.1) 1567 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:58:13.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.597160+0000 mon.c (mon.1) 1568 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.599740+0000 mon.c (mon.1) 1569 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: cephadm 2023-12-07T15:58:12.145879+0000 mgr.y (mgr.25453) 945 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:13.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.228014+0000 mon.c (mon.1) 1555 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.230864+0000 mon.c (mon.1) 1556 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.234870+0000 mon.c (mon.1) 1557 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.236309+0000 mon.c (mon.1) 1558 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.246835+0000 mon.a (mon.0) 876 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.332917+0000 mon.c (mon.1) 1559 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.335478+0000 mon.c (mon.1) 1560 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.339043+0000 mon.c (mon.1) 1561 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.340202+0000 mon.c (mon.1) 1562 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.350566+0000 mon.a (mon.0) 877 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.432772+0000 mon.c (mon.1) 1563 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.435892+0000 mon.c (mon.1) 1564 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.439953+0000 mon.c (mon.1) 1565 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.441509+0000 mon.c (mon.1) 1566 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.450726+0000 mon.a (mon.0) 878 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.468387+0000 mon.a (mon.0) 879 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.472549+0000 mon.c (mon.1) 1567 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:58:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.597160+0000 mon.c (mon.1) 1568 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.599740+0000 mon.c (mon.1) 1569 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.604305+0000 mon.c (mon.1) 1570 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.605497+0000 mon.c (mon.1) 1571 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.615649+0000 mon.a (mon.0) 880 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.700993+0000 mon.c (mon.1) 1572 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.704478+0000 mon.c (mon.1) 1573 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.707429+0000 mon.c (mon.1) 1574 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.708425+0000 mon.c (mon.1) 1575 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.716276+0000 mon.a (mon.0) 881 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.800011+0000 mon.c (mon.1) 1576 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.802644+0000 mon.c (mon.1) 1577 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.806307+0000 mon.c (mon.1) 1578 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.807713+0000 mon.c (mon.1) 1579 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.815478+0000 mon.a (mon.0) 882 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.900372+0000 mon.c (mon.1) 1580 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.902799+0000 mon.c (mon.1) 1581 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.905979+0000 mon.c (mon.1) 1582 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.907082+0000 mon.c (mon.1) 1583 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.916894+0000 mon.a (mon.0) 883 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.997204+0000 mon.c (mon.1) 1584 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:12.999416+0000 mon.c (mon.1) 1585 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:13.001979+0000 mon.c (mon.1) 1586 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[81553]: audit 2023-12-07T15:58:13.003231+0000 mon.c (mon.1) 1587 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.604305+0000 mon.c (mon.1) 1570 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.605497+0000 mon.c (mon.1) 1571 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.615649+0000 mon.a (mon.0) 880 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.700993+0000 mon.c (mon.1) 1572 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.704478+0000 mon.c (mon.1) 1573 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.707429+0000 mon.c (mon.1) 1574 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.708425+0000 mon.c (mon.1) 1575 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.716276+0000 mon.a (mon.0) 881 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.800011+0000 mon.c (mon.1) 1576 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.802644+0000 mon.c (mon.1) 1577 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.806307+0000 mon.c (mon.1) 1578 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.807713+0000 mon.c (mon.1) 1579 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.815478+0000 mon.a (mon.0) 882 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.900372+0000 mon.c (mon.1) 1580 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.902799+0000 mon.c (mon.1) 1581 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.905979+0000 mon.c (mon.1) 1582 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.907082+0000 mon.c (mon.1) 1583 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:13.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.916894+0000 mon.a (mon.0) 883 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:13.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.997204+0000 mon.c (mon.1) 1584 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:13.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:12.999416+0000 mon.c (mon.1) 1585 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:13.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:13.001979+0000 mon.c (mon.1) 1586 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:13.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:13 smithi121 bash[83807]: audit 2023-12-07T15:58:13.003231+0000 mon.c (mon.1) 1587 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.036 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: cephadm 2023-12-07T15:58:12.250079+0000 mgr.y (mgr.25453) 946 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.036 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: cephadm 2023-12-07T15:58:12.352139+0000 mgr.y (mgr.25453) 947 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.036 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: cephadm 2023-12-07T15:58:12.456110+0000 mgr.y (mgr.25453) 948 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.036 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: cephadm 2023-12-07T15:58:12.617096+0000 mgr.y (mgr.25453) 949 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.036 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: cephadm 2023-12-07T15:58:12.718596+0000 mgr.y (mgr.25453) 950 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.037 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: cephadm 2023-12-07T15:58:12.819526+0000 mgr.y (mgr.25453) 951 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.037 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: cephadm 2023-12-07T15:58:12.918133+0000 mgr.y (mgr.25453) 952 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.037 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.011869+0000 mon.a (mon.0) 884 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.037 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: cephadm 2023-12-07T15:58:13.013316+0000 mgr.y (mgr.25453) 953 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.037 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.099904+0000 mon.c (mon.1) 1588 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.037 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.101913+0000 mon.c (mon.1) 1589 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.037 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.104539+0000 mon.c (mon.1) 1590 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.037 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.105336+0000 mon.c (mon.1) 1591 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.037 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.111069+0000 mon.a (mon.0) 885 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.037 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: cephadm 2023-12-07T15:58:13.113354+0000 mgr.y (mgr.25453) 954 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.037 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.179318+0000 mon.c (mon.1) 1592 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.037 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.183134+0000 mon.c (mon.1) 1593 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.038 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.187441+0000 mon.c (mon.1) 1594 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.038 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.188710+0000 mon.c (mon.1) 1595 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.038 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.196581+0000 mon.a (mon.0) 886 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.038 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.276614+0000 mon.c (mon.1) 1596 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.038 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.279186+0000 mon.c (mon.1) 1597 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.038 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.282786+0000 mon.c (mon.1) 1598 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.038 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.284016+0000 mon.c (mon.1) 1599 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.038 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.291113+0000 mon.a (mon.0) 887 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.038 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.370291+0000 mon.c (mon.1) 1600 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.038 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.372954+0000 mon.c (mon.1) 1601 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.038 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.375804+0000 mon.c (mon.1) 1602 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.039 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.376996+0000 mon.c (mon.1) 1603 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.039 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.387697+0000 mon.a (mon.0) 888 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.039 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.467979+0000 mon.c (mon.1) 1604 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.039 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.470510+0000 mon.c (mon.1) 1605 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.039 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.473466+0000 mon.c (mon.1) 1606 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.039 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.474632+0000 mon.c (mon.1) 1607 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.039 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.482838+0000 mon.a (mon.0) 889 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.039 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.563788+0000 mon.c (mon.1) 1608 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.039 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.566779+0000 mon.c (mon.1) 1609 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.039 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.569627+0000 mon.c (mon.1) 1610 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.039 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.570954+0000 mon.c (mon.1) 1611 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.039 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.580933+0000 mon.a (mon.0) 890 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.664202+0000 mon.c (mon.1) 1612 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.667273+0000 mon.c (mon.1) 1613 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.671306+0000 mon.c (mon.1) 1614 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.672810+0000 mon.c (mon.1) 1615 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.681613+0000 mon.a (mon.0) 891 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.774684+0000 mon.c (mon.1) 1616 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.778678+0000 mon.c (mon.1) 1617 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.782605+0000 mon.c (mon.1) 1618 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.783911+0000 mon.c (mon.1) 1619 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.793904+0000 mon.a (mon.0) 892 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.875542+0000 mon.c (mon.1) 1620 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.040 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.878776+0000 mon.c (mon.1) 1621 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.882099+0000 mon.c (mon.1) 1622 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.883238+0000 mon.c (mon.1) 1623 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.892343+0000 mon.a (mon.0) 893 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.973746+0000 mon.c (mon.1) 1624 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.975821+0000 mon.c (mon.1) 1625 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.978611+0000 mon.c (mon.1) 1626 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.979438+0000 mon.c (mon.1) 1627 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.041 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[81553]: audit 2023-12-07T15:58:13.987402+0000 mon.a (mon.0) 894 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: cephadm 2023-12-07T15:58:12.250079+0000 mgr.y (mgr.25453) 946 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: cephadm 2023-12-07T15:58:12.352139+0000 mgr.y (mgr.25453) 947 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: cephadm 2023-12-07T15:58:12.456110+0000 mgr.y (mgr.25453) 948 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: cephadm 2023-12-07T15:58:12.617096+0000 mgr.y (mgr.25453) 949 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: cephadm 2023-12-07T15:58:12.718596+0000 mgr.y (mgr.25453) 950 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: cephadm 2023-12-07T15:58:12.819526+0000 mgr.y (mgr.25453) 951 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: cephadm 2023-12-07T15:58:12.918133+0000 mgr.y (mgr.25453) 952 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.011869+0000 mon.a (mon.0) 884 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.042 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: cephadm 2023-12-07T15:58:13.013316+0000 mgr.y (mgr.25453) 953 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.099904+0000 mon.c (mon.1) 1588 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.101913+0000 mon.c (mon.1) 1589 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.104539+0000 mon.c (mon.1) 1590 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.105336+0000 mon.c (mon.1) 1591 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.111069+0000 mon.a (mon.0) 885 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: cephadm 2023-12-07T15:58:13.113354+0000 mgr.y (mgr.25453) 954 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.179318+0000 mon.c (mon.1) 1592 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.183134+0000 mon.c (mon.1) 1593 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.187441+0000 mon.c (mon.1) 1594 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.188710+0000 mon.c (mon.1) 1595 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.196581+0000 mon.a (mon.0) 886 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.043 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.276614+0000 mon.c (mon.1) 1596 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.044 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.279186+0000 mon.c (mon.1) 1597 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.044 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.282786+0000 mon.c (mon.1) 1598 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.044 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.284016+0000 mon.c (mon.1) 1599 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.044 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.291113+0000 mon.a (mon.0) 887 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.044 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.370291+0000 mon.c (mon.1) 1600 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.044 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.372954+0000 mon.c (mon.1) 1601 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.044 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.375804+0000 mon.c (mon.1) 1602 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.044 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.376996+0000 mon.c (mon.1) 1603 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.044 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.387697+0000 mon.a (mon.0) 888 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.044 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.467979+0000 mon.c (mon.1) 1604 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.044 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.470510+0000 mon.c (mon.1) 1605 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.044 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.473466+0000 mon.c (mon.1) 1606 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.045 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.474632+0000 mon.c (mon.1) 1607 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.045 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.482838+0000 mon.a (mon.0) 889 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.045 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.563788+0000 mon.c (mon.1) 1608 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.045 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.566779+0000 mon.c (mon.1) 1609 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.045 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.569627+0000 mon.c (mon.1) 1610 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.045 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.570954+0000 mon.c (mon.1) 1611 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.045 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.580933+0000 mon.a (mon.0) 890 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.045 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.664202+0000 mon.c (mon.1) 1612 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.045 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.667273+0000 mon.c (mon.1) 1613 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.045 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.671306+0000 mon.c (mon.1) 1614 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.045 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.672810+0000 mon.c (mon.1) 1615 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.045 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.681613+0000 mon.a (mon.0) 891 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.774684+0000 mon.c (mon.1) 1616 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.778678+0000 mon.c (mon.1) 1617 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.782605+0000 mon.c (mon.1) 1618 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.783911+0000 mon.c (mon.1) 1619 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.793904+0000 mon.a (mon.0) 892 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.875542+0000 mon.c (mon.1) 1620 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.878776+0000 mon.c (mon.1) 1621 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.882099+0000 mon.c (mon.1) 1622 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.883238+0000 mon.c (mon.1) 1623 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.892343+0000 mon.a (mon.0) 893 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.973746+0000 mon.c (mon.1) 1624 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.046 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.975821+0000 mon.c (mon.1) 1625 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.047 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.978611+0000 mon.c (mon.1) 1626 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.047 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.979438+0000 mon.c (mon.1) 1627 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.047 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[83807]: audit 2023-12-07T15:58:13.987402+0000 mon.a (mon.0) 894 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: cephadm 2023-12-07T15:58:12.250079+0000 mgr.y (mgr.25453) 946 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: cephadm 2023-12-07T15:58:12.352139+0000 mgr.y (mgr.25453) 947 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: cephadm 2023-12-07T15:58:12.456110+0000 mgr.y (mgr.25453) 948 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: cephadm 2023-12-07T15:58:12.617096+0000 mgr.y (mgr.25453) 949 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: cephadm 2023-12-07T15:58:12.718596+0000 mgr.y (mgr.25453) 950 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: cephadm 2023-12-07T15:58:12.819526+0000 mgr.y (mgr.25453) 951 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: cephadm 2023-12-07T15:58:12.918133+0000 mgr.y (mgr.25453) 952 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.011869+0000 mon.a (mon.0) 884 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: cephadm 2023-12-07T15:58:13.013316+0000 mgr.y (mgr.25453) 953 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.099904+0000 mon.c (mon.1) 1588 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.101913+0000 mon.c (mon.1) 1589 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.104539+0000 mon.c (mon.1) 1590 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.105336+0000 mon.c (mon.1) 1591 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.111069+0000 mon.a (mon.0) 885 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: cephadm 2023-12-07T15:58:13.113354+0000 mgr.y (mgr.25453) 954 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:14.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.179318+0000 mon.c (mon.1) 1592 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.183134+0000 mon.c (mon.1) 1593 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.187441+0000 mon.c (mon.1) 1594 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.188710+0000 mon.c (mon.1) 1595 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.196581+0000 mon.a (mon.0) 886 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.276614+0000 mon.c (mon.1) 1596 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.279186+0000 mon.c (mon.1) 1597 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.282786+0000 mon.c (mon.1) 1598 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.284016+0000 mon.c (mon.1) 1599 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.291113+0000 mon.a (mon.0) 887 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.370291+0000 mon.c (mon.1) 1600 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.372954+0000 mon.c (mon.1) 1601 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.375804+0000 mon.c (mon.1) 1602 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.376996+0000 mon.c (mon.1) 1603 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.387697+0000 mon.a (mon.0) 888 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.467979+0000 mon.c (mon.1) 1604 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.470510+0000 mon.c (mon.1) 1605 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.473466+0000 mon.c (mon.1) 1606 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.474632+0000 mon.c (mon.1) 1607 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.482838+0000 mon.a (mon.0) 889 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.563788+0000 mon.c (mon.1) 1608 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.566779+0000 mon.c (mon.1) 1609 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.569627+0000 mon.c (mon.1) 1610 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.570954+0000 mon.c (mon.1) 1611 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.580933+0000 mon.a (mon.0) 890 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.664202+0000 mon.c (mon.1) 1612 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.667273+0000 mon.c (mon.1) 1613 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.671306+0000 mon.c (mon.1) 1614 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.672810+0000 mon.c (mon.1) 1615 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.681613+0000 mon.a (mon.0) 891 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.774684+0000 mon.c (mon.1) 1616 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.778678+0000 mon.c (mon.1) 1617 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.782605+0000 mon.c (mon.1) 1618 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.783911+0000 mon.c (mon.1) 1619 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.793904+0000 mon.a (mon.0) 892 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.875542+0000 mon.c (mon.1) 1620 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.878776+0000 mon.c (mon.1) 1621 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.882099+0000 mon.c (mon.1) 1622 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.883238+0000 mon.c (mon.1) 1623 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.892343+0000 mon.a (mon.0) 893 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.973746+0000 mon.c (mon.1) 1624 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:14.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.975821+0000 mon.c (mon.1) 1625 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:14.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.978611+0000 mon.c (mon.1) 1626 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:14.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.979438+0000 mon.c (mon.1) 1627 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:14.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:14 smithi144 bash[66528]: audit 2023-12-07T15:58:13.987402+0000 mon.a (mon.0) 894 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:14.938 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:58:14] "GET /metrics HTTP/1.1" 200 38493 "" "Prometheus/2.33.4" 2023-12-07T15:58:15.310 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:14 smithi121 bash[98038]: debug 2023-12-07T15:58:14.950+0000 7f15a9c18640 -1 Falling back to public interface 2023-12-07T15:58:15.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: cephadm 2023-12-07T15:58:13.198149+0000 mgr.y (mgr.25453) 955 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: cephadm 2023-12-07T15:58:13.292032+0000 mgr.y (mgr.25453) 956 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: cephadm 2023-12-07T15:58:13.388985+0000 mgr.y (mgr.25453) 957 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: cephadm 2023-12-07T15:58:13.484503+0000 mgr.y (mgr.25453) 958 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: cluster 2023-12-07T15:58:13.531901+0000 mgr.y (mgr.25453) 959 : cluster 0 pgmap v197: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: cephadm 2023-12-07T15:58:13.582394+0000 mgr.y (mgr.25453) 960 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:13.603869+0000 mgr.y (mgr.25453) 961 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: cephadm 2023-12-07T15:58:13.684518+0000 mgr.y (mgr.25453) 962 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: cephadm 2023-12-07T15:58:13.795986+0000 mgr.y (mgr.25453) 963 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: cephadm 2023-12-07T15:58:13.894493+0000 mgr.y (mgr.25453) 964 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: cephadm 2023-12-07T15:58:13.988118+0000 mgr.y (mgr.25453) 965 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.078857+0000 mon.c (mon.1) 1628 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.082439+0000 mon.c (mon.1) 1629 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.086333+0000 mon.c (mon.1) 1630 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.087850+0000 mon.c (mon.1) 1631 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.098175+0000 mon.a (mon.0) 895 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: cephadm 2023-12-07T15:58:14.099133+0000 mgr.y (mgr.25453) 966 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.176893+0000 mon.c (mon.1) 1632 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.180017+0000 mon.c (mon.1) 1633 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.184011+0000 mon.c (mon.1) 1634 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: cephadm 2023-12-07T15:58:13.198149+0000 mgr.y (mgr.25453) 955 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: cephadm 2023-12-07T15:58:13.292032+0000 mgr.y (mgr.25453) 956 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: cephadm 2023-12-07T15:58:13.388985+0000 mgr.y (mgr.25453) 957 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: cephadm 2023-12-07T15:58:13.484503+0000 mgr.y (mgr.25453) 958 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: cluster 2023-12-07T15:58:13.531901+0000 mgr.y (mgr.25453) 959 : cluster 0 pgmap v197: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:15.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: cephadm 2023-12-07T15:58:13.582394+0000 mgr.y (mgr.25453) 960 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:13.603869+0000 mgr.y (mgr.25453) 961 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:15.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: cephadm 2023-12-07T15:58:13.684518+0000 mgr.y (mgr.25453) 962 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: cephadm 2023-12-07T15:58:13.795986+0000 mgr.y (mgr.25453) 963 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: cephadm 2023-12-07T15:58:13.894493+0000 mgr.y (mgr.25453) 964 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: cephadm 2023-12-07T15:58:13.988118+0000 mgr.y (mgr.25453) 965 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.078857+0000 mon.c (mon.1) 1628 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.082439+0000 mon.c (mon.1) 1629 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.086333+0000 mon.c (mon.1) 1630 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.087850+0000 mon.c (mon.1) 1631 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.098175+0000 mon.a (mon.0) 895 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: cephadm 2023-12-07T15:58:14.099133+0000 mgr.y (mgr.25453) 966 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.176893+0000 mon.c (mon.1) 1632 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.180017+0000 mon.c (mon.1) 1633 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.184011+0000 mon.c (mon.1) 1634 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.185373+0000 mon.c (mon.1) 1635 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.194658+0000 mon.a (mon.0) 896 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.274252+0000 mon.c (mon.1) 1636 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.276900+0000 mon.c (mon.1) 1637 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.280364+0000 mon.c (mon.1) 1638 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.281499+0000 mon.c (mon.1) 1639 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.291048+0000 mon.a (mon.0) 897 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.368672+0000 mon.c (mon.1) 1640 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.370861+0000 mon.c (mon.1) 1641 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.372974+0000 mon.c (mon.1) 1642 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.373765+0000 mon.c (mon.1) 1643 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.385548+0000 mon.a (mon.0) 898 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.467422+0000 mon.c (mon.1) 1644 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.470467+0000 mon.c (mon.1) 1645 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.473957+0000 mon.c (mon.1) 1646 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.475485+0000 mon.c (mon.1) 1647 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.493878+0000 mon.a (mon.0) 899 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.577303+0000 mon.c (mon.1) 1648 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.580010+0000 mon.c (mon.1) 1649 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.583966+0000 mon.c (mon.1) 1650 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.185373+0000 mon.c (mon.1) 1635 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.194658+0000 mon.a (mon.0) 896 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.274252+0000 mon.c (mon.1) 1636 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.276900+0000 mon.c (mon.1) 1637 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.280364+0000 mon.c (mon.1) 1638 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.281499+0000 mon.c (mon.1) 1639 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.291048+0000 mon.a (mon.0) 897 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.368672+0000 mon.c (mon.1) 1640 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.370861+0000 mon.c (mon.1) 1641 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.372974+0000 mon.c (mon.1) 1642 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.373765+0000 mon.c (mon.1) 1643 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.385548+0000 mon.a (mon.0) 898 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.467422+0000 mon.c (mon.1) 1644 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.470467+0000 mon.c (mon.1) 1645 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.473957+0000 mon.c (mon.1) 1646 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.475485+0000 mon.c (mon.1) 1647 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.493878+0000 mon.a (mon.0) 899 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.577303+0000 mon.c (mon.1) 1648 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.580010+0000 mon.c (mon.1) 1649 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.583966+0000 mon.c (mon.1) 1650 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.585209+0000 mon.c (mon.1) 1651 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.592671+0000 mon.a (mon.0) 900 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.675446+0000 mon.c (mon.1) 1652 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.678017+0000 mon.c (mon.1) 1653 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.680490+0000 mon.c (mon.1) 1654 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.681474+0000 mon.c (mon.1) 1655 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.691661+0000 mon.a (mon.0) 901 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.772386+0000 mon.c (mon.1) 1656 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.775238+0000 mon.c (mon.1) 1657 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.777627+0000 mon.c (mon.1) 1658 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.778529+0000 mon.c (mon.1) 1659 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.784124+0000 mon.a (mon.0) 902 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.868567+0000 mon.c (mon.1) 1660 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.870852+0000 mon.c (mon.1) 1661 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.874737+0000 mon.c (mon.1) 1662 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.877210+0000 mon.c (mon.1) 1663 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.885482+0000 mon.a (mon.0) 903 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.968643+0000 mon.c (mon.1) 1664 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.970937+0000 mon.c (mon.1) 1665 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.973133+0000 mon.c (mon.1) 1666 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.974046+0000 mon.c (mon.1) 1667 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[81553]: audit 2023-12-07T15:58:14.980338+0000 mon.a (mon.0) 904 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.585209+0000 mon.c (mon.1) 1651 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.592671+0000 mon.a (mon.0) 900 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.675446+0000 mon.c (mon.1) 1652 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.678017+0000 mon.c (mon.1) 1653 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.680490+0000 mon.c (mon.1) 1654 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.681474+0000 mon.c (mon.1) 1655 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.691661+0000 mon.a (mon.0) 901 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.772386+0000 mon.c (mon.1) 1656 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.775238+0000 mon.c (mon.1) 1657 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.777627+0000 mon.c (mon.1) 1658 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.778529+0000 mon.c (mon.1) 1659 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.784124+0000 mon.a (mon.0) 902 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.868567+0000 mon.c (mon.1) 1660 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.870852+0000 mon.c (mon.1) 1661 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.874737+0000 mon.c (mon.1) 1662 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.877210+0000 mon.c (mon.1) 1663 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.885482+0000 mon.a (mon.0) 903 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.968643+0000 mon.c (mon.1) 1664 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.970937+0000 mon.c (mon.1) 1665 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.973133+0000 mon.c (mon.1) 1666 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.974046+0000 mon.c (mon.1) 1667 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:15 smithi121 bash[83807]: audit 2023-12-07T15:58:14.980338+0000 mon.a (mon.0) 904 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.352 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: cephadm 2023-12-07T15:58:13.198149+0000 mgr.y (mgr.25453) 955 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.352 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: cephadm 2023-12-07T15:58:13.292032+0000 mgr.y (mgr.25453) 956 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.352 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: cephadm 2023-12-07T15:58:13.388985+0000 mgr.y (mgr.25453) 957 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.353 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: cephadm 2023-12-07T15:58:13.484503+0000 mgr.y (mgr.25453) 958 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.353 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: cluster 2023-12-07T15:58:13.531901+0000 mgr.y (mgr.25453) 959 : cluster 0 pgmap v197: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:15.353 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: cephadm 2023-12-07T15:58:13.582394+0000 mgr.y (mgr.25453) 960 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.353 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:13.603869+0000 mgr.y (mgr.25453) 961 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:15.353 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: cephadm 2023-12-07T15:58:13.684518+0000 mgr.y (mgr.25453) 962 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.353 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: cephadm 2023-12-07T15:58:13.795986+0000 mgr.y (mgr.25453) 963 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.353 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: cephadm 2023-12-07T15:58:13.894493+0000 mgr.y (mgr.25453) 964 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.353 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: cephadm 2023-12-07T15:58:13.988118+0000 mgr.y (mgr.25453) 965 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.353 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.078857+0000 mon.c (mon.1) 1628 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.353 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.082439+0000 mon.c (mon.1) 1629 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.353 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.086333+0000 mon.c (mon.1) 1630 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.353 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.087850+0000 mon.c (mon.1) 1631 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.354 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.098175+0000 mon.a (mon.0) 895 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.354 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: cephadm 2023-12-07T15:58:14.099133+0000 mgr.y (mgr.25453) 966 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:15.354 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.176893+0000 mon.c (mon.1) 1632 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.354 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.180017+0000 mon.c (mon.1) 1633 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.354 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.184011+0000 mon.c (mon.1) 1634 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.355 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.185373+0000 mon.c (mon.1) 1635 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.355 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.194658+0000 mon.a (mon.0) 896 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.355 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.274252+0000 mon.c (mon.1) 1636 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.355 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.276900+0000 mon.c (mon.1) 1637 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.355 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.280364+0000 mon.c (mon.1) 1638 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.355 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.281499+0000 mon.c (mon.1) 1639 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.355 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.291048+0000 mon.a (mon.0) 897 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.355 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.368672+0000 mon.c (mon.1) 1640 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.355 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.370861+0000 mon.c (mon.1) 1641 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.355 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.372974+0000 mon.c (mon.1) 1642 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.355 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.373765+0000 mon.c (mon.1) 1643 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.355 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.385548+0000 mon.a (mon.0) 898 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.356 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.467422+0000 mon.c (mon.1) 1644 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.356 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.470467+0000 mon.c (mon.1) 1645 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.356 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.473957+0000 mon.c (mon.1) 1646 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.356 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.475485+0000 mon.c (mon.1) 1647 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.356 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.493878+0000 mon.a (mon.0) 899 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.356 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.577303+0000 mon.c (mon.1) 1648 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.356 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.580010+0000 mon.c (mon.1) 1649 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.356 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.583966+0000 mon.c (mon.1) 1650 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.356 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.585209+0000 mon.c (mon.1) 1651 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.356 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.592671+0000 mon.a (mon.0) 900 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.356 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.675446+0000 mon.c (mon.1) 1652 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.356 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.678017+0000 mon.c (mon.1) 1653 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.356 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.680490+0000 mon.c (mon.1) 1654 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.357 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.681474+0000 mon.c (mon.1) 1655 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.357 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.691661+0000 mon.a (mon.0) 901 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.357 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.772386+0000 mon.c (mon.1) 1656 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.357 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.775238+0000 mon.c (mon.1) 1657 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.357 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.777627+0000 mon.c (mon.1) 1658 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.357 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.778529+0000 mon.c (mon.1) 1659 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.357 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.784124+0000 mon.a (mon.0) 902 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.357 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.868567+0000 mon.c (mon.1) 1660 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.357 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.870852+0000 mon.c (mon.1) 1661 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.357 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.874737+0000 mon.c (mon.1) 1662 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.357 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.877210+0000 mon.c (mon.1) 1663 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.357 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.885482+0000 mon.a (mon.0) 903 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:15.357 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.968643+0000 mon.c (mon.1) 1664 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:15.358 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.970937+0000 mon.c (mon.1) 1665 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:15.358 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.973133+0000 mon.c (mon.1) 1666 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:15.358 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.974046+0000 mon.c (mon.1) 1667 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:15.358 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:15 smithi144 bash[66528]: audit 2023-12-07T15:58:14.980338+0000 mon.a (mon.0) 904 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: cephadm 2023-12-07T15:58:14.195806+0000 mgr.y (mgr.25453) 967 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: cephadm 2023-12-07T15:58:14.291941+0000 mgr.y (mgr.25453) 968 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: cephadm 2023-12-07T15:58:14.387216+0000 mgr.y (mgr.25453) 969 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: cephadm 2023-12-07T15:58:14.494627+0000 mgr.y (mgr.25453) 970 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: cephadm 2023-12-07T15:58:14.593921+0000 mgr.y (mgr.25453) 971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: cephadm 2023-12-07T15:58:14.692518+0000 mgr.y (mgr.25453) 972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: cephadm 2023-12-07T15:58:14.788043+0000 mgr.y (mgr.25453) 973 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: cephadm 2023-12-07T15:58:14.886372+0000 mgr.y (mgr.25453) 974 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: cephadm 2023-12-07T15:58:14.981040+0000 mgr.y (mgr.25453) 975 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.062619+0000 mon.c (mon.1) 1668 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.064803+0000 mon.c (mon.1) 1669 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.067728+0000 mon.c (mon.1) 1670 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.068745+0000 mon.c (mon.1) 1671 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.075237+0000 mon.a (mon.0) 905 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: cephadm 2023-12-07T15:58:15.077381+0000 mgr.y (mgr.25453) 976 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.156305+0000 mon.c (mon.1) 1672 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.159421+0000 mon.c (mon.1) 1673 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.163453+0000 mon.c (mon.1) 1674 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.164827+0000 mon.c (mon.1) 1675 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.172927+0000 mon.a (mon.0) 906 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.256363+0000 mon.c (mon.1) 1676 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: cephadm 2023-12-07T15:58:14.195806+0000 mgr.y (mgr.25453) 967 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: cephadm 2023-12-07T15:58:14.291941+0000 mgr.y (mgr.25453) 968 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: cephadm 2023-12-07T15:58:14.387216+0000 mgr.y (mgr.25453) 969 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: cephadm 2023-12-07T15:58:14.494627+0000 mgr.y (mgr.25453) 970 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: cephadm 2023-12-07T15:58:14.593921+0000 mgr.y (mgr.25453) 971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: cephadm 2023-12-07T15:58:14.692518+0000 mgr.y (mgr.25453) 972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: cephadm 2023-12-07T15:58:14.788043+0000 mgr.y (mgr.25453) 973 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: cephadm 2023-12-07T15:58:14.886372+0000 mgr.y (mgr.25453) 974 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: cephadm 2023-12-07T15:58:14.981040+0000 mgr.y (mgr.25453) 975 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.062619+0000 mon.c (mon.1) 1668 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.064803+0000 mon.c (mon.1) 1669 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.067728+0000 mon.c (mon.1) 1670 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.068745+0000 mon.c (mon.1) 1671 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.075237+0000 mon.a (mon.0) 905 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: cephadm 2023-12-07T15:58:15.077381+0000 mgr.y (mgr.25453) 976 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.156305+0000 mon.c (mon.1) 1672 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.159421+0000 mon.c (mon.1) 1673 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.163453+0000 mon.c (mon.1) 1674 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.164827+0000 mon.c (mon.1) 1675 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.172927+0000 mon.a (mon.0) 906 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.256363+0000 mon.c (mon.1) 1676 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.260178+0000 mon.c (mon.1) 1677 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.263249+0000 mon.c (mon.1) 1678 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.264409+0000 mon.c (mon.1) 1679 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.271295+0000 mon.a (mon.0) 907 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.333547+0000 mon.c (mon.1) 1680 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.335650+0000 mon.c (mon.1) 1681 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.338784+0000 mon.c (mon.1) 1682 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.339848+0000 mon.c (mon.1) 1683 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.346991+0000 mon.a (mon.0) 908 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.430402+0000 mon.c (mon.1) 1684 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.432624+0000 mon.c (mon.1) 1685 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.436744+0000 mon.c (mon.1) 1686 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.438271+0000 mon.c (mon.1) 1687 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.446280+0000 mon.a (mon.0) 909 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.523632+0000 mon.c (mon.1) 1688 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.525865+0000 mon.c (mon.1) 1689 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.529247+0000 mon.c (mon.1) 1690 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.530215+0000 mon.c (mon.1) 1691 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.537465+0000 mon.a (mon.0) 910 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.621141+0000 mon.c (mon.1) 1692 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.260178+0000 mon.c (mon.1) 1677 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.263249+0000 mon.c (mon.1) 1678 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.264409+0000 mon.c (mon.1) 1679 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.271295+0000 mon.a (mon.0) 907 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.333547+0000 mon.c (mon.1) 1680 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.335650+0000 mon.c (mon.1) 1681 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.338784+0000 mon.c (mon.1) 1682 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.339848+0000 mon.c (mon.1) 1683 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.346991+0000 mon.a (mon.0) 908 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.430402+0000 mon.c (mon.1) 1684 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.432624+0000 mon.c (mon.1) 1685 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.436744+0000 mon.c (mon.1) 1686 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.438271+0000 mon.c (mon.1) 1687 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.446280+0000 mon.a (mon.0) 909 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.523632+0000 mon.c (mon.1) 1688 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.525865+0000 mon.c (mon.1) 1689 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.529247+0000 mon.c (mon.1) 1690 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.530215+0000 mon.c (mon.1) 1691 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.537465+0000 mon.a (mon.0) 910 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.621141+0000 mon.c (mon.1) 1692 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.623862+0000 mon.c (mon.1) 1693 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.626673+0000 mon.c (mon.1) 1694 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.627857+0000 mon.c (mon.1) 1695 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.636024+0000 mon.a (mon.0) 911 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.698477+0000 mon.c (mon.1) 1696 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.701533+0000 mon.c (mon.1) 1697 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.704632+0000 mon.c (mon.1) 1698 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.705741+0000 mon.c (mon.1) 1699 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.714286+0000 mon.a (mon.0) 912 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.797570+0000 mon.c (mon.1) 1700 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.799763+0000 mon.c (mon.1) 1701 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.802097+0000 mon.c (mon.1) 1702 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.803101+0000 mon.c (mon.1) 1703 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.812088+0000 mon.a (mon.0) 913 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.892541+0000 mon.c (mon.1) 1704 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.894724+0000 mon.c (mon.1) 1705 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.897158+0000 mon.c (mon.1) 1706 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.898133+0000 mon.c (mon.1) 1707 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.904343+0000 mon.a (mon.0) 914 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.984923+0000 mon.c (mon.1) 1708 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.623862+0000 mon.c (mon.1) 1693 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.626673+0000 mon.c (mon.1) 1694 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.627857+0000 mon.c (mon.1) 1695 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.636024+0000 mon.a (mon.0) 911 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.698477+0000 mon.c (mon.1) 1696 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.701533+0000 mon.c (mon.1) 1697 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.704632+0000 mon.c (mon.1) 1698 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.705741+0000 mon.c (mon.1) 1699 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.714286+0000 mon.a (mon.0) 912 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.797570+0000 mon.c (mon.1) 1700 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.799763+0000 mon.c (mon.1) 1701 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.802097+0000 mon.c (mon.1) 1702 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.803101+0000 mon.c (mon.1) 1703 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.812088+0000 mon.a (mon.0) 913 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.892541+0000 mon.c (mon.1) 1704 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.894724+0000 mon.c (mon.1) 1705 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.897158+0000 mon.c (mon.1) 1706 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.898133+0000 mon.c (mon.1) 1707 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.904343+0000 mon.a (mon.0) 914 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.984923+0000 mon.c (mon.1) 1708 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.987078+0000 mon.c (mon.1) 1709 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.990547+0000 mon.c (mon.1) 1710 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:15.992043+0000 mon.c (mon.1) 1711 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[81553]: audit 2023-12-07T15:58:16.001259+0000 mon.a (mon.0) 915 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.987078+0000 mon.c (mon.1) 1709 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.990547+0000 mon.c (mon.1) 1710 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:15.992043+0000 mon.c (mon.1) 1711 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:16 smithi121 bash[83807]: audit 2023-12-07T15:58:16.001259+0000 mon.a (mon.0) 915 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: cephadm 2023-12-07T15:58:14.195806+0000 mgr.y (mgr.25453) 967 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: cephadm 2023-12-07T15:58:14.291941+0000 mgr.y (mgr.25453) 968 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: cephadm 2023-12-07T15:58:14.387216+0000 mgr.y (mgr.25453) 969 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: cephadm 2023-12-07T15:58:14.494627+0000 mgr.y (mgr.25453) 970 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: cephadm 2023-12-07T15:58:14.593921+0000 mgr.y (mgr.25453) 971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: cephadm 2023-12-07T15:58:14.692518+0000 mgr.y (mgr.25453) 972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: cephadm 2023-12-07T15:58:14.788043+0000 mgr.y (mgr.25453) 973 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: cephadm 2023-12-07T15:58:14.886372+0000 mgr.y (mgr.25453) 974 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: cephadm 2023-12-07T15:58:14.981040+0000 mgr.y (mgr.25453) 975 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.062619+0000 mon.c (mon.1) 1668 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.064803+0000 mon.c (mon.1) 1669 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.067728+0000 mon.c (mon.1) 1670 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.068745+0000 mon.c (mon.1) 1671 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.075237+0000 mon.a (mon.0) 905 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: cephadm 2023-12-07T15:58:15.077381+0000 mgr.y (mgr.25453) 976 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.156305+0000 mon.c (mon.1) 1672 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.159421+0000 mon.c (mon.1) 1673 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.163453+0000 mon.c (mon.1) 1674 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.164827+0000 mon.c (mon.1) 1675 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.172927+0000 mon.a (mon.0) 906 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.256363+0000 mon.c (mon.1) 1676 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.260178+0000 mon.c (mon.1) 1677 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.263249+0000 mon.c (mon.1) 1678 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.264409+0000 mon.c (mon.1) 1679 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.271295+0000 mon.a (mon.0) 907 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.333547+0000 mon.c (mon.1) 1680 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.335650+0000 mon.c (mon.1) 1681 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.338784+0000 mon.c (mon.1) 1682 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.339848+0000 mon.c (mon.1) 1683 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.346991+0000 mon.a (mon.0) 908 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.430402+0000 mon.c (mon.1) 1684 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.432624+0000 mon.c (mon.1) 1685 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.436744+0000 mon.c (mon.1) 1686 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.438271+0000 mon.c (mon.1) 1687 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.446280+0000 mon.a (mon.0) 909 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.523632+0000 mon.c (mon.1) 1688 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.525865+0000 mon.c (mon.1) 1689 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.529247+0000 mon.c (mon.1) 1690 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.530215+0000 mon.c (mon.1) 1691 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.537465+0000 mon.a (mon.0) 910 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.621141+0000 mon.c (mon.1) 1692 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.623862+0000 mon.c (mon.1) 1693 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.626673+0000 mon.c (mon.1) 1694 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.627857+0000 mon.c (mon.1) 1695 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.636024+0000 mon.a (mon.0) 911 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.698477+0000 mon.c (mon.1) 1696 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.701533+0000 mon.c (mon.1) 1697 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.704632+0000 mon.c (mon.1) 1698 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.705741+0000 mon.c (mon.1) 1699 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.714286+0000 mon.a (mon.0) 912 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.797570+0000 mon.c (mon.1) 1700 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.799763+0000 mon.c (mon.1) 1701 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.802097+0000 mon.c (mon.1) 1702 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.803101+0000 mon.c (mon.1) 1703 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.812088+0000 mon.a (mon.0) 913 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.892541+0000 mon.c (mon.1) 1704 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.894724+0000 mon.c (mon.1) 1705 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.897158+0000 mon.c (mon.1) 1706 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.898133+0000 mon.c (mon.1) 1707 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.904343+0000 mon.a (mon.0) 914 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.984923+0000 mon.c (mon.1) 1708 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.987078+0000 mon.c (mon.1) 1709 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.990547+0000 mon.c (mon.1) 1710 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:15.992043+0000 mon.c (mon.1) 1711 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:16.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:16 smithi144 bash[66528]: audit 2023-12-07T15:58:16.001259+0000 mon.a (mon.0) 915 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: cephadm 2023-12-07T15:58:15.175264+0000 mgr.y (mgr.25453) 977 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: cephadm 2023-12-07T15:58:15.272297+0000 mgr.y (mgr.25453) 978 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: cephadm 2023-12-07T15:58:15.347802+0000 mgr.y (mgr.25453) 979 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: cephadm 2023-12-07T15:58:15.447133+0000 mgr.y (mgr.25453) 980 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: cluster 2023-12-07T15:58:15.533029+0000 mgr.y (mgr.25453) 981 : cluster 0 pgmap v198: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: cephadm 2023-12-07T15:58:15.539827+0000 mgr.y (mgr.25453) 982 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: cephadm 2023-12-07T15:58:15.636808+0000 mgr.y (mgr.25453) 983 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: cephadm 2023-12-07T15:58:15.715228+0000 mgr.y (mgr.25453) 984 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: cephadm 2023-12-07T15:58:15.812886+0000 mgr.y (mgr.25453) 985 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: cephadm 2023-12-07T15:58:15.905488+0000 mgr.y (mgr.25453) 986 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: cephadm 2023-12-07T15:58:16.002340+0000 mgr.y (mgr.25453) 987 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.078825+0000 mon.c (mon.1) 1712 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.081362+0000 mon.c (mon.1) 1713 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.084598+0000 mon.c (mon.1) 1714 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.085807+0000 mon.c (mon.1) 1715 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.093328+0000 mon.a (mon.0) 916 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: cephadm 2023-12-07T15:58:16.097298+0000 mgr.y (mgr.25453) 988 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.161731+0000 mon.c (mon.1) 1716 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.164073+0000 mon.c (mon.1) 1717 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.166239+0000 mon.c (mon.1) 1718 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: cephadm 2023-12-07T15:58:15.175264+0000 mgr.y (mgr.25453) 977 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: cephadm 2023-12-07T15:58:15.272297+0000 mgr.y (mgr.25453) 978 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: cephadm 2023-12-07T15:58:15.347802+0000 mgr.y (mgr.25453) 979 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: cephadm 2023-12-07T15:58:15.447133+0000 mgr.y (mgr.25453) 980 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: cluster 2023-12-07T15:58:15.533029+0000 mgr.y (mgr.25453) 981 : cluster 0 pgmap v198: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:17.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: cephadm 2023-12-07T15:58:15.539827+0000 mgr.y (mgr.25453) 982 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: cephadm 2023-12-07T15:58:15.636808+0000 mgr.y (mgr.25453) 983 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: cephadm 2023-12-07T15:58:15.715228+0000 mgr.y (mgr.25453) 984 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: cephadm 2023-12-07T15:58:15.812886+0000 mgr.y (mgr.25453) 985 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: cephadm 2023-12-07T15:58:15.905488+0000 mgr.y (mgr.25453) 986 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: cephadm 2023-12-07T15:58:16.002340+0000 mgr.y (mgr.25453) 987 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.078825+0000 mon.c (mon.1) 1712 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.081362+0000 mon.c (mon.1) 1713 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.084598+0000 mon.c (mon.1) 1714 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.085807+0000 mon.c (mon.1) 1715 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.093328+0000 mon.a (mon.0) 916 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: cephadm 2023-12-07T15:58:16.097298+0000 mgr.y (mgr.25453) 988 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.161731+0000 mon.c (mon.1) 1716 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.164073+0000 mon.c (mon.1) 1717 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.166239+0000 mon.c (mon.1) 1718 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.167240+0000 mon.c (mon.1) 1719 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.174800+0000 mon.a (mon.0) 917 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.237276+0000 mon.a (mon.0) 918 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.249184+0000 mon.a (mon.0) 919 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.259104+0000 mon.c (mon.1) 1720 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.262588+0000 mon.a (mon.0) 920 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.268805+0000 mon.c (mon.1) 1721 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.271498+0000 mon.c (mon.1) 1722 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.272524+0000 mon.c (mon.1) 1723 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.278753+0000 mon.a (mon.0) 921 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.361949+0000 mon.c (mon.1) 1724 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.364059+0000 mon.c (mon.1) 1725 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.367395+0000 mon.c (mon.1) 1726 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.368560+0000 mon.c (mon.1) 1727 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.376393+0000 mon.a (mon.0) 922 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.449971+0000 mon.c (mon.1) 1728 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.452323+0000 mon.c (mon.1) 1729 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.454610+0000 mon.c (mon.1) 1730 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.455482+0000 mon.c (mon.1) 1731 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.464613+0000 mon.a (mon.0) 923 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.544615+0000 mon.c (mon.1) 1732 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.548753+0000 mon.c (mon.1) 1733 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.167240+0000 mon.c (mon.1) 1719 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.174800+0000 mon.a (mon.0) 917 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.237276+0000 mon.a (mon.0) 918 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.249184+0000 mon.a (mon.0) 919 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.259104+0000 mon.c (mon.1) 1720 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.262588+0000 mon.a (mon.0) 920 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.268805+0000 mon.c (mon.1) 1721 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.271498+0000 mon.c (mon.1) 1722 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.272524+0000 mon.c (mon.1) 1723 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.278753+0000 mon.a (mon.0) 921 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.361949+0000 mon.c (mon.1) 1724 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.364059+0000 mon.c (mon.1) 1725 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.367395+0000 mon.c (mon.1) 1726 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.368560+0000 mon.c (mon.1) 1727 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.376393+0000 mon.a (mon.0) 922 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.449971+0000 mon.c (mon.1) 1728 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.452323+0000 mon.c (mon.1) 1729 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.454610+0000 mon.c (mon.1) 1730 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.455482+0000 mon.c (mon.1) 1731 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.464613+0000 mon.a (mon.0) 923 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.544615+0000 mon.c (mon.1) 1732 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.548753+0000 mon.c (mon.1) 1733 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.552421+0000 mon.c (mon.1) 1734 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.553979+0000 mon.c (mon.1) 1735 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.564693+0000 mon.a (mon.0) 924 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.642181+0000 mon.c (mon.1) 1736 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.645004+0000 mon.c (mon.1) 1737 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.648109+0000 mon.c (mon.1) 1738 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.649149+0000 mon.c (mon.1) 1739 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.658701+0000 mon.a (mon.0) 925 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.742621+0000 mon.c (mon.1) 1740 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.745014+0000 mon.c (mon.1) 1741 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.749759+0000 mon.c (mon.1) 1742 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.751617+0000 mon.c (mon.1) 1743 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.761376+0000 mon.a (mon.0) 926 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.840595+0000 mon.c (mon.1) 1744 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.845595+0000 mon.c (mon.1) 1745 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.848852+0000 mon.c (mon.1) 1746 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.850264+0000 mon.c (mon.1) 1747 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.858193+0000 mon.a (mon.0) 927 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.939660+0000 mon.c (mon.1) 1748 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.942490+0000 mon.c (mon.1) 1749 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.552421+0000 mon.c (mon.1) 1734 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.553979+0000 mon.c (mon.1) 1735 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.564693+0000 mon.a (mon.0) 924 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.642181+0000 mon.c (mon.1) 1736 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.645004+0000 mon.c (mon.1) 1737 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.648109+0000 mon.c (mon.1) 1738 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.649149+0000 mon.c (mon.1) 1739 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.658701+0000 mon.a (mon.0) 925 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.742621+0000 mon.c (mon.1) 1740 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.745014+0000 mon.c (mon.1) 1741 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.749759+0000 mon.c (mon.1) 1742 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.751617+0000 mon.c (mon.1) 1743 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.761376+0000 mon.a (mon.0) 926 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.840595+0000 mon.c (mon.1) 1744 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.845595+0000 mon.c (mon.1) 1745 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.848852+0000 mon.c (mon.1) 1746 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.850264+0000 mon.c (mon.1) 1747 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.858193+0000 mon.a (mon.0) 927 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.939660+0000 mon.c (mon.1) 1748 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.942490+0000 mon.c (mon.1) 1749 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.945390+0000 mon.c (mon.1) 1750 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.946428+0000 mon.c (mon.1) 1751 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[83807]: audit 2023-12-07T15:58:16.953735+0000 mon.a (mon.0) 928 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.945390+0000 mon.c (mon.1) 1750 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.946428+0000 mon.c (mon.1) 1751 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[81553]: audit 2023-12-07T15:58:16.953735+0000 mon.a (mon.0) 928 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: cephadm 2023-12-07T15:58:15.175264+0000 mgr.y (mgr.25453) 977 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: cephadm 2023-12-07T15:58:15.272297+0000 mgr.y (mgr.25453) 978 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: cephadm 2023-12-07T15:58:15.347802+0000 mgr.y (mgr.25453) 979 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: cephadm 2023-12-07T15:58:15.447133+0000 mgr.y (mgr.25453) 980 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: cluster 2023-12-07T15:58:15.533029+0000 mgr.y (mgr.25453) 981 : cluster 0 pgmap v198: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: cephadm 2023-12-07T15:58:15.539827+0000 mgr.y (mgr.25453) 982 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: cephadm 2023-12-07T15:58:15.636808+0000 mgr.y (mgr.25453) 983 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: cephadm 2023-12-07T15:58:15.715228+0000 mgr.y (mgr.25453) 984 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: cephadm 2023-12-07T15:58:15.812886+0000 mgr.y (mgr.25453) 985 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: cephadm 2023-12-07T15:58:15.905488+0000 mgr.y (mgr.25453) 986 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: cephadm 2023-12-07T15:58:16.002340+0000 mgr.y (mgr.25453) 987 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.078825+0000 mon.c (mon.1) 1712 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.081362+0000 mon.c (mon.1) 1713 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.084598+0000 mon.c (mon.1) 1714 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.085807+0000 mon.c (mon.1) 1715 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.093328+0000 mon.a (mon.0) 916 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: cephadm 2023-12-07T15:58:16.097298+0000 mgr.y (mgr.25453) 988 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.161731+0000 mon.c (mon.1) 1716 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.164073+0000 mon.c (mon.1) 1717 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.166239+0000 mon.c (mon.1) 1718 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.167240+0000 mon.c (mon.1) 1719 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.174800+0000 mon.a (mon.0) 917 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.237276+0000 mon.a (mon.0) 918 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.249184+0000 mon.a (mon.0) 919 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.259104+0000 mon.c (mon.1) 1720 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.262588+0000 mon.a (mon.0) 920 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.268805+0000 mon.c (mon.1) 1721 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.271498+0000 mon.c (mon.1) 1722 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.272524+0000 mon.c (mon.1) 1723 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.278753+0000 mon.a (mon.0) 921 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.361949+0000 mon.c (mon.1) 1724 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.364059+0000 mon.c (mon.1) 1725 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.367395+0000 mon.c (mon.1) 1726 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.368560+0000 mon.c (mon.1) 1727 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.376393+0000 mon.a (mon.0) 922 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.449971+0000 mon.c (mon.1) 1728 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.452323+0000 mon.c (mon.1) 1729 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.454610+0000 mon.c (mon.1) 1730 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.455482+0000 mon.c (mon.1) 1731 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.464613+0000 mon.a (mon.0) 923 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.544615+0000 mon.c (mon.1) 1732 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.548753+0000 mon.c (mon.1) 1733 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.552421+0000 mon.c (mon.1) 1734 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.553979+0000 mon.c (mon.1) 1735 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.564693+0000 mon.a (mon.0) 924 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.642181+0000 mon.c (mon.1) 1736 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.645004+0000 mon.c (mon.1) 1737 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.648109+0000 mon.c (mon.1) 1738 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.649149+0000 mon.c (mon.1) 1739 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.658701+0000 mon.a (mon.0) 925 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.742621+0000 mon.c (mon.1) 1740 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.745014+0000 mon.c (mon.1) 1741 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.749759+0000 mon.c (mon.1) 1742 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.751617+0000 mon.c (mon.1) 1743 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.761376+0000 mon.a (mon.0) 926 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.840595+0000 mon.c (mon.1) 1744 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.845595+0000 mon.c (mon.1) 1745 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.848852+0000 mon.c (mon.1) 1746 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.850264+0000 mon.c (mon.1) 1747 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.858193+0000 mon.a (mon.0) 927 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.939660+0000 mon.c (mon.1) 1748 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.942490+0000 mon.c (mon.1) 1749 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.945390+0000 mon.c (mon.1) 1750 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.946428+0000 mon.c (mon.1) 1751 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:17.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:17 smithi144 bash[66528]: audit 2023-12-07T15:58:16.953735+0000 mon.a (mon.0) 928 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.011 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[98038]: debug 2023-12-07T15:58:17.722+0000 7f15a9c18640 -1 osd.3 0 read_superblock omap replica is missing. 2023-12-07T15:58:18.011 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:17 smithi121 bash[98038]: debug 2023-12-07T15:58:17.762+0000 7f15a9c18640 -1 osd.3 130 log_to_monitors true 2023-12-07T15:58:18.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: cephadm 2023-12-07T15:58:16.178961+0000 mgr.y (mgr.25453) 989 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: cephadm 2023-12-07T15:58:16.279449+0000 mgr.y (mgr.25453) 990 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: cephadm 2023-12-07T15:58:16.377592+0000 mgr.y (mgr.25453) 991 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: cephadm 2023-12-07T15:58:16.465363+0000 mgr.y (mgr.25453) 992 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: cephadm 2023-12-07T15:58:16.565795+0000 mgr.y (mgr.25453) 993 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: cephadm 2023-12-07T15:58:16.659638+0000 mgr.y (mgr.25453) 994 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: cephadm 2023-12-07T15:58:16.762330+0000 mgr.y (mgr.25453) 995 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: cephadm 2023-12-07T15:58:16.859185+0000 mgr.y (mgr.25453) 996 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: cephadm 2023-12-07T15:58:16.954511+0000 mgr.y (mgr.25453) 997 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.035059+0000 mon.c (mon.1) 1752 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.037636+0000 mon.c (mon.1) 1753 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.040534+0000 mon.c (mon.1) 1754 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.041667+0000 mon.c (mon.1) 1755 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.047321+0000 mon.a (mon.0) 929 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: cephadm 2023-12-07T15:58:17.048834+0000 mgr.y (mgr.25453) 998 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.112685+0000 mon.c (mon.1) 1756 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.117872+0000 mon.c (mon.1) 1757 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.121956+0000 mon.c (mon.1) 1758 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.123059+0000 mon.c (mon.1) 1759 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.131059+0000 mon.a (mon.0) 930 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: cephadm 2023-12-07T15:58:17.131994+0000 mgr.y (mgr.25453) 999 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: cephadm 2023-12-07T15:58:16.178961+0000 mgr.y (mgr.25453) 989 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: cephadm 2023-12-07T15:58:16.279449+0000 mgr.y (mgr.25453) 990 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: cephadm 2023-12-07T15:58:16.377592+0000 mgr.y (mgr.25453) 991 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: cephadm 2023-12-07T15:58:16.465363+0000 mgr.y (mgr.25453) 992 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: cephadm 2023-12-07T15:58:16.565795+0000 mgr.y (mgr.25453) 993 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: cephadm 2023-12-07T15:58:16.659638+0000 mgr.y (mgr.25453) 994 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: cephadm 2023-12-07T15:58:16.762330+0000 mgr.y (mgr.25453) 995 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: cephadm 2023-12-07T15:58:16.859185+0000 mgr.y (mgr.25453) 996 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: cephadm 2023-12-07T15:58:16.954511+0000 mgr.y (mgr.25453) 997 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.035059+0000 mon.c (mon.1) 1752 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.037636+0000 mon.c (mon.1) 1753 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.040534+0000 mon.c (mon.1) 1754 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.041667+0000 mon.c (mon.1) 1755 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.047321+0000 mon.a (mon.0) 929 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: cephadm 2023-12-07T15:58:17.048834+0000 mgr.y (mgr.25453) 998 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.112685+0000 mon.c (mon.1) 1756 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.117872+0000 mon.c (mon.1) 1757 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.121956+0000 mon.c (mon.1) 1758 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.123059+0000 mon.c (mon.1) 1759 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.131059+0000 mon.a (mon.0) 930 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: cephadm 2023-12-07T15:58:17.131994+0000 mgr.y (mgr.25453) 999 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.192217+0000 mon.c (mon.1) 1760 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.194863+0000 mon.c (mon.1) 1761 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.197508+0000 mon.c (mon.1) 1762 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.198433+0000 mon.c (mon.1) 1763 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.205235+0000 mon.a (mon.0) 931 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.287714+0000 mon.c (mon.1) 1764 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.289969+0000 mon.c (mon.1) 1765 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.292107+0000 mon.c (mon.1) 1766 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.292984+0000 mon.c (mon.1) 1767 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.300331+0000 mon.a (mon.0) 932 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.381564+0000 mon.c (mon.1) 1768 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.384138+0000 mon.c (mon.1) 1769 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.386768+0000 mon.c (mon.1) 1770 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.387838+0000 mon.c (mon.1) 1771 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.395275+0000 mon.a (mon.0) 933 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.478550+0000 mon.c (mon.1) 1772 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.482288+0000 mon.c (mon.1) 1773 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.486026+0000 mon.c (mon.1) 1774 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.487187+0000 mon.c (mon.1) 1775 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.493780+0000 mon.a (mon.0) 934 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.573508+0000 mon.c (mon.1) 1776 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.576486+0000 mon.c (mon.1) 1777 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.578920+0000 mon.c (mon.1) 1778 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.579695+0000 mon.c (mon.1) 1779 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.585842+0000 mon.a (mon.0) 935 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.651766+0000 mon.c (mon.1) 1780 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.655841+0000 mon.c (mon.1) 1781 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.659954+0000 mon.c (mon.1) 1782 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.661392+0000 mon.c (mon.1) 1783 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.669774+0000 mon.a (mon.0) 936 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.747932+0000 mon.c (mon.1) 1784 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.750135+0000 mon.c (mon.1) 1785 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.752510+0000 mon.c (mon.1) 1786 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.753334+0000 mon.c (mon.1) 1787 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.760674+0000 mon.a (mon.0) 937 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.768545+0000 mon.a (mon.0) 938 : audit 1 from='osd.3 [v2:172.21.15.121:6826/1428356974,v1:172.21.15.121:6827/1428356974]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-07T15:58:18.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.828743+0000 mon.c (mon.1) 1788 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.831163+0000 mon.c (mon.1) 1789 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.833501+0000 mon.c (mon.1) 1790 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.192217+0000 mon.c (mon.1) 1760 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.194863+0000 mon.c (mon.1) 1761 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.197508+0000 mon.c (mon.1) 1762 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.198433+0000 mon.c (mon.1) 1763 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.205235+0000 mon.a (mon.0) 931 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.287714+0000 mon.c (mon.1) 1764 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.289969+0000 mon.c (mon.1) 1765 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.292107+0000 mon.c (mon.1) 1766 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.292984+0000 mon.c (mon.1) 1767 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.300331+0000 mon.a (mon.0) 932 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.381564+0000 mon.c (mon.1) 1768 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.384138+0000 mon.c (mon.1) 1769 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.386768+0000 mon.c (mon.1) 1770 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.387838+0000 mon.c (mon.1) 1771 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.395275+0000 mon.a (mon.0) 933 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.478550+0000 mon.c (mon.1) 1772 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.482288+0000 mon.c (mon.1) 1773 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.486026+0000 mon.c (mon.1) 1774 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.487187+0000 mon.c (mon.1) 1775 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.493780+0000 mon.a (mon.0) 934 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.834339+0000 mon.c (mon.1) 1791 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.840243+0000 mon.a (mon.0) 939 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.919012+0000 mon.c (mon.1) 1792 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.921190+0000 mon.c (mon.1) 1793 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.923952+0000 mon.c (mon.1) 1794 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.924897+0000 mon.c (mon.1) 1795 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:17.931529+0000 mon.a (mon.0) 940 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:18.001555+0000 mon.c (mon.1) 1796 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:18.005875+0000 mon.c (mon.1) 1797 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:18.008341+0000 mon.c (mon.1) 1798 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:18.009184+0000 mon.c (mon.1) 1799 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[83807]: audit 2023-12-07T15:58:18.016380+0000 mon.a (mon.0) 941 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.573508+0000 mon.c (mon.1) 1776 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.576486+0000 mon.c (mon.1) 1777 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.578920+0000 mon.c (mon.1) 1778 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.579695+0000 mon.c (mon.1) 1779 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.585842+0000 mon.a (mon.0) 935 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.651766+0000 mon.c (mon.1) 1780 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.655841+0000 mon.c (mon.1) 1781 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.659954+0000 mon.c (mon.1) 1782 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.661392+0000 mon.c (mon.1) 1783 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.669774+0000 mon.a (mon.0) 936 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.747932+0000 mon.c (mon.1) 1784 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.750135+0000 mon.c (mon.1) 1785 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.752510+0000 mon.c (mon.1) 1786 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.753334+0000 mon.c (mon.1) 1787 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.760674+0000 mon.a (mon.0) 937 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.768545+0000 mon.a (mon.0) 938 : audit 1 from='osd.3 [v2:172.21.15.121:6826/1428356974,v1:172.21.15.121:6827/1428356974]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-07T15:58:18.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.828743+0000 mon.c (mon.1) 1788 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.831163+0000 mon.c (mon.1) 1789 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.833501+0000 mon.c (mon.1) 1790 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.834339+0000 mon.c (mon.1) 1791 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.840243+0000 mon.a (mon.0) 939 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.919012+0000 mon.c (mon.1) 1792 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.921190+0000 mon.c (mon.1) 1793 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.923952+0000 mon.c (mon.1) 1794 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.924897+0000 mon.c (mon.1) 1795 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:17.931529+0000 mon.a (mon.0) 940 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:18.001555+0000 mon.c (mon.1) 1796 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:18.005875+0000 mon.c (mon.1) 1797 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:18.008341+0000 mon.c (mon.1) 1798 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:18.009184+0000 mon.c (mon.1) 1799 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[81553]: audit 2023-12-07T15:58:18.016380+0000 mon.a (mon.0) 941 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: cephadm 2023-12-07T15:58:16.178961+0000 mgr.y (mgr.25453) 989 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: cephadm 2023-12-07T15:58:16.279449+0000 mgr.y (mgr.25453) 990 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: cephadm 2023-12-07T15:58:16.377592+0000 mgr.y (mgr.25453) 991 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: cephadm 2023-12-07T15:58:16.465363+0000 mgr.y (mgr.25453) 992 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: cephadm 2023-12-07T15:58:16.565795+0000 mgr.y (mgr.25453) 993 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: cephadm 2023-12-07T15:58:16.659638+0000 mgr.y (mgr.25453) 994 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: cephadm 2023-12-07T15:58:16.762330+0000 mgr.y (mgr.25453) 995 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: cephadm 2023-12-07T15:58:16.859185+0000 mgr.y (mgr.25453) 996 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: cephadm 2023-12-07T15:58:16.954511+0000 mgr.y (mgr.25453) 997 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.035059+0000 mon.c (mon.1) 1752 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.037636+0000 mon.c (mon.1) 1753 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.040534+0000 mon.c (mon.1) 1754 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.041667+0000 mon.c (mon.1) 1755 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.047321+0000 mon.a (mon.0) 929 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: cephadm 2023-12-07T15:58:17.048834+0000 mgr.y (mgr.25453) 998 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.112685+0000 mon.c (mon.1) 1756 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.117872+0000 mon.c (mon.1) 1757 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.121956+0000 mon.c (mon.1) 1758 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.123059+0000 mon.c (mon.1) 1759 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.131059+0000 mon.a (mon.0) 930 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: cephadm 2023-12-07T15:58:17.131994+0000 mgr.y (mgr.25453) 999 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.192217+0000 mon.c (mon.1) 1760 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.194863+0000 mon.c (mon.1) 1761 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.197508+0000 mon.c (mon.1) 1762 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.198433+0000 mon.c (mon.1) 1763 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.205235+0000 mon.a (mon.0) 931 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.287714+0000 mon.c (mon.1) 1764 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.289969+0000 mon.c (mon.1) 1765 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.292107+0000 mon.c (mon.1) 1766 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.292984+0000 mon.c (mon.1) 1767 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.300331+0000 mon.a (mon.0) 932 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.381564+0000 mon.c (mon.1) 1768 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.384138+0000 mon.c (mon.1) 1769 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.386768+0000 mon.c (mon.1) 1770 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.387838+0000 mon.c (mon.1) 1771 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.395275+0000 mon.a (mon.0) 933 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.478550+0000 mon.c (mon.1) 1772 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.482288+0000 mon.c (mon.1) 1773 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.486026+0000 mon.c (mon.1) 1774 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.487187+0000 mon.c (mon.1) 1775 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.493780+0000 mon.a (mon.0) 934 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.573508+0000 mon.c (mon.1) 1776 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.576486+0000 mon.c (mon.1) 1777 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.578920+0000 mon.c (mon.1) 1778 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.579695+0000 mon.c (mon.1) 1779 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.585842+0000 mon.a (mon.0) 935 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.651766+0000 mon.c (mon.1) 1780 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.655841+0000 mon.c (mon.1) 1781 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.659954+0000 mon.c (mon.1) 1782 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.661392+0000 mon.c (mon.1) 1783 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.669774+0000 mon.a (mon.0) 936 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.747932+0000 mon.c (mon.1) 1784 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.750135+0000 mon.c (mon.1) 1785 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.752510+0000 mon.c (mon.1) 1786 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.753334+0000 mon.c (mon.1) 1787 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.760674+0000 mon.a (mon.0) 937 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.768545+0000 mon.a (mon.0) 938 : audit 1 from='osd.3 [v2:172.21.15.121:6826/1428356974,v1:172.21.15.121:6827/1428356974]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-07T15:58:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.828743+0000 mon.c (mon.1) 1788 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.831163+0000 mon.c (mon.1) 1789 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.833501+0000 mon.c (mon.1) 1790 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.834339+0000 mon.c (mon.1) 1791 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.840243+0000 mon.a (mon.0) 939 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.919012+0000 mon.c (mon.1) 1792 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.921190+0000 mon.c (mon.1) 1793 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.923952+0000 mon.c (mon.1) 1794 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.924897+0000 mon.c (mon.1) 1795 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:17.931529+0000 mon.a (mon.0) 940 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:18.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:18.001555+0000 mon.c (mon.1) 1796 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:18.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:18.005875+0000 mon.c (mon.1) 1797 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:18.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:18.008341+0000 mon.c (mon.1) 1798 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:18.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:18.009184+0000 mon.c (mon.1) 1799 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:18.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:18 smithi144 bash[66528]: audit 2023-12-07T15:58:18.016380+0000 mon.a (mon.0) 941 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.310 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 15:58:18 smithi121 bash[98038]: debug 2023-12-07T15:58:18.822+0000 7f1598083700 -1 osd.3 130 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:58:19.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: cephadm 2023-12-07T15:58:17.206153+0000 mgr.y (mgr.25453) 1000 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: cephadm 2023-12-07T15:58:17.301180+0000 mgr.y (mgr.25453) 1001 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: cephadm 2023-12-07T15:58:17.396585+0000 mgr.y (mgr.25453) 1002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: cephadm 2023-12-07T15:58:17.495001+0000 mgr.y (mgr.25453) 1003 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: cluster 2023-12-07T15:58:17.533945+0000 mgr.y (mgr.25453) 1004 : cluster 0 pgmap v199: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:19.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: cephadm 2023-12-07T15:58:17.586621+0000 mgr.y (mgr.25453) 1005 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: cephadm 2023-12-07T15:58:17.670790+0000 mgr.y (mgr.25453) 1006 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: cephadm 2023-12-07T15:58:17.764598+0000 mgr.y (mgr.25453) 1007 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: cephadm 2023-12-07T15:58:17.840875+0000 mgr.y (mgr.25453) 1008 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: cephadm 2023-12-07T15:58:17.932183+0000 mgr.y (mgr.25453) 1009 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: cephadm 2023-12-07T15:58:18.017226+0000 mgr.y (mgr.25453) 1010 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.101669+0000 mon.c (mon.1) 1800 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.103665+0000 mon.c (mon.1) 1801 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.105772+0000 mon.c (mon.1) 1802 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.106577+0000 mon.c (mon.1) 1803 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.112711+0000 mon.a (mon.0) 942 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: cephadm 2023-12-07T15:58:18.113579+0000 mgr.y (mgr.25453) 1011 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.193996+0000 mon.c (mon.1) 1804 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.197101+0000 mon.c (mon.1) 1805 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.201809+0000 mon.c (mon.1) 1806 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.203272+0000 mon.c (mon.1) 1807 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.214619+0000 mon.a (mon.0) 943 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.293971+0000 mon.c (mon.1) 1808 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.297107+0000 mon.c (mon.1) 1809 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.300686+0000 mon.c (mon.1) 1810 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.301982+0000 mon.c (mon.1) 1811 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.312063+0000 mon.a (mon.0) 944 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.392621+0000 mon.c (mon.1) 1812 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.395966+0000 mon.c (mon.1) 1813 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.399836+0000 mon.c (mon.1) 1814 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.401278+0000 mon.c (mon.1) 1815 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.409217+0000 mon.a (mon.0) 945 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.489710+0000 mon.c (mon.1) 1816 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.494307+0000 mon.c (mon.1) 1817 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.502945+0000 mon.c (mon.1) 1818 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.504398+0000 mon.c (mon.1) 1819 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.511210+0000 mon.a (mon.0) 946 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.588930+0000 mon.c (mon.1) 1820 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.592200+0000 mon.c (mon.1) 1821 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.595589+0000 mon.c (mon.1) 1822 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: cephadm 2023-12-07T15:58:17.206153+0000 mgr.y (mgr.25453) 1000 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: cephadm 2023-12-07T15:58:17.301180+0000 mgr.y (mgr.25453) 1001 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: cephadm 2023-12-07T15:58:17.396585+0000 mgr.y (mgr.25453) 1002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: cephadm 2023-12-07T15:58:17.495001+0000 mgr.y (mgr.25453) 1003 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: cluster 2023-12-07T15:58:17.533945+0000 mgr.y (mgr.25453) 1004 : cluster 0 pgmap v199: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:19.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: cephadm 2023-12-07T15:58:17.586621+0000 mgr.y (mgr.25453) 1005 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: cephadm 2023-12-07T15:58:17.670790+0000 mgr.y (mgr.25453) 1006 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: cephadm 2023-12-07T15:58:17.764598+0000 mgr.y (mgr.25453) 1007 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: cephadm 2023-12-07T15:58:17.840875+0000 mgr.y (mgr.25453) 1008 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: cephadm 2023-12-07T15:58:17.932183+0000 mgr.y (mgr.25453) 1009 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: cephadm 2023-12-07T15:58:18.017226+0000 mgr.y (mgr.25453) 1010 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.101669+0000 mon.c (mon.1) 1800 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.103665+0000 mon.c (mon.1) 1801 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.105772+0000 mon.c (mon.1) 1802 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.106577+0000 mon.c (mon.1) 1803 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.112711+0000 mon.a (mon.0) 942 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: cephadm 2023-12-07T15:58:18.113579+0000 mgr.y (mgr.25453) 1011 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.193996+0000 mon.c (mon.1) 1804 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.197101+0000 mon.c (mon.1) 1805 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.201809+0000 mon.c (mon.1) 1806 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.596786+0000 mon.c (mon.1) 1823 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.603689+0000 mon.a (mon.0) 947 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.685228+0000 mon.c (mon.1) 1824 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.688065+0000 mon.c (mon.1) 1825 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.691957+0000 mon.c (mon.1) 1826 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.693056+0000 mon.c (mon.1) 1827 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.699598+0000 mon.a (mon.0) 948 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.761325+0000 mon.a (mon.0) 949 : audit 1 from='osd.3 [v2:172.21.15.121:6826/1428356974,v1:172.21.15.121:6827/1428356974]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-07T15:58:19.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: cluster 2023-12-07T15:58:18.763397+0000 osd.4 (osd.4) 38 : cluster 3 failed to encode map e133 with expected crc 2023-12-07T15:58:19.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: cluster 2023-12-07T15:58:18.767392+0000 mon.a (mon.0) 950 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-07T15:58:19.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.770462+0000 mon.a (mon.0) 951 : audit 1 from='osd.3 [v2:172.21.15.121:6826/1428356974,v1:172.21.15.121:6827/1428356974]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:58:19.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.783733+0000 mon.c (mon.1) 1828 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.786531+0000 mon.c (mon.1) 1829 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.788709+0000 mon.c (mon.1) 1830 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.789481+0000 mon.c (mon.1) 1831 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.794411+0000 mon.a (mon.0) 952 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.857148+0000 mon.c (mon.1) 1832 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.859991+0000 mon.c (mon.1) 1833 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.862960+0000 mon.c (mon.1) 1834 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.864055+0000 mon.c (mon.1) 1835 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.875125+0000 mon.a (mon.0) 953 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.939598+0000 mon.c (mon.1) 1836 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.944253+0000 mon.c (mon.1) 1837 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.949074+0000 mon.c (mon.1) 1838 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.950538+0000 mon.c (mon.1) 1839 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[83807]: audit 2023-12-07T15:58:18.957575+0000 mon.a (mon.0) 954 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.203272+0000 mon.c (mon.1) 1807 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.214619+0000 mon.a (mon.0) 943 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.293971+0000 mon.c (mon.1) 1808 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.297107+0000 mon.c (mon.1) 1809 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.300686+0000 mon.c (mon.1) 1810 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.301982+0000 mon.c (mon.1) 1811 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.312063+0000 mon.a (mon.0) 944 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.392621+0000 mon.c (mon.1) 1812 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.395966+0000 mon.c (mon.1) 1813 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.399836+0000 mon.c (mon.1) 1814 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.401278+0000 mon.c (mon.1) 1815 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.409217+0000 mon.a (mon.0) 945 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.489710+0000 mon.c (mon.1) 1816 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.494307+0000 mon.c (mon.1) 1817 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.502945+0000 mon.c (mon.1) 1818 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.504398+0000 mon.c (mon.1) 1819 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.511210+0000 mon.a (mon.0) 946 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.588930+0000 mon.c (mon.1) 1820 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.592200+0000 mon.c (mon.1) 1821 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.595589+0000 mon.c (mon.1) 1822 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.596786+0000 mon.c (mon.1) 1823 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.603689+0000 mon.a (mon.0) 947 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.685228+0000 mon.c (mon.1) 1824 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.688065+0000 mon.c (mon.1) 1825 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.691957+0000 mon.c (mon.1) 1826 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.693056+0000 mon.c (mon.1) 1827 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.699598+0000 mon.a (mon.0) 948 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.761325+0000 mon.a (mon.0) 949 : audit 1 from='osd.3 [v2:172.21.15.121:6826/1428356974,v1:172.21.15.121:6827/1428356974]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-07T15:58:19.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: cluster 2023-12-07T15:58:18.763397+0000 osd.4 (osd.4) 38 : cluster 3 failed to encode map e133 with expected crc 2023-12-07T15:58:19.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: cluster 2023-12-07T15:58:18.767392+0000 mon.a (mon.0) 950 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-07T15:58:19.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.770462+0000 mon.a (mon.0) 951 : audit 1 from='osd.3 [v2:172.21.15.121:6826/1428356974,v1:172.21.15.121:6827/1428356974]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:58:19.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.783733+0000 mon.c (mon.1) 1828 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.786531+0000 mon.c (mon.1) 1829 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.788709+0000 mon.c (mon.1) 1830 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.789481+0000 mon.c (mon.1) 1831 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.794411+0000 mon.a (mon.0) 952 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.857148+0000 mon.c (mon.1) 1832 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.859991+0000 mon.c (mon.1) 1833 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.862960+0000 mon.c (mon.1) 1834 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.864055+0000 mon.c (mon.1) 1835 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.875125+0000 mon.a (mon.0) 953 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.939598+0000 mon.c (mon.1) 1836 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.944253+0000 mon.c (mon.1) 1837 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.949074+0000 mon.c (mon.1) 1838 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.950538+0000 mon.c (mon.1) 1839 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:19 smithi121 bash[81553]: audit 2023-12-07T15:58:18.957575+0000 mon.a (mon.0) 954 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: cephadm 2023-12-07T15:58:17.206153+0000 mgr.y (mgr.25453) 1000 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: cephadm 2023-12-07T15:58:17.301180+0000 mgr.y (mgr.25453) 1001 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: cephadm 2023-12-07T15:58:17.396585+0000 mgr.y (mgr.25453) 1002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: cephadm 2023-12-07T15:58:17.495001+0000 mgr.y (mgr.25453) 1003 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: cluster 2023-12-07T15:58:17.533945+0000 mgr.y (mgr.25453) 1004 : cluster 0 pgmap v199: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-07T15:58:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: cephadm 2023-12-07T15:58:17.586621+0000 mgr.y (mgr.25453) 1005 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: cephadm 2023-12-07T15:58:17.670790+0000 mgr.y (mgr.25453) 1006 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: cephadm 2023-12-07T15:58:17.764598+0000 mgr.y (mgr.25453) 1007 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: cephadm 2023-12-07T15:58:17.840875+0000 mgr.y (mgr.25453) 1008 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: cephadm 2023-12-07T15:58:17.932183+0000 mgr.y (mgr.25453) 1009 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: cephadm 2023-12-07T15:58:18.017226+0000 mgr.y (mgr.25453) 1010 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.101669+0000 mon.c (mon.1) 1800 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.103665+0000 mon.c (mon.1) 1801 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.105772+0000 mon.c (mon.1) 1802 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.106577+0000 mon.c (mon.1) 1803 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.112711+0000 mon.a (mon.0) 942 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: cephadm 2023-12-07T15:58:18.113579+0000 mgr.y (mgr.25453) 1011 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.193996+0000 mon.c (mon.1) 1804 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.197101+0000 mon.c (mon.1) 1805 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.201809+0000 mon.c (mon.1) 1806 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.203272+0000 mon.c (mon.1) 1807 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.214619+0000 mon.a (mon.0) 943 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.293971+0000 mon.c (mon.1) 1808 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.297107+0000 mon.c (mon.1) 1809 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.300686+0000 mon.c (mon.1) 1810 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.301982+0000 mon.c (mon.1) 1811 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.312063+0000 mon.a (mon.0) 944 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.392621+0000 mon.c (mon.1) 1812 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.395966+0000 mon.c (mon.1) 1813 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.399836+0000 mon.c (mon.1) 1814 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.401278+0000 mon.c (mon.1) 1815 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.409217+0000 mon.a (mon.0) 945 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.489710+0000 mon.c (mon.1) 1816 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.494307+0000 mon.c (mon.1) 1817 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.502945+0000 mon.c (mon.1) 1818 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.504398+0000 mon.c (mon.1) 1819 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.511210+0000 mon.a (mon.0) 946 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.588930+0000 mon.c (mon.1) 1820 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.592200+0000 mon.c (mon.1) 1821 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.595589+0000 mon.c (mon.1) 1822 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.596786+0000 mon.c (mon.1) 1823 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.603689+0000 mon.a (mon.0) 947 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.685228+0000 mon.c (mon.1) 1824 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.688065+0000 mon.c (mon.1) 1825 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.691957+0000 mon.c (mon.1) 1826 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.693056+0000 mon.c (mon.1) 1827 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.699598+0000 mon.a (mon.0) 948 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.761325+0000 mon.a (mon.0) 949 : audit 1 from='osd.3 [v2:172.21.15.121:6826/1428356974,v1:172.21.15.121:6827/1428356974]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-07T15:58:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: cluster 2023-12-07T15:58:18.763397+0000 osd.4 (osd.4) 38 : cluster 3 failed to encode map e133 with expected crc 2023-12-07T15:58:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: cluster 2023-12-07T15:58:18.767392+0000 mon.a (mon.0) 950 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-07T15:58:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.770462+0000 mon.a (mon.0) 951 : audit 1 from='osd.3 [v2:172.21.15.121:6826/1428356974,v1:172.21.15.121:6827/1428356974]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi121", "root=default"]}]: dispatch 2023-12-07T15:58:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.783733+0000 mon.c (mon.1) 1828 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.786531+0000 mon.c (mon.1) 1829 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.788709+0000 mon.c (mon.1) 1830 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.789481+0000 mon.c (mon.1) 1831 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.794411+0000 mon.a (mon.0) 952 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.857148+0000 mon.c (mon.1) 1832 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.859991+0000 mon.c (mon.1) 1833 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.862960+0000 mon.c (mon.1) 1834 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.864055+0000 mon.c (mon.1) 1835 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.875125+0000 mon.a (mon.0) 953 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.939598+0000 mon.c (mon.1) 1836 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.944253+0000 mon.c (mon.1) 1837 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.949074+0000 mon.c (mon.1) 1838 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.950538+0000 mon.c (mon.1) 1839 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:19.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:19 smithi144 bash[66528]: audit 2023-12-07T15:58:18.957575+0000 mon.a (mon.0) 954 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: cephadm 2023-12-07T15:58:18.215536+0000 mgr.y (mgr.25453) 1012 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: cephadm 2023-12-07T15:58:18.314105+0000 mgr.y (mgr.25453) 1013 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: cephadm 2023-12-07T15:58:18.411303+0000 mgr.y (mgr.25453) 1014 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: cephadm 2023-12-07T15:58:18.512140+0000 mgr.y (mgr.25453) 1015 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: cephadm 2023-12-07T15:58:18.605497+0000 mgr.y (mgr.25453) 1016 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: cephadm 2023-12-07T15:58:18.701651+0000 mgr.y (mgr.25453) 1017 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: cluster 2023-12-07T15:58:18.763956+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e133 with expected crc 2023-12-07T15:58:20.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: cephadm 2023-12-07T15:58:18.795332+0000 mgr.y (mgr.25453) 1018 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: cephadm 2023-12-07T15:58:18.875907+0000 mgr.y (mgr.25453) 1019 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: cephadm 2023-12-07T15:58:18.960738+0000 mgr.y (mgr.25453) 1020 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.041605+0000 mon.c (mon.1) 1840 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.044836+0000 mon.c (mon.1) 1841 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.047032+0000 mon.c (mon.1) 1842 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.047838+0000 mon.c (mon.1) 1843 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.055230+0000 mon.a (mon.0) 955 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: cephadm 2023-12-07T15:58:19.056215+0000 mgr.y (mgr.25453) 1021 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.136256+0000 mon.c (mon.1) 1844 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.138526+0000 mon.c (mon.1) 1845 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.142133+0000 mon.c (mon.1) 1846 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.143347+0000 mon.c (mon.1) 1847 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.153361+0000 mon.a (mon.0) 956 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: cephadm 2023-12-07T15:58:18.215536+0000 mgr.y (mgr.25453) 1012 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: cephadm 2023-12-07T15:58:18.314105+0000 mgr.y (mgr.25453) 1013 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: cephadm 2023-12-07T15:58:18.411303+0000 mgr.y (mgr.25453) 1014 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: cephadm 2023-12-07T15:58:18.512140+0000 mgr.y (mgr.25453) 1015 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: cephadm 2023-12-07T15:58:18.605497+0000 mgr.y (mgr.25453) 1016 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: cephadm 2023-12-07T15:58:18.701651+0000 mgr.y (mgr.25453) 1017 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: cluster 2023-12-07T15:58:18.763956+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e133 with expected crc 2023-12-07T15:58:20.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: cephadm 2023-12-07T15:58:18.795332+0000 mgr.y (mgr.25453) 1018 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: cephadm 2023-12-07T15:58:18.875907+0000 mgr.y (mgr.25453) 1019 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: cephadm 2023-12-07T15:58:18.960738+0000 mgr.y (mgr.25453) 1020 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.041605+0000 mon.c (mon.1) 1840 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.044836+0000 mon.c (mon.1) 1841 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.047032+0000 mon.c (mon.1) 1842 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.047838+0000 mon.c (mon.1) 1843 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.055230+0000 mon.a (mon.0) 955 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: cephadm 2023-12-07T15:58:19.056215+0000 mgr.y (mgr.25453) 1021 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.136256+0000 mon.c (mon.1) 1844 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.138526+0000 mon.c (mon.1) 1845 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.142133+0000 mon.c (mon.1) 1846 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.143347+0000 mon.c (mon.1) 1847 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.153361+0000 mon.a (mon.0) 956 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.237368+0000 mon.c (mon.1) 1848 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.239727+0000 mon.c (mon.1) 1849 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.243256+0000 mon.c (mon.1) 1850 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.244554+0000 mon.c (mon.1) 1851 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.253736+0000 mon.a (mon.0) 957 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.335689+0000 mon.c (mon.1) 1852 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.338120+0000 mon.c (mon.1) 1853 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.340994+0000 mon.c (mon.1) 1854 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.341989+0000 mon.c (mon.1) 1855 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.351077+0000 mon.a (mon.0) 958 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.431015+0000 mon.c (mon.1) 1856 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.433731+0000 mon.c (mon.1) 1857 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.436916+0000 mon.c (mon.1) 1858 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.437833+0000 mon.c (mon.1) 1859 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.447901+0000 mon.a (mon.0) 959 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.529890+0000 mon.c (mon.1) 1860 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.533248+0000 mon.c (mon.1) 1861 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.536757+0000 mon.c (mon.1) 1862 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.537731+0000 mon.c (mon.1) 1863 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.546654+0000 mon.a (mon.0) 960 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.237368+0000 mon.c (mon.1) 1848 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.239727+0000 mon.c (mon.1) 1849 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.243256+0000 mon.c (mon.1) 1850 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.244554+0000 mon.c (mon.1) 1851 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.253736+0000 mon.a (mon.0) 957 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.335689+0000 mon.c (mon.1) 1852 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.338120+0000 mon.c (mon.1) 1853 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.340994+0000 mon.c (mon.1) 1854 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.341989+0000 mon.c (mon.1) 1855 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.351077+0000 mon.a (mon.0) 958 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.431015+0000 mon.c (mon.1) 1856 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.433731+0000 mon.c (mon.1) 1857 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.436916+0000 mon.c (mon.1) 1858 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.437833+0000 mon.c (mon.1) 1859 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.447901+0000 mon.a (mon.0) 959 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.529890+0000 mon.c (mon.1) 1860 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.533248+0000 mon.c (mon.1) 1861 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.536757+0000 mon.c (mon.1) 1862 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.537731+0000 mon.c (mon.1) 1863 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.546654+0000 mon.a (mon.0) 960 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.614947+0000 mon.c (mon.1) 1864 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.617342+0000 mon.c (mon.1) 1865 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.620885+0000 mon.c (mon.1) 1866 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.622200+0000 mon.c (mon.1) 1867 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.631817+0000 mon.a (mon.0) 961 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.709255+0000 mon.c (mon.1) 1868 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.711999+0000 mon.c (mon.1) 1869 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.714292+0000 mon.c (mon.1) 1870 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.715278+0000 mon.c (mon.1) 1871 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.724221+0000 mon.a (mon.0) 962 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: cluster 2023-12-07T15:58:19.793757+0000 mon.a (mon.0) 963 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:58:20.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: cluster 2023-12-07T15:58:19.803314+0000 osd.4 (osd.4) 39 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T15:58:20.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: cluster 2023-12-07T15:58:19.803825+0000 mon.a (mon.0) 964 : cluster 1 osd.3 [v2:172.21.15.121:6826/1428356974,v1:172.21.15.121:6827/1428356974] boot 2023-12-07T15:58:20.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: cluster 2023-12-07T15:58:19.803877+0000 mon.a (mon.0) 965 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-07T15:58:20.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.806568+0000 mon.c (mon.1) 1872 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:58:20.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: cluster 2023-12-07T15:58:19.810101+0000 osd.4 (osd.4) 40 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T15:58:20.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.813625+0000 mon.c (mon.1) 1873 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.822102+0000 mon.c (mon.1) 1874 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.827134+0000 mon.c (mon.1) 1875 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.834462+0000 mon.c (mon.1) 1876 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.843500+0000 mon.a (mon.0) 966 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.614947+0000 mon.c (mon.1) 1864 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.617342+0000 mon.c (mon.1) 1865 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.620885+0000 mon.c (mon.1) 1866 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.622200+0000 mon.c (mon.1) 1867 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.631817+0000 mon.a (mon.0) 961 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.709255+0000 mon.c (mon.1) 1868 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.711999+0000 mon.c (mon.1) 1869 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.714292+0000 mon.c (mon.1) 1870 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.715278+0000 mon.c (mon.1) 1871 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.724221+0000 mon.a (mon.0) 962 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: cluster 2023-12-07T15:58:19.793757+0000 mon.a (mon.0) 963 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:58:20.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: cluster 2023-12-07T15:58:19.803314+0000 osd.4 (osd.4) 39 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T15:58:20.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: cluster 2023-12-07T15:58:19.803825+0000 mon.a (mon.0) 964 : cluster 1 osd.3 [v2:172.21.15.121:6826/1428356974,v1:172.21.15.121:6827/1428356974] boot 2023-12-07T15:58:20.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: cluster 2023-12-07T15:58:19.803877+0000 mon.a (mon.0) 965 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-07T15:58:20.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.806568+0000 mon.c (mon.1) 1872 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:58:20.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: cluster 2023-12-07T15:58:19.810101+0000 osd.4 (osd.4) 40 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T15:58:20.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.813625+0000 mon.c (mon.1) 1873 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.822102+0000 mon.c (mon.1) 1874 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.827134+0000 mon.c (mon.1) 1875 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.834462+0000 mon.c (mon.1) 1876 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.843500+0000 mon.a (mon.0) 966 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.911098+0000 mon.c (mon.1) 1877 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.913271+0000 mon.c (mon.1) 1878 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.915717+0000 mon.c (mon.1) 1879 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.916732+0000 mon.c (mon.1) 1880 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.924181+0000 mon.a (mon.0) 967 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.990024+0000 mon.c (mon.1) 1881 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.992830+0000 mon.c (mon.1) 1882 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.995618+0000 mon.c (mon.1) 1883 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:19.996523+0000 mon.c (mon.1) 1884 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[83807]: audit 2023-12-07T15:58:20.003805+0000 mon.a (mon.0) 968 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.911098+0000 mon.c (mon.1) 1877 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.913271+0000 mon.c (mon.1) 1878 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.915717+0000 mon.c (mon.1) 1879 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.916732+0000 mon.c (mon.1) 1880 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.924181+0000 mon.a (mon.0) 967 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.990024+0000 mon.c (mon.1) 1881 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.992830+0000 mon.c (mon.1) 1882 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.995618+0000 mon.c (mon.1) 1883 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:19.996523+0000 mon.c (mon.1) 1884 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:20 smithi121 bash[81553]: audit 2023-12-07T15:58:20.003805+0000 mon.a (mon.0) 968 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: cephadm 2023-12-07T15:58:18.215536+0000 mgr.y (mgr.25453) 1012 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: cephadm 2023-12-07T15:58:18.314105+0000 mgr.y (mgr.25453) 1013 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: cephadm 2023-12-07T15:58:18.411303+0000 mgr.y (mgr.25453) 1014 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: cephadm 2023-12-07T15:58:18.512140+0000 mgr.y (mgr.25453) 1015 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: cephadm 2023-12-07T15:58:18.605497+0000 mgr.y (mgr.25453) 1016 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: cephadm 2023-12-07T15:58:18.701651+0000 mgr.y (mgr.25453) 1017 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: cluster 2023-12-07T15:58:18.763956+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e133 with expected crc 2023-12-07T15:58:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: cephadm 2023-12-07T15:58:18.795332+0000 mgr.y (mgr.25453) 1018 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: cephadm 2023-12-07T15:58:18.875907+0000 mgr.y (mgr.25453) 1019 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: cephadm 2023-12-07T15:58:18.960738+0000 mgr.y (mgr.25453) 1020 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.041605+0000 mon.c (mon.1) 1840 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.044836+0000 mon.c (mon.1) 1841 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.047032+0000 mon.c (mon.1) 1842 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.047838+0000 mon.c (mon.1) 1843 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.055230+0000 mon.a (mon.0) 955 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: cephadm 2023-12-07T15:58:19.056215+0000 mgr.y (mgr.25453) 1021 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.136256+0000 mon.c (mon.1) 1844 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.138526+0000 mon.c (mon.1) 1845 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.142133+0000 mon.c (mon.1) 1846 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.143347+0000 mon.c (mon.1) 1847 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.153361+0000 mon.a (mon.0) 956 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.237368+0000 mon.c (mon.1) 1848 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.239727+0000 mon.c (mon.1) 1849 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.243256+0000 mon.c (mon.1) 1850 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.244554+0000 mon.c (mon.1) 1851 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.253736+0000 mon.a (mon.0) 957 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.335689+0000 mon.c (mon.1) 1852 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.338120+0000 mon.c (mon.1) 1853 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.340994+0000 mon.c (mon.1) 1854 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.341989+0000 mon.c (mon.1) 1855 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.351077+0000 mon.a (mon.0) 958 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.431015+0000 mon.c (mon.1) 1856 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.433731+0000 mon.c (mon.1) 1857 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.436916+0000 mon.c (mon.1) 1858 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.437833+0000 mon.c (mon.1) 1859 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.447901+0000 mon.a (mon.0) 959 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.529890+0000 mon.c (mon.1) 1860 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.533248+0000 mon.c (mon.1) 1861 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.536757+0000 mon.c (mon.1) 1862 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.537731+0000 mon.c (mon.1) 1863 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.546654+0000 mon.a (mon.0) 960 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.614947+0000 mon.c (mon.1) 1864 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.617342+0000 mon.c (mon.1) 1865 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.620885+0000 mon.c (mon.1) 1866 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.622200+0000 mon.c (mon.1) 1867 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.631817+0000 mon.a (mon.0) 961 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.709255+0000 mon.c (mon.1) 1868 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.711999+0000 mon.c (mon.1) 1869 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.714292+0000 mon.c (mon.1) 1870 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.715278+0000 mon.c (mon.1) 1871 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.724221+0000 mon.a (mon.0) 962 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: cluster 2023-12-07T15:58:19.793757+0000 mon.a (mon.0) 963 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:58:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: cluster 2023-12-07T15:58:19.803314+0000 osd.4 (osd.4) 39 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T15:58:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: cluster 2023-12-07T15:58:19.803825+0000 mon.a (mon.0) 964 : cluster 1 osd.3 [v2:172.21.15.121:6826/1428356974,v1:172.21.15.121:6827/1428356974] boot 2023-12-07T15:58:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: cluster 2023-12-07T15:58:19.803877+0000 mon.a (mon.0) 965 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-07T15:58:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.806568+0000 mon.c (mon.1) 1872 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-07T15:58:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: cluster 2023-12-07T15:58:19.810101+0000 osd.4 (osd.4) 40 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T15:58:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.813625+0000 mon.c (mon.1) 1873 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.822102+0000 mon.c (mon.1) 1874 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.827134+0000 mon.c (mon.1) 1875 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.834462+0000 mon.c (mon.1) 1876 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.843500+0000 mon.a (mon.0) 966 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.911098+0000 mon.c (mon.1) 1877 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.913271+0000 mon.c (mon.1) 1878 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.915717+0000 mon.c (mon.1) 1879 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.916732+0000 mon.c (mon.1) 1880 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.924181+0000 mon.a (mon.0) 967 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.990024+0000 mon.c (mon.1) 1881 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.992830+0000 mon.c (mon.1) 1882 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.995618+0000 mon.c (mon.1) 1883 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:19.996523+0000 mon.c (mon.1) 1884 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:20.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:20 smithi144 bash[66528]: audit 2023-12-07T15:58:20.003805+0000 mon.a (mon.0) 968 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:20.630 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:58:21.176 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cephadm 2023-12-07T15:58:19.154662+0000 mgr.y (mgr.25453) 1022 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.176 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cephadm 2023-12-07T15:58:19.256385+0000 mgr.y (mgr.25453) 1023 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.176 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cephadm 2023-12-07T15:58:19.352451+0000 mgr.y (mgr.25453) 1024 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cephadm 2023-12-07T15:58:19.448752+0000 mgr.y (mgr.25453) 1025 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cluster 2023-12-07T15:58:19.534949+0000 mgr.y (mgr.25453) 1026 : cluster 0 pgmap v201: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 85/630 objects degraded (13.492%) 2023-12-07T15:58:21.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cephadm 2023-12-07T15:58:19.548661+0000 mgr.y (mgr.25453) 1027 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cephadm 2023-12-07T15:58:19.633025+0000 mgr.y (mgr.25453) 1028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cephadm 2023-12-07T15:58:19.724899+0000 mgr.y (mgr.25453) 1029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cluster 2023-12-07T15:58:19.802186+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T15:58:21.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cluster 2023-12-07T15:58:19.807529+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T15:58:21.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cephadm 2023-12-07T15:58:19.847791+0000 mgr.y (mgr.25453) 1030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cephadm 2023-12-07T15:58:19.924949+0000 mgr.y (mgr.25453) 1031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cephadm 2023-12-07T15:58:20.005088+0000 mgr.y (mgr.25453) 1032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.087853+0000 mon.c (mon.1) 1885 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.090251+0000 mon.c (mon.1) 1886 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.092912+0000 mon.c (mon.1) 1887 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.094003+0000 mon.c (mon.1) 1888 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.100543+0000 mon.a (mon.0) 969 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.178 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cephadm 2023-12-07T15:58:20.103707+0000 mgr.y (mgr.25453) 1033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.178 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.212109+0000 mon.c (mon.1) 1889 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.178 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.214505+0000 mon.c (mon.1) 1890 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.178 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cephadm 2023-12-07T15:58:19.154662+0000 mgr.y (mgr.25453) 1022 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.178 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cephadm 2023-12-07T15:58:19.256385+0000 mgr.y (mgr.25453) 1023 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.178 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cephadm 2023-12-07T15:58:19.352451+0000 mgr.y (mgr.25453) 1024 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.178 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cephadm 2023-12-07T15:58:19.448752+0000 mgr.y (mgr.25453) 1025 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.178 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cluster 2023-12-07T15:58:19.534949+0000 mgr.y (mgr.25453) 1026 : cluster 0 pgmap v201: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 85/630 objects degraded (13.492%) 2023-12-07T15:58:21.178 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cephadm 2023-12-07T15:58:19.548661+0000 mgr.y (mgr.25453) 1027 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.178 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cephadm 2023-12-07T15:58:19.633025+0000 mgr.y (mgr.25453) 1028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.178 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cephadm 2023-12-07T15:58:19.724899+0000 mgr.y (mgr.25453) 1029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.179 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cluster 2023-12-07T15:58:19.802186+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T15:58:21.179 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cluster 2023-12-07T15:58:19.807529+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T15:58:21.179 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cephadm 2023-12-07T15:58:19.847791+0000 mgr.y (mgr.25453) 1030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.179 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cephadm 2023-12-07T15:58:19.924949+0000 mgr.y (mgr.25453) 1031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.179 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cephadm 2023-12-07T15:58:20.005088+0000 mgr.y (mgr.25453) 1032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.179 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.087853+0000 mon.c (mon.1) 1885 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.179 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.090251+0000 mon.c (mon.1) 1886 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.179 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.092912+0000 mon.c (mon.1) 1887 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.179 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.094003+0000 mon.c (mon.1) 1888 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.179 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.100543+0000 mon.a (mon.0) 969 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.179 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cephadm 2023-12-07T15:58:20.103707+0000 mgr.y (mgr.25453) 1033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.179 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.212109+0000 mon.c (mon.1) 1889 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.179 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.214505+0000 mon.c (mon.1) 1890 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.179 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.217168+0000 mon.c (mon.1) 1891 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.179 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.218385+0000 mon.c (mon.1) 1892 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.179 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.226306+0000 mon.a (mon.0) 970 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.180 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.295503+0000 mon.c (mon.1) 1893 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.180 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.298870+0000 mon.c (mon.1) 1894 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.180 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.302090+0000 mon.c (mon.1) 1895 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.180 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.303324+0000 mon.c (mon.1) 1896 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.180 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.313265+0000 mon.a (mon.0) 971 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.180 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.377169+0000 mon.c (mon.1) 1897 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.180 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.379642+0000 mon.c (mon.1) 1898 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.180 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.382289+0000 mon.c (mon.1) 1899 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.180 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.383355+0000 mon.c (mon.1) 1900 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.180 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.390874+0000 mon.a (mon.0) 972 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.180 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.469648+0000 mon.c (mon.1) 1901 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.180 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.472418+0000 mon.c (mon.1) 1902 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.180 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.475163+0000 mon.c (mon.1) 1903 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.180 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.476445+0000 mon.c (mon.1) 1904 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.180 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.483686+0000 mon.a (mon.0) 973 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.180 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.561785+0000 mon.c (mon.1) 1905 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.180 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.564186+0000 mon.c (mon.1) 1906 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.181 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.217168+0000 mon.c (mon.1) 1891 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.181 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.218385+0000 mon.c (mon.1) 1892 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.181 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.226306+0000 mon.a (mon.0) 970 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.181 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.295503+0000 mon.c (mon.1) 1893 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.181 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.298870+0000 mon.c (mon.1) 1894 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.181 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.302090+0000 mon.c (mon.1) 1895 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.181 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.303324+0000 mon.c (mon.1) 1896 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.181 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.313265+0000 mon.a (mon.0) 971 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.181 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.377169+0000 mon.c (mon.1) 1897 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.181 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.379642+0000 mon.c (mon.1) 1898 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.181 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.382289+0000 mon.c (mon.1) 1899 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.182 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.383355+0000 mon.c (mon.1) 1900 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.182 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.390874+0000 mon.a (mon.0) 972 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.182 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.469648+0000 mon.c (mon.1) 1901 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.182 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.472418+0000 mon.c (mon.1) 1902 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.182 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.475163+0000 mon.c (mon.1) 1903 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.182 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.476445+0000 mon.c (mon.1) 1904 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.182 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.483686+0000 mon.a (mon.0) 973 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.182 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.561785+0000 mon.c (mon.1) 1905 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.182 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.564186+0000 mon.c (mon.1) 1906 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.182 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.567733+0000 mon.c (mon.1) 1907 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.182 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.568968+0000 mon.c (mon.1) 1908 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.182 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.578472+0000 mon.a (mon.0) 974 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.183 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.657550+0000 mon.c (mon.1) 1909 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.183 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.660858+0000 mon.c (mon.1) 1910 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.183 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.663535+0000 mon.c (mon.1) 1911 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.183 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.664719+0000 mon.c (mon.1) 1912 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.183 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.672952+0000 mon.a (mon.0) 975 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.183 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.752639+0000 mon.c (mon.1) 1913 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.183 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.755245+0000 mon.c (mon.1) 1914 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.183 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.757861+0000 mon.c (mon.1) 1915 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.183 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.758798+0000 mon.c (mon.1) 1916 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.183 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.766757+0000 mon.a (mon.0) 976 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.183 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cluster 2023-12-07T15:58:20.810517+0000 mon.a (mon.0) 977 : cluster 0 osdmap e135: 8 total, 8 up, 8 in 2023-12-07T15:58:21.183 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cluster 2023-12-07T15:58:20.813167+0000 osd.4 (osd.4) 41 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:21.183 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cluster 2023-12-07T15:58:20.816421+0000 osd.4 (osd.4) 42 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:21.183 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: cluster 2023-12-07T15:58:20.819422+0000 osd.4 (osd.4) 43 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:21.183 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.861496+0000 mon.c (mon.1) 1917 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.183 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.865138+0000 mon.c (mon.1) 1918 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.184 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.868448+0000 mon.c (mon.1) 1919 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.184 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.870671+0000 mon.c (mon.1) 1920 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.184 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.567733+0000 mon.c (mon.1) 1907 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.184 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.568968+0000 mon.c (mon.1) 1908 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.184 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.578472+0000 mon.a (mon.0) 974 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.184 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.657550+0000 mon.c (mon.1) 1909 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.184 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.660858+0000 mon.c (mon.1) 1910 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.184 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.663535+0000 mon.c (mon.1) 1911 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.184 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.664719+0000 mon.c (mon.1) 1912 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.184 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.672952+0000 mon.a (mon.0) 975 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.184 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.752639+0000 mon.c (mon.1) 1913 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.184 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.755245+0000 mon.c (mon.1) 1914 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.184 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.757861+0000 mon.c (mon.1) 1915 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.185 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.758798+0000 mon.c (mon.1) 1916 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.185 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.766757+0000 mon.a (mon.0) 976 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.185 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cluster 2023-12-07T15:58:20.810517+0000 mon.a (mon.0) 977 : cluster 0 osdmap e135: 8 total, 8 up, 8 in 2023-12-07T15:58:21.185 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cluster 2023-12-07T15:58:20.813167+0000 osd.4 (osd.4) 41 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:21.185 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cluster 2023-12-07T15:58:20.816421+0000 osd.4 (osd.4) 42 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:21.185 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: cluster 2023-12-07T15:58:20.819422+0000 osd.4 (osd.4) 43 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:21.185 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.861496+0000 mon.c (mon.1) 1917 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.185 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.865138+0000 mon.c (mon.1) 1918 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.185 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.868448+0000 mon.c (mon.1) 1919 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.185 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.870671+0000 mon.c (mon.1) 1920 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.185 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.877340+0000 mon.a (mon.0) 978 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.185 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.992911+0000 mon.c (mon.1) 1921 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.186 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.995560+0000 mon.c (mon.1) 1922 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.186 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.998022+0000 mon.c (mon.1) 1923 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.186 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:20.998931+0000 mon.c (mon.1) 1924 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.186 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[83807]: audit 2023-12-07T15:58:21.004519+0000 mon.a (mon.0) 979 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.186 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.877340+0000 mon.a (mon.0) 978 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.186 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.992911+0000 mon.c (mon.1) 1921 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.186 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.995560+0000 mon.c (mon.1) 1922 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.186 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.998022+0000 mon.c (mon.1) 1923 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.186 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:20.998931+0000 mon.c (mon.1) 1924 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.186 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[81553]: audit 2023-12-07T15:58:21.004519+0000 mon.a (mon.0) 979 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cephadm 2023-12-07T15:58:19.154662+0000 mgr.y (mgr.25453) 1022 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cephadm 2023-12-07T15:58:19.256385+0000 mgr.y (mgr.25453) 1023 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cephadm 2023-12-07T15:58:19.352451+0000 mgr.y (mgr.25453) 1024 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cephadm 2023-12-07T15:58:19.448752+0000 mgr.y (mgr.25453) 1025 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cluster 2023-12-07T15:58:19.534949+0000 mgr.y (mgr.25453) 1026 : cluster 0 pgmap v201: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 85/630 objects degraded (13.492%) 2023-12-07T15:58:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cephadm 2023-12-07T15:58:19.548661+0000 mgr.y (mgr.25453) 1027 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cephadm 2023-12-07T15:58:19.633025+0000 mgr.y (mgr.25453) 1028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cephadm 2023-12-07T15:58:19.724899+0000 mgr.y (mgr.25453) 1029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cluster 2023-12-07T15:58:19.802186+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T15:58:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cluster 2023-12-07T15:58:19.807529+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e134 with expected crc 2023-12-07T15:58:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cephadm 2023-12-07T15:58:19.847791+0000 mgr.y (mgr.25453) 1030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cephadm 2023-12-07T15:58:19.924949+0000 mgr.y (mgr.25453) 1031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cephadm 2023-12-07T15:58:20.005088+0000 mgr.y (mgr.25453) 1032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.087853+0000 mon.c (mon.1) 1885 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.090251+0000 mon.c (mon.1) 1886 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.092912+0000 mon.c (mon.1) 1887 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.094003+0000 mon.c (mon.1) 1888 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.100543+0000 mon.a (mon.0) 969 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cephadm 2023-12-07T15:58:20.103707+0000 mgr.y (mgr.25453) 1033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.212109+0000 mon.c (mon.1) 1889 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.214505+0000 mon.c (mon.1) 1890 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.217168+0000 mon.c (mon.1) 1891 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.218385+0000 mon.c (mon.1) 1892 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.226306+0000 mon.a (mon.0) 970 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.295503+0000 mon.c (mon.1) 1893 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.298870+0000 mon.c (mon.1) 1894 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.302090+0000 mon.c (mon.1) 1895 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.303324+0000 mon.c (mon.1) 1896 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.313265+0000 mon.a (mon.0) 971 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.377169+0000 mon.c (mon.1) 1897 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.379642+0000 mon.c (mon.1) 1898 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.382289+0000 mon.c (mon.1) 1899 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.383355+0000 mon.c (mon.1) 1900 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.390874+0000 mon.a (mon.0) 972 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.469648+0000 mon.c (mon.1) 1901 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.472418+0000 mon.c (mon.1) 1902 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.475163+0000 mon.c (mon.1) 1903 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.476445+0000 mon.c (mon.1) 1904 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.483686+0000 mon.a (mon.0) 973 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.561785+0000 mon.c (mon.1) 1905 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.564186+0000 mon.c (mon.1) 1906 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.567733+0000 mon.c (mon.1) 1907 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.568968+0000 mon.c (mon.1) 1908 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.578472+0000 mon.a (mon.0) 974 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.657550+0000 mon.c (mon.1) 1909 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.660858+0000 mon.c (mon.1) 1910 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.663535+0000 mon.c (mon.1) 1911 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.664719+0000 mon.c (mon.1) 1912 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.672952+0000 mon.a (mon.0) 975 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.752639+0000 mon.c (mon.1) 1913 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.755245+0000 mon.c (mon.1) 1914 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.757861+0000 mon.c (mon.1) 1915 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.758798+0000 mon.c (mon.1) 1916 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.766757+0000 mon.a (mon.0) 976 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cluster 2023-12-07T15:58:20.810517+0000 mon.a (mon.0) 977 : cluster 0 osdmap e135: 8 total, 8 up, 8 in 2023-12-07T15:58:21.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cluster 2023-12-07T15:58:20.813167+0000 osd.4 (osd.4) 41 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:21.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cluster 2023-12-07T15:58:20.816421+0000 osd.4 (osd.4) 42 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:21.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: cluster 2023-12-07T15:58:20.819422+0000 osd.4 (osd.4) 43 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:21.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.861496+0000 mon.c (mon.1) 1917 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.865138+0000 mon.c (mon.1) 1918 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.868448+0000 mon.c (mon.1) 1919 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.870671+0000 mon.c (mon.1) 1920 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.877340+0000 mon.a (mon.0) 978 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.992911+0000 mon.c (mon.1) 1921 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:21.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.995560+0000 mon.c (mon.1) 1922 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:21.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.998022+0000 mon.c (mon.1) 1923 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:21.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:20.998931+0000 mon.c (mon.1) 1924 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:21.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:21 smithi144 bash[66528]: audit 2023-12-07T15:58:21.004519+0000 mon.a (mon.0) 979 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:21.490 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:58:21.490 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 16s ago 20m - - 2023-12-07T15:58:21.490 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 5s ago 19m - - 2023-12-07T15:58:21.490 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (6m) 16s ago 13m 15.9M - 0.23.0 ba2b418f427c 967bceda37f6 2023-12-07T15:58:21.490 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (5m) 5s ago 12m 44.3M - 8.3.5 dad864ee21e9 f9c66575cb4a 2023-12-07T15:58:21.490 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (4m) 16s ago 10m 47.7M - 3.5 e1d6a67b021e 5b982a4ff84a 2023-12-07T15:58:21.490 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283,8765 running (4m) 5s ago 19m 434M - 19.0.0-13-ge6605fb8 104f332cd0a9 b518ffbe0a91 2023-12-07T15:58:21.490 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:8443,9283,8765 running (5m) 16s ago 21m 508M - 19.0.0-13-ge6605fb8 104f332cd0a9 104d769d2d66 2023-12-07T15:58:21.490 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (3m) 16s ago 21m 60.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 46122fbb14c0 2023-12-07T15:58:21.491 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (3m) 5s ago 19m 44.1M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 f065215e6f46 2023-12-07T15:58:21.491 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (3m) 16s ago 19m 52.5M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d92fb430c584 2023-12-07T15:58:21.491 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (6m) 16s ago 13m 12.1M - 1.3.1 1dbe0e931976 20eca3d71286 2023-12-07T15:58:21.491 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (5m) 5s ago 13m 12.3M - 1.3.1 1dbe0e931976 0024f19bccdb 2023-12-07T15:58:21.491 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (2m) 16s ago 18m 53.0M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 1c6417ba1117 2023-12-07T15:58:21.491 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (90s) 16s ago 18m 53.0M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 7a224a561741 2023-12-07T15:58:21.491 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (49s) 16s ago 17m 47.4M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 00d71a801fed 2023-12-07T15:58:21.491 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 starting - - - 4096M 2023-12-07T15:58:21.491 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (16m) 5s ago 16m 67.2M 4096M 17.2.0 e1d6a67b021e ca8ac3f41b1a 2023-12-07T15:58:21.491 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (15m) 5s ago 15m 63.3M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:58:21.491 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (15m) 5s ago 15m 61.5M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:58:21.491 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (14m) 5s ago 14m 67.4M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:58:21.491 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (4m) 5s ago 13m 65.1M - 2.33.4 514e6a882f6e 64f00ffdc6cb 2023-12-07T15:58:21.491 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (11m) 16s ago 11m 88.3M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:58:21.491 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (11m) 5s ago 11m 88.5M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:58:21.491 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (10m) 16s ago 10m 90.4M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:58:21.492 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (10m) 5s ago 10m 89.0M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:58:21.809 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:58:21 smithi121 bash[75663]: debug 2023-12-07T15:58:21.554+0000 7f9f0e6d2700 -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) 2023-12-07T15:58:21.939 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:58:21.939 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:58:21.939 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T15:58:21.939 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:58:21.939 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:58:21.939 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T15:58:21.940 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:58:21.940 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:58:21.940 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-07T15:58:21.940 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 4 2023-12-07T15:58:21.940 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:58:21.940 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:58:21.940 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:58:21.940 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:58:21.940 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:58:21.940 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8, 2023-12-07T15:58:21.940 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 9 2023-12-07T15:58:21.940 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:58:21.940 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:58:22.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cephadm 2023-12-07T15:58:20.227318+0000 mgr.y (mgr.25453) 1034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cephadm 2023-12-07T15:58:20.315108+0000 mgr.y (mgr.25453) 1035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cephadm 2023-12-07T15:58:20.391864+0000 mgr.y (mgr.25453) 1036 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cephadm 2023-12-07T15:58:20.485147+0000 mgr.y (mgr.25453) 1037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cephadm 2023-12-07T15:58:20.579671+0000 mgr.y (mgr.25453) 1038 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:20.610456+0000 mgr.y (mgr.25453) 1039 : audit 0 from='client.44340 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cephadm 2023-12-07T15:58:20.675060+0000 mgr.y (mgr.25453) 1040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cephadm 2023-12-07T15:58:20.768972+0000 mgr.y (mgr.25453) 1041 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cluster 2023-12-07T15:58:20.808404+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cluster 2023-12-07T15:58:20.810726+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cluster 2023-12-07T15:58:20.813333+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cluster 2023-12-07T15:58:20.813823+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cluster 2023-12-07T15:58:20.814208+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cluster 2023-12-07T15:58:20.815844+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cluster 2023-12-07T15:58:20.816637+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cluster 2023-12-07T15:58:20.817562+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cluster 2023-12-07T15:58:20.819343+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cluster 2023-12-07T15:58:20.820686+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cephadm 2023-12-07T15:58:20.878243+0000 mgr.y (mgr.25453) 1042 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cephadm 2023-12-07T15:58:21.006179+0000 mgr.y (mgr.25453) 1043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.033470+0000 mgr.y (mgr.25453) 1044 : audit 0 from='client.44346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:22.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.074236+0000 mon.c (mon.1) 1925 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.076518+0000 mon.c (mon.1) 1926 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cephadm 2023-12-07T15:58:20.227318+0000 mgr.y (mgr.25453) 1034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cephadm 2023-12-07T15:58:20.315108+0000 mgr.y (mgr.25453) 1035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cephadm 2023-12-07T15:58:20.391864+0000 mgr.y (mgr.25453) 1036 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cephadm 2023-12-07T15:58:20.485147+0000 mgr.y (mgr.25453) 1037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cephadm 2023-12-07T15:58:20.579671+0000 mgr.y (mgr.25453) 1038 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:20.610456+0000 mgr.y (mgr.25453) 1039 : audit 0 from='client.44340 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:22.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cephadm 2023-12-07T15:58:20.675060+0000 mgr.y (mgr.25453) 1040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cephadm 2023-12-07T15:58:20.768972+0000 mgr.y (mgr.25453) 1041 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cluster 2023-12-07T15:58:20.808404+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cluster 2023-12-07T15:58:20.810726+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cluster 2023-12-07T15:58:20.813333+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cluster 2023-12-07T15:58:20.813823+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cluster 2023-12-07T15:58:20.814208+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cluster 2023-12-07T15:58:20.815844+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cluster 2023-12-07T15:58:20.816637+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cluster 2023-12-07T15:58:20.817562+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cluster 2023-12-07T15:58:20.819343+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cluster 2023-12-07T15:58:20.820686+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cephadm 2023-12-07T15:58:20.878243+0000 mgr.y (mgr.25453) 1042 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cephadm 2023-12-07T15:58:21.006179+0000 mgr.y (mgr.25453) 1043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.033470+0000 mgr.y (mgr.25453) 1044 : audit 0 from='client.44346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:22.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.074236+0000 mon.c (mon.1) 1925 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.076518+0000 mon.c (mon.1) 1926 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.079160+0000 mon.c (mon.1) 1927 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:22.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.080383+0000 mon.c (mon.1) 1928 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:22.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.088720+0000 mon.a (mon.0) 980 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: cephadm 2023-12-07T15:58:21.089831+0000 mgr.y (mgr.25453) 1045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.168391+0000 mon.c (mon.1) 1929 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.171419+0000 mon.c (mon.1) 1930 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.175344+0000 mon.c (mon.1) 1931 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:22.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.176178+0000 mon.c (mon.1) 1932 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:22.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.182630+0000 mon.a (mon.0) 981 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.262461+0000 mon.c (mon.1) 1933 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.265174+0000 mon.c (mon.1) 1934 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.267432+0000 mon.c (mon.1) 1935 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:22.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.268281+0000 mon.c (mon.1) 1936 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:22.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.274984+0000 mon.a (mon.0) 982 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.338670+0000 mon.c (mon.1) 1937 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.340720+0000 mon.c (mon.1) 1938 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.343034+0000 mon.c (mon.1) 1939 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:22.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.343939+0000 mon.c (mon.1) 1940 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:22.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.350669+0000 mon.a (mon.0) 983 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.431428+0000 mon.c (mon.1) 1941 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.079160+0000 mon.c (mon.1) 1927 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:22.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.080383+0000 mon.c (mon.1) 1928 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:22.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.088720+0000 mon.a (mon.0) 980 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: cephadm 2023-12-07T15:58:21.089831+0000 mgr.y (mgr.25453) 1045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.168391+0000 mon.c (mon.1) 1929 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.171419+0000 mon.c (mon.1) 1930 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.175344+0000 mon.c (mon.1) 1931 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:22.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.176178+0000 mon.c (mon.1) 1932 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:22.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.182630+0000 mon.a (mon.0) 981 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.262461+0000 mon.c (mon.1) 1933 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.265174+0000 mon.c (mon.1) 1934 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.267432+0000 mon.c (mon.1) 1935 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:22.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.268281+0000 mon.c (mon.1) 1936 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:22.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.274984+0000 mon.a (mon.0) 982 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.338670+0000 mon.c (mon.1) 1937 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.340720+0000 mon.c (mon.1) 1938 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.343034+0000 mon.c (mon.1) 1939 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:22.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.343939+0000 mon.c (mon.1) 1940 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:22.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.350669+0000 mon.a (mon.0) 983 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.431428+0000 mon.c (mon.1) 1941 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.435057+0000 mon.c (mon.1) 1942 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.437681+0000 mon.c (mon.1) 1943 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:22.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.438856+0000 mon.c (mon.1) 1944 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:22.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.445293+0000 mon.a (mon.0) 984 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.525470+0000 mon.a (mon.0) 985 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.534975+0000 mon.c (mon.1) 1945 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.537967+0000 mon.a (mon.0) 986 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.543322+0000 mon.c (mon.1) 1946 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.548208+0000 mon.a (mon.0) 987 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.552674+0000 mon.c (mon.1) 1947 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.554532+0000 mon.c (mon.1) 1948 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.556740+0000 mon.c (mon.1) 1949 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:22.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[81553]: audit 2023-12-07T15:58:21.936387+0000 mon.c (mon.1) 1950 : audit 0 from='client.? 172.21.15.121:0/2293599494' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.435057+0000 mon.c (mon.1) 1942 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.437681+0000 mon.c (mon.1) 1943 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:22.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.438856+0000 mon.c (mon.1) 1944 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:22.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.445293+0000 mon.a (mon.0) 984 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.525470+0000 mon.a (mon.0) 985 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.534975+0000 mon.c (mon.1) 1945 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.537967+0000 mon.a (mon.0) 986 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.543322+0000 mon.c (mon.1) 1946 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.548208+0000 mon.a (mon.0) 987 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.552674+0000 mon.c (mon.1) 1947 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.554532+0000 mon.c (mon.1) 1948 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.556740+0000 mon.c (mon.1) 1949 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:22.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:22 smithi121 bash[83807]: audit 2023-12-07T15:58:21.936387+0000 mon.c (mon.1) 1950 : audit 0 from='client.? 172.21.15.121:0/2293599494' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.323 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:58:22.323 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:58:22.323 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:58:22.323 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T15:58:22.323 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [ 2023-12-07T15:58:22.323 INFO:teuthology.orchestra.run.smithi121.stdout: "mon", 2023-12-07T15:58:22.323 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr" 2023-12-07T15:58:22.323 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T15:58:22.324 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "9/23 daemons upgraded", 2023-12-07T15:58:22.324 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Currently upgrading osd daemons", 2023-12-07T15:58:22.324 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T15:58:22.324 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:58:22.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cephadm 2023-12-07T15:58:20.227318+0000 mgr.y (mgr.25453) 1034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cephadm 2023-12-07T15:58:20.315108+0000 mgr.y (mgr.25453) 1035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cephadm 2023-12-07T15:58:20.391864+0000 mgr.y (mgr.25453) 1036 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cephadm 2023-12-07T15:58:20.485147+0000 mgr.y (mgr.25453) 1037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cephadm 2023-12-07T15:58:20.579671+0000 mgr.y (mgr.25453) 1038 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:20.610456+0000 mgr.y (mgr.25453) 1039 : audit 0 from='client.44340 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:22.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cephadm 2023-12-07T15:58:20.675060+0000 mgr.y (mgr.25453) 1040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cephadm 2023-12-07T15:58:20.768972+0000 mgr.y (mgr.25453) 1041 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cluster 2023-12-07T15:58:20.808404+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cluster 2023-12-07T15:58:20.810726+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cluster 2023-12-07T15:58:20.813333+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cluster 2023-12-07T15:58:20.813823+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cluster 2023-12-07T15:58:20.814208+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cluster 2023-12-07T15:58:20.815844+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cluster 2023-12-07T15:58:20.816637+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cluster 2023-12-07T15:58:20.817562+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cluster 2023-12-07T15:58:20.819343+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cluster 2023-12-07T15:58:20.820686+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e135 with expected crc 2023-12-07T15:58:22.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cephadm 2023-12-07T15:58:20.878243+0000 mgr.y (mgr.25453) 1042 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cephadm 2023-12-07T15:58:21.006179+0000 mgr.y (mgr.25453) 1043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.033470+0000 mgr.y (mgr.25453) 1044 : audit 0 from='client.44346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:22.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.074236+0000 mon.c (mon.1) 1925 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.076518+0000 mon.c (mon.1) 1926 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.079160+0000 mon.c (mon.1) 1927 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:22.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.080383+0000 mon.c (mon.1) 1928 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:22.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.088720+0000 mon.a (mon.0) 980 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: cephadm 2023-12-07T15:58:21.089831+0000 mgr.y (mgr.25453) 1045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:22.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.168391+0000 mon.c (mon.1) 1929 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.171419+0000 mon.c (mon.1) 1930 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.175344+0000 mon.c (mon.1) 1931 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:22.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.176178+0000 mon.c (mon.1) 1932 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:22.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.182630+0000 mon.a (mon.0) 981 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.262461+0000 mon.c (mon.1) 1933 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.265174+0000 mon.c (mon.1) 1934 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.267432+0000 mon.c (mon.1) 1935 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:22.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.268281+0000 mon.c (mon.1) 1936 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:22.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.274984+0000 mon.a (mon.0) 982 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.338670+0000 mon.c (mon.1) 1937 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.340720+0000 mon.c (mon.1) 1938 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.343034+0000 mon.c (mon.1) 1939 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:22.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.343939+0000 mon.c (mon.1) 1940 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:22.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.350669+0000 mon.a (mon.0) 983 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.431428+0000 mon.c (mon.1) 1941 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.435057+0000 mon.c (mon.1) 1942 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.437681+0000 mon.c (mon.1) 1943 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:22.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.438856+0000 mon.c (mon.1) 1944 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:22.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.445293+0000 mon.a (mon.0) 984 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.525470+0000 mon.a (mon.0) 985 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.534975+0000 mon.c (mon.1) 1945 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:22.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.537967+0000 mon.a (mon.0) 986 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.543322+0000 mon.c (mon.1) 1946 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.548208+0000 mon.a (mon.0) 987 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:22.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.552674+0000 mon.c (mon.1) 1947 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.554532+0000 mon.c (mon.1) 1948 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.556740+0000 mon.c (mon.1) 1949 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:22.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:22 smithi144 bash[66528]: audit 2023-12-07T15:58:21.936387+0000 mon.c (mon.1) 1950 : audit 0 from='client.? 172.21.15.121:0/2293599494' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:22.777 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_WARN Degraded data redundancy: 85/630 objects degraded (13.492%), 28 pgs degraded 2023-12-07T15:58:22.777 INFO:teuthology.orchestra.run.smithi121.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 85/630 objects degraded (13.492%), 28 pgs degraded 2023-12-07T15:58:22.777 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.1 is active+undersized+degraded, acting [2,0] 2023-12-07T15:58:22.777 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.9 is active+undersized+degraded, acting [1,7] 2023-12-07T15:58:22.777 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.a is active+undersized+degraded, acting [1,7] 2023-12-07T15:58:22.777 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.12 is active+undersized+degraded, acting [5,7] 2023-12-07T15:58:22.777 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.13 is active+undersized+degraded, acting [0,4] 2023-12-07T15:58:22.777 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.14 is active+undersized+degraded, acting [6,5] 2023-12-07T15:58:22.778 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.1b is active+undersized+degraded, acting [0,6] 2023-12-07T15:58:22.778 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.1e is active+undersized+degraded, acting [0,5] 2023-12-07T15:58:22.778 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.1 is active+undersized+degraded, acting [0,4] 2023-12-07T15:58:22.778 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.2 is active+undersized+degraded, acting [5,6] 2023-12-07T15:58:22.778 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.5 is active+undersized+degraded, acting [5,2] 2023-12-07T15:58:22.778 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.7 is active+undersized+degraded, acting [7,0] 2023-12-07T15:58:22.778 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.8 is active+undersized+degraded, acting [1,7] 2023-12-07T15:58:22.778 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.b is active+undersized+degraded, acting [0,4] 2023-12-07T15:58:22.778 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.c is active+undersized+degraded, acting [5,6] 2023-12-07T15:58:22.778 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.12 is active+undersized+degraded, acting [0,7] 2023-12-07T15:58:22.778 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.15 is active+undersized+degraded, acting [7,4] 2023-12-07T15:58:22.778 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.17 is active+undersized+degraded, acting [0,5] 2023-12-07T15:58:22.778 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.18 is active+undersized+degraded, acting [0,1] 2023-12-07T15:58:22.778 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.19 is active+undersized+degraded, acting [1,4] 2023-12-07T15:58:22.778 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.1e is active+undersized+degraded, acting [6,2] 2023-12-07T15:58:22.778 INFO:teuthology.orchestra.run.smithi121.stdout: pg 4.0 is active+undersized+degraded, acting [7,0] 2023-12-07T15:58:22.779 INFO:teuthology.orchestra.run.smithi121.stdout: pg 4.9 is active+undersized+degraded, acting [4,1] 2023-12-07T15:58:22.779 INFO:teuthology.orchestra.run.smithi121.stdout: pg 4.14 is active+undersized+degraded, acting [2,7] 2023-12-07T15:58:22.779 INFO:teuthology.orchestra.run.smithi121.stdout: pg 4.15 is active+undersized+degraded, acting [5,7] 2023-12-07T15:58:22.779 INFO:teuthology.orchestra.run.smithi121.stdout: pg 5.a is active+undersized+degraded, acting [2,4] 2023-12-07T15:58:22.779 INFO:teuthology.orchestra.run.smithi121.stdout: pg 5.1c is active+undersized+degraded, acting [4,2] 2023-12-07T15:58:22.779 INFO:teuthology.orchestra.run.smithi121.stdout: pg 6.c is active+undersized+degraded, acting [6,5] 2023-12-07T15:58:23.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[83807]: cephadm 2023-12-07T15:58:21.183340+0000 mgr.y (mgr.25453) 1046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:23.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[83807]: cephadm 2023-12-07T15:58:21.275705+0000 mgr.y (mgr.25453) 1047 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:23.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[83807]: cephadm 2023-12-07T15:58:21.351348+0000 mgr.y (mgr.25453) 1048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:23.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[83807]: cephadm 2023-12-07T15:58:21.446867+0000 mgr.y (mgr.25453) 1049 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:23.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[83807]: audit 2023-12-07T15:58:21.470127+0000 mgr.y (mgr.25453) 1050 : audit 0 from='client.54352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:23.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[83807]: cluster 2023-12-07T15:58:21.535826+0000 mgr.y (mgr.25453) 1051 : cluster 0 pgmap v204: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 85/630 objects degraded (13.492%) 2023-12-07T15:58:23.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[83807]: audit 2023-12-07T15:58:21.556979+0000 mgr.y (mgr.25453) 1052 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:23.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[83807]: cephadm 2023-12-07T15:58:21.558668+0000 mgr.y (mgr.25453) 1053 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-07T15:58:23.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[83807]: audit 2023-12-07T15:58:22.774340+0000 mon.a (mon.0) 988 : audit 0 from='client.? 172.21.15.121:0/908633950' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:58:23.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[81553]: cephadm 2023-12-07T15:58:21.183340+0000 mgr.y (mgr.25453) 1046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:23.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[81553]: cephadm 2023-12-07T15:58:21.275705+0000 mgr.y (mgr.25453) 1047 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:23.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[81553]: cephadm 2023-12-07T15:58:21.351348+0000 mgr.y (mgr.25453) 1048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:23.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[81553]: cephadm 2023-12-07T15:58:21.446867+0000 mgr.y (mgr.25453) 1049 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:23.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[81553]: audit 2023-12-07T15:58:21.470127+0000 mgr.y (mgr.25453) 1050 : audit 0 from='client.54352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:23.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[81553]: cluster 2023-12-07T15:58:21.535826+0000 mgr.y (mgr.25453) 1051 : cluster 0 pgmap v204: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 85/630 objects degraded (13.492%) 2023-12-07T15:58:23.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[81553]: audit 2023-12-07T15:58:21.556979+0000 mgr.y (mgr.25453) 1052 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:23.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[81553]: cephadm 2023-12-07T15:58:21.558668+0000 mgr.y (mgr.25453) 1053 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-07T15:58:23.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:23 smithi121 bash[81553]: audit 2023-12-07T15:58:22.774340+0000 mon.a (mon.0) 988 : audit 0 from='client.? 172.21.15.121:0/908633950' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:58:23.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:23 smithi144 bash[66528]: cephadm 2023-12-07T15:58:21.183340+0000 mgr.y (mgr.25453) 1046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:23.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:23 smithi144 bash[66528]: cephadm 2023-12-07T15:58:21.275705+0000 mgr.y (mgr.25453) 1047 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:23.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:23 smithi144 bash[66528]: cephadm 2023-12-07T15:58:21.351348+0000 mgr.y (mgr.25453) 1048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:23.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:23 smithi144 bash[66528]: cephadm 2023-12-07T15:58:21.446867+0000 mgr.y (mgr.25453) 1049 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:23.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:23 smithi144 bash[66528]: audit 2023-12-07T15:58:21.470127+0000 mgr.y (mgr.25453) 1050 : audit 0 from='client.54352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:23.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:23 smithi144 bash[66528]: cluster 2023-12-07T15:58:21.535826+0000 mgr.y (mgr.25453) 1051 : cluster 0 pgmap v204: 161 pgs: 28 active+undersized+degraded, 39 active+undersized, 94 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 85/630 objects degraded (13.492%) 2023-12-07T15:58:23.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:23 smithi144 bash[66528]: audit 2023-12-07T15:58:21.556979+0000 mgr.y (mgr.25453) 1052 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:23.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:23 smithi144 bash[66528]: cephadm 2023-12-07T15:58:21.558668+0000 mgr.y (mgr.25453) 1053 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-07T15:58:23.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:23 smithi144 bash[66528]: audit 2023-12-07T15:58:22.774340+0000 mon.a (mon.0) 988 : audit 0 from='client.? 172.21.15.121:0/908633950' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:58:24.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:24 smithi121 bash[81553]: audit 2023-12-07T15:58:22.319805+0000 mgr.y (mgr.25453) 1054 : audit 0 from='client.54364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:24.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:24 smithi121 bash[83807]: audit 2023-12-07T15:58:22.319805+0000 mgr.y (mgr.25453) 1054 : audit 0 from='client.54364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:24.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:24 smithi144 bash[66528]: audit 2023-12-07T15:58:22.319805+0000 mgr.y (mgr.25453) 1054 : audit 0 from='client.54364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:24.810 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:58:24 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:58:24] "GET /metrics HTTP/1.1" 200 38493 "" "Prometheus/2.33.4" 2023-12-07T15:58:25.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:25 smithi121 bash[83807]: cluster 2023-12-07T15:58:23.537495+0000 mgr.y (mgr.25453) 1055 : cluster 0 pgmap v205: 161 pgs: 13 active+undersized+degraded, 20 active+undersized, 128 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 38/630 objects degraded (6.032%) 2023-12-07T15:58:25.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:25 smithi121 bash[83807]: audit 2023-12-07T15:58:23.613602+0000 mgr.y (mgr.25453) 1056 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:25.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:25 smithi121 bash[83807]: cluster 2023-12-07T15:58:24.040397+0000 mon.a (mon.0) 989 : cluster 3 Health check update: Degraded data redundancy: 38/630 objects degraded (6.032%), 13 pgs degraded (PG_DEGRADED) 2023-12-07T15:58:25.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:25 smithi121 bash[81553]: cluster 2023-12-07T15:58:23.537495+0000 mgr.y (mgr.25453) 1055 : cluster 0 pgmap v205: 161 pgs: 13 active+undersized+degraded, 20 active+undersized, 128 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 38/630 objects degraded (6.032%) 2023-12-07T15:58:25.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:25 smithi121 bash[81553]: audit 2023-12-07T15:58:23.613602+0000 mgr.y (mgr.25453) 1056 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:25.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:25 smithi121 bash[81553]: cluster 2023-12-07T15:58:24.040397+0000 mon.a (mon.0) 989 : cluster 3 Health check update: Degraded data redundancy: 38/630 objects degraded (6.032%), 13 pgs degraded (PG_DEGRADED) 2023-12-07T15:58:25.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:25 smithi144 bash[66528]: cluster 2023-12-07T15:58:23.537495+0000 mgr.y (mgr.25453) 1055 : cluster 0 pgmap v205: 161 pgs: 13 active+undersized+degraded, 20 active+undersized, 128 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 38/630 objects degraded (6.032%) 2023-12-07T15:58:25.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:25 smithi144 bash[66528]: audit 2023-12-07T15:58:23.613602+0000 mgr.y (mgr.25453) 1056 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:25.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:25 smithi144 bash[66528]: cluster 2023-12-07T15:58:24.040397+0000 mon.a (mon.0) 989 : cluster 3 Health check update: Degraded data redundancy: 38/630 objects degraded (6.032%), 13 pgs degraded (PG_DEGRADED) 2023-12-07T15:58:26.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:26 smithi144 bash[66528]: audit 2023-12-07T15:58:25.324768+0000 mon.a (mon.0) 990 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:26.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:26 smithi144 bash[66528]: audit 2023-12-07T15:58:25.339124+0000 mon.a (mon.0) 991 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:26.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:26 smithi144 bash[66528]: audit 2023-12-07T15:58:25.350321+0000 mon.a (mon.0) 992 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:26.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:26 smithi144 bash[66528]: cluster 2023-12-07T15:58:25.538577+0000 mgr.y (mgr.25453) 1057 : cluster 0 pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:26.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:26 smithi121 bash[81553]: audit 2023-12-07T15:58:25.324768+0000 mon.a (mon.0) 990 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:26.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:26 smithi121 bash[81553]: audit 2023-12-07T15:58:25.339124+0000 mon.a (mon.0) 991 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:26.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:26 smithi121 bash[81553]: audit 2023-12-07T15:58:25.350321+0000 mon.a (mon.0) 992 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:26.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:26 smithi121 bash[81553]: cluster 2023-12-07T15:58:25.538577+0000 mgr.y (mgr.25453) 1057 : cluster 0 pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:26.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:26 smithi121 bash[83807]: audit 2023-12-07T15:58:25.324768+0000 mon.a (mon.0) 990 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:26.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:26 smithi121 bash[83807]: audit 2023-12-07T15:58:25.339124+0000 mon.a (mon.0) 991 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:26.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:26 smithi121 bash[83807]: audit 2023-12-07T15:58:25.350321+0000 mon.a (mon.0) 992 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:26.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:26 smithi121 bash[83807]: cluster 2023-12-07T15:58:25.538577+0000 mgr.y (mgr.25453) 1057 : cluster 0 pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:27.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:27 smithi144 bash[66528]: cluster 2023-12-07T15:58:26.346686+0000 mon.a (mon.0) 993 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 38/630 objects degraded (6.032%), 13 pgs degraded) 2023-12-07T15:58:27.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:27 smithi144 bash[66528]: cluster 2023-12-07T15:58:26.346757+0000 mon.a (mon.0) 994 : cluster 1 Cluster is now healthy 2023-12-07T15:58:27.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:27 smithi121 bash[83807]: cluster 2023-12-07T15:58:26.346686+0000 mon.a (mon.0) 993 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 38/630 objects degraded (6.032%), 13 pgs degraded) 2023-12-07T15:58:27.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:27 smithi121 bash[83807]: cluster 2023-12-07T15:58:26.346757+0000 mon.a (mon.0) 994 : cluster 1 Cluster is now healthy 2023-12-07T15:58:27.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:27 smithi121 bash[81553]: cluster 2023-12-07T15:58:26.346686+0000 mon.a (mon.0) 993 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 38/630 objects degraded (6.032%), 13 pgs degraded) 2023-12-07T15:58:27.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:27 smithi121 bash[81553]: cluster 2023-12-07T15:58:26.346757+0000 mon.a (mon.0) 994 : cluster 1 Cluster is now healthy 2023-12-07T15:58:28.776 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:28 smithi121 bash[81553]: audit 2023-12-07T15:58:27.466770+0000 mon.a (mon.0) 995 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:28.776 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:28 smithi121 bash[81553]: audit 2023-12-07T15:58:27.470918+0000 mon.c (mon.1) 1951 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:58:28.776 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:28 smithi121 bash[81553]: cluster 2023-12-07T15:58:27.539132+0000 mgr.y (mgr.25453) 1058 : cluster 0 pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:28.777 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:28 smithi121 bash[83807]: audit 2023-12-07T15:58:27.466770+0000 mon.a (mon.0) 995 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:28.777 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:28 smithi121 bash[83807]: audit 2023-12-07T15:58:27.470918+0000 mon.c (mon.1) 1951 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:58:28.777 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:28 smithi121 bash[83807]: cluster 2023-12-07T15:58:27.539132+0000 mgr.y (mgr.25453) 1058 : cluster 0 pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:28.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:28 smithi144 bash[66528]: audit 2023-12-07T15:58:27.466770+0000 mon.a (mon.0) 995 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:28.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:28 smithi144 bash[66528]: audit 2023-12-07T15:58:27.470918+0000 mon.c (mon.1) 1951 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:58:28.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:28 smithi144 bash[66528]: cluster 2023-12-07T15:58:27.539132+0000 mgr.y (mgr.25453) 1058 : cluster 0 pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:31.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:30 smithi121 bash[81553]: cluster 2023-12-07T15:58:29.540896+0000 mgr.y (mgr.25453) 1059 : cluster 0 pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:31.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:30 smithi121 bash[83807]: cluster 2023-12-07T15:58:29.540896+0000 mgr.y (mgr.25453) 1059 : cluster 0 pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:31.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:30 smithi144 bash[66528]: cluster 2023-12-07T15:58:29.540896+0000 mgr.y (mgr.25453) 1059 : cluster 0 pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:33.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:32 smithi121 bash[83807]: cluster 2023-12-07T15:58:31.541664+0000 mgr.y (mgr.25453) 1060 : cluster 0 pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:33.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:32 smithi121 bash[83807]: audit 2023-12-07T15:58:32.690760+0000 mon.a (mon.0) 996 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:33.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:32 smithi121 bash[81553]: cluster 2023-12-07T15:58:31.541664+0000 mgr.y (mgr.25453) 1060 : cluster 0 pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:33.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:32 smithi121 bash[81553]: audit 2023-12-07T15:58:32.690760+0000 mon.a (mon.0) 996 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:33.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:32 smithi144 bash[66528]: cluster 2023-12-07T15:58:31.541664+0000 mgr.y (mgr.25453) 1060 : cluster 0 pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:33.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:32 smithi144 bash[66528]: audit 2023-12-07T15:58:32.690760+0000 mon.a (mon.0) 996 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:35.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:34 smithi121 bash[81553]: cluster 2023-12-07T15:58:33.543357+0000 mgr.y (mgr.25453) 1061 : cluster 0 pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:35.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:34 smithi121 bash[81553]: audit 2023-12-07T15:58:33.624091+0000 mgr.y (mgr.25453) 1062 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:35.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:34 smithi121 bash[83807]: cluster 2023-12-07T15:58:33.543357+0000 mgr.y (mgr.25453) 1061 : cluster 0 pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:35.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:34 smithi121 bash[83807]: audit 2023-12-07T15:58:33.624091+0000 mgr.y (mgr.25453) 1062 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:35.061 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:58:34 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:58:34] "GET /metrics HTTP/1.1" 200 38495 "" "Prometheus/2.33.4" 2023-12-07T15:58:35.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:34 smithi144 bash[66528]: cluster 2023-12-07T15:58:33.543357+0000 mgr.y (mgr.25453) 1061 : cluster 0 pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:35.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:34 smithi144 bash[66528]: audit 2023-12-07T15:58:33.624091+0000 mgr.y (mgr.25453) 1062 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:37.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:36 smithi121 bash[81553]: cluster 2023-12-07T15:58:35.544439+0000 mgr.y (mgr.25453) 1063 : cluster 0 pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:37.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:36 smithi121 bash[81553]: audit 2023-12-07T15:58:36.433169+0000 mon.a (mon.0) 997 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:37.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:36 smithi121 bash[81553]: audit 2023-12-07T15:58:36.445577+0000 mon.a (mon.0) 998 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:37.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:36 smithi121 bash[81553]: audit 2023-12-07T15:58:36.457515+0000 mon.a (mon.0) 999 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:37.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:36 smithi121 bash[81553]: audit 2023-12-07T15:58:36.574347+0000 mon.c (mon.1) 1952 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:37.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:36 smithi121 bash[83807]: cluster 2023-12-07T15:58:35.544439+0000 mgr.y (mgr.25453) 1063 : cluster 0 pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:37.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:36 smithi121 bash[83807]: audit 2023-12-07T15:58:36.433169+0000 mon.a (mon.0) 997 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:37.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:36 smithi121 bash[83807]: audit 2023-12-07T15:58:36.445577+0000 mon.a (mon.0) 998 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:37.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:36 smithi121 bash[83807]: audit 2023-12-07T15:58:36.457515+0000 mon.a (mon.0) 999 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:37.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:36 smithi121 bash[83807]: audit 2023-12-07T15:58:36.574347+0000 mon.c (mon.1) 1952 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:37.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:36 smithi144 bash[66528]: cluster 2023-12-07T15:58:35.544439+0000 mgr.y (mgr.25453) 1063 : cluster 0 pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:58:37.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:36 smithi144 bash[66528]: audit 2023-12-07T15:58:36.433169+0000 mon.a (mon.0) 997 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:37.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:36 smithi144 bash[66528]: audit 2023-12-07T15:58:36.445577+0000 mon.a (mon.0) 998 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:37.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:36 smithi144 bash[66528]: audit 2023-12-07T15:58:36.457515+0000 mon.a (mon.0) 999 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:37.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:36 smithi144 bash[66528]: audit 2023-12-07T15:58:36.574347+0000 mon.c (mon.1) 1952 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:38.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:37 smithi121 bash[81553]: audit 2023-12-07T15:58:36.574781+0000 mgr.y (mgr.25453) 1064 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:38.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:37 smithi121 bash[81553]: cephadm 2023-12-07T15:58:36.577728+0000 mgr.y (mgr.25453) 1065 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-07T15:58:38.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:37 smithi121 bash[83807]: audit 2023-12-07T15:58:36.574781+0000 mgr.y (mgr.25453) 1064 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:38.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:37 smithi121 bash[83807]: cephadm 2023-12-07T15:58:36.577728+0000 mgr.y (mgr.25453) 1065 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-07T15:58:38.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:37 smithi144 bash[66528]: audit 2023-12-07T15:58:36.574781+0000 mgr.y (mgr.25453) 1064 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:38.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:37 smithi144 bash[66528]: cephadm 2023-12-07T15:58:36.577728+0000 mgr.y (mgr.25453) 1065 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-07T15:58:39.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:38 smithi121 bash[81553]: cluster 2023-12-07T15:58:37.545165+0000 mgr.y (mgr.25453) 1066 : cluster 0 pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:39.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:38 smithi121 bash[83807]: cluster 2023-12-07T15:58:37.545165+0000 mgr.y (mgr.25453) 1066 : cluster 0 pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:39.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:38 smithi144 bash[66528]: cluster 2023-12-07T15:58:37.545165+0000 mgr.y (mgr.25453) 1066 : cluster 0 pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:40.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:40 smithi121 bash[81553]: cephadm 2023-12-07T15:58:39.400428+0000 mgr.y (mgr.25453) 1067 : cephadm 1 Upgrade: Updating osd.4 2023-12-07T15:58:40.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:40 smithi121 bash[81553]: audit 2023-12-07T15:58:39.408673+0000 mon.a (mon.0) 1000 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:40.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:40 smithi121 bash[81553]: audit 2023-12-07T15:58:39.414507+0000 mon.c (mon.1) 1953 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T15:58:40.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:40 smithi121 bash[81553]: audit 2023-12-07T15:58:39.415983+0000 mon.c (mon.1) 1954 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:40.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:40 smithi121 bash[81553]: cephadm 2023-12-07T15:58:39.421577+0000 mgr.y (mgr.25453) 1068 : cephadm 1 Deploying daemon osd.4 on smithi144 2023-12-07T15:58:40.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:40 smithi121 bash[81553]: cluster 2023-12-07T15:58:39.546984+0000 mgr.y (mgr.25453) 1069 : cluster 0 pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:40.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:40 smithi121 bash[83807]: cephadm 2023-12-07T15:58:39.400428+0000 mgr.y (mgr.25453) 1067 : cephadm 1 Upgrade: Updating osd.4 2023-12-07T15:58:40.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:40 smithi121 bash[83807]: audit 2023-12-07T15:58:39.408673+0000 mon.a (mon.0) 1000 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:40.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:40 smithi121 bash[83807]: audit 2023-12-07T15:58:39.414507+0000 mon.c (mon.1) 1953 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T15:58:40.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:40 smithi121 bash[83807]: audit 2023-12-07T15:58:39.415983+0000 mon.c (mon.1) 1954 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:40.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:40 smithi121 bash[83807]: cephadm 2023-12-07T15:58:39.421577+0000 mgr.y (mgr.25453) 1068 : cephadm 1 Deploying daemon osd.4 on smithi144 2023-12-07T15:58:40.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:40 smithi121 bash[83807]: cluster 2023-12-07T15:58:39.546984+0000 mgr.y (mgr.25453) 1069 : cluster 0 pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:40.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:40 smithi144 bash[66528]: cephadm 2023-12-07T15:58:39.400428+0000 mgr.y (mgr.25453) 1067 : cephadm 1 Upgrade: Updating osd.4 2023-12-07T15:58:40.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:40 smithi144 bash[66528]: audit 2023-12-07T15:58:39.408673+0000 mon.a (mon.0) 1000 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:40.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:40 smithi144 bash[66528]: audit 2023-12-07T15:58:39.414507+0000 mon.c (mon.1) 1953 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T15:58:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:40 smithi144 bash[66528]: audit 2023-12-07T15:58:39.415983+0000 mon.c (mon.1) 1954 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:40 smithi144 bash[66528]: cephadm 2023-12-07T15:58:39.421577+0000 mgr.y (mgr.25453) 1068 : cephadm 1 Deploying daemon osd.4 on smithi144 2023-12-07T15:58:40.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:40 smithi144 bash[66528]: cluster 2023-12-07T15:58:39.546984+0000 mgr.y (mgr.25453) 1069 : cluster 0 pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:58:42.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:42 smithi144 bash[66528]: cluster 2023-12-07T15:58:41.547725+0000 mgr.y (mgr.25453) 1070 : cluster 0 pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:42.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:42 smithi144 bash[66528]: audit 2023-12-07T15:58:42.462169+0000 mon.c (mon.1) 1955 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:58:43.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:42 smithi121 bash[81553]: cluster 2023-12-07T15:58:41.547725+0000 mgr.y (mgr.25453) 1070 : cluster 0 pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:43.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:42 smithi121 bash[81553]: audit 2023-12-07T15:58:42.462169+0000 mon.c (mon.1) 1955 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:58:43.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:42 smithi121 bash[83807]: cluster 2023-12-07T15:58:41.547725+0000 mgr.y (mgr.25453) 1070 : cluster 0 pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:43.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:42 smithi121 bash[83807]: audit 2023-12-07T15:58:42.462169+0000 mon.c (mon.1) 1955 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:58:44.568 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:44 smithi144 systemd[1]: Stopping Ceph osd.4 for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:58:44.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:44 smithi144 bash[66528]: cluster 2023-12-07T15:58:43.549126+0000 mgr.y (mgr.25453) 1071 : cluster 0 pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:44.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:44 smithi144 bash[66528]: audit 2023-12-07T15:58:43.632150+0000 mgr.y (mgr.25453) 1072 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:44.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:44 smithi144 bash[66528]: cluster 2023-12-07T15:58:44.566509+0000 mon.a (mon.0) 1001 : cluster 1 osd.4 marked itself down and dead 2023-12-07T15:58:44.877 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:44 smithi144 bash[30788]: debug 2023-12-07T15:58:44.560+0000 7f6e6788d700 -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 2023-12-07T15:58:44.877 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:44 smithi144 bash[30788]: debug 2023-12-07T15:58:44.560+0000 7f6e6788d700 -1 osd.4 135 *** Got signal Terminated *** 2023-12-07T15:58:44.877 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:44 smithi144 bash[30788]: debug 2023-12-07T15:58:44.560+0000 7f6e6788d700 -1 osd.4 135 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T15:58:45.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:58:44 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:58:44] "GET /metrics HTTP/1.1" 200 38498 "" "Prometheus/2.33.4" 2023-12-07T15:58:45.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:44 smithi121 bash[81553]: cluster 2023-12-07T15:58:43.549126+0000 mgr.y (mgr.25453) 1071 : cluster 0 pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:45.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:44 smithi121 bash[81553]: audit 2023-12-07T15:58:43.632150+0000 mgr.y (mgr.25453) 1072 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:45.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:44 smithi121 bash[81553]: cluster 2023-12-07T15:58:44.566509+0000 mon.a (mon.0) 1001 : cluster 1 osd.4 marked itself down and dead 2023-12-07T15:58:45.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:44 smithi121 bash[83807]: cluster 2023-12-07T15:58:43.549126+0000 mgr.y (mgr.25453) 1071 : cluster 0 pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:58:45.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:44 smithi121 bash[83807]: audit 2023-12-07T15:58:43.632150+0000 mgr.y (mgr.25453) 1072 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:45.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:44 smithi121 bash[83807]: cluster 2023-12-07T15:58:44.566509+0000 mon.a (mon.0) 1001 : cluster 1 osd.4 marked itself down and dead 2023-12-07T15:58:46.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[81553]: cluster 2023-12-07T15:58:44.780745+0000 mon.a (mon.0) 1002 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:58:46.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[81553]: cluster 2023-12-07T15:58:44.788429+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e136 with expected crc 2023-12-07T15:58:46.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[81553]: cluster 2023-12-07T15:58:44.789254+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e136 with expected crc 2023-12-07T15:58:46.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[81553]: cluster 2023-12-07T15:58:44.792413+0000 mon.a (mon.0) 1003 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-07T15:58:46.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[81553]: cluster 2023-12-07T15:58:44.794805+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e136 with expected crc 2023-12-07T15:58:46.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[81553]: cluster 2023-12-07T15:58:44.795107+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e136 with expected crc 2023-12-07T15:58:46.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[81553]: audit 2023-12-07T15:58:45.506809+0000 mon.a (mon.0) 1004 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:46.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[81553]: audit 2023-12-07T15:58:45.521536+0000 mon.a (mon.0) 1005 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:46.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[81553]: audit 2023-12-07T15:58:45.531787+0000 mon.a (mon.0) 1006 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:46.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[83807]: cluster 2023-12-07T15:58:44.780745+0000 mon.a (mon.0) 1002 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:58:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[83807]: cluster 2023-12-07T15:58:44.788429+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e136 with expected crc 2023-12-07T15:58:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[83807]: cluster 2023-12-07T15:58:44.789254+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e136 with expected crc 2023-12-07T15:58:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[83807]: cluster 2023-12-07T15:58:44.792413+0000 mon.a (mon.0) 1003 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-07T15:58:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[83807]: cluster 2023-12-07T15:58:44.794805+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e136 with expected crc 2023-12-07T15:58:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[83807]: cluster 2023-12-07T15:58:44.795107+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e136 with expected crc 2023-12-07T15:58:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[83807]: audit 2023-12-07T15:58:45.506809+0000 mon.a (mon.0) 1004 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[83807]: audit 2023-12-07T15:58:45.521536+0000 mon.a (mon.0) 1005 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:46.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:45 smithi121 bash[83807]: audit 2023-12-07T15:58:45.531787+0000 mon.a (mon.0) 1006 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:46.098 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:45 smithi144 bash[71945]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-4 2023-12-07T15:58:46.098 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:46 smithi144 bash[72014]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-4 2023-12-07T15:58:46.098 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:45 smithi144 bash[66528]: cluster 2023-12-07T15:58:44.780745+0000 mon.a (mon.0) 1002 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:58:46.098 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:45 smithi144 bash[66528]: cluster 2023-12-07T15:58:44.788429+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e136 with expected crc 2023-12-07T15:58:46.098 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:45 smithi144 bash[66528]: cluster 2023-12-07T15:58:44.789254+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e136 with expected crc 2023-12-07T15:58:46.098 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:45 smithi144 bash[66528]: cluster 2023-12-07T15:58:44.792413+0000 mon.a (mon.0) 1003 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-07T15:58:46.099 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:45 smithi144 bash[66528]: cluster 2023-12-07T15:58:44.794805+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e136 with expected crc 2023-12-07T15:58:46.099 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:45 smithi144 bash[66528]: cluster 2023-12-07T15:58:44.795107+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e136 with expected crc 2023-12-07T15:58:46.099 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:45 smithi144 bash[66528]: audit 2023-12-07T15:58:45.506809+0000 mon.a (mon.0) 1004 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:46.099 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:45 smithi144 bash[66528]: audit 2023-12-07T15:58:45.521536+0000 mon.a (mon.0) 1005 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:46.099 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:45 smithi144 bash[66528]: audit 2023-12-07T15:58:45.531787+0000 mon.a (mon.0) 1006 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:47.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[81553]: cluster 2023-12-07T15:58:45.549676+0000 mgr.y (mgr.25453) 1073 : cluster 0 pgmap v217: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:47.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[81553]: cluster 2023-12-07T15:58:45.808437+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[81553]: cluster 2023-12-07T15:58:45.810954+0000 mon.a (mon.0) 1007 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-07T15:58:47.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[81553]: cluster 2023-12-07T15:58:45.811734+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[81553]: cluster 2023-12-07T15:58:45.812877+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[81553]: cluster 2023-12-07T15:58:45.814222+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[81553]: cluster 2023-12-07T15:58:45.815462+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[81553]: cluster 2023-12-07T15:58:45.816753+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[81553]: cluster 2023-12-07T15:58:45.818567+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[81553]: cluster 2023-12-07T15:58:45.819721+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[81553]: cluster 2023-12-07T15:58:45.821163+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[81553]: cluster 2023-12-07T15:58:45.821628+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[83807]: cluster 2023-12-07T15:58:45.549676+0000 mgr.y (mgr.25453) 1073 : cluster 0 pgmap v217: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:47.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[83807]: cluster 2023-12-07T15:58:45.808437+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[83807]: cluster 2023-12-07T15:58:45.810954+0000 mon.a (mon.0) 1007 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-07T15:58:47.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[83807]: cluster 2023-12-07T15:58:45.811734+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[83807]: cluster 2023-12-07T15:58:45.812877+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[83807]: cluster 2023-12-07T15:58:45.814222+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[83807]: cluster 2023-12-07T15:58:45.815462+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[83807]: cluster 2023-12-07T15:58:45.816753+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[83807]: cluster 2023-12-07T15:58:45.818567+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[83807]: cluster 2023-12-07T15:58:45.819721+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[83807]: cluster 2023-12-07T15:58:45.821163+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:46 smithi121 bash[83807]: cluster 2023-12-07T15:58:45.821628+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:46 smithi144 bash[66528]: cluster 2023-12-07T15:58:45.549676+0000 mgr.y (mgr.25453) 1073 : cluster 0 pgmap v217: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:47.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:46 smithi144 bash[66528]: cluster 2023-12-07T15:58:45.808437+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:46 smithi144 bash[66528]: cluster 2023-12-07T15:58:45.810954+0000 mon.a (mon.0) 1007 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-07T15:58:47.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:46 smithi144 bash[66528]: cluster 2023-12-07T15:58:45.811734+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:46 smithi144 bash[66528]: cluster 2023-12-07T15:58:45.812877+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:46 smithi144 bash[66528]: cluster 2023-12-07T15:58:45.814222+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:46 smithi144 bash[66528]: cluster 2023-12-07T15:58:45.815462+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:46 smithi144 bash[66528]: cluster 2023-12-07T15:58:45.816753+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:46 smithi144 bash[66528]: cluster 2023-12-07T15:58:45.818567+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:46 smithi144 bash[66528]: cluster 2023-12-07T15:58:45.819721+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:46 smithi144 bash[66528]: cluster 2023-12-07T15:58:45.821163+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:47.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:46 smithi144 bash[66528]: cluster 2023-12-07T15:58:45.821628+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e137 with expected crc 2023-12-07T15:58:48.314 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:48 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.4.service: Succeeded. 2023-12-07T15:58:48.314 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:48 smithi144 systemd[1]: Stopped Ceph osd.4 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:58:48.314 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:48 smithi144 systemd[1]: Started Ceph osd.4 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:58:49.122 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:48 smithi121 bash[81553]: cluster 2023-12-07T15:58:47.550379+0000 mgr.y (mgr.25453) 1074 : cluster 0 pgmap v219: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-07T15:58:49.122 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:48 smithi121 bash[81553]: audit 2023-12-07T15:58:48.303896+0000 mon.a (mon.0) 1008 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:49.123 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:48 smithi121 bash[81553]: audit 2023-12-07T15:58:48.317330+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:49.123 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:48 smithi121 bash[83807]: cluster 2023-12-07T15:58:47.550379+0000 mgr.y (mgr.25453) 1074 : cluster 0 pgmap v219: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-07T15:58:49.123 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:48 smithi121 bash[83807]: audit 2023-12-07T15:58:48.303896+0000 mon.a (mon.0) 1008 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:49.123 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:48 smithi121 bash[83807]: audit 2023-12-07T15:58:48.317330+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:49.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:48 smithi144 bash[66528]: cluster 2023-12-07T15:58:47.550379+0000 mgr.y (mgr.25453) 1074 : cluster 0 pgmap v219: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-07T15:58:49.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:48 smithi144 bash[66528]: audit 2023-12-07T15:58:48.303896+0000 mon.a (mon.0) 1008 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:49.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:48 smithi144 bash[66528]: audit 2023-12-07T15:58:48.317330+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:49.901 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:48.890950+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:49.901 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:48.908213+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:49.901 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:48.912100+0000 mon.c (mon.1) 1956 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:49.901 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:48.913754+0000 mon.c (mon.1) 1957 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:49.901 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:48.922606+0000 mon.a (mon.0) 1012 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:49.901 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:48.890950+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:49.901 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:48.908213+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:49.901 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:48.912100+0000 mon.c (mon.1) 1956 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:49.901 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:48.913754+0000 mon.c (mon.1) 1957 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:49.902 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:48.922606+0000 mon.a (mon.0) 1012 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:49.902 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: cephadm 2023-12-07T15:58:48.924131+0000 mgr.y (mgr.25453) 1075 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:49.902 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.001612+0000 mon.c (mon.1) 1958 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:49.902 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.004770+0000 mon.c (mon.1) 1959 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:49.902 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.009295+0000 mon.c (mon.1) 1960 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:49.902 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.010447+0000 mon.c (mon.1) 1961 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:49.902 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.021497+0000 mon.a (mon.0) 1013 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:49.902 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: cephadm 2023-12-07T15:58:49.022800+0000 mgr.y (mgr.25453) 1076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:49.902 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.104191+0000 mon.c (mon.1) 1962 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:49.902 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.106883+0000 mon.c (mon.1) 1963 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:49.902 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.109759+0000 mon.c (mon.1) 1964 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.126 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[72188]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-07T15:58:50.127 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[72188]: 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 2023-12-07T15:58:50.127 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[72188]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-07T15:58:50.127 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[72188]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-07T15:58:50.127 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[72188]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-07T15:58:50.127 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[72188]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-07T15:58:50.127 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[72188]: --> ceph-volume raw activate successful for osd ID: 4 2023-12-07T15:58:50.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:48.890950+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:48.908213+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:48.912100+0000 mon.c (mon.1) 1956 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:48.913754+0000 mon.c (mon.1) 1957 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:48.922606+0000 mon.a (mon.0) 1012 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: cephadm 2023-12-07T15:58:48.924131+0000 mgr.y (mgr.25453) 1075 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.001612+0000 mon.c (mon.1) 1958 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.004770+0000 mon.c (mon.1) 1959 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.009295+0000 mon.c (mon.1) 1960 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.010447+0000 mon.c (mon.1) 1961 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.021497+0000 mon.a (mon.0) 1013 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: cephadm 2023-12-07T15:58:49.022800+0000 mgr.y (mgr.25453) 1076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.104191+0000 mon.c (mon.1) 1962 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.106883+0000 mon.c (mon.1) 1963 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.109759+0000 mon.c (mon.1) 1964 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.111027+0000 mon.c (mon.1) 1965 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.120560+0000 mon.a (mon.0) 1014 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: cephadm 2023-12-07T15:58:49.122957+0000 mgr.y (mgr.25453) 1077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.204383+0000 mon.c (mon.1) 1966 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.206997+0000 mon.c (mon.1) 1967 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.209510+0000 mon.c (mon.1) 1968 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.210594+0000 mon.c (mon.1) 1969 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.219226+0000 mon.a (mon.0) 1015 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.300496+0000 mon.c (mon.1) 1970 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.303220+0000 mon.c (mon.1) 1971 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.306473+0000 mon.c (mon.1) 1972 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.307686+0000 mon.c (mon.1) 1973 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.316680+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.396295+0000 mon.c (mon.1) 1974 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.399264+0000 mon.c (mon.1) 1975 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.402597+0000 mon.c (mon.1) 1976 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.403672+0000 mon.c (mon.1) 1977 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.409666+0000 mon.a (mon.0) 1017 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.493186+0000 mon.c (mon.1) 1978 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.495814+0000 mon.c (mon.1) 1979 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.499529+0000 mon.c (mon.1) 1980 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.500704+0000 mon.c (mon.1) 1981 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.508031+0000 mon.a (mon.0) 1018 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.591145+0000 mon.c (mon.1) 1982 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.595616+0000 mon.c (mon.1) 1983 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.599069+0000 mon.c (mon.1) 1984 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.599941+0000 mon.c (mon.1) 1985 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.608751+0000 mon.a (mon.0) 1019 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.692310+0000 mon.c (mon.1) 1986 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.696246+0000 mon.c (mon.1) 1987 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.699742+0000 mon.c (mon.1) 1988 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.700754+0000 mon.c (mon.1) 1989 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.707037+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.792810+0000 mon.c (mon.1) 1990 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.795412+0000 mon.c (mon.1) 1991 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.798064+0000 mon.c (mon.1) 1992 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.799101+0000 mon.c (mon.1) 1993 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.808221+0000 mon.a (mon.0) 1021 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.875706+0000 mon.c (mon.1) 1994 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.878100+0000 mon.c (mon.1) 1995 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.881008+0000 mon.c (mon.1) 1996 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:49 smithi144 bash[66528]: audit 2023-12-07T15:58:49.882109+0000 mon.c (mon.1) 1997 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: cephadm 2023-12-07T15:58:48.924131+0000 mgr.y (mgr.25453) 1075 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:50.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.001612+0000 mon.c (mon.1) 1958 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.004770+0000 mon.c (mon.1) 1959 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.009295+0000 mon.c (mon.1) 1960 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.010447+0000 mon.c (mon.1) 1961 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.021497+0000 mon.a (mon.0) 1013 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: cephadm 2023-12-07T15:58:49.022800+0000 mgr.y (mgr.25453) 1076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:50.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.104191+0000 mon.c (mon.1) 1962 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.106883+0000 mon.c (mon.1) 1963 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.109759+0000 mon.c (mon.1) 1964 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.111027+0000 mon.c (mon.1) 1965 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.120560+0000 mon.a (mon.0) 1014 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: cephadm 2023-12-07T15:58:49.122957+0000 mgr.y (mgr.25453) 1077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:50.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.204383+0000 mon.c (mon.1) 1966 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.206997+0000 mon.c (mon.1) 1967 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.209510+0000 mon.c (mon.1) 1968 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.210594+0000 mon.c (mon.1) 1969 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.219226+0000 mon.a (mon.0) 1015 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.300496+0000 mon.c (mon.1) 1970 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.303220+0000 mon.c (mon.1) 1971 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.111027+0000 mon.c (mon.1) 1965 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.120560+0000 mon.a (mon.0) 1014 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: cephadm 2023-12-07T15:58:49.122957+0000 mgr.y (mgr.25453) 1077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:50.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.204383+0000 mon.c (mon.1) 1966 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.206997+0000 mon.c (mon.1) 1967 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.209510+0000 mon.c (mon.1) 1968 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.210594+0000 mon.c (mon.1) 1969 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.219226+0000 mon.a (mon.0) 1015 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.300496+0000 mon.c (mon.1) 1970 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.303220+0000 mon.c (mon.1) 1971 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.306473+0000 mon.c (mon.1) 1972 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.307686+0000 mon.c (mon.1) 1973 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.316680+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.396295+0000 mon.c (mon.1) 1974 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.399264+0000 mon.c (mon.1) 1975 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.402597+0000 mon.c (mon.1) 1976 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.403672+0000 mon.c (mon.1) 1977 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.409666+0000 mon.a (mon.0) 1017 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.493186+0000 mon.c (mon.1) 1978 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.495814+0000 mon.c (mon.1) 1979 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.306473+0000 mon.c (mon.1) 1972 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.307686+0000 mon.c (mon.1) 1973 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.316680+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.396295+0000 mon.c (mon.1) 1974 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.399264+0000 mon.c (mon.1) 1975 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.402597+0000 mon.c (mon.1) 1976 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.403672+0000 mon.c (mon.1) 1977 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.409666+0000 mon.a (mon.0) 1017 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.493186+0000 mon.c (mon.1) 1978 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.495814+0000 mon.c (mon.1) 1979 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.499529+0000 mon.c (mon.1) 1980 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.500704+0000 mon.c (mon.1) 1981 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.508031+0000 mon.a (mon.0) 1018 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.591145+0000 mon.c (mon.1) 1982 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.595616+0000 mon.c (mon.1) 1983 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.599069+0000 mon.c (mon.1) 1984 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.599941+0000 mon.c (mon.1) 1985 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.608751+0000 mon.a (mon.0) 1019 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.692310+0000 mon.c (mon.1) 1986 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.696246+0000 mon.c (mon.1) 1987 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.499529+0000 mon.c (mon.1) 1980 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.500704+0000 mon.c (mon.1) 1981 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.508031+0000 mon.a (mon.0) 1018 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.591145+0000 mon.c (mon.1) 1982 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.595616+0000 mon.c (mon.1) 1983 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.599069+0000 mon.c (mon.1) 1984 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.599941+0000 mon.c (mon.1) 1985 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.608751+0000 mon.a (mon.0) 1019 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.692310+0000 mon.c (mon.1) 1986 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.696246+0000 mon.c (mon.1) 1987 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.699742+0000 mon.c (mon.1) 1988 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.700754+0000 mon.c (mon.1) 1989 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.707037+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.792810+0000 mon.c (mon.1) 1990 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.795412+0000 mon.c (mon.1) 1991 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.798064+0000 mon.c (mon.1) 1992 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.799101+0000 mon.c (mon.1) 1993 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.808221+0000 mon.a (mon.0) 1021 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.875706+0000 mon.c (mon.1) 1994 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.878100+0000 mon.c (mon.1) 1995 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.881008+0000 mon.c (mon.1) 1996 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[81553]: audit 2023-12-07T15:58:49.882109+0000 mon.c (mon.1) 1997 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.699742+0000 mon.c (mon.1) 1988 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.700754+0000 mon.c (mon.1) 1989 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.707037+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.792810+0000 mon.c (mon.1) 1990 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.795412+0000 mon.c (mon.1) 1991 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.798064+0000 mon.c (mon.1) 1992 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.799101+0000 mon.c (mon.1) 1993 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:50.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.808221+0000 mon.a (mon.0) 1021 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:50.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.875706+0000 mon.c (mon.1) 1994 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:50.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.878100+0000 mon.c (mon.1) 1995 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:50.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.881008+0000 mon.c (mon.1) 1996 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:50.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:49 smithi121 bash[83807]: audit 2023-12-07T15:58:49.882109+0000 mon.c (mon.1) 1997 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: cephadm 2023-12-07T15:58:49.220180+0000 mgr.y (mgr.25453) 1078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: cephadm 2023-12-07T15:58:49.317595+0000 mgr.y (mgr.25453) 1079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: cephadm 2023-12-07T15:58:49.412445+0000 mgr.y (mgr.25453) 1080 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: cephadm 2023-12-07T15:58:49.510981+0000 mgr.y (mgr.25453) 1081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: cluster 2023-12-07T15:58:49.551975+0000 mgr.y (mgr.25453) 1082 : cluster 0 pgmap v220: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-07T15:58:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: cephadm 2023-12-07T15:58:49.610135+0000 mgr.y (mgr.25453) 1083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: cephadm 2023-12-07T15:58:49.708807+0000 mgr.y (mgr.25453) 1084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: cephadm 2023-12-07T15:58:49.809564+0000 mgr.y (mgr.25453) 1085 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:49.888956+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: cephadm 2023-12-07T15:58:49.891799+0000 mgr.y (mgr.25453) 1086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:49.975450+0000 mon.c (mon.1) 1998 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:49.978132+0000 mon.c (mon.1) 1999 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:49.981433+0000 mon.c (mon.1) 2000 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:49.982861+0000 mon.c (mon.1) 2001 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:49.990955+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: cephadm 2023-12-07T15:58:49.992739+0000 mgr.y (mgr.25453) 1087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.071660+0000 mon.c (mon.1) 2002 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.074204+0000 mon.c (mon.1) 2003 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.077764+0000 mon.c (mon.1) 2004 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.079048+0000 mon.c (mon.1) 2005 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.086209+0000 mon.a (mon.0) 1024 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: cephadm 2023-12-07T15:58:49.220180+0000 mgr.y (mgr.25453) 1078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: cephadm 2023-12-07T15:58:49.317595+0000 mgr.y (mgr.25453) 1079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: cephadm 2023-12-07T15:58:49.412445+0000 mgr.y (mgr.25453) 1080 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: cephadm 2023-12-07T15:58:49.510981+0000 mgr.y (mgr.25453) 1081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: cluster 2023-12-07T15:58:49.551975+0000 mgr.y (mgr.25453) 1082 : cluster 0 pgmap v220: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-07T15:58:51.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: cephadm 2023-12-07T15:58:49.610135+0000 mgr.y (mgr.25453) 1083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: cephadm 2023-12-07T15:58:49.708807+0000 mgr.y (mgr.25453) 1084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: cephadm 2023-12-07T15:58:49.809564+0000 mgr.y (mgr.25453) 1085 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:49.888956+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: cephadm 2023-12-07T15:58:49.891799+0000 mgr.y (mgr.25453) 1086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:49.975450+0000 mon.c (mon.1) 1998 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:49.978132+0000 mon.c (mon.1) 1999 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:49.981433+0000 mon.c (mon.1) 2000 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:49.982861+0000 mon.c (mon.1) 2001 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:49.990955+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: cephadm 2023-12-07T15:58:49.992739+0000 mgr.y (mgr.25453) 1087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.071660+0000 mon.c (mon.1) 2002 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.074204+0000 mon.c (mon.1) 2003 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.077764+0000 mon.c (mon.1) 2004 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.079048+0000 mon.c (mon.1) 2005 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.086209+0000 mon.a (mon.0) 1024 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: cephadm 2023-12-07T15:58:50.088666+0000 mgr.y (mgr.25453) 1088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.171478+0000 mon.c (mon.1) 2006 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.173930+0000 mon.c (mon.1) 2007 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.177142+0000 mon.c (mon.1) 2008 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.178314+0000 mon.c (mon.1) 2009 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.184757+0000 mon.a (mon.0) 1025 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.270585+0000 mon.c (mon.1) 2010 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.273392+0000 mon.c (mon.1) 2011 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.277396+0000 mon.c (mon.1) 2012 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.279150+0000 mon.c (mon.1) 2013 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.289362+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.371884+0000 mon.c (mon.1) 2014 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.374302+0000 mon.c (mon.1) 2015 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.378515+0000 mon.c (mon.1) 2016 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.379601+0000 mon.c (mon.1) 2017 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.387349+0000 mon.a (mon.0) 1027 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.470189+0000 mon.c (mon.1) 2018 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.474388+0000 mon.c (mon.1) 2019 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.477952+0000 mon.c (mon.1) 2020 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: cephadm 2023-12-07T15:58:50.088666+0000 mgr.y (mgr.25453) 1088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.171478+0000 mon.c (mon.1) 2006 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.173930+0000 mon.c (mon.1) 2007 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.177142+0000 mon.c (mon.1) 2008 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.178314+0000 mon.c (mon.1) 2009 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.184757+0000 mon.a (mon.0) 1025 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.270585+0000 mon.c (mon.1) 2010 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.273392+0000 mon.c (mon.1) 2011 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.277396+0000 mon.c (mon.1) 2012 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.279150+0000 mon.c (mon.1) 2013 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.289362+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.371884+0000 mon.c (mon.1) 2014 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.374302+0000 mon.c (mon.1) 2015 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.378515+0000 mon.c (mon.1) 2016 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.379601+0000 mon.c (mon.1) 2017 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.387349+0000 mon.a (mon.0) 1027 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.470189+0000 mon.c (mon.1) 2018 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.474388+0000 mon.c (mon.1) 2019 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.477952+0000 mon.c (mon.1) 2020 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.478833+0000 mon.c (mon.1) 2021 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.486032+0000 mon.a (mon.0) 1028 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: cluster 2023-12-07T15:58:50.506085+0000 mon.a (mon.0) 1029 : cluster 3 Health check failed: Degraded data redundancy: 107/630 objects degraded (16.984%), 28 pgs degraded (PG_DEGRADED) 2023-12-07T15:58:51.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.569079+0000 mon.c (mon.1) 2022 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.571668+0000 mon.c (mon.1) 2023 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.575361+0000 mon.c (mon.1) 2024 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.576484+0000 mon.c (mon.1) 2025 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.585496+0000 mon.a (mon.0) 1030 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.663830+0000 mon.c (mon.1) 2026 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.666821+0000 mon.c (mon.1) 2027 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.670283+0000 mon.c (mon.1) 2028 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.671758+0000 mon.c (mon.1) 2029 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.682829+0000 mon.a (mon.0) 1031 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.767635+0000 mon.c (mon.1) 2030 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.771849+0000 mon.c (mon.1) 2031 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.774913+0000 mon.c (mon.1) 2032 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.776178+0000 mon.c (mon.1) 2033 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.785860+0000 mon.a (mon.0) 1032 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.868256+0000 mon.c (mon.1) 2034 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.870999+0000 mon.c (mon.1) 2035 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.874371+0000 mon.c (mon.1) 2036 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.875597+0000 mon.c (mon.1) 2037 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[81553]: audit 2023-12-07T15:58:50.885421+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.478833+0000 mon.c (mon.1) 2021 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.486032+0000 mon.a (mon.0) 1028 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: cluster 2023-12-07T15:58:50.506085+0000 mon.a (mon.0) 1029 : cluster 3 Health check failed: Degraded data redundancy: 107/630 objects degraded (16.984%), 28 pgs degraded (PG_DEGRADED) 2023-12-07T15:58:51.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.569079+0000 mon.c (mon.1) 2022 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.571668+0000 mon.c (mon.1) 2023 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.575361+0000 mon.c (mon.1) 2024 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.576484+0000 mon.c (mon.1) 2025 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.585496+0000 mon.a (mon.0) 1030 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.663830+0000 mon.c (mon.1) 2026 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.666821+0000 mon.c (mon.1) 2027 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.670283+0000 mon.c (mon.1) 2028 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.671758+0000 mon.c (mon.1) 2029 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.682829+0000 mon.a (mon.0) 1031 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.767635+0000 mon.c (mon.1) 2030 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.771849+0000 mon.c (mon.1) 2031 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.774913+0000 mon.c (mon.1) 2032 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.776178+0000 mon.c (mon.1) 2033 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.785860+0000 mon.a (mon.0) 1032 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.868256+0000 mon.c (mon.1) 2034 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.870999+0000 mon.c (mon.1) 2035 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.874371+0000 mon.c (mon.1) 2036 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.875597+0000 mon.c (mon.1) 2037 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:50 smithi121 bash[83807]: audit 2023-12-07T15:58:50.885421+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: cephadm 2023-12-07T15:58:49.220180+0000 mgr.y (mgr.25453) 1078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: cephadm 2023-12-07T15:58:49.317595+0000 mgr.y (mgr.25453) 1079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: cephadm 2023-12-07T15:58:49.412445+0000 mgr.y (mgr.25453) 1080 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: cephadm 2023-12-07T15:58:49.510981+0000 mgr.y (mgr.25453) 1081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: cluster 2023-12-07T15:58:49.551975+0000 mgr.y (mgr.25453) 1082 : cluster 0 pgmap v220: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-07T15:58:51.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: cephadm 2023-12-07T15:58:49.610135+0000 mgr.y (mgr.25453) 1083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: cephadm 2023-12-07T15:58:49.708807+0000 mgr.y (mgr.25453) 1084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: cephadm 2023-12-07T15:58:49.809564+0000 mgr.y (mgr.25453) 1085 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:49.888956+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: cephadm 2023-12-07T15:58:49.891799+0000 mgr.y (mgr.25453) 1086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:49.975450+0000 mon.c (mon.1) 1998 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:49.978132+0000 mon.c (mon.1) 1999 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:49.981433+0000 mon.c (mon.1) 2000 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:49.982861+0000 mon.c (mon.1) 2001 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:49.990955+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: cephadm 2023-12-07T15:58:49.992739+0000 mgr.y (mgr.25453) 1087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.071660+0000 mon.c (mon.1) 2002 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.074204+0000 mon.c (mon.1) 2003 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.077764+0000 mon.c (mon.1) 2004 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.079048+0000 mon.c (mon.1) 2005 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.086209+0000 mon.a (mon.0) 1024 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: cephadm 2023-12-07T15:58:50.088666+0000 mgr.y (mgr.25453) 1088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:51.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.171478+0000 mon.c (mon.1) 2006 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.173930+0000 mon.c (mon.1) 2007 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.177142+0000 mon.c (mon.1) 2008 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.178314+0000 mon.c (mon.1) 2009 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.184757+0000 mon.a (mon.0) 1025 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.270585+0000 mon.c (mon.1) 2010 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.273392+0000 mon.c (mon.1) 2011 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.277396+0000 mon.c (mon.1) 2012 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.279150+0000 mon.c (mon.1) 2013 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.289362+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.371884+0000 mon.c (mon.1) 2014 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.374302+0000 mon.c (mon.1) 2015 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.378515+0000 mon.c (mon.1) 2016 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.379601+0000 mon.c (mon.1) 2017 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.387349+0000 mon.a (mon.0) 1027 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.383 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.470189+0000 mon.c (mon.1) 2018 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.383 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.474388+0000 mon.c (mon.1) 2019 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.383 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.477952+0000 mon.c (mon.1) 2020 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.383 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.478833+0000 mon.c (mon.1) 2021 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.384 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.486032+0000 mon.a (mon.0) 1028 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.384 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: cluster 2023-12-07T15:58:50.506085+0000 mon.a (mon.0) 1029 : cluster 3 Health check failed: Degraded data redundancy: 107/630 objects degraded (16.984%), 28 pgs degraded (PG_DEGRADED) 2023-12-07T15:58:51.384 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.569079+0000 mon.c (mon.1) 2022 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.384 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.571668+0000 mon.c (mon.1) 2023 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.384 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.575361+0000 mon.c (mon.1) 2024 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.384 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.576484+0000 mon.c (mon.1) 2025 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.384 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.585496+0000 mon.a (mon.0) 1030 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.384 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.663830+0000 mon.c (mon.1) 2026 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.385 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.666821+0000 mon.c (mon.1) 2027 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.385 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.670283+0000 mon.c (mon.1) 2028 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.385 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.671758+0000 mon.c (mon.1) 2029 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.385 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.682829+0000 mon.a (mon.0) 1031 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.385 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.767635+0000 mon.c (mon.1) 2030 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.385 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.771849+0000 mon.c (mon.1) 2031 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.385 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.774913+0000 mon.c (mon.1) 2032 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.385 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.776178+0000 mon.c (mon.1) 2033 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.385 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.785860+0000 mon.a (mon.0) 1032 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:51.386 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.868256+0000 mon.c (mon.1) 2034 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:51.386 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.870999+0000 mon.c (mon.1) 2035 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:51.386 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.874371+0000 mon.c (mon.1) 2036 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:51.386 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.875597+0000 mon.c (mon.1) 2037 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:51.386 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:50 smithi144 bash[66528]: audit 2023-12-07T15:58:50.885421+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.152 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: cephadm 2023-12-07T15:58:50.187776+0000 mgr.y (mgr.25453) 1089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.152 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: cephadm 2023-12-07T15:58:50.290314+0000 mgr.y (mgr.25453) 1090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.152 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: cephadm 2023-12-07T15:58:50.389903+0000 mgr.y (mgr.25453) 1091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.153 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: cephadm 2023-12-07T15:58:50.486960+0000 mgr.y (mgr.25453) 1092 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.153 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: cephadm 2023-12-07T15:58:50.586268+0000 mgr.y (mgr.25453) 1093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.153 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: cephadm 2023-12-07T15:58:50.684610+0000 mgr.y (mgr.25453) 1094 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.153 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: cephadm 2023-12-07T15:58:50.788320+0000 mgr.y (mgr.25453) 1095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.153 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: cephadm 2023-12-07T15:58:50.887518+0000 mgr.y (mgr.25453) 1096 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.153 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:50.967935+0000 mon.c (mon.1) 2038 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.153 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:50.972095+0000 mon.c (mon.1) 2039 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.154 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:50.976118+0000 mon.c (mon.1) 2040 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.154 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:50.977299+0000 mon.c (mon.1) 2041 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.154 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:50.984297+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.154 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: cephadm 2023-12-07T15:58:50.985314+0000 mgr.y (mgr.25453) 1097 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.154 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.067720+0000 mon.c (mon.1) 2042 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.154 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.070286+0000 mon.c (mon.1) 2043 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.155 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.074091+0000 mon.c (mon.1) 2044 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.155 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.075338+0000 mon.c (mon.1) 2045 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.155 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.084130+0000 mon.a (mon.0) 1035 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.155 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: cephadm 2023-12-07T15:58:51.084961+0000 mgr.y (mgr.25453) 1098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.155 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.163899+0000 mon.c (mon.1) 2046 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.155 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.166873+0000 mon.c (mon.1) 2047 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.155 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.170680+0000 mon.c (mon.1) 2048 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.156 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.172147+0000 mon.c (mon.1) 2049 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.156 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.180028+0000 mon.a (mon.0) 1036 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.156 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.260171+0000 mon.c (mon.1) 2050 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.156 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.262854+0000 mon.c (mon.1) 2051 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.156 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.266091+0000 mon.c (mon.1) 2052 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.156 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.267191+0000 mon.c (mon.1) 2053 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.156 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.274914+0000 mon.a (mon.0) 1037 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.157 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.357196+0000 mon.c (mon.1) 2054 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.157 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.359422+0000 mon.c (mon.1) 2055 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.157 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.362531+0000 mon.c (mon.1) 2056 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.157 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.363759+0000 mon.c (mon.1) 2057 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.157 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.372282+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.157 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.457934+0000 mon.c (mon.1) 2058 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.157 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.460706+0000 mon.c (mon.1) 2059 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.157 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.463803+0000 mon.c (mon.1) 2060 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.158 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.465040+0000 mon.c (mon.1) 2061 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.158 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.473180+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.158 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.557602+0000 mon.c (mon.1) 2062 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.158 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.560263+0000 mon.c (mon.1) 2063 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.158 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.563278+0000 mon.c (mon.1) 2064 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.159 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.564784+0000 mon.c (mon.1) 2065 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.159 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.573317+0000 mon.a (mon.0) 1040 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.159 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.654152+0000 mon.c (mon.1) 2066 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.159 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.657784+0000 mon.c (mon.1) 2067 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.159 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.661985+0000 mon.c (mon.1) 2068 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.159 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.663257+0000 mon.c (mon.1) 2069 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.159 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.672266+0000 mon.a (mon.0) 1041 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.160 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.757036+0000 mon.c (mon.1) 2070 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.160 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.759723+0000 mon.c (mon.1) 2071 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.160 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.762853+0000 mon.c (mon.1) 2072 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.160 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.764031+0000 mon.c (mon.1) 2073 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.160 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.770334+0000 mon.a (mon.0) 1042 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.160 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.857544+0000 mon.c (mon.1) 2074 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.160 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.859687+0000 mon.c (mon.1) 2075 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.161 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.862464+0000 mon.c (mon.1) 2076 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.161 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.863720+0000 mon.c (mon.1) 2077 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.161 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:51 smithi144 bash[66528]: audit 2023-12-07T15:58:51.871021+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: cephadm 2023-12-07T15:58:50.187776+0000 mgr.y (mgr.25453) 1089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: cephadm 2023-12-07T15:58:50.290314+0000 mgr.y (mgr.25453) 1090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: cephadm 2023-12-07T15:58:50.389903+0000 mgr.y (mgr.25453) 1091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: cephadm 2023-12-07T15:58:50.486960+0000 mgr.y (mgr.25453) 1092 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: cephadm 2023-12-07T15:58:50.586268+0000 mgr.y (mgr.25453) 1093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: cephadm 2023-12-07T15:58:50.684610+0000 mgr.y (mgr.25453) 1094 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: cephadm 2023-12-07T15:58:50.788320+0000 mgr.y (mgr.25453) 1095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: cephadm 2023-12-07T15:58:50.887518+0000 mgr.y (mgr.25453) 1096 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:50.967935+0000 mon.c (mon.1) 2038 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:50.972095+0000 mon.c (mon.1) 2039 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:50.976118+0000 mon.c (mon.1) 2040 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:50.977299+0000 mon.c (mon.1) 2041 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:50.984297+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: cephadm 2023-12-07T15:58:50.985314+0000 mgr.y (mgr.25453) 1097 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.067720+0000 mon.c (mon.1) 2042 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.070286+0000 mon.c (mon.1) 2043 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.074091+0000 mon.c (mon.1) 2044 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.075338+0000 mon.c (mon.1) 2045 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.084130+0000 mon.a (mon.0) 1035 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: cephadm 2023-12-07T15:58:51.084961+0000 mgr.y (mgr.25453) 1098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.163899+0000 mon.c (mon.1) 2046 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: cephadm 2023-12-07T15:58:50.187776+0000 mgr.y (mgr.25453) 1089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: cephadm 2023-12-07T15:58:50.290314+0000 mgr.y (mgr.25453) 1090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: cephadm 2023-12-07T15:58:50.389903+0000 mgr.y (mgr.25453) 1091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: cephadm 2023-12-07T15:58:50.486960+0000 mgr.y (mgr.25453) 1092 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: cephadm 2023-12-07T15:58:50.586268+0000 mgr.y (mgr.25453) 1093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: cephadm 2023-12-07T15:58:50.684610+0000 mgr.y (mgr.25453) 1094 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: cephadm 2023-12-07T15:58:50.788320+0000 mgr.y (mgr.25453) 1095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: cephadm 2023-12-07T15:58:50.887518+0000 mgr.y (mgr.25453) 1096 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:50.967935+0000 mon.c (mon.1) 2038 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:50.972095+0000 mon.c (mon.1) 2039 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:50.976118+0000 mon.c (mon.1) 2040 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:50.977299+0000 mon.c (mon.1) 2041 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:50.984297+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: cephadm 2023-12-07T15:58:50.985314+0000 mgr.y (mgr.25453) 1097 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.067720+0000 mon.c (mon.1) 2042 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.070286+0000 mon.c (mon.1) 2043 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.074091+0000 mon.c (mon.1) 2044 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.075338+0000 mon.c (mon.1) 2045 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.084130+0000 mon.a (mon.0) 1035 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: cephadm 2023-12-07T15:58:51.084961+0000 mgr.y (mgr.25453) 1098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:52.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.163899+0000 mon.c (mon.1) 2046 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.166873+0000 mon.c (mon.1) 2047 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.170680+0000 mon.c (mon.1) 2048 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.172147+0000 mon.c (mon.1) 2049 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.180028+0000 mon.a (mon.0) 1036 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.260171+0000 mon.c (mon.1) 2050 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.262854+0000 mon.c (mon.1) 2051 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.266091+0000 mon.c (mon.1) 2052 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.267191+0000 mon.c (mon.1) 2053 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.274914+0000 mon.a (mon.0) 1037 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.357196+0000 mon.c (mon.1) 2054 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.359422+0000 mon.c (mon.1) 2055 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.362531+0000 mon.c (mon.1) 2056 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.363759+0000 mon.c (mon.1) 2057 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.372282+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.457934+0000 mon.c (mon.1) 2058 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.460706+0000 mon.c (mon.1) 2059 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.463803+0000 mon.c (mon.1) 2060 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.465040+0000 mon.c (mon.1) 2061 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.473180+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.557602+0000 mon.c (mon.1) 2062 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.166873+0000 mon.c (mon.1) 2047 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.170680+0000 mon.c (mon.1) 2048 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.172147+0000 mon.c (mon.1) 2049 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.180028+0000 mon.a (mon.0) 1036 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.260171+0000 mon.c (mon.1) 2050 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.262854+0000 mon.c (mon.1) 2051 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.266091+0000 mon.c (mon.1) 2052 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.267191+0000 mon.c (mon.1) 2053 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.274914+0000 mon.a (mon.0) 1037 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.357196+0000 mon.c (mon.1) 2054 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.359422+0000 mon.c (mon.1) 2055 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.362531+0000 mon.c (mon.1) 2056 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.363759+0000 mon.c (mon.1) 2057 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.372282+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.457934+0000 mon.c (mon.1) 2058 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.460706+0000 mon.c (mon.1) 2059 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.463803+0000 mon.c (mon.1) 2060 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.465040+0000 mon.c (mon.1) 2061 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.473180+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.557602+0000 mon.c (mon.1) 2062 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.560263+0000 mon.c (mon.1) 2063 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.563278+0000 mon.c (mon.1) 2064 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.564784+0000 mon.c (mon.1) 2065 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.573317+0000 mon.a (mon.0) 1040 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.654152+0000 mon.c (mon.1) 2066 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.657784+0000 mon.c (mon.1) 2067 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.661985+0000 mon.c (mon.1) 2068 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.663257+0000 mon.c (mon.1) 2069 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.672266+0000 mon.a (mon.0) 1041 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.757036+0000 mon.c (mon.1) 2070 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.759723+0000 mon.c (mon.1) 2071 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.762853+0000 mon.c (mon.1) 2072 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.764031+0000 mon.c (mon.1) 2073 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.770334+0000 mon.a (mon.0) 1042 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.857544+0000 mon.c (mon.1) 2074 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.859687+0000 mon.c (mon.1) 2075 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.862464+0000 mon.c (mon.1) 2076 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.863720+0000 mon.c (mon.1) 2077 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[81553]: audit 2023-12-07T15:58:51.871021+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.560263+0000 mon.c (mon.1) 2063 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.563278+0000 mon.c (mon.1) 2064 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.564784+0000 mon.c (mon.1) 2065 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.573317+0000 mon.a (mon.0) 1040 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.654152+0000 mon.c (mon.1) 2066 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.657784+0000 mon.c (mon.1) 2067 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.661985+0000 mon.c (mon.1) 2068 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.663257+0000 mon.c (mon.1) 2069 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.672266+0000 mon.a (mon.0) 1041 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.757036+0000 mon.c (mon.1) 2070 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.759723+0000 mon.c (mon.1) 2071 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.762853+0000 mon.c (mon.1) 2072 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.764031+0000 mon.c (mon.1) 2073 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.770334+0000 mon.a (mon.0) 1042 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.857544+0000 mon.c (mon.1) 2074 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:52.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.859687+0000 mon.c (mon.1) 2075 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:52.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.862464+0000 mon.c (mon.1) 2076 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:52.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.863720+0000 mon.c (mon.1) 2077 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:52.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:51 smithi121 bash[83807]: audit 2023-12-07T15:58:51.871021+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:52.567 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[72535]: debug 2023-12-07T15:58:52.251+0000 7fa1b6ec0700 1 -- 172.21.15.144:0/3937527242 <== mon.0 v2:172.21.15.121:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ec366af1e0 con 0x55ec36734c00 2023-12-07T15:58:52.626 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[72535]: debug 2023-12-07T15:58:52.559+0000 7fa1c0046640 -1 Falling back to public interface 2023-12-07T15:58:53.221 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:58:53.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: cephadm 2023-12-07T15:58:51.180946+0000 mgr.y (mgr.25453) 1099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: cephadm 2023-12-07T15:58:51.276785+0000 mgr.y (mgr.25453) 1100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: cephadm 2023-12-07T15:58:51.372932+0000 mgr.y (mgr.25453) 1101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: cephadm 2023-12-07T15:58:51.474239+0000 mgr.y (mgr.25453) 1102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: cluster 2023-12-07T15:58:51.553015+0000 mgr.y (mgr.25453) 1103 : cluster 0 pgmap v221: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-07T15:58:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: cephadm 2023-12-07T15:58:51.575293+0000 mgr.y (mgr.25453) 1104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: cephadm 2023-12-07T15:58:51.673670+0000 mgr.y (mgr.25453) 1105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: cephadm 2023-12-07T15:58:51.772777+0000 mgr.y (mgr.25453) 1106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: cephadm 2023-12-07T15:58:51.873607+0000 mgr.y (mgr.25453) 1107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:51.955827+0000 mon.c (mon.1) 2078 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:51.958819+0000 mon.c (mon.1) 2079 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:51.962416+0000 mon.c (mon.1) 2080 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:51.963972+0000 mon.c (mon.1) 2081 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:51.971764+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: cephadm 2023-12-07T15:58:51.972644+0000 mgr.y (mgr.25453) 1108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.051638+0000 mon.c (mon.1) 2082 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.054537+0000 mon.c (mon.1) 2083 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.060141+0000 mon.c (mon.1) 2084 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.061659+0000 mon.c (mon.1) 2085 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.070670+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: cephadm 2023-12-07T15:58:52.071843+0000 mgr.y (mgr.25453) 1109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.154468+0000 mon.c (mon.1) 2086 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.157160+0000 mon.c (mon.1) 2087 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.159495+0000 mon.c (mon.1) 2088 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.160543+0000 mon.c (mon.1) 2089 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.170364+0000 mon.a (mon.0) 1046 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.251267+0000 mon.c (mon.1) 2090 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.253593+0000 mon.c (mon.1) 2091 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.256769+0000 mon.c (mon.1) 2092 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.258263+0000 mon.c (mon.1) 2093 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.269363+0000 mon.a (mon.0) 1047 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.350503+0000 mon.c (mon.1) 2094 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.353252+0000 mon.c (mon.1) 2095 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.356508+0000 mon.c (mon.1) 2096 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.357518+0000 mon.c (mon.1) 2097 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.365764+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.447653+0000 mon.c (mon.1) 2098 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.450595+0000 mon.c (mon.1) 2099 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.455001+0000 mon.c (mon.1) 2100 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.456498+0000 mon.c (mon.1) 2101 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: cephadm 2023-12-07T15:58:51.180946+0000 mgr.y (mgr.25453) 1099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: cephadm 2023-12-07T15:58:51.276785+0000 mgr.y (mgr.25453) 1100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: cephadm 2023-12-07T15:58:51.372932+0000 mgr.y (mgr.25453) 1101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: cephadm 2023-12-07T15:58:51.474239+0000 mgr.y (mgr.25453) 1102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: cluster 2023-12-07T15:58:51.553015+0000 mgr.y (mgr.25453) 1103 : cluster 0 pgmap v221: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-07T15:58:53.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: cephadm 2023-12-07T15:58:51.575293+0000 mgr.y (mgr.25453) 1104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: cephadm 2023-12-07T15:58:51.673670+0000 mgr.y (mgr.25453) 1105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: cephadm 2023-12-07T15:58:51.772777+0000 mgr.y (mgr.25453) 1106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: cephadm 2023-12-07T15:58:51.873607+0000 mgr.y (mgr.25453) 1107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:51.955827+0000 mon.c (mon.1) 2078 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:51.958819+0000 mon.c (mon.1) 2079 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:51.962416+0000 mon.c (mon.1) 2080 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:51.963972+0000 mon.c (mon.1) 2081 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:51.971764+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: cephadm 2023-12-07T15:58:51.972644+0000 mgr.y (mgr.25453) 1108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.051638+0000 mon.c (mon.1) 2082 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.054537+0000 mon.c (mon.1) 2083 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.060141+0000 mon.c (mon.1) 2084 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.061659+0000 mon.c (mon.1) 2085 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.070670+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.468318+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.547218+0000 mon.c (mon.1) 2102 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.551713+0000 mon.c (mon.1) 2103 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.555530+0000 mon.c (mon.1) 2104 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.557029+0000 mon.c (mon.1) 2105 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.565516+0000 mon.a (mon.0) 1050 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.647780+0000 mon.c (mon.1) 2106 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.650976+0000 mon.c (mon.1) 2107 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.654407+0000 mon.c (mon.1) 2108 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.655728+0000 mon.c (mon.1) 2109 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.663278+0000 mon.a (mon.0) 1051 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.750921+0000 mon.c (mon.1) 2110 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.754601+0000 mon.c (mon.1) 2111 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.758518+0000 mon.c (mon.1) 2112 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.759922+0000 mon.c (mon.1) 2113 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.769939+0000 mon.a (mon.0) 1052 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.852188+0000 mon.c (mon.1) 2114 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.855304+0000 mon.c (mon.1) 2115 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.858547+0000 mon.c (mon.1) 2116 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.859510+0000 mon.c (mon.1) 2117 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[83807]: audit 2023-12-07T15:58:52.866558+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: cephadm 2023-12-07T15:58:52.071843+0000 mgr.y (mgr.25453) 1109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.154468+0000 mon.c (mon.1) 2086 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.157160+0000 mon.c (mon.1) 2087 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.159495+0000 mon.c (mon.1) 2088 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.160543+0000 mon.c (mon.1) 2089 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.170364+0000 mon.a (mon.0) 1046 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.251267+0000 mon.c (mon.1) 2090 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.253593+0000 mon.c (mon.1) 2091 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.256769+0000 mon.c (mon.1) 2092 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.258263+0000 mon.c (mon.1) 2093 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.269363+0000 mon.a (mon.0) 1047 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.350503+0000 mon.c (mon.1) 2094 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.353252+0000 mon.c (mon.1) 2095 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.356508+0000 mon.c (mon.1) 2096 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.357518+0000 mon.c (mon.1) 2097 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.365764+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.447653+0000 mon.c (mon.1) 2098 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.450595+0000 mon.c (mon.1) 2099 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.455001+0000 mon.c (mon.1) 2100 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.456498+0000 mon.c (mon.1) 2101 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.468318+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.547218+0000 mon.c (mon.1) 2102 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.551713+0000 mon.c (mon.1) 2103 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.555530+0000 mon.c (mon.1) 2104 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.557029+0000 mon.c (mon.1) 2105 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.565516+0000 mon.a (mon.0) 1050 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.647780+0000 mon.c (mon.1) 2106 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.650976+0000 mon.c (mon.1) 2107 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.654407+0000 mon.c (mon.1) 2108 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.655728+0000 mon.c (mon.1) 2109 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.663278+0000 mon.a (mon.0) 1051 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.750921+0000 mon.c (mon.1) 2110 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.754601+0000 mon.c (mon.1) 2111 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.758518+0000 mon.c (mon.1) 2112 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.759922+0000 mon.c (mon.1) 2113 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.769939+0000 mon.a (mon.0) 1052 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.852188+0000 mon.c (mon.1) 2114 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.855304+0000 mon.c (mon.1) 2115 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.858547+0000 mon.c (mon.1) 2116 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.859510+0000 mon.c (mon.1) 2117 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:52 smithi121 bash[81553]: audit 2023-12-07T15:58:52.866558+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: cephadm 2023-12-07T15:58:51.180946+0000 mgr.y (mgr.25453) 1099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: cephadm 2023-12-07T15:58:51.276785+0000 mgr.y (mgr.25453) 1100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: cephadm 2023-12-07T15:58:51.372932+0000 mgr.y (mgr.25453) 1101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: cephadm 2023-12-07T15:58:51.474239+0000 mgr.y (mgr.25453) 1102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: cluster 2023-12-07T15:58:51.553015+0000 mgr.y (mgr.25453) 1103 : cluster 0 pgmap v221: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-07T15:58:53.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: cephadm 2023-12-07T15:58:51.575293+0000 mgr.y (mgr.25453) 1104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: cephadm 2023-12-07T15:58:51.673670+0000 mgr.y (mgr.25453) 1105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: cephadm 2023-12-07T15:58:51.772777+0000 mgr.y (mgr.25453) 1106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: cephadm 2023-12-07T15:58:51.873607+0000 mgr.y (mgr.25453) 1107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:51.955827+0000 mon.c (mon.1) 2078 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:51.958819+0000 mon.c (mon.1) 2079 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:51.962416+0000 mon.c (mon.1) 2080 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:51.963972+0000 mon.c (mon.1) 2081 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:51.971764+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: cephadm 2023-12-07T15:58:51.972644+0000 mgr.y (mgr.25453) 1108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.051638+0000 mon.c (mon.1) 2082 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.054537+0000 mon.c (mon.1) 2083 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.060141+0000 mon.c (mon.1) 2084 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.061659+0000 mon.c (mon.1) 2085 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.070670+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: cephadm 2023-12-07T15:58:52.071843+0000 mgr.y (mgr.25453) 1109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.154468+0000 mon.c (mon.1) 2086 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.157160+0000 mon.c (mon.1) 2087 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.159495+0000 mon.c (mon.1) 2088 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.160543+0000 mon.c (mon.1) 2089 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.170364+0000 mon.a (mon.0) 1046 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.251267+0000 mon.c (mon.1) 2090 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.253593+0000 mon.c (mon.1) 2091 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.256769+0000 mon.c (mon.1) 2092 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.258263+0000 mon.c (mon.1) 2093 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.269363+0000 mon.a (mon.0) 1047 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.350503+0000 mon.c (mon.1) 2094 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.353252+0000 mon.c (mon.1) 2095 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.356508+0000 mon.c (mon.1) 2096 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.357518+0000 mon.c (mon.1) 2097 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.365764+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.447653+0000 mon.c (mon.1) 2098 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.450595+0000 mon.c (mon.1) 2099 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.455001+0000 mon.c (mon.1) 2100 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.456498+0000 mon.c (mon.1) 2101 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.468318+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.547218+0000 mon.c (mon.1) 2102 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.551713+0000 mon.c (mon.1) 2103 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.555530+0000 mon.c (mon.1) 2104 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.557029+0000 mon.c (mon.1) 2105 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.565516+0000 mon.a (mon.0) 1050 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.647780+0000 mon.c (mon.1) 2106 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.650976+0000 mon.c (mon.1) 2107 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.654407+0000 mon.c (mon.1) 2108 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.655728+0000 mon.c (mon.1) 2109 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.663278+0000 mon.a (mon.0) 1051 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.750921+0000 mon.c (mon.1) 2110 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.754601+0000 mon.c (mon.1) 2111 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.758518+0000 mon.c (mon.1) 2112 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.759922+0000 mon.c (mon.1) 2113 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.769939+0000 mon.a (mon.0) 1052 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.852188+0000 mon.c (mon.1) 2114 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.855304+0000 mon.c (mon.1) 2115 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.858547+0000 mon.c (mon.1) 2116 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.859510+0000 mon.c (mon.1) 2117 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:52 smithi144 bash[66528]: audit 2023-12-07T15:58:52.866558+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.910 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: cephadm 2023-12-07T15:58:52.171184+0000 mgr.y (mgr.25453) 1110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.911 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: cephadm 2023-12-07T15:58:52.270310+0000 mgr.y (mgr.25453) 1111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.911 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: cephadm 2023-12-07T15:58:52.368174+0000 mgr.y (mgr.25453) 1112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.911 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: cephadm 2023-12-07T15:58:52.469089+0000 mgr.y (mgr.25453) 1113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.911 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: cephadm 2023-12-07T15:58:52.566380+0000 mgr.y (mgr.25453) 1114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.911 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: cephadm 2023-12-07T15:58:52.665261+0000 mgr.y (mgr.25453) 1115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.911 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: cephadm 2023-12-07T15:58:52.771086+0000 mgr.y (mgr.25453) 1116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.911 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: cephadm 2023-12-07T15:58:52.868212+0000 mgr.y (mgr.25453) 1117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.911 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:52.952013+0000 mon.c (mon.1) 2118 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.911 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:52.954421+0000 mon.c (mon.1) 2119 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.911 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:52.957146+0000 mon.c (mon.1) 2120 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.911 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:52.958327+0000 mon.c (mon.1) 2121 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.911 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:52.966283+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.912 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: cephadm 2023-12-07T15:58:52.967075+0000 mgr.y (mgr.25453) 1118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.912 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.045596+0000 mon.c (mon.1) 2122 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.912 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.048594+0000 mon.c (mon.1) 2123 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.912 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.052546+0000 mon.c (mon.1) 2124 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.912 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.053653+0000 mon.c (mon.1) 2125 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.912 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.061819+0000 mon.a (mon.0) 1055 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.912 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: cephadm 2023-12-07T15:58:53.064274+0000 mgr.y (mgr.25453) 1119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:53.912 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.142360+0000 mon.c (mon.1) 2126 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.912 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.144698+0000 mon.c (mon.1) 2127 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.912 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.147183+0000 mon.c (mon.1) 2128 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.912 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.148162+0000 mon.c (mon.1) 2129 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.912 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.157066+0000 mon.a (mon.0) 1056 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.912 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.232553+0000 mon.c (mon.1) 2130 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.912 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.235026+0000 mon.c (mon.1) 2131 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.912 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.237789+0000 mon.c (mon.1) 2132 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.913 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.238816+0000 mon.c (mon.1) 2133 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.913 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.245442+0000 mon.a (mon.0) 1057 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.913 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.313386+0000 mon.c (mon.1) 2134 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.913 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.315523+0000 mon.c (mon.1) 2135 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.913 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.318375+0000 mon.c (mon.1) 2136 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.913 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.319434+0000 mon.c (mon.1) 2137 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.913 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.325710+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.913 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.411267+0000 mon.c (mon.1) 2138 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.913 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.413819+0000 mon.c (mon.1) 2139 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.913 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.416747+0000 mon.c (mon.1) 2140 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.913 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.417865+0000 mon.c (mon.1) 2141 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.913 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.425345+0000 mon.a (mon.0) 1059 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.913 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.508820+0000 mon.c (mon.1) 2142 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.913 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.511747+0000 mon.c (mon.1) 2143 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.914 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.514518+0000 mon.c (mon.1) 2144 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.914 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.515448+0000 mon.c (mon.1) 2145 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:53.914 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.521578+0000 mon.a (mon.0) 1060 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:53.914 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.603012+0000 mon.c (mon.1) 2146 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:53.914 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.606410+0000 mon.c (mon.1) 2147 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:53.914 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.610067+0000 mon.c (mon.1) 2148 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:53.914 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.610942+0000 mon.c (mon.1) 2149 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.002 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:58:54.002 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 8s ago 20m - - 2023-12-07T15:58:54.002 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 17s ago 20m - - 2023-12-07T15:58:54.002 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (6m) 8s ago 13m 16.0M - 0.23.0 ba2b418f427c 967bceda37f6 2023-12-07T15:58:54.002 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (6m) 17s ago 13m 44.2M - 8.3.5 dad864ee21e9 f9c66575cb4a 2023-12-07T15:58:54.002 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (5m) 8s ago 11m 48.0M - 3.5 e1d6a67b021e 5b982a4ff84a 2023-12-07T15:58:54.002 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283,8765 running (5m) 17s ago 19m 435M - 19.0.0-13-ge6605fb8 104f332cd0a9 b518ffbe0a91 2023-12-07T15:58:54.002 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:8443,9283,8765 running (5m) 8s ago 21m 511M - 19.0.0-13-ge6605fb8 104f332cd0a9 104d769d2d66 2023-12-07T15:58:54.002 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (4m) 8s ago 21m 63.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 46122fbb14c0 2023-12-07T15:58:54.002 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (3m) 17s ago 20m 45.8M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 f065215e6f46 2023-12-07T15:58:54.003 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (3m) 8s ago 20m 55.9M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d92fb430c584 2023-12-07T15:58:54.003 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (7m) 8s ago 13m 15.8M - 1.3.1 1dbe0e931976 20eca3d71286 2023-12-07T15:58:54.003 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (6m) 17s ago 13m 12.4M - 1.3.1 1dbe0e931976 0024f19bccdb 2023-12-07T15:58:54.003 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (2m) 8s ago 19m 53.9M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 1c6417ba1117 2023-12-07T15:58:54.003 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (2m) 8s ago 18m 54.4M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 7a224a561741 2023-12-07T15:58:54.003 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (82s) 8s ago 18m 48.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 00d71a801fed 2023-12-07T15:58:54.003 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (41s) 8s ago 17m 49.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 722b2617412e 2023-12-07T15:58:54.003 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 starting - - - 4096M 2023-12-07T15:58:54.003 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (16m) 17s ago 16m 64.7M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:58:54.003 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (15m) 17s ago 15m 62.5M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:58:54.003 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (14m) 17s ago 14m 69.0M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:58:54.003 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (5m) 17s ago 14m 65.1M - 2.33.4 514e6a882f6e 64f00ffdc6cb 2023-12-07T15:58:54.003 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (11m) 8s ago 11m 89.0M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:58:54.003 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (11m) 17s ago 11m 88.6M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:58:54.003 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (11m) 8s ago 11m 90.5M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:58:54.003 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (11m) 17s ago 11m 89.1M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:58:54.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: cephadm 2023-12-07T15:58:52.171184+0000 mgr.y (mgr.25453) 1110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: cephadm 2023-12-07T15:58:52.270310+0000 mgr.y (mgr.25453) 1111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: cephadm 2023-12-07T15:58:52.368174+0000 mgr.y (mgr.25453) 1112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: cephadm 2023-12-07T15:58:52.469089+0000 mgr.y (mgr.25453) 1113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: cephadm 2023-12-07T15:58:52.566380+0000 mgr.y (mgr.25453) 1114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: cephadm 2023-12-07T15:58:52.665261+0000 mgr.y (mgr.25453) 1115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: cephadm 2023-12-07T15:58:52.771086+0000 mgr.y (mgr.25453) 1116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: cephadm 2023-12-07T15:58:52.868212+0000 mgr.y (mgr.25453) 1117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:52.952013+0000 mon.c (mon.1) 2118 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:52.954421+0000 mon.c (mon.1) 2119 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:52.957146+0000 mon.c (mon.1) 2120 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:52.958327+0000 mon.c (mon.1) 2121 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:52.966283+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: cephadm 2023-12-07T15:58:52.967075+0000 mgr.y (mgr.25453) 1118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.045596+0000 mon.c (mon.1) 2122 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.048594+0000 mon.c (mon.1) 2123 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.052546+0000 mon.c (mon.1) 2124 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.053653+0000 mon.c (mon.1) 2125 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.061819+0000 mon.a (mon.0) 1055 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: cephadm 2023-12-07T15:58:53.064274+0000 mgr.y (mgr.25453) 1119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.142360+0000 mon.c (mon.1) 2126 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.618549+0000 mon.a (mon.0) 1061 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.702033+0000 mon.c (mon.1) 2150 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.704025+0000 mon.c (mon.1) 2151 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.706243+0000 mon.c (mon.1) 2152 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.707073+0000 mon.c (mon.1) 2153 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.712864+0000 mon.a (mon.0) 1062 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.797482+0000 mon.c (mon.1) 2154 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.800571+0000 mon.c (mon.1) 2155 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.803945+0000 mon.c (mon.1) 2156 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.805265+0000 mon.c (mon.1) 2157 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[81553]: audit 2023-12-07T15:58:53.813699+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.144698+0000 mon.c (mon.1) 2127 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.147183+0000 mon.c (mon.1) 2128 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.148162+0000 mon.c (mon.1) 2129 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.157066+0000 mon.a (mon.0) 1056 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.232553+0000 mon.c (mon.1) 2130 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.235026+0000 mon.c (mon.1) 2131 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.237789+0000 mon.c (mon.1) 2132 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.238816+0000 mon.c (mon.1) 2133 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.245442+0000 mon.a (mon.0) 1057 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.313386+0000 mon.c (mon.1) 2134 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.315523+0000 mon.c (mon.1) 2135 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.318375+0000 mon.c (mon.1) 2136 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.319434+0000 mon.c (mon.1) 2137 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.325710+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.411267+0000 mon.c (mon.1) 2138 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.413819+0000 mon.c (mon.1) 2139 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.416747+0000 mon.c (mon.1) 2140 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.417865+0000 mon.c (mon.1) 2141 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.425345+0000 mon.a (mon.0) 1059 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.508820+0000 mon.c (mon.1) 2142 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.511747+0000 mon.c (mon.1) 2143 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.514518+0000 mon.c (mon.1) 2144 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.515448+0000 mon.c (mon.1) 2145 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.521578+0000 mon.a (mon.0) 1060 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.603012+0000 mon.c (mon.1) 2146 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.606410+0000 mon.c (mon.1) 2147 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.610067+0000 mon.c (mon.1) 2148 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.610942+0000 mon.c (mon.1) 2149 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.618549+0000 mon.a (mon.0) 1061 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.702033+0000 mon.c (mon.1) 2150 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.704025+0000 mon.c (mon.1) 2151 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.706243+0000 mon.c (mon.1) 2152 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.707073+0000 mon.c (mon.1) 2153 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.712864+0000 mon.a (mon.0) 1062 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.797482+0000 mon.c (mon.1) 2154 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.800571+0000 mon.c (mon.1) 2155 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.803945+0000 mon.c (mon.1) 2156 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.805265+0000 mon.c (mon.1) 2157 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:53 smithi121 bash[83807]: audit 2023-12-07T15:58:53.813699+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: cephadm 2023-12-07T15:58:52.171184+0000 mgr.y (mgr.25453) 1110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: cephadm 2023-12-07T15:58:52.270310+0000 mgr.y (mgr.25453) 1111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: cephadm 2023-12-07T15:58:52.368174+0000 mgr.y (mgr.25453) 1112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: cephadm 2023-12-07T15:58:52.469089+0000 mgr.y (mgr.25453) 1113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: cephadm 2023-12-07T15:58:52.566380+0000 mgr.y (mgr.25453) 1114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: cephadm 2023-12-07T15:58:52.665261+0000 mgr.y (mgr.25453) 1115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: cephadm 2023-12-07T15:58:52.771086+0000 mgr.y (mgr.25453) 1116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: cephadm 2023-12-07T15:58:52.868212+0000 mgr.y (mgr.25453) 1117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:52.952013+0000 mon.c (mon.1) 2118 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:52.954421+0000 mon.c (mon.1) 2119 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:52.957146+0000 mon.c (mon.1) 2120 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:52.958327+0000 mon.c (mon.1) 2121 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:52.966283+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: cephadm 2023-12-07T15:58:52.967075+0000 mgr.y (mgr.25453) 1118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.045596+0000 mon.c (mon.1) 2122 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.048594+0000 mon.c (mon.1) 2123 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.052546+0000 mon.c (mon.1) 2124 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.053653+0000 mon.c (mon.1) 2125 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.061819+0000 mon.a (mon.0) 1055 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: cephadm 2023-12-07T15:58:53.064274+0000 mgr.y (mgr.25453) 1119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:54.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.142360+0000 mon.c (mon.1) 2126 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.144698+0000 mon.c (mon.1) 2127 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.147183+0000 mon.c (mon.1) 2128 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.148162+0000 mon.c (mon.1) 2129 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.157066+0000 mon.a (mon.0) 1056 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.232553+0000 mon.c (mon.1) 2130 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.235026+0000 mon.c (mon.1) 2131 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.237789+0000 mon.c (mon.1) 2132 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.238816+0000 mon.c (mon.1) 2133 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.245442+0000 mon.a (mon.0) 1057 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.313386+0000 mon.c (mon.1) 2134 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.315523+0000 mon.c (mon.1) 2135 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.318375+0000 mon.c (mon.1) 2136 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.319434+0000 mon.c (mon.1) 2137 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.325710+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.411267+0000 mon.c (mon.1) 2138 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.413819+0000 mon.c (mon.1) 2139 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.416747+0000 mon.c (mon.1) 2140 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.417865+0000 mon.c (mon.1) 2141 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.425345+0000 mon.a (mon.0) 1059 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.508820+0000 mon.c (mon.1) 2142 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.511747+0000 mon.c (mon.1) 2143 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.514518+0000 mon.c (mon.1) 2144 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.515448+0000 mon.c (mon.1) 2145 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.521578+0000 mon.a (mon.0) 1060 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.603012+0000 mon.c (mon.1) 2146 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.606410+0000 mon.c (mon.1) 2147 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.610067+0000 mon.c (mon.1) 2148 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.610942+0000 mon.c (mon.1) 2149 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.618549+0000 mon.a (mon.0) 1061 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.702033+0000 mon.c (mon.1) 2150 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.704025+0000 mon.c (mon.1) 2151 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.706243+0000 mon.c (mon.1) 2152 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.707073+0000 mon.c (mon.1) 2153 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.712864+0000 mon.a (mon.0) 1062 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.797482+0000 mon.c (mon.1) 2154 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:54.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.800571+0000 mon.c (mon.1) 2155 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:54.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.803945+0000 mon.c (mon.1) 2156 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:54.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.805265+0000 mon.c (mon.1) 2157 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:54.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:53 smithi144 bash[66528]: audit 2023-12-07T15:58:53.813699+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:54.481 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:58:54.481 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:58:54.481 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T15:58:54.481 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:58:54.481 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:58:54.481 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T15:58:54.481 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:58:54.481 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:58:54.481 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2023-12-07T15:58:54.481 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 4 2023-12-07T15:58:54.482 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:58:54.482 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:58:54.482 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:58:54.482 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:58:54.482 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:58:54.482 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2023-12-07T15:58:54.482 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 9 2023-12-07T15:58:54.482 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:58:54.482 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:58:54.909 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:58:54] "GET /metrics HTTP/1.1" 200 38498 "" "Prometheus/2.33.4" 2023-12-07T15:58:54.914 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:58:54.914 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:58:54.914 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:58:54.914 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T15:58:54.914 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [ 2023-12-07T15:58:54.914 INFO:teuthology.orchestra.run.smithi121.stdout: "mon", 2023-12-07T15:58:54.914 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr" 2023-12-07T15:58:54.914 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T15:58:54.914 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "9/23 daemons upgraded", 2023-12-07T15:58:54.914 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Currently upgrading osd daemons", 2023-12-07T15:58:54.914 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T15:58:54.915 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:58:55.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: cephadm 2023-12-07T15:58:53.159166+0000 mgr.y (mgr.25453) 1120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:53.200776+0000 mgr.y (mgr.25453) 1121 : audit 0 from='client.44379 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:55.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: cephadm 2023-12-07T15:58:53.248669+0000 mgr.y (mgr.25453) 1122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: cephadm 2023-12-07T15:58:53.328887+0000 mgr.y (mgr.25453) 1123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: cephadm 2023-12-07T15:58:53.427587+0000 mgr.y (mgr.25453) 1124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: cephadm 2023-12-07T15:58:53.524782+0000 mgr.y (mgr.25453) 1125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: cluster 2023-12-07T15:58:53.554465+0000 mgr.y (mgr.25453) 1126 : cluster 0 pgmap v222: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-07T15:58:55.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:53.589368+0000 mgr.y (mgr.25453) 1127 : audit 0 from='client.44385 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:55.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: cephadm 2023-12-07T15:58:53.621189+0000 mgr.y (mgr.25453) 1128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:53.642873+0000 mgr.y (mgr.25453) 1129 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:55.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: cephadm 2023-12-07T15:58:53.716147+0000 mgr.y (mgr.25453) 1130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: cephadm 2023-12-07T15:58:53.816068+0000 mgr.y (mgr.25453) 1131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:53.899135+0000 mon.c (mon.1) 2158 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:53.914531+0000 mon.c (mon.1) 2159 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:53.916603+0000 mon.c (mon.1) 2160 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:53.917452+0000 mon.c (mon.1) 2161 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:53.923373+0000 mon.a (mon.0) 1064 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: cephadm 2023-12-07T15:58:53.924219+0000 mgr.y (mgr.25453) 1132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:53.972331+0000 mgr.y (mgr.25453) 1133 : audit 0 from='client.44391 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:55.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.047037+0000 mon.c (mon.1) 2162 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.049153+0000 mon.c (mon.1) 2163 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.052593+0000 mon.c (mon.1) 2164 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.053563+0000 mon.c (mon.1) 2165 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.061962+0000 mon.a (mon.0) 1065 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: cephadm 2023-12-07T15:58:54.062792+0000 mgr.y (mgr.25453) 1134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.141470+0000 mon.c (mon.1) 2166 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.144050+0000 mon.c (mon.1) 2167 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.146440+0000 mon.c (mon.1) 2168 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.147369+0000 mon.c (mon.1) 2169 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.154370+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: cephadm 2023-12-07T15:58:54.155251+0000 mgr.y (mgr.25453) 1135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.217197+0000 mon.c (mon.1) 2170 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.221747+0000 mon.c (mon.1) 2171 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.225053+0000 mon.c (mon.1) 2172 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.226301+0000 mon.c (mon.1) 2173 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.235167+0000 mon.a (mon.0) 1067 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.314450+0000 mon.c (mon.1) 2174 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.316903+0000 mon.c (mon.1) 2175 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.319186+0000 mon.c (mon.1) 2176 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.320327+0000 mon.c (mon.1) 2177 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: cephadm 2023-12-07T15:58:53.159166+0000 mgr.y (mgr.25453) 1120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:53.200776+0000 mgr.y (mgr.25453) 1121 : audit 0 from='client.44379 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:55.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: cephadm 2023-12-07T15:58:53.248669+0000 mgr.y (mgr.25453) 1122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: cephadm 2023-12-07T15:58:53.328887+0000 mgr.y (mgr.25453) 1123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: cephadm 2023-12-07T15:58:53.427587+0000 mgr.y (mgr.25453) 1124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: cephadm 2023-12-07T15:58:53.524782+0000 mgr.y (mgr.25453) 1125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: cluster 2023-12-07T15:58:53.554465+0000 mgr.y (mgr.25453) 1126 : cluster 0 pgmap v222: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-07T15:58:55.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:53.589368+0000 mgr.y (mgr.25453) 1127 : audit 0 from='client.44385 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:55.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: cephadm 2023-12-07T15:58:53.621189+0000 mgr.y (mgr.25453) 1128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:53.642873+0000 mgr.y (mgr.25453) 1129 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:55.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: cephadm 2023-12-07T15:58:53.716147+0000 mgr.y (mgr.25453) 1130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: cephadm 2023-12-07T15:58:53.816068+0000 mgr.y (mgr.25453) 1131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:53.899135+0000 mon.c (mon.1) 2158 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:53.914531+0000 mon.c (mon.1) 2159 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:53.916603+0000 mon.c (mon.1) 2160 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:53.917452+0000 mon.c (mon.1) 2161 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:53.923373+0000 mon.a (mon.0) 1064 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: cephadm 2023-12-07T15:58:53.924219+0000 mgr.y (mgr.25453) 1132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:53.972331+0000 mgr.y (mgr.25453) 1133 : audit 0 from='client.44391 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:55.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.047037+0000 mon.c (mon.1) 2162 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.328963+0000 mon.a (mon.0) 1068 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.409010+0000 mon.c (mon.1) 2178 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.413421+0000 mon.c (mon.1) 2179 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.416447+0000 mon.c (mon.1) 2180 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.417638+0000 mon.c (mon.1) 2181 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.426223+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.477970+0000 mon.a (mon.0) 1070 : audit 0 from='client.? 172.21.15.121:0/2488202407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.490315+0000 mon.c (mon.1) 2182 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.493326+0000 mon.c (mon.1) 2183 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.496425+0000 mon.c (mon.1) 2184 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.497638+0000 mon.c (mon.1) 2185 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.503872+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.582943+0000 mon.c (mon.1) 2186 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.585674+0000 mon.c (mon.1) 2187 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.588968+0000 mon.c (mon.1) 2188 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.590132+0000 mon.c (mon.1) 2189 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.598438+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.683197+0000 mon.c (mon.1) 2190 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.686344+0000 mon.c (mon.1) 2191 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.690404+0000 mon.c (mon.1) 2192 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.691636+0000 mon.c (mon.1) 2193 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.701703+0000 mon.a (mon.0) 1073 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.768075+0000 mon.c (mon.1) 2194 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.770558+0000 mon.c (mon.1) 2195 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.773692+0000 mon.c (mon.1) 2196 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.774838+0000 mon.c (mon.1) 2197 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.783863+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.863546+0000 mon.c (mon.1) 2198 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.866920+0000 mon.c (mon.1) 2199 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.871396+0000 mon.c (mon.1) 2200 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.872874+0000 mon.c (mon.1) 2201 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[83807]: audit 2023-12-07T15:58:54.882626+0000 mon.a (mon.0) 1075 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.049153+0000 mon.c (mon.1) 2163 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.052593+0000 mon.c (mon.1) 2164 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.053563+0000 mon.c (mon.1) 2165 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.061962+0000 mon.a (mon.0) 1065 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: cephadm 2023-12-07T15:58:54.062792+0000 mgr.y (mgr.25453) 1134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.141470+0000 mon.c (mon.1) 2166 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.144050+0000 mon.c (mon.1) 2167 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.146440+0000 mon.c (mon.1) 2168 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.147369+0000 mon.c (mon.1) 2169 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.154370+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: cephadm 2023-12-07T15:58:54.155251+0000 mgr.y (mgr.25453) 1135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.217197+0000 mon.c (mon.1) 2170 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.221747+0000 mon.c (mon.1) 2171 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.225053+0000 mon.c (mon.1) 2172 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.226301+0000 mon.c (mon.1) 2173 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.235167+0000 mon.a (mon.0) 1067 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.314450+0000 mon.c (mon.1) 2174 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.316903+0000 mon.c (mon.1) 2175 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.319186+0000 mon.c (mon.1) 2176 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.320327+0000 mon.c (mon.1) 2177 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.328963+0000 mon.a (mon.0) 1068 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.409010+0000 mon.c (mon.1) 2178 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.413421+0000 mon.c (mon.1) 2179 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.416447+0000 mon.c (mon.1) 2180 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.417638+0000 mon.c (mon.1) 2181 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.426223+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.477970+0000 mon.a (mon.0) 1070 : audit 0 from='client.? 172.21.15.121:0/2488202407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.490315+0000 mon.c (mon.1) 2182 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.493326+0000 mon.c (mon.1) 2183 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.496425+0000 mon.c (mon.1) 2184 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.497638+0000 mon.c (mon.1) 2185 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.503872+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.582943+0000 mon.c (mon.1) 2186 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.585674+0000 mon.c (mon.1) 2187 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.588968+0000 mon.c (mon.1) 2188 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.590132+0000 mon.c (mon.1) 2189 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.598438+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.683197+0000 mon.c (mon.1) 2190 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.686344+0000 mon.c (mon.1) 2191 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.690404+0000 mon.c (mon.1) 2192 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.691636+0000 mon.c (mon.1) 2193 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.701703+0000 mon.a (mon.0) 1073 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.768075+0000 mon.c (mon.1) 2194 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.770558+0000 mon.c (mon.1) 2195 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.773692+0000 mon.c (mon.1) 2196 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.774838+0000 mon.c (mon.1) 2197 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.783863+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.863546+0000 mon.c (mon.1) 2198 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.866920+0000 mon.c (mon.1) 2199 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.871396+0000 mon.c (mon.1) 2200 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.872874+0000 mon.c (mon.1) 2201 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:54 smithi121 bash[81553]: audit 2023-12-07T15:58:54.882626+0000 mon.a (mon.0) 1075 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.359 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: cephadm 2023-12-07T15:58:53.159166+0000 mgr.y (mgr.25453) 1120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.359 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:53.200776+0000 mgr.y (mgr.25453) 1121 : audit 0 from='client.44379 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:55.359 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: cephadm 2023-12-07T15:58:53.248669+0000 mgr.y (mgr.25453) 1122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.359 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: cephadm 2023-12-07T15:58:53.328887+0000 mgr.y (mgr.25453) 1123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.359 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: cephadm 2023-12-07T15:58:53.427587+0000 mgr.y (mgr.25453) 1124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.359 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: cephadm 2023-12-07T15:58:53.524782+0000 mgr.y (mgr.25453) 1125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.359 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: cluster 2023-12-07T15:58:53.554465+0000 mgr.y (mgr.25453) 1126 : cluster 0 pgmap v222: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-07T15:58:55.359 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:53.589368+0000 mgr.y (mgr.25453) 1127 : audit 0 from='client.44385 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:55.359 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: cephadm 2023-12-07T15:58:53.621189+0000 mgr.y (mgr.25453) 1128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.359 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:53.642873+0000 mgr.y (mgr.25453) 1129 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:58:55.359 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: cephadm 2023-12-07T15:58:53.716147+0000 mgr.y (mgr.25453) 1130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.359 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: cephadm 2023-12-07T15:58:53.816068+0000 mgr.y (mgr.25453) 1131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.359 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:53.899135+0000 mon.c (mon.1) 2158 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:53.914531+0000 mon.c (mon.1) 2159 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:53.916603+0000 mon.c (mon.1) 2160 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:53.917452+0000 mon.c (mon.1) 2161 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:53.923373+0000 mon.a (mon.0) 1064 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: cephadm 2023-12-07T15:58:53.924219+0000 mgr.y (mgr.25453) 1132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:53.972331+0000 mgr.y (mgr.25453) 1133 : audit 0 from='client.44391 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:55.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.047037+0000 mon.c (mon.1) 2162 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.049153+0000 mon.c (mon.1) 2163 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.052593+0000 mon.c (mon.1) 2164 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.053563+0000 mon.c (mon.1) 2165 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.061962+0000 mon.a (mon.0) 1065 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: cephadm 2023-12-07T15:58:54.062792+0000 mgr.y (mgr.25453) 1134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.141470+0000 mon.c (mon.1) 2166 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.144050+0000 mon.c (mon.1) 2167 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.146440+0000 mon.c (mon.1) 2168 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.147369+0000 mon.c (mon.1) 2169 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.361 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.154370+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.361 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: cephadm 2023-12-07T15:58:54.155251+0000 mgr.y (mgr.25453) 1135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:55.361 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.217197+0000 mon.c (mon.1) 2170 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.361 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.221747+0000 mon.c (mon.1) 2171 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.361 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.225053+0000 mon.c (mon.1) 2172 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.361 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.226301+0000 mon.c (mon.1) 2173 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.361 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.235167+0000 mon.a (mon.0) 1067 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.361 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.314450+0000 mon.c (mon.1) 2174 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.361 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.316903+0000 mon.c (mon.1) 2175 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.361 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.319186+0000 mon.c (mon.1) 2176 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.361 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.320327+0000 mon.c (mon.1) 2177 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.362 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.328963+0000 mon.a (mon.0) 1068 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.362 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.409010+0000 mon.c (mon.1) 2178 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.362 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.413421+0000 mon.c (mon.1) 2179 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.362 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.416447+0000 mon.c (mon.1) 2180 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.362 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.417638+0000 mon.c (mon.1) 2181 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.362 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.426223+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.362 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.477970+0000 mon.a (mon.0) 1070 : audit 0 from='client.? 172.21.15.121:0/2488202407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.362 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.490315+0000 mon.c (mon.1) 2182 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.362 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.493326+0000 mon.c (mon.1) 2183 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.362 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.496425+0000 mon.c (mon.1) 2184 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.362 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.497638+0000 mon.c (mon.1) 2185 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.362 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.503872+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.363 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.582943+0000 mon.c (mon.1) 2186 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.363 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.585674+0000 mon.c (mon.1) 2187 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.363 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.588968+0000 mon.c (mon.1) 2188 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.363 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.590132+0000 mon.c (mon.1) 2189 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.363 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.598438+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.363 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.683197+0000 mon.c (mon.1) 2190 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.363 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.686344+0000 mon.c (mon.1) 2191 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.363 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.690404+0000 mon.c (mon.1) 2192 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.363 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.691636+0000 mon.c (mon.1) 2193 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.363 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.701703+0000 mon.a (mon.0) 1073 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.363 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.768075+0000 mon.c (mon.1) 2194 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.363 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.770558+0000 mon.c (mon.1) 2195 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.363 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.773692+0000 mon.c (mon.1) 2196 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.363 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.774838+0000 mon.c (mon.1) 2197 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.363 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.783863+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.364 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.863546+0000 mon.c (mon.1) 2198 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:55.364 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.866920+0000 mon.c (mon.1) 2199 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:55.364 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.871396+0000 mon.c (mon.1) 2200 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:55.364 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.872874+0000 mon.c (mon.1) 2201 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:55.364 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:54 smithi144 bash[66528]: audit 2023-12-07T15:58:54.882626+0000 mon.a (mon.0) 1075 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:55.372 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 107/630 objects degraded (16.984%), 28 pgs degraded 2023-12-07T15:58:55.372 INFO:teuthology.orchestra.run.smithi121.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-07T15:58:55.372 INFO:teuthology.orchestra.run.smithi121.stdout: osd.4 (root=default,host=smithi144) is down 2023-12-07T15:58:55.372 INFO:teuthology.orchestra.run.smithi121.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 107/630 objects degraded (16.984%), 28 pgs degraded 2023-12-07T15:58:55.372 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.5 is active+undersized+degraded, acting [7,0] 2023-12-07T15:58:55.372 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.f is active+undersized+degraded, acting [0,7] 2023-12-07T15:58:55.373 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.13 is active+undersized+degraded, acting [0,3] 2023-12-07T15:58:55.373 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.18 is active+undersized+degraded, acting [5,7] 2023-12-07T15:58:55.373 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.1 is active+undersized+degraded, acting [0,3] 2023-12-07T15:58:55.373 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.3 is active+undersized+degraded, acting [0,6] 2023-12-07T15:58:55.373 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.6 is active+undersized+degraded, acting [0,1] 2023-12-07T15:58:55.373 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.9 is active+undersized+degraded, acting [2,7] 2023-12-07T15:58:55.373 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.a is active+undersized+degraded, acting [6,1] 2023-12-07T15:58:55.373 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.b is active+undersized+degraded, acting [3,0] 2023-12-07T15:58:55.373 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.e is active+undersized+degraded, acting [7,1] 2023-12-07T15:58:55.373 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.f is active+undersized+degraded, acting [7,0] 2023-12-07T15:58:55.373 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.11 is active+undersized+degraded, acting [7,6] 2023-12-07T15:58:55.373 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.13 is active+undersized+degraded, acting [7,2] 2023-12-07T15:58:55.373 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.14 is active+undersized+degraded, acting [7,6] 2023-12-07T15:58:55.373 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.15 is active+undersized+degraded, acting [7,3] 2023-12-07T15:58:55.373 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.19 is active+undersized+degraded, acting [1,3] 2023-12-07T15:58:55.373 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.1a is active+undersized+degraded, acting [1,2] 2023-12-07T15:58:55.374 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.1b is active+undersized+degraded, acting [0,7] 2023-12-07T15:58:55.374 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.1c is active+undersized+degraded, acting [5,1] 2023-12-07T15:58:55.374 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.1d is active+undersized+degraded, acting [5,6] 2023-12-07T15:58:55.374 INFO:teuthology.orchestra.run.smithi121.stdout: pg 4.9 is active+undersized+degraded, acting [1,3] 2023-12-07T15:58:55.374 INFO:teuthology.orchestra.run.smithi121.stdout: pg 4.d is active+undersized+degraded, acting [2,1] 2023-12-07T15:58:55.374 INFO:teuthology.orchestra.run.smithi121.stdout: pg 4.e is active+undersized+degraded, acting [6,1] 2023-12-07T15:58:55.374 INFO:teuthology.orchestra.run.smithi121.stdout: pg 5.a is active+undersized+degraded, acting [2,3] 2023-12-07T15:58:55.374 INFO:teuthology.orchestra.run.smithi121.stdout: pg 5.1c is active+undersized+degraded, acting [3,2] 2023-12-07T15:58:55.374 INFO:teuthology.orchestra.run.smithi121.stdout: pg 5.1d is active+undersized+degraded, acting [1,0] 2023-12-07T15:58:55.374 INFO:teuthology.orchestra.run.smithi121.stdout: pg 6.1a is active+undersized+degraded, acting [5,1] 2023-12-07T15:58:55.841 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[72535]: debug 2023-12-07T15:58:55.619+0000 7fa1c0046640 -1 osd.4 0 read_superblock omap replica is missing. 2023-12-07T15:58:55.841 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[72535]: debug 2023-12-07T15:58:55.667+0000 7fa1c0046640 -1 osd.4 135 log_to_monitors true 2023-12-07T15:58:56.172 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: cephadm 2023-12-07T15:58:54.235951+0000 mgr.y (mgr.25453) 1136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.172 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: cephadm 2023-12-07T15:58:54.329697+0000 mgr.y (mgr.25453) 1137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.172 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: cephadm 2023-12-07T15:58:54.428363+0000 mgr.y (mgr.25453) 1138 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.172 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: cephadm 2023-12-07T15:58:54.505635+0000 mgr.y (mgr.25453) 1139 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.172 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: cephadm 2023-12-07T15:58:54.601839+0000 mgr.y (mgr.25453) 1140 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.173 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: cephadm 2023-12-07T15:58:54.703165+0000 mgr.y (mgr.25453) 1141 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.173 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: cephadm 2023-12-07T15:58:54.784722+0000 mgr.y (mgr.25453) 1142 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.173 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: cephadm 2023-12-07T15:58:54.884446+0000 mgr.y (mgr.25453) 1143 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.173 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:54.908812+0000 mgr.y (mgr.25453) 1144 : audit 0 from='client.54403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:56.173 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:54.967014+0000 mon.c (mon.1) 2202 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.173 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:54.969581+0000 mon.c (mon.1) 2203 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.173 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:54.972273+0000 mon.c (mon.1) 2204 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.173 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:54.973434+0000 mon.c (mon.1) 2205 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.173 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:54.980559+0000 mon.a (mon.0) 1076 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.173 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: cephadm 2023-12-07T15:58:54.981716+0000 mgr.y (mgr.25453) 1145 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.173 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.055990+0000 mon.c (mon.1) 2206 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.173 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.058432+0000 mon.c (mon.1) 2207 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.173 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.060964+0000 mon.c (mon.1) 2208 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.173 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.061803+0000 mon.c (mon.1) 2209 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.173 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.069057+0000 mon.a (mon.0) 1077 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.173 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: cephadm 2023-12-07T15:58:55.069887+0000 mgr.y (mgr.25453) 1146 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.173 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.147907+0000 mon.c (mon.1) 2210 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.174 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.151001+0000 mon.c (mon.1) 2211 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.174 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.155326+0000 mon.c (mon.1) 2212 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.174 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.156602+0000 mon.c (mon.1) 2213 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.174 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.165866+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.174 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.229019+0000 mon.c (mon.1) 2214 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.174 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.233045+0000 mon.c (mon.1) 2215 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.174 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.236230+0000 mon.c (mon.1) 2216 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.174 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.237502+0000 mon.c (mon.1) 2217 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.174 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.245842+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.174 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.327961+0000 mon.c (mon.1) 2218 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.174 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.330458+0000 mon.c (mon.1) 2219 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.174 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.333061+0000 mon.c (mon.1) 2220 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.174 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.334104+0000 mon.c (mon.1) 2221 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.174 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.341128+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.174 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.369812+0000 mon.a (mon.0) 1081 : audit 0 from='client.? 172.21.15.121:0/2890297672' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:58:56.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.425059+0000 mon.c (mon.1) 2222 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.427271+0000 mon.c (mon.1) 2223 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.429953+0000 mon.c (mon.1) 2224 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.430962+0000 mon.c (mon.1) 2225 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.438682+0000 mon.a (mon.0) 1082 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.522289+0000 mon.c (mon.1) 2226 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.524213+0000 mon.c (mon.1) 2227 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.526703+0000 mon.c (mon.1) 2228 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.527818+0000 mon.c (mon.1) 2229 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.536391+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.616295+0000 mon.c (mon.1) 2230 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.618743+0000 mon.c (mon.1) 2231 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.621527+0000 mon.c (mon.1) 2232 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.622495+0000 mon.c (mon.1) 2233 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.175 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.629145+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.675093+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.144:6800/485604524,v1:172.21.15.144:6801/485604524]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:58:56.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.675533+0000 mon.a (mon.0) 1085 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:58:56.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.708114+0000 mon.c (mon.1) 2234 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.711586+0000 mon.c (mon.1) 2235 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.714954+0000 mon.c (mon.1) 2236 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.716005+0000 mon.c (mon.1) 2237 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.723654+0000 mon.a (mon.0) 1086 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.807471+0000 mon.c (mon.1) 2238 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.809736+0000 mon.c (mon.1) 2239 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.813653+0000 mon.c (mon.1) 2240 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.815326+0000 mon.c (mon.1) 2241 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.824848+0000 mon.a (mon.0) 1087 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.888031+0000 mon.c (mon.1) 2242 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.890414+0000 mon.c (mon.1) 2243 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.893636+0000 mon.c (mon.1) 2244 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.894977+0000 mon.c (mon.1) 2245 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.176 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:55 smithi144 bash[66528]: audit 2023-12-07T15:58:55.902315+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: cephadm 2023-12-07T15:58:54.235951+0000 mgr.y (mgr.25453) 1136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: cephadm 2023-12-07T15:58:54.329697+0000 mgr.y (mgr.25453) 1137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: cephadm 2023-12-07T15:58:54.428363+0000 mgr.y (mgr.25453) 1138 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: cephadm 2023-12-07T15:58:54.505635+0000 mgr.y (mgr.25453) 1139 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: cephadm 2023-12-07T15:58:54.601839+0000 mgr.y (mgr.25453) 1140 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: cephadm 2023-12-07T15:58:54.703165+0000 mgr.y (mgr.25453) 1141 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: cephadm 2023-12-07T15:58:54.784722+0000 mgr.y (mgr.25453) 1142 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: cephadm 2023-12-07T15:58:54.884446+0000 mgr.y (mgr.25453) 1143 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:54.908812+0000 mgr.y (mgr.25453) 1144 : audit 0 from='client.54403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:54.967014+0000 mon.c (mon.1) 2202 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:54.969581+0000 mon.c (mon.1) 2203 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:54.972273+0000 mon.c (mon.1) 2204 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:54.973434+0000 mon.c (mon.1) 2205 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:54.980559+0000 mon.a (mon.0) 1076 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: cephadm 2023-12-07T15:58:54.981716+0000 mgr.y (mgr.25453) 1145 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.055990+0000 mon.c (mon.1) 2206 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.058432+0000 mon.c (mon.1) 2207 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.060964+0000 mon.c (mon.1) 2208 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.061803+0000 mon.c (mon.1) 2209 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.069057+0000 mon.a (mon.0) 1077 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: cephadm 2023-12-07T15:58:55.069887+0000 mgr.y (mgr.25453) 1146 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: cephadm 2023-12-07T15:58:54.235951+0000 mgr.y (mgr.25453) 1136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: cephadm 2023-12-07T15:58:54.329697+0000 mgr.y (mgr.25453) 1137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: cephadm 2023-12-07T15:58:54.428363+0000 mgr.y (mgr.25453) 1138 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: cephadm 2023-12-07T15:58:54.505635+0000 mgr.y (mgr.25453) 1139 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: cephadm 2023-12-07T15:58:54.601839+0000 mgr.y (mgr.25453) 1140 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: cephadm 2023-12-07T15:58:54.703165+0000 mgr.y (mgr.25453) 1141 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: cephadm 2023-12-07T15:58:54.784722+0000 mgr.y (mgr.25453) 1142 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: cephadm 2023-12-07T15:58:54.884446+0000 mgr.y (mgr.25453) 1143 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:54.908812+0000 mgr.y (mgr.25453) 1144 : audit 0 from='client.54403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:54.967014+0000 mon.c (mon.1) 2202 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:54.969581+0000 mon.c (mon.1) 2203 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:54.972273+0000 mon.c (mon.1) 2204 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:54.973434+0000 mon.c (mon.1) 2205 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:54.980559+0000 mon.a (mon.0) 1076 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: cephadm 2023-12-07T15:58:54.981716+0000 mgr.y (mgr.25453) 1145 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.055990+0000 mon.c (mon.1) 2206 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.058432+0000 mon.c (mon.1) 2207 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.060964+0000 mon.c (mon.1) 2208 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.061803+0000 mon.c (mon.1) 2209 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.069057+0000 mon.a (mon.0) 1077 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: cephadm 2023-12-07T15:58:55.069887+0000 mgr.y (mgr.25453) 1146 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:56.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.147907+0000 mon.c (mon.1) 2210 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.151001+0000 mon.c (mon.1) 2211 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.155326+0000 mon.c (mon.1) 2212 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.156602+0000 mon.c (mon.1) 2213 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.165866+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.229019+0000 mon.c (mon.1) 2214 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.233045+0000 mon.c (mon.1) 2215 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.236230+0000 mon.c (mon.1) 2216 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.237502+0000 mon.c (mon.1) 2217 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.245842+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.327961+0000 mon.c (mon.1) 2218 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.330458+0000 mon.c (mon.1) 2219 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.333061+0000 mon.c (mon.1) 2220 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.334104+0000 mon.c (mon.1) 2221 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.341128+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.369812+0000 mon.a (mon.0) 1081 : audit 0 from='client.? 172.21.15.121:0/2890297672' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:58:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.425059+0000 mon.c (mon.1) 2222 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.427271+0000 mon.c (mon.1) 2223 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.429953+0000 mon.c (mon.1) 2224 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.147907+0000 mon.c (mon.1) 2210 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.151001+0000 mon.c (mon.1) 2211 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.155326+0000 mon.c (mon.1) 2212 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.156602+0000 mon.c (mon.1) 2213 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.165866+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.229019+0000 mon.c (mon.1) 2214 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.233045+0000 mon.c (mon.1) 2215 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.236230+0000 mon.c (mon.1) 2216 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.237502+0000 mon.c (mon.1) 2217 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.245842+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.327961+0000 mon.c (mon.1) 2218 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.330458+0000 mon.c (mon.1) 2219 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.333061+0000 mon.c (mon.1) 2220 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.334104+0000 mon.c (mon.1) 2221 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.341128+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.369812+0000 mon.a (mon.0) 1081 : audit 0 from='client.? 172.21.15.121:0/2890297672' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:58:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.425059+0000 mon.c (mon.1) 2222 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.427271+0000 mon.c (mon.1) 2223 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.429953+0000 mon.c (mon.1) 2224 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.430962+0000 mon.c (mon.1) 2225 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.438682+0000 mon.a (mon.0) 1082 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.522289+0000 mon.c (mon.1) 2226 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.524213+0000 mon.c (mon.1) 2227 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.526703+0000 mon.c (mon.1) 2228 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.527818+0000 mon.c (mon.1) 2229 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.536391+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.616295+0000 mon.c (mon.1) 2230 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.618743+0000 mon.c (mon.1) 2231 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.621527+0000 mon.c (mon.1) 2232 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.622495+0000 mon.c (mon.1) 2233 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.629145+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.675093+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.144:6800/485604524,v1:172.21.15.144:6801/485604524]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:58:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.675533+0000 mon.a (mon.0) 1085 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:58:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.708114+0000 mon.c (mon.1) 2234 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.711586+0000 mon.c (mon.1) 2235 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.714954+0000 mon.c (mon.1) 2236 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.716005+0000 mon.c (mon.1) 2237 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.723654+0000 mon.a (mon.0) 1086 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.807471+0000 mon.c (mon.1) 2238 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.809736+0000 mon.c (mon.1) 2239 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.813653+0000 mon.c (mon.1) 2240 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.815326+0000 mon.c (mon.1) 2241 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.824848+0000 mon.a (mon.0) 1087 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.888031+0000 mon.c (mon.1) 2242 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.890414+0000 mon.c (mon.1) 2243 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.893636+0000 mon.c (mon.1) 2244 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.894977+0000 mon.c (mon.1) 2245 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[83807]: audit 2023-12-07T15:58:55.902315+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.430962+0000 mon.c (mon.1) 2225 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.438682+0000 mon.a (mon.0) 1082 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.522289+0000 mon.c (mon.1) 2226 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.524213+0000 mon.c (mon.1) 2227 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.526703+0000 mon.c (mon.1) 2228 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.527818+0000 mon.c (mon.1) 2229 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.536391+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.616295+0000 mon.c (mon.1) 2230 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.618743+0000 mon.c (mon.1) 2231 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.621527+0000 mon.c (mon.1) 2232 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.622495+0000 mon.c (mon.1) 2233 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.629145+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.675093+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.144:6800/485604524,v1:172.21.15.144:6801/485604524]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:58:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.675533+0000 mon.a (mon.0) 1085 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:58:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.708114+0000 mon.c (mon.1) 2234 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.711586+0000 mon.c (mon.1) 2235 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.714954+0000 mon.c (mon.1) 2236 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.716005+0000 mon.c (mon.1) 2237 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.723654+0000 mon.a (mon.0) 1086 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.807471+0000 mon.c (mon.1) 2238 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.809736+0000 mon.c (mon.1) 2239 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.813653+0000 mon.c (mon.1) 2240 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.815326+0000 mon.c (mon.1) 2241 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.824848+0000 mon.a (mon.0) 1087 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.888031+0000 mon.c (mon.1) 2242 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:56.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.890414+0000 mon.c (mon.1) 2243 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:56.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.893636+0000 mon.c (mon.1) 2244 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:56.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.894977+0000 mon.c (mon.1) 2245 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:56.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:55 smithi121 bash[81553]: audit 2023-12-07T15:58:55.902315+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:56.916 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[72535]: debug 2023-12-07T15:58:56.683+0000 7fa1b14b7700 -1 osd.4 135 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:58:57.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: cephadm 2023-12-07T15:58:55.166798+0000 mgr.y (mgr.25453) 1147 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: cephadm 2023-12-07T15:58:55.246808+0000 mgr.y (mgr.25453) 1148 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: cephadm 2023-12-07T15:58:55.342837+0000 mgr.y (mgr.25453) 1149 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: cephadm 2023-12-07T15:58:55.439736+0000 mgr.y (mgr.25453) 1150 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: cephadm 2023-12-07T15:58:55.537270+0000 mgr.y (mgr.25453) 1151 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: cluster 2023-12-07T15:58:55.555464+0000 mgr.y (mgr.25453) 1152 : cluster 0 pgmap v223: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-07T15:58:57.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: cephadm 2023-12-07T15:58:55.630148+0000 mgr.y (mgr.25453) 1153 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: cephadm 2023-12-07T15:58:55.724855+0000 mgr.y (mgr.25453) 1154 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: cephadm 2023-12-07T15:58:55.825659+0000 mgr.y (mgr.25453) 1155 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: cephadm 2023-12-07T15:58:55.904571+0000 mgr.y (mgr.25453) 1156 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:55.985965+0000 mon.c (mon.1) 2246 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:55.989695+0000 mon.c (mon.1) 2247 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:55.993525+0000 mon.c (mon.1) 2248 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:55.994465+0000 mon.c (mon.1) 2249 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.003264+0000 mon.a (mon.0) 1089 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: cephadm 2023-12-07T15:58:56.004390+0000 mgr.y (mgr.25453) 1157 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.070108+0000 mon.c (mon.1) 2250 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.072903+0000 mon.c (mon.1) 2251 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.075934+0000 mon.c (mon.1) 2252 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.076952+0000 mon.c (mon.1) 2253 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: cephadm 2023-12-07T15:58:55.166798+0000 mgr.y (mgr.25453) 1147 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: cephadm 2023-12-07T15:58:55.246808+0000 mgr.y (mgr.25453) 1148 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: cephadm 2023-12-07T15:58:55.342837+0000 mgr.y (mgr.25453) 1149 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: cephadm 2023-12-07T15:58:55.439736+0000 mgr.y (mgr.25453) 1150 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: cephadm 2023-12-07T15:58:55.537270+0000 mgr.y (mgr.25453) 1151 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: cluster 2023-12-07T15:58:55.555464+0000 mgr.y (mgr.25453) 1152 : cluster 0 pgmap v223: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-07T15:58:57.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: cephadm 2023-12-07T15:58:55.630148+0000 mgr.y (mgr.25453) 1153 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: cephadm 2023-12-07T15:58:55.724855+0000 mgr.y (mgr.25453) 1154 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: cephadm 2023-12-07T15:58:55.825659+0000 mgr.y (mgr.25453) 1155 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: cephadm 2023-12-07T15:58:55.904571+0000 mgr.y (mgr.25453) 1156 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:55.985965+0000 mon.c (mon.1) 2246 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:55.989695+0000 mon.c (mon.1) 2247 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:55.993525+0000 mon.c (mon.1) 2248 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:55.994465+0000 mon.c (mon.1) 2249 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.003264+0000 mon.a (mon.0) 1089 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: cephadm 2023-12-07T15:58:56.004390+0000 mgr.y (mgr.25453) 1157 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.070108+0000 mon.c (mon.1) 2250 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.072903+0000 mon.c (mon.1) 2251 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.075934+0000 mon.c (mon.1) 2252 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.076952+0000 mon.c (mon.1) 2253 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.084654+0000 mon.a (mon.0) 1090 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: cephadm 2023-12-07T15:58:56.085577+0000 mgr.y (mgr.25453) 1158 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.165404+0000 mon.c (mon.1) 2254 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.168095+0000 mon.c (mon.1) 2255 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.170994+0000 mon.c (mon.1) 2256 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.172323+0000 mon.c (mon.1) 2257 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.181072+0000 mon.a (mon.0) 1091 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.260906+0000 mon.c (mon.1) 2258 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.265162+0000 mon.c (mon.1) 2259 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.269111+0000 mon.c (mon.1) 2260 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.270245+0000 mon.c (mon.1) 2261 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.276570+0000 mon.a (mon.0) 1092 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.356853+0000 mon.c (mon.1) 2262 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.359791+0000 mon.c (mon.1) 2263 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.364394+0000 mon.c (mon.1) 2264 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.365418+0000 mon.c (mon.1) 2265 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.372813+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.455586+0000 mon.c (mon.1) 2266 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.457633+0000 mon.c (mon.1) 2267 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.459762+0000 mon.c (mon.1) 2268 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.084654+0000 mon.a (mon.0) 1090 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: cephadm 2023-12-07T15:58:56.085577+0000 mgr.y (mgr.25453) 1158 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.165404+0000 mon.c (mon.1) 2254 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.168095+0000 mon.c (mon.1) 2255 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.170994+0000 mon.c (mon.1) 2256 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.172323+0000 mon.c (mon.1) 2257 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.181072+0000 mon.a (mon.0) 1091 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.260906+0000 mon.c (mon.1) 2258 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.265162+0000 mon.c (mon.1) 2259 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.269111+0000 mon.c (mon.1) 2260 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.270245+0000 mon.c (mon.1) 2261 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.276570+0000 mon.a (mon.0) 1092 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.356853+0000 mon.c (mon.1) 2262 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.359791+0000 mon.c (mon.1) 2263 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.364394+0000 mon.c (mon.1) 2264 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.365418+0000 mon.c (mon.1) 2265 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.372813+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.455586+0000 mon.c (mon.1) 2266 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.457633+0000 mon.c (mon.1) 2267 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.459762+0000 mon.c (mon.1) 2268 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.460786+0000 mon.c (mon.1) 2269 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.466503+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.530260+0000 mon.c (mon.1) 2270 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.533060+0000 mon.c (mon.1) 2271 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.543990+0000 mon.c (mon.1) 2272 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.544812+0000 mon.c (mon.1) 2273 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.552516+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.606302+0000 mon.a (mon.0) 1096 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.619669+0000 mon.a (mon.0) 1097 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.628860+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.630620+0000 mon.c (mon.1) 2274 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.633279+0000 mon.a (mon.0) 1099 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-07T15:58:57.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: cluster 2023-12-07T15:58:56.639687+0000 mon.a (mon.0) 1100 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-07T15:58:57.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.641276+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.144:6800/485604524,v1:172.21.15.144:6801/485604524]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:58:57.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.642638+0000 mon.a (mon.0) 1101 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:58:57.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.644726+0000 mon.c (mon.1) 2275 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.646733+0000 mon.c (mon.1) 2276 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.648208+0000 mon.c (mon.1) 2277 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[81553]: audit 2023-12-07T15:58:56.650003+0000 mon.c (mon.1) 2278 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:57.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.460786+0000 mon.c (mon.1) 2269 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.466503+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.530260+0000 mon.c (mon.1) 2270 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.533060+0000 mon.c (mon.1) 2271 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.543990+0000 mon.c (mon.1) 2272 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.544812+0000 mon.c (mon.1) 2273 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.552516+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.606302+0000 mon.a (mon.0) 1096 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.619669+0000 mon.a (mon.0) 1097 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.628860+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.630620+0000 mon.c (mon.1) 2274 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.633279+0000 mon.a (mon.0) 1099 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-07T15:58:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: cluster 2023-12-07T15:58:56.639687+0000 mon.a (mon.0) 1100 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-07T15:58:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.641276+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.144:6800/485604524,v1:172.21.15.144:6801/485604524]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:58:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.642638+0000 mon.a (mon.0) 1101 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:58:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.644726+0000 mon.c (mon.1) 2275 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.646733+0000 mon.c (mon.1) 2276 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.648208+0000 mon.c (mon.1) 2277 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:56 smithi121 bash[83807]: audit 2023-12-07T15:58:56.650003+0000 mon.c (mon.1) 2278 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:57.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: cephadm 2023-12-07T15:58:55.166798+0000 mgr.y (mgr.25453) 1147 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: cephadm 2023-12-07T15:58:55.246808+0000 mgr.y (mgr.25453) 1148 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: cephadm 2023-12-07T15:58:55.342837+0000 mgr.y (mgr.25453) 1149 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: cephadm 2023-12-07T15:58:55.439736+0000 mgr.y (mgr.25453) 1150 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: cephadm 2023-12-07T15:58:55.537270+0000 mgr.y (mgr.25453) 1151 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: cluster 2023-12-07T15:58:55.555464+0000 mgr.y (mgr.25453) 1152 : cluster 0 pgmap v223: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-07T15:58:57.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: cephadm 2023-12-07T15:58:55.630148+0000 mgr.y (mgr.25453) 1153 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: cephadm 2023-12-07T15:58:55.724855+0000 mgr.y (mgr.25453) 1154 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: cephadm 2023-12-07T15:58:55.825659+0000 mgr.y (mgr.25453) 1155 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: cephadm 2023-12-07T15:58:55.904571+0000 mgr.y (mgr.25453) 1156 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:55.985965+0000 mon.c (mon.1) 2246 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:55.989695+0000 mon.c (mon.1) 2247 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:55.993525+0000 mon.c (mon.1) 2248 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:55.994465+0000 mon.c (mon.1) 2249 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.003264+0000 mon.a (mon.0) 1089 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: cephadm 2023-12-07T15:58:56.004390+0000 mgr.y (mgr.25453) 1157 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.070108+0000 mon.c (mon.1) 2250 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.072903+0000 mon.c (mon.1) 2251 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.075934+0000 mon.c (mon.1) 2252 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.076952+0000 mon.c (mon.1) 2253 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.084654+0000 mon.a (mon.0) 1090 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: cephadm 2023-12-07T15:58:56.085577+0000 mgr.y (mgr.25453) 1158 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:57.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.165404+0000 mon.c (mon.1) 2254 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.168095+0000 mon.c (mon.1) 2255 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.170994+0000 mon.c (mon.1) 2256 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.172323+0000 mon.c (mon.1) 2257 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.181072+0000 mon.a (mon.0) 1091 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.260906+0000 mon.c (mon.1) 2258 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.265162+0000 mon.c (mon.1) 2259 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.269111+0000 mon.c (mon.1) 2260 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.270245+0000 mon.c (mon.1) 2261 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.276570+0000 mon.a (mon.0) 1092 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.356853+0000 mon.c (mon.1) 2262 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.359791+0000 mon.c (mon.1) 2263 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.364394+0000 mon.c (mon.1) 2264 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.365418+0000 mon.c (mon.1) 2265 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.372813+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.455586+0000 mon.c (mon.1) 2266 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.457633+0000 mon.c (mon.1) 2267 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.459762+0000 mon.c (mon.1) 2268 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.380 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.460786+0000 mon.c (mon.1) 2269 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.466503+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.530260+0000 mon.c (mon.1) 2270 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.533060+0000 mon.c (mon.1) 2271 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.543990+0000 mon.c (mon.1) 2272 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:57.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.544812+0000 mon.c (mon.1) 2273 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:57.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.552516+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.606302+0000 mon.a (mon.0) 1096 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.619669+0000 mon.a (mon.0) 1097 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.628860+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:57.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.630620+0000 mon.c (mon.1) 2274 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:57.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.633279+0000 mon.a (mon.0) 1099 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-07T15:58:57.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: cluster 2023-12-07T15:58:56.639687+0000 mon.a (mon.0) 1100 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-07T15:58:57.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.641276+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.144:6800/485604524,v1:172.21.15.144:6801/485604524]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:58:57.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.642638+0000 mon.a (mon.0) 1101 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:58:57.381 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.644726+0000 mon.c (mon.1) 2275 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.646733+0000 mon.c (mon.1) 2276 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.648208+0000 mon.c (mon.1) 2277 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:58:57.382 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:56 smithi144 bash[66528]: audit 2023-12-07T15:58:56.650003+0000 mon.c (mon.1) 2278 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:58.003 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:57 smithi144 bash[66528]: cephadm 2023-12-07T15:58:56.181877+0000 mgr.y (mgr.25453) 1159 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:58.003 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:57 smithi144 bash[66528]: cephadm 2023-12-07T15:58:56.277241+0000 mgr.y (mgr.25453) 1160 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:58.003 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:57 smithi144 bash[66528]: cephadm 2023-12-07T15:58:56.373926+0000 mgr.y (mgr.25453) 1161 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:58.004 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:57 smithi144 bash[66528]: cephadm 2023-12-07T15:58:56.468923+0000 mgr.y (mgr.25453) 1162 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:58.004 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:57 smithi144 bash[66528]: cephadm 2023-12-07T15:58:56.553365+0000 mgr.y (mgr.25453) 1163 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:58.004 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:57 smithi144 bash[66528]: cluster 2023-12-07T15:58:56.637696+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e138 with expected crc 2023-12-07T15:58:58.004 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:57 smithi144 bash[66528]: audit 2023-12-07T15:58:56.650184+0000 mgr.y (mgr.25453) 1164 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:58.004 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:57 smithi144 bash[66528]: cephadm 2023-12-07T15:58:56.651182+0000 mgr.y (mgr.25453) 1165 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-07T15:58:58.004 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:57 smithi144 bash[66528]: audit 2023-12-07T15:58:57.471306+0000 mon.a (mon.0) 1102 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:58.004 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:57 smithi144 bash[66528]: audit 2023-12-07T15:58:57.476023+0000 mon.c (mon.1) 2279 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:58:58.004 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:57 smithi144 bash[66528]: cluster 2023-12-07T15:58:57.634601+0000 mon.a (mon.0) 1103 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:58:58.004 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:57 smithi144 bash[66528]: cluster 2023-12-07T15:58:57.645685+0000 mon.a (mon.0) 1104 : cluster 1 osd.4 [v2:172.21.15.144:6800/485604524,v1:172.21.15.144:6801/485604524] boot 2023-12-07T15:58:58.004 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:57 smithi144 bash[66528]: cluster 2023-12-07T15:58:57.645753+0000 mon.a (mon.0) 1105 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-07T15:58:58.004 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:57 smithi144 bash[66528]: audit 2023-12-07T15:58:57.648239+0000 mon.c (mon.1) 2280 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:58:58.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[81553]: cephadm 2023-12-07T15:58:56.181877+0000 mgr.y (mgr.25453) 1159 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:58.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[81553]: cephadm 2023-12-07T15:58:56.277241+0000 mgr.y (mgr.25453) 1160 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:58.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[81553]: cephadm 2023-12-07T15:58:56.373926+0000 mgr.y (mgr.25453) 1161 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:58.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[81553]: cephadm 2023-12-07T15:58:56.468923+0000 mgr.y (mgr.25453) 1162 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:58.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[81553]: cephadm 2023-12-07T15:58:56.553365+0000 mgr.y (mgr.25453) 1163 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[81553]: cluster 2023-12-07T15:58:56.637696+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e138 with expected crc 2023-12-07T15:58:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[81553]: audit 2023-12-07T15:58:56.650184+0000 mgr.y (mgr.25453) 1164 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[81553]: cephadm 2023-12-07T15:58:56.651182+0000 mgr.y (mgr.25453) 1165 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-07T15:58:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[81553]: audit 2023-12-07T15:58:57.471306+0000 mon.a (mon.0) 1102 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[81553]: audit 2023-12-07T15:58:57.476023+0000 mon.c (mon.1) 2279 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:58:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[81553]: cluster 2023-12-07T15:58:57.634601+0000 mon.a (mon.0) 1103 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:58:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[81553]: cluster 2023-12-07T15:58:57.645685+0000 mon.a (mon.0) 1104 : cluster 1 osd.4 [v2:172.21.15.144:6800/485604524,v1:172.21.15.144:6801/485604524] boot 2023-12-07T15:58:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[81553]: cluster 2023-12-07T15:58:57.645753+0000 mon.a (mon.0) 1105 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-07T15:58:58.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[81553]: audit 2023-12-07T15:58:57.648239+0000 mon.c (mon.1) 2280 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:58:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[83807]: cephadm 2023-12-07T15:58:56.181877+0000 mgr.y (mgr.25453) 1159 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[83807]: cephadm 2023-12-07T15:58:56.277241+0000 mgr.y (mgr.25453) 1160 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[83807]: cephadm 2023-12-07T15:58:56.373926+0000 mgr.y (mgr.25453) 1161 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[83807]: cephadm 2023-12-07T15:58:56.468923+0000 mgr.y (mgr.25453) 1162 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[83807]: cephadm 2023-12-07T15:58:56.553365+0000 mgr.y (mgr.25453) 1163 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:58:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[83807]: cluster 2023-12-07T15:58:56.637696+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e138 with expected crc 2023-12-07T15:58:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[83807]: audit 2023-12-07T15:58:56.650184+0000 mgr.y (mgr.25453) 1164 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-07T15:58:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[83807]: cephadm 2023-12-07T15:58:56.651182+0000 mgr.y (mgr.25453) 1165 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-07T15:58:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[83807]: audit 2023-12-07T15:58:57.471306+0000 mon.a (mon.0) 1102 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:58:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[83807]: audit 2023-12-07T15:58:57.476023+0000 mon.c (mon.1) 2279 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:58:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[83807]: cluster 2023-12-07T15:58:57.634601+0000 mon.a (mon.0) 1103 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:58:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[83807]: cluster 2023-12-07T15:58:57.645685+0000 mon.a (mon.0) 1104 : cluster 1 osd.4 [v2:172.21.15.144:6800/485604524,v1:172.21.15.144:6801/485604524] boot 2023-12-07T15:58:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[83807]: cluster 2023-12-07T15:58:57.645753+0000 mon.a (mon.0) 1105 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-07T15:58:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:57 smithi121 bash[83807]: audit 2023-12-07T15:58:57.648239+0000 mon.c (mon.1) 2280 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:58:59.115 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:58 smithi144 bash[66528]: cluster 2023-12-07T15:58:57.420838+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e138 with expected crc 2023-12-07T15:58:59.116 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:58 smithi144 bash[66528]: cluster 2023-12-07T15:58:57.556431+0000 mgr.y (mgr.25453) 1166 : cluster 0 pgmap v225: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-07T15:58:59.116 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:58 smithi144 bash[66528]: cluster 2023-12-07T15:58:57.642235+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e139 with expected crc 2023-12-07T15:58:59.116 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:58 smithi144 bash[66528]: cluster 2023-12-07T15:58:57.643244+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e139 with expected crc 2023-12-07T15:58:59.116 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:58 smithi144 bash[66528]: cluster 2023-12-07T15:58:58.649119+0000 mon.a (mon.0) 1106 : cluster 0 osdmap e140: 8 total, 8 up, 8 in 2023-12-07T15:58:59.116 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:58 smithi144 bash[66528]: cluster 2023-12-07T15:58:58.649729+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:58:59.116 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:58 smithi144 bash[66528]: cluster 2023-12-07T15:58:58.653062+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:58:59.116 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:58 smithi144 bash[66528]: cluster 2023-12-07T15:58:58.655810+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:58:59.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:58 smithi121 bash[81553]: cluster 2023-12-07T15:58:57.420838+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e138 with expected crc 2023-12-07T15:58:59.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:58 smithi121 bash[81553]: cluster 2023-12-07T15:58:57.556431+0000 mgr.y (mgr.25453) 1166 : cluster 0 pgmap v225: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-07T15:58:59.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:58 smithi121 bash[81553]: cluster 2023-12-07T15:58:57.642235+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e139 with expected crc 2023-12-07T15:58:59.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:58 smithi121 bash[81553]: cluster 2023-12-07T15:58:57.643244+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e139 with expected crc 2023-12-07T15:58:59.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:58 smithi121 bash[81553]: cluster 2023-12-07T15:58:58.649119+0000 mon.a (mon.0) 1106 : cluster 0 osdmap e140: 8 total, 8 up, 8 in 2023-12-07T15:58:59.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:58 smithi121 bash[81553]: cluster 2023-12-07T15:58:58.649729+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:58:59.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:58 smithi121 bash[81553]: cluster 2023-12-07T15:58:58.653062+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:58:59.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:58 smithi121 bash[81553]: cluster 2023-12-07T15:58:58.655810+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:58:59.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:58 smithi121 bash[83807]: cluster 2023-12-07T15:58:57.420838+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e138 with expected crc 2023-12-07T15:58:59.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:58 smithi121 bash[83807]: cluster 2023-12-07T15:58:57.556431+0000 mgr.y (mgr.25453) 1166 : cluster 0 pgmap v225: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 107/630 objects degraded (16.984%) 2023-12-07T15:58:59.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:58 smithi121 bash[83807]: cluster 2023-12-07T15:58:57.642235+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e139 with expected crc 2023-12-07T15:58:59.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:58 smithi121 bash[83807]: cluster 2023-12-07T15:58:57.643244+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e139 with expected crc 2023-12-07T15:58:59.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:58 smithi121 bash[83807]: cluster 2023-12-07T15:58:58.649119+0000 mon.a (mon.0) 1106 : cluster 0 osdmap e140: 8 total, 8 up, 8 in 2023-12-07T15:58:59.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:58 smithi121 bash[83807]: cluster 2023-12-07T15:58:58.649729+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:58:59.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:58 smithi121 bash[83807]: cluster 2023-12-07T15:58:58.653062+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:58:59.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:58 smithi121 bash[83807]: cluster 2023-12-07T15:58:58.655810+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:59 smithi144 bash[66528]: cluster 2023-12-07T15:58:58.647766+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:59 smithi144 bash[66528]: cluster 2023-12-07T15:58:58.650899+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:59 smithi144 bash[66528]: cluster 2023-12-07T15:58:58.653285+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:59 smithi144 bash[66528]: cluster 2023-12-07T15:58:58.657254+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:59 smithi144 bash[66528]: cluster 2023-12-07T15:58:58.657383+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:59 smithi144 bash[66528]: cluster 2023-12-07T15:58:58.662232+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:58:59 smithi144 bash[66528]: cluster 2023-12-07T15:58:58.664091+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:59 smithi121 bash[81553]: cluster 2023-12-07T15:58:58.647766+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:59 smithi121 bash[81553]: cluster 2023-12-07T15:58:58.650899+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:59 smithi121 bash[81553]: cluster 2023-12-07T15:58:58.653285+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:59 smithi121 bash[81553]: cluster 2023-12-07T15:58:58.657254+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:59 smithi121 bash[81553]: cluster 2023-12-07T15:58:58.657383+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:59 smithi121 bash[81553]: cluster 2023-12-07T15:58:58.662232+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:58:59 smithi121 bash[81553]: cluster 2023-12-07T15:58:58.664091+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:59 smithi121 bash[83807]: cluster 2023-12-07T15:58:58.647766+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:59 smithi121 bash[83807]: cluster 2023-12-07T15:58:58.650899+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:59 smithi121 bash[83807]: cluster 2023-12-07T15:58:58.653285+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:59 smithi121 bash[83807]: cluster 2023-12-07T15:58:58.657254+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:59 smithi121 bash[83807]: cluster 2023-12-07T15:58:58.657383+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:59 smithi121 bash[83807]: cluster 2023-12-07T15:58:58.662232+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:58:59 smithi121 bash[83807]: cluster 2023-12-07T15:58:58.664091+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e140 with expected crc 2023-12-07T15:59:01.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:00 smithi144 bash[66528]: cluster 2023-12-07T15:58:59.557670+0000 mgr.y (mgr.25453) 1167 : cluster 0 pgmap v228: 161 pgs: 3 activating, 30 peering, 12 active+undersized+degraded, 17 active+undersized, 99 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 36/630 objects degraded (5.714%) 2023-12-07T15:59:01.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:00 smithi144 bash[66528]: cluster 2023-12-07T15:58:59.917601+0000 mon.a (mon.0) 1107 : cluster 3 Health check update: Degraded data redundancy: 36/630 objects degraded (5.714%), 12 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:01.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:00 smithi144 bash[66528]: audit 2023-12-07T15:59:00.279805+0000 mon.c (mon.1) 2281 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T15:59:01.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:00 smithi144 bash[66528]: audit 2023-12-07T15:59:00.281664+0000 mon.c (mon.1) 2282 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:01.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:00 smithi121 bash[81553]: cluster 2023-12-07T15:58:59.557670+0000 mgr.y (mgr.25453) 1167 : cluster 0 pgmap v228: 161 pgs: 3 activating, 30 peering, 12 active+undersized+degraded, 17 active+undersized, 99 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 36/630 objects degraded (5.714%) 2023-12-07T15:59:01.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:00 smithi121 bash[81553]: cluster 2023-12-07T15:58:59.917601+0000 mon.a (mon.0) 1107 : cluster 3 Health check update: Degraded data redundancy: 36/630 objects degraded (5.714%), 12 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:01.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:00 smithi121 bash[81553]: audit 2023-12-07T15:59:00.279805+0000 mon.c (mon.1) 2281 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T15:59:01.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:00 smithi121 bash[81553]: audit 2023-12-07T15:59:00.281664+0000 mon.c (mon.1) 2282 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:01.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:00 smithi121 bash[83807]: cluster 2023-12-07T15:58:59.557670+0000 mgr.y (mgr.25453) 1167 : cluster 0 pgmap v228: 161 pgs: 3 activating, 30 peering, 12 active+undersized+degraded, 17 active+undersized, 99 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 36/630 objects degraded (5.714%) 2023-12-07T15:59:01.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:00 smithi121 bash[83807]: cluster 2023-12-07T15:58:59.917601+0000 mon.a (mon.0) 1107 : cluster 3 Health check update: Degraded data redundancy: 36/630 objects degraded (5.714%), 12 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:01.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:00 smithi121 bash[83807]: audit 2023-12-07T15:59:00.279805+0000 mon.c (mon.1) 2281 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-07T15:59:01.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:00 smithi121 bash[83807]: audit 2023-12-07T15:59:00.281664+0000 mon.c (mon.1) 2282 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:02.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:01 smithi144 bash[66528]: cephadm 2023-12-07T15:59:00.275668+0000 mgr.y (mgr.25453) 1168 : cephadm 1 Upgrade: Updating osd.4 2023-12-07T15:59:02.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:01 smithi144 bash[66528]: cephadm 2023-12-07T15:59:00.287410+0000 mgr.y (mgr.25453) 1169 : cephadm 1 Deploying daemon osd.4 on smithi144 2023-12-07T15:59:02.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:01 smithi121 bash[81553]: cephadm 2023-12-07T15:59:00.275668+0000 mgr.y (mgr.25453) 1168 : cephadm 1 Upgrade: Updating osd.4 2023-12-07T15:59:02.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:01 smithi121 bash[81553]: cephadm 2023-12-07T15:59:00.287410+0000 mgr.y (mgr.25453) 1169 : cephadm 1 Deploying daemon osd.4 on smithi144 2023-12-07T15:59:02.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:01 smithi121 bash[83807]: cephadm 2023-12-07T15:59:00.275668+0000 mgr.y (mgr.25453) 1168 : cephadm 1 Upgrade: Updating osd.4 2023-12-07T15:59:02.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:01 smithi121 bash[83807]: cephadm 2023-12-07T15:59:00.287410+0000 mgr.y (mgr.25453) 1169 : cephadm 1 Deploying daemon osd.4 on smithi144 2023-12-07T15:59:03.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:02 smithi121 bash[83807]: cluster 2023-12-07T15:59:01.558708+0000 mgr.y (mgr.25453) 1170 : cluster 0 pgmap v229: 161 pgs: 3 activating, 30 peering, 12 active+undersized+degraded, 17 active+undersized, 99 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 36/630 objects degraded (5.714%) 2023-12-07T15:59:03.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:02 smithi121 bash[83807]: audit 2023-12-07T15:59:02.517956+0000 mon.a (mon.0) 1108 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:03.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:02 smithi121 bash[83807]: audit 2023-12-07T15:59:02.534253+0000 mon.a (mon.0) 1109 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:03.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:02 smithi121 bash[83807]: audit 2023-12-07T15:59:02.548588+0000 mon.a (mon.0) 1110 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:03.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:02 smithi121 bash[81553]: cluster 2023-12-07T15:59:01.558708+0000 mgr.y (mgr.25453) 1170 : cluster 0 pgmap v229: 161 pgs: 3 activating, 30 peering, 12 active+undersized+degraded, 17 active+undersized, 99 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 36/630 objects degraded (5.714%) 2023-12-07T15:59:03.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:02 smithi121 bash[81553]: audit 2023-12-07T15:59:02.517956+0000 mon.a (mon.0) 1108 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:03.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:02 smithi121 bash[81553]: audit 2023-12-07T15:59:02.534253+0000 mon.a (mon.0) 1109 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:03.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:02 smithi121 bash[81553]: audit 2023-12-07T15:59:02.548588+0000 mon.a (mon.0) 1110 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:03.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:02 smithi144 bash[66528]: cluster 2023-12-07T15:59:01.558708+0000 mgr.y (mgr.25453) 1170 : cluster 0 pgmap v229: 161 pgs: 3 activating, 30 peering, 12 active+undersized+degraded, 17 active+undersized, 99 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 36/630 objects degraded (5.714%) 2023-12-07T15:59:03.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:02 smithi144 bash[66528]: audit 2023-12-07T15:59:02.517956+0000 mon.a (mon.0) 1108 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:03.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:02 smithi144 bash[66528]: audit 2023-12-07T15:59:02.534253+0000 mon.a (mon.0) 1109 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:03.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:02 smithi144 bash[66528]: audit 2023-12-07T15:59:02.548588+0000 mon.a (mon.0) 1110 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:05.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:59:04 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:59:04] "GET /metrics HTTP/1.1" 200 38499 "" "Prometheus/2.33.4" 2023-12-07T15:59:05.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:04 smithi121 bash[81553]: cluster 2023-12-07T15:59:03.560426+0000 mgr.y (mgr.25453) 1171 : cluster 0 pgmap v230: 161 pgs: 3 activating, 158 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 739 B/s rd, 0 op/s 2023-12-07T15:59:05.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:04 smithi121 bash[81553]: audit 2023-12-07T15:59:03.653794+0000 mgr.y (mgr.25453) 1172 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:05.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:04 smithi121 bash[81553]: cluster 2023-12-07T15:59:03.942013+0000 mon.a (mon.0) 1111 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/630 objects degraded (5.714%), 12 pgs degraded) 2023-12-07T15:59:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:04 smithi121 bash[81553]: cluster 2023-12-07T15:59:03.942080+0000 mon.a (mon.0) 1112 : cluster 1 Cluster is now healthy 2023-12-07T15:59:05.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:04 smithi121 bash[83807]: cluster 2023-12-07T15:59:03.560426+0000 mgr.y (mgr.25453) 1171 : cluster 0 pgmap v230: 161 pgs: 3 activating, 158 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 739 B/s rd, 0 op/s 2023-12-07T15:59:05.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:04 smithi121 bash[83807]: audit 2023-12-07T15:59:03.653794+0000 mgr.y (mgr.25453) 1172 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:05.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:04 smithi121 bash[83807]: cluster 2023-12-07T15:59:03.942013+0000 mon.a (mon.0) 1111 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/630 objects degraded (5.714%), 12 pgs degraded) 2023-12-07T15:59:05.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:04 smithi121 bash[83807]: cluster 2023-12-07T15:59:03.942080+0000 mon.a (mon.0) 1112 : cluster 1 Cluster is now healthy 2023-12-07T15:59:05.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:04 smithi144 bash[66528]: cluster 2023-12-07T15:59:03.560426+0000 mgr.y (mgr.25453) 1171 : cluster 0 pgmap v230: 161 pgs: 3 activating, 158 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 739 B/s rd, 0 op/s 2023-12-07T15:59:05.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:04 smithi144 bash[66528]: audit 2023-12-07T15:59:03.653794+0000 mgr.y (mgr.25453) 1172 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:05.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:04 smithi144 bash[66528]: cluster 2023-12-07T15:59:03.942013+0000 mon.a (mon.0) 1111 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/630 objects degraded (5.714%), 12 pgs degraded) 2023-12-07T15:59:05.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:04 smithi144 bash[66528]: cluster 2023-12-07T15:59:03.942080+0000 mon.a (mon.0) 1112 : cluster 1 Cluster is now healthy 2023-12-07T15:59:06.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:06 smithi121 bash[83807]: cluster 2023-12-07T15:59:05.561451+0000 mgr.y (mgr.25453) 1173 : cluster 0 pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:06.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:06 smithi121 bash[83807]: audit 2023-12-07T15:59:05.718682+0000 mon.a (mon.0) 1113 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:06.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:06 smithi121 bash[83807]: audit 2023-12-07T15:59:05.730869+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:06.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:06 smithi121 bash[83807]: audit 2023-12-07T15:59:05.742521+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:06.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:06 smithi121 bash[83807]: audit 2023-12-07T15:59:06.141689+0000 mon.a (mon.0) 1116 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:06.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:06 smithi121 bash[83807]: audit 2023-12-07T15:59:06.155147+0000 mon.a (mon.0) 1117 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:06.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:06 smithi121 bash[83807]: audit 2023-12-07T15:59:06.166189+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:06.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:06 smithi121 bash[81553]: cluster 2023-12-07T15:59:05.561451+0000 mgr.y (mgr.25453) 1173 : cluster 0 pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:06.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:06 smithi121 bash[81553]: audit 2023-12-07T15:59:05.718682+0000 mon.a (mon.0) 1113 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:06.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:06 smithi121 bash[81553]: audit 2023-12-07T15:59:05.730869+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:06.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:06 smithi121 bash[81553]: audit 2023-12-07T15:59:05.742521+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:06.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:06 smithi121 bash[81553]: audit 2023-12-07T15:59:06.141689+0000 mon.a (mon.0) 1116 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:06.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:06 smithi121 bash[81553]: audit 2023-12-07T15:59:06.155147+0000 mon.a (mon.0) 1117 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:06.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:06 smithi121 bash[81553]: audit 2023-12-07T15:59:06.166189+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:06.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:06 smithi144 bash[66528]: cluster 2023-12-07T15:59:05.561451+0000 mgr.y (mgr.25453) 1173 : cluster 0 pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:06.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:06 smithi144 bash[66528]: audit 2023-12-07T15:59:05.718682+0000 mon.a (mon.0) 1113 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:06.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:06 smithi144 bash[66528]: audit 2023-12-07T15:59:05.730869+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:06.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:06 smithi144 bash[66528]: audit 2023-12-07T15:59:05.742521+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:06.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:06 smithi144 bash[66528]: audit 2023-12-07T15:59:06.141689+0000 mon.a (mon.0) 1116 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:06.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:06 smithi144 bash[66528]: audit 2023-12-07T15:59:06.155147+0000 mon.a (mon.0) 1117 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:06.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:06 smithi144 bash[66528]: audit 2023-12-07T15:59:06.166189+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:07.626 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:07 smithi144 systemd[1]: Stopping Ceph osd.4 for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:59:08.059 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:07 smithi121 bash[83807]: cluster 2023-12-07T15:59:07.662975+0000 mon.a (mon.0) 1119 : cluster 1 osd.4 marked itself down and dead 2023-12-07T15:59:08.059 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:07 smithi121 bash[81553]: cluster 2023-12-07T15:59:07.662975+0000 mon.a (mon.0) 1119 : cluster 1 osd.4 marked itself down and dead 2023-12-07T15:59:08.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:07 smithi144 bash[66528]: cluster 2023-12-07T15:59:07.662975+0000 mon.a (mon.0) 1119 : cluster 1 osd.4 marked itself down and dead 2023-12-07T15:59:08.126 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:07 smithi144 bash[72535]: debug 2023-12-07T15:59:07.655+0000 7fa1b66bf700 -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 2023-12-07T15:59:08.126 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:07 smithi144 bash[72535]: debug 2023-12-07T15:59:07.655+0000 7fa1b66bf700 -1 osd.4 140 *** Got signal Terminated *** 2023-12-07T15:59:08.126 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:07 smithi144 bash[72535]: debug 2023-12-07T15:59:07.655+0000 7fa1b66bf700 -1 osd.4 140 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T15:59:08.992 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:08 smithi144 bash[74551]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-4 2023-12-07T15:59:08.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:08 smithi144 bash[66528]: cluster 2023-12-07T15:59:07.562501+0000 mgr.y (mgr.25453) 1174 : cluster 0 pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-07T15:59:08.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:08 smithi144 bash[66528]: cluster 2023-12-07T15:59:07.719288+0000 mon.a (mon.0) 1120 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:59:08.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:08 smithi144 bash[66528]: cluster 2023-12-07T15:59:07.731063+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:08.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:08 smithi144 bash[66528]: cluster 2023-12-07T15:59:07.735052+0000 mon.a (mon.0) 1121 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-07T15:59:08.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:08 smithi144 bash[66528]: cluster 2023-12-07T15:59:07.735251+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:08.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:08 smithi144 bash[66528]: cluster 2023-12-07T15:59:07.737078+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:08.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:08 smithi144 bash[66528]: cluster 2023-12-07T15:59:07.737738+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:08.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:08 smithi144 bash[66528]: cluster 2023-12-07T15:59:07.740830+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:08.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:08 smithi144 bash[66528]: cluster 2023-12-07T15:59:07.743109+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:09.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[81553]: cluster 2023-12-07T15:59:07.562501+0000 mgr.y (mgr.25453) 1174 : cluster 0 pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-07T15:59:09.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[81553]: cluster 2023-12-07T15:59:07.719288+0000 mon.a (mon.0) 1120 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:59:09.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[81553]: cluster 2023-12-07T15:59:07.731063+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:09.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[81553]: cluster 2023-12-07T15:59:07.735052+0000 mon.a (mon.0) 1121 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-07T15:59:09.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[81553]: cluster 2023-12-07T15:59:07.735251+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:09.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[81553]: cluster 2023-12-07T15:59:07.737078+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:09.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[81553]: cluster 2023-12-07T15:59:07.737738+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:09.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[81553]: cluster 2023-12-07T15:59:07.740830+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:09.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[81553]: cluster 2023-12-07T15:59:07.743109+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:09.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[83807]: cluster 2023-12-07T15:59:07.562501+0000 mgr.y (mgr.25453) 1174 : cluster 0 pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-07T15:59:09.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[83807]: cluster 2023-12-07T15:59:07.719288+0000 mon.a (mon.0) 1120 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:59:09.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[83807]: cluster 2023-12-07T15:59:07.731063+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:09.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[83807]: cluster 2023-12-07T15:59:07.735052+0000 mon.a (mon.0) 1121 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-07T15:59:09.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[83807]: cluster 2023-12-07T15:59:07.735251+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:09.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[83807]: cluster 2023-12-07T15:59:07.737078+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:09.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[83807]: cluster 2023-12-07T15:59:07.737738+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:09.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[83807]: cluster 2023-12-07T15:59:07.740830+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:09.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:08 smithi121 bash[83807]: cluster 2023-12-07T15:59:07.743109+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e141 with expected crc 2023-12-07T15:59:09.376 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:09 smithi144 bash[74626]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-4 2023-12-07T15:59:09.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[81553]: cluster 2023-12-07T15:59:08.738812+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[81553]: cluster 2023-12-07T15:59:08.738963+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[81553]: cluster 2023-12-07T15:59:08.742907+0000 mon.a (mon.0) 1122 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-07T15:59:09.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[81553]: cluster 2023-12-07T15:59:08.744473+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[81553]: cluster 2023-12-07T15:59:08.750004+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[81553]: cluster 2023-12-07T15:59:08.751585+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[81553]: cluster 2023-12-07T15:59:08.752098+0000 osd.5 (osd.5) 49 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[81553]: cluster 2023-12-07T15:59:08.753476+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[81553]: cluster 2023-12-07T15:59:08.753921+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[81553]: cluster 2023-12-07T15:59:08.755824+0000 osd.5 (osd.5) 50 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[81553]: cluster 2023-12-07T15:59:08.757423+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[81553]: cluster 2023-12-07T15:59:08.757765+0000 osd.5 (osd.5) 51 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[81553]: cluster 2023-12-07T15:59:08.764353+0000 osd.5 (osd.5) 52 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[83807]: cluster 2023-12-07T15:59:08.738812+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[83807]: cluster 2023-12-07T15:59:08.738963+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[83807]: cluster 2023-12-07T15:59:08.742907+0000 mon.a (mon.0) 1122 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-07T15:59:09.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[83807]: cluster 2023-12-07T15:59:08.744473+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[83807]: cluster 2023-12-07T15:59:08.750004+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[83807]: cluster 2023-12-07T15:59:08.751585+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[83807]: cluster 2023-12-07T15:59:08.752098+0000 osd.5 (osd.5) 49 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[83807]: cluster 2023-12-07T15:59:08.753476+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[83807]: cluster 2023-12-07T15:59:08.753921+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[83807]: cluster 2023-12-07T15:59:08.755824+0000 osd.5 (osd.5) 50 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[83807]: cluster 2023-12-07T15:59:08.757423+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[83807]: cluster 2023-12-07T15:59:08.757765+0000 osd.5 (osd.5) 51 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:09.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:09 smithi121 bash[83807]: cluster 2023-12-07T15:59:08.764353+0000 osd.5 (osd.5) 52 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:10.054 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:09 smithi144 bash[66528]: cluster 2023-12-07T15:59:08.738812+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:10.054 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:09 smithi144 bash[66528]: cluster 2023-12-07T15:59:08.738963+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:10.054 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:09 smithi144 bash[66528]: cluster 2023-12-07T15:59:08.742907+0000 mon.a (mon.0) 1122 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-07T15:59:10.054 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:09 smithi144 bash[66528]: cluster 2023-12-07T15:59:08.744473+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:10.054 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:09 smithi144 bash[66528]: cluster 2023-12-07T15:59:08.750004+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:10.055 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:09 smithi144 bash[66528]: cluster 2023-12-07T15:59:08.751585+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:10.055 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:09 smithi144 bash[66528]: cluster 2023-12-07T15:59:08.752098+0000 osd.5 (osd.5) 49 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:10.055 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:09 smithi144 bash[66528]: cluster 2023-12-07T15:59:08.753476+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:10.055 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:09 smithi144 bash[66528]: cluster 2023-12-07T15:59:08.753921+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:10.055 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:09 smithi144 bash[66528]: cluster 2023-12-07T15:59:08.755824+0000 osd.5 (osd.5) 50 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:10.055 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:09 smithi144 bash[66528]: cluster 2023-12-07T15:59:08.757423+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:10.055 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:09 smithi144 bash[66528]: cluster 2023-12-07T15:59:08.757765+0000 osd.5 (osd.5) 51 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:10.055 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:09 smithi144 bash[66528]: cluster 2023-12-07T15:59:08.764353+0000 osd.5 (osd.5) 52 : cluster 3 failed to encode map e142 with expected crc 2023-12-07T15:59:10.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:10 smithi144 bash[66528]: cluster 2023-12-07T15:59:09.563931+0000 mgr.y (mgr.25453) 1175 : cluster 0 pgmap v235: 161 pgs: 2 active+undersized+degraded, 41 peering, 8 stale+active+clean, 8 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5/630 objects degraded (0.794%) 2023-12-07T15:59:10.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:10 smithi144 bash[66528]: cluster 2023-12-07T15:59:09.793376+0000 mon.a (mon.0) 1123 : cluster 3 Health check failed: Reduced data availability: 4 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2023-12-07T15:59:10.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:10 smithi144 bash[66528]: cluster 2023-12-07T15:59:09.793446+0000 mon.a (mon.0) 1124 : cluster 3 Health check failed: Degraded data redundancy: 5/630 objects degraded (0.794%), 2 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:11.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:10 smithi121 bash[81553]: cluster 2023-12-07T15:59:09.563931+0000 mgr.y (mgr.25453) 1175 : cluster 0 pgmap v235: 161 pgs: 2 active+undersized+degraded, 41 peering, 8 stale+active+clean, 8 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5/630 objects degraded (0.794%) 2023-12-07T15:59:11.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:10 smithi121 bash[81553]: cluster 2023-12-07T15:59:09.793376+0000 mon.a (mon.0) 1123 : cluster 3 Health check failed: Reduced data availability: 4 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2023-12-07T15:59:11.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:10 smithi121 bash[81553]: cluster 2023-12-07T15:59:09.793446+0000 mon.a (mon.0) 1124 : cluster 3 Health check failed: Degraded data redundancy: 5/630 objects degraded (0.794%), 2 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:11.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:10 smithi121 bash[83807]: cluster 2023-12-07T15:59:09.563931+0000 mgr.y (mgr.25453) 1175 : cluster 0 pgmap v235: 161 pgs: 2 active+undersized+degraded, 41 peering, 8 stale+active+clean, 8 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5/630 objects degraded (0.794%) 2023-12-07T15:59:11.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:10 smithi121 bash[83807]: cluster 2023-12-07T15:59:09.793376+0000 mon.a (mon.0) 1123 : cluster 3 Health check failed: Reduced data availability: 4 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2023-12-07T15:59:11.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:10 smithi121 bash[83807]: cluster 2023-12-07T15:59:09.793446+0000 mon.a (mon.0) 1124 : cluster 3 Health check failed: Degraded data redundancy: 5/630 objects degraded (0.794%), 2 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:11.376 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:11 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.4.service: Succeeded. 2023-12-07T15:59:11.377 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:11 smithi144 systemd[1]: Stopped Ceph osd.4 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:59:11.377 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:11 smithi144 systemd[1]: Started Ceph osd.4 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:59:12.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.406422+0000 mon.a (mon.0) 1125 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.420515+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.432344+0000 mon.c (mon.1) 2283 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.433776+0000 mon.c (mon.1) 2284 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.443290+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: cephadm 2023-12-07T15:59:11.444585+0000 mgr.y (mgr.25453) 1176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.527860+0000 mon.c (mon.1) 2285 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.532130+0000 mon.c (mon.1) 2286 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.537514+0000 mon.c (mon.1) 2287 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.539249+0000 mon.c (mon.1) 2288 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.550706+0000 mon.a (mon.0) 1128 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: cephadm 2023-12-07T15:59:11.552217+0000 mgr.y (mgr.25453) 1177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: cluster 2023-12-07T15:59:11.564764+0000 mgr.y (mgr.25453) 1178 : cluster 0 pgmap v236: 161 pgs: 2 active+undersized+degraded, 41 peering, 8 stale+active+clean, 8 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5/630 objects degraded (0.794%) 2023-12-07T15:59:12.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.633015+0000 mon.c (mon.1) 2289 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.637724+0000 mon.c (mon.1) 2290 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.641321+0000 mon.c (mon.1) 2291 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.642747+0000 mon.c (mon.1) 2292 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.652085+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: cephadm 2023-12-07T15:59:11.652985+0000 mgr.y (mgr.25453) 1179 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.735341+0000 mon.c (mon.1) 2293 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.406422+0000 mon.a (mon.0) 1125 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.420515+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.432344+0000 mon.c (mon.1) 2283 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.433776+0000 mon.c (mon.1) 2284 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.443290+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: cephadm 2023-12-07T15:59:11.444585+0000 mgr.y (mgr.25453) 1176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.527860+0000 mon.c (mon.1) 2285 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.532130+0000 mon.c (mon.1) 2286 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.537514+0000 mon.c (mon.1) 2287 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.539249+0000 mon.c (mon.1) 2288 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.550706+0000 mon.a (mon.0) 1128 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: cephadm 2023-12-07T15:59:11.552217+0000 mgr.y (mgr.25453) 1177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: cluster 2023-12-07T15:59:11.564764+0000 mgr.y (mgr.25453) 1178 : cluster 0 pgmap v236: 161 pgs: 2 active+undersized+degraded, 41 peering, 8 stale+active+clean, 8 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5/630 objects degraded (0.794%) 2023-12-07T15:59:12.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.633015+0000 mon.c (mon.1) 2289 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.637724+0000 mon.c (mon.1) 2290 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.641321+0000 mon.c (mon.1) 2291 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.642747+0000 mon.c (mon.1) 2292 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.652085+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: cephadm 2023-12-07T15:59:11.652985+0000 mgr.y (mgr.25453) 1179 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.735341+0000 mon.c (mon.1) 2293 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.739243+0000 mon.c (mon.1) 2294 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.742331+0000 mon.c (mon.1) 2295 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.743497+0000 mon.c (mon.1) 2296 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.754877+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: cephadm 2023-12-07T15:59:11.755850+0000 mgr.y (mgr.25453) 1180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.835918+0000 mon.c (mon.1) 2297 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.839090+0000 mon.c (mon.1) 2298 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.842051+0000 mon.c (mon.1) 2299 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.843161+0000 mon.c (mon.1) 2300 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.853389+0000 mon.a (mon.0) 1131 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: cephadm 2023-12-07T15:59:11.855519+0000 mgr.y (mgr.25453) 1181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.936458+0000 mon.c (mon.1) 2301 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.939102+0000 mon.c (mon.1) 2302 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.942566+0000 mon.c (mon.1) 2303 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.943829+0000 mon.c (mon.1) 2304 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:11.953854+0000 mon.a (mon.0) 1132 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: cephadm 2023-12-07T15:59:11.956174+0000 mgr.y (mgr.25453) 1182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.039638+0000 mon.c (mon.1) 2305 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.042482+0000 mon.c (mon.1) 2306 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.046985+0000 mon.c (mon.1) 2307 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.739243+0000 mon.c (mon.1) 2294 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.742331+0000 mon.c (mon.1) 2295 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.743497+0000 mon.c (mon.1) 2296 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.754877+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: cephadm 2023-12-07T15:59:11.755850+0000 mgr.y (mgr.25453) 1180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.835918+0000 mon.c (mon.1) 2297 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.839090+0000 mon.c (mon.1) 2298 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.842051+0000 mon.c (mon.1) 2299 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.843161+0000 mon.c (mon.1) 2300 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.853389+0000 mon.a (mon.0) 1131 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: cephadm 2023-12-07T15:59:11.855519+0000 mgr.y (mgr.25453) 1181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.936458+0000 mon.c (mon.1) 2301 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.939102+0000 mon.c (mon.1) 2302 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.942566+0000 mon.c (mon.1) 2303 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.943829+0000 mon.c (mon.1) 2304 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:11.953854+0000 mon.a (mon.0) 1132 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: cephadm 2023-12-07T15:59:11.956174+0000 mgr.y (mgr.25453) 1182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.039638+0000 mon.c (mon.1) 2305 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.042482+0000 mon.c (mon.1) 2306 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.046985+0000 mon.c (mon.1) 2307 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.048495+0000 mon.c (mon.1) 2308 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.058933+0000 mon.a (mon.0) 1133 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: cephadm 2023-12-07T15:59:12.062273+0000 mgr.y (mgr.25453) 1183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.141866+0000 mon.c (mon.1) 2309 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.143949+0000 mon.c (mon.1) 2310 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.147295+0000 mon.c (mon.1) 2311 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.148570+0000 mon.c (mon.1) 2312 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.157923+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.241829+0000 mon.c (mon.1) 2313 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.245288+0000 mon.c (mon.1) 2314 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.250152+0000 mon.c (mon.1) 2315 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.251298+0000 mon.c (mon.1) 2316 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.261478+0000 mon.a (mon.0) 1135 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.343818+0000 mon.c (mon.1) 2317 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.345946+0000 mon.c (mon.1) 2318 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.348943+0000 mon.c (mon.1) 2319 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.350195+0000 mon.c (mon.1) 2320 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[81553]: audit 2023-12-07T15:59:12.360795+0000 mon.a (mon.0) 1136 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.048495+0000 mon.c (mon.1) 2308 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.058933+0000 mon.a (mon.0) 1133 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: cephadm 2023-12-07T15:59:12.062273+0000 mgr.y (mgr.25453) 1183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.141866+0000 mon.c (mon.1) 2309 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.143949+0000 mon.c (mon.1) 2310 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.147295+0000 mon.c (mon.1) 2311 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.148570+0000 mon.c (mon.1) 2312 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.157923+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.241829+0000 mon.c (mon.1) 2313 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.245288+0000 mon.c (mon.1) 2314 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.250152+0000 mon.c (mon.1) 2315 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.251298+0000 mon.c (mon.1) 2316 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.261478+0000 mon.a (mon.0) 1135 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.343818+0000 mon.c (mon.1) 2317 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.345946+0000 mon.c (mon.1) 2318 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.348943+0000 mon.c (mon.1) 2319 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.350195+0000 mon.c (mon.1) 2320 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:12 smithi121 bash[83807]: audit 2023-12-07T15:59:12.360795+0000 mon.a (mon.0) 1136 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.406422+0000 mon.a (mon.0) 1125 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.420515+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.432344+0000 mon.c (mon.1) 2283 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.433776+0000 mon.c (mon.1) 2284 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.443290+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: cephadm 2023-12-07T15:59:11.444585+0000 mgr.y (mgr.25453) 1176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.527860+0000 mon.c (mon.1) 2285 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.532130+0000 mon.c (mon.1) 2286 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.537514+0000 mon.c (mon.1) 2287 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.539249+0000 mon.c (mon.1) 2288 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.550706+0000 mon.a (mon.0) 1128 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: cephadm 2023-12-07T15:59:11.552217+0000 mgr.y (mgr.25453) 1177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: cluster 2023-12-07T15:59:11.564764+0000 mgr.y (mgr.25453) 1178 : cluster 0 pgmap v236: 161 pgs: 2 active+undersized+degraded, 41 peering, 8 stale+active+clean, 8 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 5/630 objects degraded (0.794%) 2023-12-07T15:59:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.633015+0000 mon.c (mon.1) 2289 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.637724+0000 mon.c (mon.1) 2290 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.641321+0000 mon.c (mon.1) 2291 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.642747+0000 mon.c (mon.1) 2292 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.652085+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: cephadm 2023-12-07T15:59:11.652985+0000 mgr.y (mgr.25453) 1179 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.735341+0000 mon.c (mon.1) 2293 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.739243+0000 mon.c (mon.1) 2294 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.742331+0000 mon.c (mon.1) 2295 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.743497+0000 mon.c (mon.1) 2296 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.754877+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: cephadm 2023-12-07T15:59:11.755850+0000 mgr.y (mgr.25453) 1180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.835918+0000 mon.c (mon.1) 2297 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.839090+0000 mon.c (mon.1) 2298 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.842051+0000 mon.c (mon.1) 2299 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.843161+0000 mon.c (mon.1) 2300 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.853389+0000 mon.a (mon.0) 1131 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: cephadm 2023-12-07T15:59:11.855519+0000 mgr.y (mgr.25453) 1181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.936458+0000 mon.c (mon.1) 2301 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.939102+0000 mon.c (mon.1) 2302 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.942566+0000 mon.c (mon.1) 2303 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.943829+0000 mon.c (mon.1) 2304 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:11.953854+0000 mon.a (mon.0) 1132 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: cephadm 2023-12-07T15:59:11.956174+0000 mgr.y (mgr.25453) 1182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.039638+0000 mon.c (mon.1) 2305 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.042482+0000 mon.c (mon.1) 2306 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.046985+0000 mon.c (mon.1) 2307 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.048495+0000 mon.c (mon.1) 2308 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.058933+0000 mon.a (mon.0) 1133 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: cephadm 2023-12-07T15:59:12.062273+0000 mgr.y (mgr.25453) 1183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:12.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.141866+0000 mon.c (mon.1) 2309 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.143949+0000 mon.c (mon.1) 2310 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.147295+0000 mon.c (mon.1) 2311 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.148570+0000 mon.c (mon.1) 2312 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.157923+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.241829+0000 mon.c (mon.1) 2313 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.245288+0000 mon.c (mon.1) 2314 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.250152+0000 mon.c (mon.1) 2315 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.251298+0000 mon.c (mon.1) 2316 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.261478+0000 mon.a (mon.0) 1135 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:12.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.343818+0000 mon.c (mon.1) 2317 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:12.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.345946+0000 mon.c (mon.1) 2318 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:12.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.348943+0000 mon.c (mon.1) 2319 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:12.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.350195+0000 mon.c (mon.1) 2320 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:12.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:12 smithi144 bash[66528]: audit 2023-12-07T15:59:12.360795+0000 mon.a (mon.0) 1136 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.668 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: cephadm 2023-12-07T15:59:12.161285+0000 mgr.y (mgr.25453) 1184 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.668 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: cephadm 2023-12-07T15:59:12.263580+0000 mgr.y (mgr.25453) 1185 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.668 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: cephadm 2023-12-07T15:59:12.364086+0000 mgr.y (mgr.25453) 1186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.668 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.441205+0000 mon.c (mon.1) 2321 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.668 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.444313+0000 mon.c (mon.1) 2322 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.668 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.447400+0000 mon.c (mon.1) 2323 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.668 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.448674+0000 mon.c (mon.1) 2324 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.668 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.457181+0000 mon.a (mon.0) 1137 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.668 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: cephadm 2023-12-07T15:59:12.458024+0000 mgr.y (mgr.25453) 1187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.668 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.467164+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.668 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.469028+0000 mon.c (mon.1) 2325 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:59:13.668 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.589780+0000 mon.c (mon.1) 2326 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.668 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.592134+0000 mon.c (mon.1) 2327 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.668 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.595260+0000 mon.c (mon.1) 2328 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.669 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.596526+0000 mon.c (mon.1) 2329 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.669 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.608241+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.669 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: cephadm 2023-12-07T15:59:12.609150+0000 mgr.y (mgr.25453) 1188 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.669 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.689902+0000 mon.c (mon.1) 2330 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.669 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.693756+0000 mon.c (mon.1) 2331 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.669 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.696593+0000 mon.c (mon.1) 2332 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.669 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: cephadm 2023-12-07T15:59:12.161285+0000 mgr.y (mgr.25453) 1184 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.669 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: cephadm 2023-12-07T15:59:12.263580+0000 mgr.y (mgr.25453) 1185 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.669 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: cephadm 2023-12-07T15:59:12.364086+0000 mgr.y (mgr.25453) 1186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.669 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.441205+0000 mon.c (mon.1) 2321 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.670 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.444313+0000 mon.c (mon.1) 2322 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.670 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.447400+0000 mon.c (mon.1) 2323 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.670 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.448674+0000 mon.c (mon.1) 2324 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.670 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.457181+0000 mon.a (mon.0) 1137 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.670 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: cephadm 2023-12-07T15:59:12.458024+0000 mgr.y (mgr.25453) 1187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.670 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.467164+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.670 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.469028+0000 mon.c (mon.1) 2325 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:59:13.670 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.589780+0000 mon.c (mon.1) 2326 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.670 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.592134+0000 mon.c (mon.1) 2327 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.670 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.595260+0000 mon.c (mon.1) 2328 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.670 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.596526+0000 mon.c (mon.1) 2329 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.670 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.608241+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.670 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: cephadm 2023-12-07T15:59:12.609150+0000 mgr.y (mgr.25453) 1188 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.670 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.689902+0000 mon.c (mon.1) 2330 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.671 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.693756+0000 mon.c (mon.1) 2331 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.671 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.696593+0000 mon.c (mon.1) 2332 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.671 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.697527+0000 mon.c (mon.1) 2333 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.671 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.707636+0000 mon.a (mon.0) 1140 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.671 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: cephadm 2023-12-07T15:59:12.708543+0000 mgr.y (mgr.25453) 1189 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.671 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.725553+0000 mon.a (mon.0) 1141 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.671 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.790559+0000 mon.c (mon.1) 2334 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.672 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.793181+0000 mon.c (mon.1) 2335 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.672 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.796389+0000 mon.c (mon.1) 2336 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.672 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.797628+0000 mon.c (mon.1) 2337 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.672 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.807950+0000 mon.a (mon.0) 1142 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.672 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: cephadm 2023-12-07T15:59:12.809211+0000 mgr.y (mgr.25453) 1190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.672 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.892335+0000 mon.c (mon.1) 2338 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.672 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.894552+0000 mon.c (mon.1) 2339 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.672 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.897655+0000 mon.c (mon.1) 2340 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.672 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.899012+0000 mon.c (mon.1) 2341 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.672 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.906986+0000 mon.a (mon.0) 1143 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.672 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: cephadm 2023-12-07T15:59:12.909177+0000 mgr.y (mgr.25453) 1191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.672 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.986356+0000 mon.c (mon.1) 2342 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.672 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.989404+0000 mon.c (mon.1) 2343 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.672 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.993262+0000 mon.c (mon.1) 2344 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.672 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:12.994678+0000 mon.c (mon.1) 2345 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.672 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.003886+0000 mon.a (mon.0) 1144 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.673 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: cephadm 2023-12-07T15:59:13.004764+0000 mgr.y (mgr.25453) 1192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.673 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.082147+0000 mon.c (mon.1) 2346 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.673 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.084957+0000 mon.c (mon.1) 2347 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.673 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.088714+0000 mon.c (mon.1) 2348 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.673 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.089941+0000 mon.c (mon.1) 2349 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.673 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.098433+0000 mon.a (mon.0) 1145 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.673 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: cephadm 2023-12-07T15:59:13.099871+0000 mgr.y (mgr.25453) 1193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.673 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.180901+0000 mon.c (mon.1) 2350 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.673 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.182804+0000 mon.c (mon.1) 2351 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.673 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.186323+0000 mon.c (mon.1) 2352 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.673 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.187692+0000 mon.c (mon.1) 2353 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.673 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.195998+0000 mon.a (mon.0) 1146 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.673 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.277824+0000 mon.c (mon.1) 2354 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.673 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.280455+0000 mon.c (mon.1) 2355 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.673 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.284126+0000 mon.c (mon.1) 2356 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.673 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.285228+0000 mon.c (mon.1) 2357 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.674 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.291864+0000 mon.a (mon.0) 1147 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.674 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.376322+0000 mon.c (mon.1) 2358 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.674 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.379712+0000 mon.c (mon.1) 2359 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.674 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.382663+0000 mon.c (mon.1) 2360 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.674 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.383778+0000 mon.c (mon.1) 2361 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.674 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[81553]: audit 2023-12-07T15:59:13.391069+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.674 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.697527+0000 mon.c (mon.1) 2333 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.674 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.707636+0000 mon.a (mon.0) 1140 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.674 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: cephadm 2023-12-07T15:59:12.708543+0000 mgr.y (mgr.25453) 1189 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.675 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.725553+0000 mon.a (mon.0) 1141 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.675 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.790559+0000 mon.c (mon.1) 2334 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.675 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.793181+0000 mon.c (mon.1) 2335 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.675 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.796389+0000 mon.c (mon.1) 2336 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.675 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.797628+0000 mon.c (mon.1) 2337 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.675 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.807950+0000 mon.a (mon.0) 1142 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.675 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: cephadm 2023-12-07T15:59:12.809211+0000 mgr.y (mgr.25453) 1190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.675 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.892335+0000 mon.c (mon.1) 2338 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.675 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.894552+0000 mon.c (mon.1) 2339 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.675 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.897655+0000 mon.c (mon.1) 2340 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.675 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.899012+0000 mon.c (mon.1) 2341 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.675 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.906986+0000 mon.a (mon.0) 1143 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.675 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: cephadm 2023-12-07T15:59:12.909177+0000 mgr.y (mgr.25453) 1191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.675 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.986356+0000 mon.c (mon.1) 2342 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.675 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.989404+0000 mon.c (mon.1) 2343 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.675 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.993262+0000 mon.c (mon.1) 2344 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.675 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:12.994678+0000 mon.c (mon.1) 2345 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.676 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.003886+0000 mon.a (mon.0) 1144 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.676 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: cephadm 2023-12-07T15:59:13.004764+0000 mgr.y (mgr.25453) 1192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.676 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.082147+0000 mon.c (mon.1) 2346 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.676 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.084957+0000 mon.c (mon.1) 2347 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.676 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.088714+0000 mon.c (mon.1) 2348 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.676 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.089941+0000 mon.c (mon.1) 2349 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.676 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.098433+0000 mon.a (mon.0) 1145 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.676 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: cephadm 2023-12-07T15:59:13.099871+0000 mgr.y (mgr.25453) 1193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.676 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.180901+0000 mon.c (mon.1) 2350 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.676 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.182804+0000 mon.c (mon.1) 2351 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.676 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.186323+0000 mon.c (mon.1) 2352 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.676 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.187692+0000 mon.c (mon.1) 2353 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.676 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.195998+0000 mon.a (mon.0) 1146 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.676 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.277824+0000 mon.c (mon.1) 2354 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.676 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.280455+0000 mon.c (mon.1) 2355 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.676 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.284126+0000 mon.c (mon.1) 2356 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.677 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.285228+0000 mon.c (mon.1) 2357 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.677 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.291864+0000 mon.a (mon.0) 1147 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.677 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.376322+0000 mon.c (mon.1) 2358 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.677 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.379712+0000 mon.c (mon.1) 2359 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.677 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.382663+0000 mon.c (mon.1) 2360 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.677 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.383778+0000 mon.c (mon.1) 2361 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.677 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:13 smithi121 bash[83807]: audit 2023-12-07T15:59:13.391069+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.810 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[74796]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-07T15:59:13.810 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[74796]: 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 2023-12-07T15:59:13.810 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[74796]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-07T15:59:13.810 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[74796]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-07T15:59:13.811 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[74796]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-07T15:59:13.811 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[74796]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-07T15:59:13.811 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[74796]: --> ceph-volume raw activate successful for osd ID: 4 2023-12-07T15:59:13.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: cephadm 2023-12-07T15:59:12.161285+0000 mgr.y (mgr.25453) 1184 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: cephadm 2023-12-07T15:59:12.263580+0000 mgr.y (mgr.25453) 1185 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: cephadm 2023-12-07T15:59:12.364086+0000 mgr.y (mgr.25453) 1186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.441205+0000 mon.c (mon.1) 2321 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.444313+0000 mon.c (mon.1) 2322 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.447400+0000 mon.c (mon.1) 2323 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.448674+0000 mon.c (mon.1) 2324 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.457181+0000 mon.a (mon.0) 1137 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: cephadm 2023-12-07T15:59:12.458024+0000 mgr.y (mgr.25453) 1187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.467164+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.469028+0000 mon.c (mon.1) 2325 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:59:13.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.589780+0000 mon.c (mon.1) 2326 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.592134+0000 mon.c (mon.1) 2327 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.595260+0000 mon.c (mon.1) 2328 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.596526+0000 mon.c (mon.1) 2329 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.608241+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: cephadm 2023-12-07T15:59:12.609150+0000 mgr.y (mgr.25453) 1188 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.689902+0000 mon.c (mon.1) 2330 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.693756+0000 mon.c (mon.1) 2331 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.696593+0000 mon.c (mon.1) 2332 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.697527+0000 mon.c (mon.1) 2333 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.707636+0000 mon.a (mon.0) 1140 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: cephadm 2023-12-07T15:59:12.708543+0000 mgr.y (mgr.25453) 1189 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.725553+0000 mon.a (mon.0) 1141 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.790559+0000 mon.c (mon.1) 2334 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.793181+0000 mon.c (mon.1) 2335 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.796389+0000 mon.c (mon.1) 2336 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.797628+0000 mon.c (mon.1) 2337 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.807950+0000 mon.a (mon.0) 1142 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: cephadm 2023-12-07T15:59:12.809211+0000 mgr.y (mgr.25453) 1190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.892335+0000 mon.c (mon.1) 2338 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.894552+0000 mon.c (mon.1) 2339 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.897655+0000 mon.c (mon.1) 2340 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.899012+0000 mon.c (mon.1) 2341 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.906986+0000 mon.a (mon.0) 1143 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: cephadm 2023-12-07T15:59:12.909177+0000 mgr.y (mgr.25453) 1191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.986356+0000 mon.c (mon.1) 2342 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.989404+0000 mon.c (mon.1) 2343 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.993262+0000 mon.c (mon.1) 2344 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:12.994678+0000 mon.c (mon.1) 2345 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.003886+0000 mon.a (mon.0) 1144 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: cephadm 2023-12-07T15:59:13.004764+0000 mgr.y (mgr.25453) 1192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.082147+0000 mon.c (mon.1) 2346 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.084957+0000 mon.c (mon.1) 2347 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.088714+0000 mon.c (mon.1) 2348 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.089941+0000 mon.c (mon.1) 2349 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.098433+0000 mon.a (mon.0) 1145 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: cephadm 2023-12-07T15:59:13.099871+0000 mgr.y (mgr.25453) 1193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:13.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.180901+0000 mon.c (mon.1) 2350 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.182804+0000 mon.c (mon.1) 2351 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.186323+0000 mon.c (mon.1) 2352 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.187692+0000 mon.c (mon.1) 2353 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.195998+0000 mon.a (mon.0) 1146 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.277824+0000 mon.c (mon.1) 2354 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.280455+0000 mon.c (mon.1) 2355 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.284126+0000 mon.c (mon.1) 2356 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.285228+0000 mon.c (mon.1) 2357 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.291864+0000 mon.a (mon.0) 1147 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:13.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.376322+0000 mon.c (mon.1) 2358 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:13.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.379712+0000 mon.c (mon.1) 2359 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:13.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.382663+0000 mon.c (mon.1) 2360 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:13.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.383778+0000 mon.c (mon.1) 2361 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:13.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:13 smithi144 bash[66528]: audit 2023-12-07T15:59:13.391069+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.547 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: cephadm 2023-12-07T15:59:13.196770+0000 mgr.y (mgr.25453) 1194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.547 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: cephadm 2023-12-07T15:59:13.294673+0000 mgr.y (mgr.25453) 1195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.548 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: cephadm 2023-12-07T15:59:13.394863+0000 mgr.y (mgr.25453) 1196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.548 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.461260+0000 mon.c (mon.1) 2362 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.548 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.463425+0000 mon.c (mon.1) 2363 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.548 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.465740+0000 mon.c (mon.1) 2364 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.548 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.466708+0000 mon.c (mon.1) 2365 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.548 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.474436+0000 mon.a (mon.0) 1149 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.548 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: cephadm 2023-12-07T15:59:13.476309+0000 mgr.y (mgr.25453) 1197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.548 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.540248+0000 mon.c (mon.1) 2366 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.548 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.543223+0000 mon.c (mon.1) 2367 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.548 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.546794+0000 mon.c (mon.1) 2368 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.548 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.547872+0000 mon.c (mon.1) 2369 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.548 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.554806+0000 mon.a (mon.0) 1150 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.548 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: cephadm 2023-12-07T15:59:13.558799+0000 mgr.y (mgr.25453) 1198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.548 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: cluster 2023-12-07T15:59:13.566847+0000 mgr.y (mgr.25453) 1199 : cluster 0 pgmap v237: 161 pgs: 25 active+undersized+degraded, 3 peering, 3 stale+active+clean, 35 active+undersized, 95 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 100/630 objects degraded (15.873%) 2023-12-07T15:59:14.548 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.639817+0000 mon.c (mon.1) 2370 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.549 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.642347+0000 mon.c (mon.1) 2371 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.549 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.645439+0000 mon.c (mon.1) 2372 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.549 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.646547+0000 mon.c (mon.1) 2373 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.549 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.655246+0000 mon.a (mon.0) 1151 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.549 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: cephadm 2023-12-07T15:59:13.658565+0000 mgr.y (mgr.25453) 1200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.549 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.663895+0000 mgr.y (mgr.25453) 1201 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:14.549 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.738034+0000 mon.c (mon.1) 2374 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.549 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.741017+0000 mon.c (mon.1) 2375 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.549 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.744601+0000 mon.c (mon.1) 2376 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.549 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.745963+0000 mon.c (mon.1) 2377 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.754987+0000 mon.a (mon.0) 1152 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: cephadm 2023-12-07T15:59:13.756037+0000 mgr.y (mgr.25453) 1202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.832999+0000 mon.c (mon.1) 2378 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.835445+0000 mon.c (mon.1) 2379 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.838189+0000 mon.c (mon.1) 2380 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.839082+0000 mon.c (mon.1) 2381 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.845063+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: cephadm 2023-12-07T15:59:13.848464+0000 mgr.y (mgr.25453) 1203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.931610+0000 mon.c (mon.1) 2382 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.934200+0000 mon.c (mon.1) 2383 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.937512+0000 mon.c (mon.1) 2384 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.938682+0000 mon.c (mon.1) 2385 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:13.947398+0000 mon.a (mon.0) 1154 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: cephadm 2023-12-07T15:59:13.949742+0000 mgr.y (mgr.25453) 1204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.550 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.027120+0000 mon.c (mon.1) 2386 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.551 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.029857+0000 mon.c (mon.1) 2387 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.551 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.033372+0000 mon.c (mon.1) 2388 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.551 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.034445+0000 mon.c (mon.1) 2389 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.551 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.044861+0000 mon.a (mon.0) 1155 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.551 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: cephadm 2023-12-07T15:59:14.048055+0000 mgr.y (mgr.25453) 1205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.551 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.129058+0000 mon.c (mon.1) 2390 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.551 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.131631+0000 mon.c (mon.1) 2391 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.551 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.135683+0000 mon.c (mon.1) 2392 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.551 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.136744+0000 mon.c (mon.1) 2393 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.551 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.146629+0000 mon.a (mon.0) 1156 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.551 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: cephadm 2023-12-07T15:59:14.147476+0000 mgr.y (mgr.25453) 1206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.551 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.229197+0000 mon.c (mon.1) 2394 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.551 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.231812+0000 mon.c (mon.1) 2395 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.551 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.234823+0000 mon.c (mon.1) 2396 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.551 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.235974+0000 mon.c (mon.1) 2397 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.552 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.244571+0000 mon.a (mon.0) 1157 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.552 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.323602+0000 mon.c (mon.1) 2398 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.552 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.326141+0000 mon.c (mon.1) 2399 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.552 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.329090+0000 mon.c (mon.1) 2400 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.552 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.330143+0000 mon.c (mon.1) 2401 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.552 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:14 smithi144 bash[66528]: audit 2023-12-07T15:59:14.340197+0000 mon.a (mon.0) 1158 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.810 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:59:14] "GET /metrics HTTP/1.1" 200 38499 "" "Prometheus/2.33.4" 2023-12-07T15:59:14.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: cephadm 2023-12-07T15:59:13.196770+0000 mgr.y (mgr.25453) 1194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: cephadm 2023-12-07T15:59:13.294673+0000 mgr.y (mgr.25453) 1195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: cephadm 2023-12-07T15:59:13.394863+0000 mgr.y (mgr.25453) 1196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.461260+0000 mon.c (mon.1) 2362 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.463425+0000 mon.c (mon.1) 2363 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.465740+0000 mon.c (mon.1) 2364 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.466708+0000 mon.c (mon.1) 2365 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.474436+0000 mon.a (mon.0) 1149 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: cephadm 2023-12-07T15:59:13.476309+0000 mgr.y (mgr.25453) 1197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.540248+0000 mon.c (mon.1) 2366 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.543223+0000 mon.c (mon.1) 2367 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.546794+0000 mon.c (mon.1) 2368 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.547872+0000 mon.c (mon.1) 2369 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.554806+0000 mon.a (mon.0) 1150 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: cephadm 2023-12-07T15:59:13.558799+0000 mgr.y (mgr.25453) 1198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: cluster 2023-12-07T15:59:13.566847+0000 mgr.y (mgr.25453) 1199 : cluster 0 pgmap v237: 161 pgs: 25 active+undersized+degraded, 3 peering, 3 stale+active+clean, 35 active+undersized, 95 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 100/630 objects degraded (15.873%) 2023-12-07T15:59:14.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.639817+0000 mon.c (mon.1) 2370 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.642347+0000 mon.c (mon.1) 2371 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.645439+0000 mon.c (mon.1) 2372 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: cephadm 2023-12-07T15:59:13.196770+0000 mgr.y (mgr.25453) 1194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: cephadm 2023-12-07T15:59:13.294673+0000 mgr.y (mgr.25453) 1195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: cephadm 2023-12-07T15:59:13.394863+0000 mgr.y (mgr.25453) 1196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.461260+0000 mon.c (mon.1) 2362 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.463425+0000 mon.c (mon.1) 2363 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.465740+0000 mon.c (mon.1) 2364 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.466708+0000 mon.c (mon.1) 2365 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.474436+0000 mon.a (mon.0) 1149 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: cephadm 2023-12-07T15:59:13.476309+0000 mgr.y (mgr.25453) 1197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.540248+0000 mon.c (mon.1) 2366 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.543223+0000 mon.c (mon.1) 2367 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.546794+0000 mon.c (mon.1) 2368 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.547872+0000 mon.c (mon.1) 2369 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.554806+0000 mon.a (mon.0) 1150 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: cephadm 2023-12-07T15:59:13.558799+0000 mgr.y (mgr.25453) 1198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: cluster 2023-12-07T15:59:13.566847+0000 mgr.y (mgr.25453) 1199 : cluster 0 pgmap v237: 161 pgs: 25 active+undersized+degraded, 3 peering, 3 stale+active+clean, 35 active+undersized, 95 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 100/630 objects degraded (15.873%) 2023-12-07T15:59:14.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.639817+0000 mon.c (mon.1) 2370 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.642347+0000 mon.c (mon.1) 2371 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.645439+0000 mon.c (mon.1) 2372 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.646547+0000 mon.c (mon.1) 2373 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.655246+0000 mon.a (mon.0) 1151 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: cephadm 2023-12-07T15:59:13.658565+0000 mgr.y (mgr.25453) 1200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.663895+0000 mgr.y (mgr.25453) 1201 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:14.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.738034+0000 mon.c (mon.1) 2374 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.741017+0000 mon.c (mon.1) 2375 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.744601+0000 mon.c (mon.1) 2376 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.745963+0000 mon.c (mon.1) 2377 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.754987+0000 mon.a (mon.0) 1152 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: cephadm 2023-12-07T15:59:13.756037+0000 mgr.y (mgr.25453) 1202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.832999+0000 mon.c (mon.1) 2378 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.835445+0000 mon.c (mon.1) 2379 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.838189+0000 mon.c (mon.1) 2380 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.839082+0000 mon.c (mon.1) 2381 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.845063+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: cephadm 2023-12-07T15:59:13.848464+0000 mgr.y (mgr.25453) 1203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.931610+0000 mon.c (mon.1) 2382 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.934200+0000 mon.c (mon.1) 2383 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.937512+0000 mon.c (mon.1) 2384 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.938682+0000 mon.c (mon.1) 2385 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:13.947398+0000 mon.a (mon.0) 1154 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.646547+0000 mon.c (mon.1) 2373 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.655246+0000 mon.a (mon.0) 1151 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: cephadm 2023-12-07T15:59:13.658565+0000 mgr.y (mgr.25453) 1200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.663895+0000 mgr.y (mgr.25453) 1201 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:14.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.738034+0000 mon.c (mon.1) 2374 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.741017+0000 mon.c (mon.1) 2375 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.744601+0000 mon.c (mon.1) 2376 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.745963+0000 mon.c (mon.1) 2377 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.754987+0000 mon.a (mon.0) 1152 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: cephadm 2023-12-07T15:59:13.756037+0000 mgr.y (mgr.25453) 1202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.832999+0000 mon.c (mon.1) 2378 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.835445+0000 mon.c (mon.1) 2379 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.838189+0000 mon.c (mon.1) 2380 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.839082+0000 mon.c (mon.1) 2381 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.845063+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: cephadm 2023-12-07T15:59:13.848464+0000 mgr.y (mgr.25453) 1203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.931610+0000 mon.c (mon.1) 2382 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.934200+0000 mon.c (mon.1) 2383 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.937512+0000 mon.c (mon.1) 2384 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.938682+0000 mon.c (mon.1) 2385 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:13.947398+0000 mon.a (mon.0) 1154 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: cephadm 2023-12-07T15:59:13.949742+0000 mgr.y (mgr.25453) 1204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.027120+0000 mon.c (mon.1) 2386 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.029857+0000 mon.c (mon.1) 2387 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.033372+0000 mon.c (mon.1) 2388 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.034445+0000 mon.c (mon.1) 2389 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.044861+0000 mon.a (mon.0) 1155 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: cephadm 2023-12-07T15:59:14.048055+0000 mgr.y (mgr.25453) 1205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.129058+0000 mon.c (mon.1) 2390 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.131631+0000 mon.c (mon.1) 2391 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.135683+0000 mon.c (mon.1) 2392 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.136744+0000 mon.c (mon.1) 2393 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.146629+0000 mon.a (mon.0) 1156 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: cephadm 2023-12-07T15:59:14.147476+0000 mgr.y (mgr.25453) 1206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.229197+0000 mon.c (mon.1) 2394 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.231812+0000 mon.c (mon.1) 2395 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.234823+0000 mon.c (mon.1) 2396 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.235974+0000 mon.c (mon.1) 2397 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.244571+0000 mon.a (mon.0) 1157 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.323602+0000 mon.c (mon.1) 2398 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.326141+0000 mon.c (mon.1) 2399 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.329090+0000 mon.c (mon.1) 2400 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.330143+0000 mon.c (mon.1) 2401 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[81553]: audit 2023-12-07T15:59:14.340197+0000 mon.a (mon.0) 1158 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: cephadm 2023-12-07T15:59:13.949742+0000 mgr.y (mgr.25453) 1204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.027120+0000 mon.c (mon.1) 2386 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.029857+0000 mon.c (mon.1) 2387 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.033372+0000 mon.c (mon.1) 2388 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.034445+0000 mon.c (mon.1) 2389 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.044861+0000 mon.a (mon.0) 1155 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: cephadm 2023-12-07T15:59:14.048055+0000 mgr.y (mgr.25453) 1205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.129058+0000 mon.c (mon.1) 2390 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.131631+0000 mon.c (mon.1) 2391 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.135683+0000 mon.c (mon.1) 2392 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.136744+0000 mon.c (mon.1) 2393 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.146629+0000 mon.a (mon.0) 1156 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: cephadm 2023-12-07T15:59:14.147476+0000 mgr.y (mgr.25453) 1206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:14.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.229197+0000 mon.c (mon.1) 2394 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.231812+0000 mon.c (mon.1) 2395 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.234823+0000 mon.c (mon.1) 2396 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.235974+0000 mon.c (mon.1) 2397 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.244571+0000 mon.a (mon.0) 1157 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:14.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.323602+0000 mon.c (mon.1) 2398 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:14.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.326141+0000 mon.c (mon.1) 2399 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:14.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.329090+0000 mon.c (mon.1) 2400 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:14.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.330143+0000 mon.c (mon.1) 2401 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:14.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:14 smithi121 bash[83807]: audit 2023-12-07T15:59:14.340197+0000 mon.a (mon.0) 1158 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.794 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: cephadm 2023-12-07T15:59:14.245268+0000 mgr.y (mgr.25453) 1207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.794 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: cephadm 2023-12-07T15:59:14.341149+0000 mgr.y (mgr.25453) 1208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.794 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.422661+0000 mon.c (mon.1) 2402 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.794 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.424676+0000 mon.c (mon.1) 2403 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.794 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.427193+0000 mon.c (mon.1) 2404 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.795 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.428001+0000 mon.c (mon.1) 2405 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.795 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.435361+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.795 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: cephadm 2023-12-07T15:59:14.436219+0000 mgr.y (mgr.25453) 1209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.795 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.516669+0000 mon.c (mon.1) 2406 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.795 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.519315+0000 mon.c (mon.1) 2407 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.795 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.522112+0000 mon.c (mon.1) 2408 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.795 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.523093+0000 mon.c (mon.1) 2409 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.795 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.531422+0000 mon.a (mon.0) 1160 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.795 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: cephadm 2023-12-07T15:59:14.532832+0000 mgr.y (mgr.25453) 1210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.795 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: cluster 2023-12-07T15:59:14.553045+0000 mon.a (mon.0) 1161 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 4 pgs peering) 2023-12-07T15:59:15.795 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.612766+0000 mon.c (mon.1) 2410 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.795 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.617067+0000 mon.c (mon.1) 2411 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.795 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.620716+0000 mon.c (mon.1) 2412 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.622064+0000 mon.c (mon.1) 2413 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.629685+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: cephadm 2023-12-07T15:59:14.630608+0000 mgr.y (mgr.25453) 1211 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.710598+0000 mon.c (mon.1) 2414 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.713381+0000 mon.c (mon.1) 2415 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.716914+0000 mon.c (mon.1) 2416 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.718457+0000 mon.c (mon.1) 2417 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.729658+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: cephadm 2023-12-07T15:59:14.730555+0000 mgr.y (mgr.25453) 1212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.812825+0000 mon.c (mon.1) 2418 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.815326+0000 mon.c (mon.1) 2419 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.819845+0000 mon.c (mon.1) 2420 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.821282+0000 mon.c (mon.1) 2421 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.830187+0000 mon.a (mon.0) 1164 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: cephadm 2023-12-07T15:59:14.831178+0000 mgr.y (mgr.25453) 1213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.912427+0000 mon.c (mon.1) 2422 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.916830+0000 mon.c (mon.1) 2423 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.919656+0000 mon.c (mon.1) 2424 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.920872+0000 mon.c (mon.1) 2425 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:14.930031+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: cephadm 2023-12-07T15:59:14.931200+0000 mgr.y (mgr.25453) 1214 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.012433+0000 mon.c (mon.1) 2426 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.015137+0000 mon.c (mon.1) 2427 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.018489+0000 mon.c (mon.1) 2428 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.019762+0000 mon.c (mon.1) 2429 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.029638+0000 mon.a (mon.0) 1166 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: cephadm 2023-12-07T15:59:15.030515+0000 mgr.y (mgr.25453) 1215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.107508+0000 mon.c (mon.1) 2430 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.109611+0000 mon.c (mon.1) 2431 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.112311+0000 mon.c (mon.1) 2432 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.113188+0000 mon.c (mon.1) 2433 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.121741+0000 mon.a (mon.0) 1167 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: cephadm 2023-12-07T15:59:15.123389+0000 mgr.y (mgr.25453) 1216 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.207063+0000 mon.c (mon.1) 2434 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.210731+0000 mon.c (mon.1) 2435 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.214459+0000 mon.c (mon.1) 2436 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.215585+0000 mon.c (mon.1) 2437 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.224193+0000 mon.a (mon.0) 1168 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.307514+0000 mon.c (mon.1) 2438 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.309653+0000 mon.c (mon.1) 2439 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.313030+0000 mon.c (mon.1) 2440 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.314312+0000 mon.c (mon.1) 2441 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.799 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.322368+0000 mon.a (mon.0) 1169 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.799 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.404864+0000 mon.c (mon.1) 2442 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.799 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:15 smithi144 bash[66528]: audit 2023-12-07T15:59:15.409120+0000 mon.c (mon.1) 2443 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: cephadm 2023-12-07T15:59:14.245268+0000 mgr.y (mgr.25453) 1207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: cephadm 2023-12-07T15:59:14.341149+0000 mgr.y (mgr.25453) 1208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.422661+0000 mon.c (mon.1) 2402 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.424676+0000 mon.c (mon.1) 2403 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.427193+0000 mon.c (mon.1) 2404 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.428001+0000 mon.c (mon.1) 2405 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.435361+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: cephadm 2023-12-07T15:59:14.436219+0000 mgr.y (mgr.25453) 1209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.516669+0000 mon.c (mon.1) 2406 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.519315+0000 mon.c (mon.1) 2407 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.522112+0000 mon.c (mon.1) 2408 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.523093+0000 mon.c (mon.1) 2409 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.531422+0000 mon.a (mon.0) 1160 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: cephadm 2023-12-07T15:59:14.532832+0000 mgr.y (mgr.25453) 1210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: cluster 2023-12-07T15:59:14.553045+0000 mon.a (mon.0) 1161 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 4 pgs peering) 2023-12-07T15:59:15.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.612766+0000 mon.c (mon.1) 2410 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.617067+0000 mon.c (mon.1) 2411 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.620716+0000 mon.c (mon.1) 2412 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.622064+0000 mon.c (mon.1) 2413 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.629685+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: cephadm 2023-12-07T15:59:14.245268+0000 mgr.y (mgr.25453) 1207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: cephadm 2023-12-07T15:59:14.341149+0000 mgr.y (mgr.25453) 1208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.422661+0000 mon.c (mon.1) 2402 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.424676+0000 mon.c (mon.1) 2403 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.427193+0000 mon.c (mon.1) 2404 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.428001+0000 mon.c (mon.1) 2405 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.435361+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: cephadm 2023-12-07T15:59:14.436219+0000 mgr.y (mgr.25453) 1209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.516669+0000 mon.c (mon.1) 2406 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.519315+0000 mon.c (mon.1) 2407 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.522112+0000 mon.c (mon.1) 2408 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.523093+0000 mon.c (mon.1) 2409 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.531422+0000 mon.a (mon.0) 1160 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: cephadm 2023-12-07T15:59:14.532832+0000 mgr.y (mgr.25453) 1210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: cluster 2023-12-07T15:59:14.553045+0000 mon.a (mon.0) 1161 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 4 pgs peering) 2023-12-07T15:59:15.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.612766+0000 mon.c (mon.1) 2410 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.617067+0000 mon.c (mon.1) 2411 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.620716+0000 mon.c (mon.1) 2412 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.622064+0000 mon.c (mon.1) 2413 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.629685+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: cephadm 2023-12-07T15:59:14.630608+0000 mgr.y (mgr.25453) 1211 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.710598+0000 mon.c (mon.1) 2414 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.713381+0000 mon.c (mon.1) 2415 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.716914+0000 mon.c (mon.1) 2416 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.718457+0000 mon.c (mon.1) 2417 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.729658+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: cephadm 2023-12-07T15:59:14.730555+0000 mgr.y (mgr.25453) 1212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.812825+0000 mon.c (mon.1) 2418 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.815326+0000 mon.c (mon.1) 2419 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.819845+0000 mon.c (mon.1) 2420 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.821282+0000 mon.c (mon.1) 2421 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.830187+0000 mon.a (mon.0) 1164 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: cephadm 2023-12-07T15:59:14.831178+0000 mgr.y (mgr.25453) 1213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.912427+0000 mon.c (mon.1) 2422 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.916830+0000 mon.c (mon.1) 2423 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.919656+0000 mon.c (mon.1) 2424 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.920872+0000 mon.c (mon.1) 2425 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:14.930031+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: cephadm 2023-12-07T15:59:14.931200+0000 mgr.y (mgr.25453) 1214 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.012433+0000 mon.c (mon.1) 2426 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.015137+0000 mon.c (mon.1) 2427 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: cephadm 2023-12-07T15:59:14.630608+0000 mgr.y (mgr.25453) 1211 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.710598+0000 mon.c (mon.1) 2414 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.713381+0000 mon.c (mon.1) 2415 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.716914+0000 mon.c (mon.1) 2416 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.718457+0000 mon.c (mon.1) 2417 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.729658+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: cephadm 2023-12-07T15:59:14.730555+0000 mgr.y (mgr.25453) 1212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.812825+0000 mon.c (mon.1) 2418 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.815326+0000 mon.c (mon.1) 2419 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.819845+0000 mon.c (mon.1) 2420 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.821282+0000 mon.c (mon.1) 2421 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.830187+0000 mon.a (mon.0) 1164 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: cephadm 2023-12-07T15:59:14.831178+0000 mgr.y (mgr.25453) 1213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.912427+0000 mon.c (mon.1) 2422 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.916830+0000 mon.c (mon.1) 2423 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.919656+0000 mon.c (mon.1) 2424 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.920872+0000 mon.c (mon.1) 2425 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:14.930031+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: cephadm 2023-12-07T15:59:14.931200+0000 mgr.y (mgr.25453) 1214 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.012433+0000 mon.c (mon.1) 2426 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.015137+0000 mon.c (mon.1) 2427 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.018489+0000 mon.c (mon.1) 2428 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.019762+0000 mon.c (mon.1) 2429 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.029638+0000 mon.a (mon.0) 1166 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: cephadm 2023-12-07T15:59:15.030515+0000 mgr.y (mgr.25453) 1215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.107508+0000 mon.c (mon.1) 2430 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.109611+0000 mon.c (mon.1) 2431 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.112311+0000 mon.c (mon.1) 2432 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.113188+0000 mon.c (mon.1) 2433 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.121741+0000 mon.a (mon.0) 1167 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: cephadm 2023-12-07T15:59:15.123389+0000 mgr.y (mgr.25453) 1216 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.207063+0000 mon.c (mon.1) 2434 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.210731+0000 mon.c (mon.1) 2435 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.214459+0000 mon.c (mon.1) 2436 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.215585+0000 mon.c (mon.1) 2437 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.224193+0000 mon.a (mon.0) 1168 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.307514+0000 mon.c (mon.1) 2438 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.309653+0000 mon.c (mon.1) 2439 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.313030+0000 mon.c (mon.1) 2440 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.314312+0000 mon.c (mon.1) 2441 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.322368+0000 mon.a (mon.0) 1169 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.404864+0000 mon.c (mon.1) 2442 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.822 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[83807]: audit 2023-12-07T15:59:15.409120+0000 mon.c (mon.1) 2443 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.822 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.018489+0000 mon.c (mon.1) 2428 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.823 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.019762+0000 mon.c (mon.1) 2429 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.823 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.029638+0000 mon.a (mon.0) 1166 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.823 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: cephadm 2023-12-07T15:59:15.030515+0000 mgr.y (mgr.25453) 1215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.823 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.107508+0000 mon.c (mon.1) 2430 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.823 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.109611+0000 mon.c (mon.1) 2431 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.823 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.112311+0000 mon.c (mon.1) 2432 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.823 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.113188+0000 mon.c (mon.1) 2433 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.823 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.121741+0000 mon.a (mon.0) 1167 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.823 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: cephadm 2023-12-07T15:59:15.123389+0000 mgr.y (mgr.25453) 1216 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:15.823 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.207063+0000 mon.c (mon.1) 2434 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.823 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.210731+0000 mon.c (mon.1) 2435 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.823 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.214459+0000 mon.c (mon.1) 2436 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.823 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.215585+0000 mon.c (mon.1) 2437 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.823 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.224193+0000 mon.a (mon.0) 1168 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.824 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.307514+0000 mon.c (mon.1) 2438 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.824 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.309653+0000 mon.c (mon.1) 2439 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:15.824 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.313030+0000 mon.c (mon.1) 2440 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:15.824 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.314312+0000 mon.c (mon.1) 2441 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:15.824 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.322368+0000 mon.a (mon.0) 1169 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:15.824 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.404864+0000 mon.c (mon.1) 2442 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:15.824 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:15 smithi121 bash[81553]: audit 2023-12-07T15:59:15.409120+0000 mon.c (mon.1) 2443 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.778 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[75276]: debug 2023-12-07T15:59:16.531+0000 7fe04082e700 1 -- 172.21.15.144:0/4187374713 <== mon.1 v2:172.21.15.121:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55fee9ef71e0 con 0x55fee9f7c800 2023-12-07T15:59:16.779 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: cephadm 2023-12-07T15:59:15.225107+0000 mgr.y (mgr.25453) 1217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.779 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: cephadm 2023-12-07T15:59:15.324951+0000 mgr.y (mgr.25453) 1218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.779 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.421988+0000 mon.c (mon.1) 2444 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.779 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.423004+0000 mon.c (mon.1) 2445 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.779 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.431013+0000 mon.a (mon.0) 1170 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.779 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: cephadm 2023-12-07T15:59:15.431647+0000 mgr.y (mgr.25453) 1219 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.779 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.497128+0000 mon.c (mon.1) 2446 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.779 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.499323+0000 mon.c (mon.1) 2447 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.779 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.501918+0000 mon.c (mon.1) 2448 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.779 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.502732+0000 mon.c (mon.1) 2449 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.779 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.512636+0000 mon.a (mon.0) 1171 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.779 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: cephadm 2023-12-07T15:59:15.513788+0000 mgr.y (mgr.25453) 1220 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.780 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: cluster 2023-12-07T15:59:15.567842+0000 mgr.y (mgr.25453) 1221 : cluster 0 pgmap v238: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 107/630 objects degraded (16.984%) 2023-12-07T15:59:16.780 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.598262+0000 mon.c (mon.1) 2450 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.780 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.602819+0000 mon.c (mon.1) 2451 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.780 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.607939+0000 mon.c (mon.1) 2452 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.780 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.609087+0000 mon.c (mon.1) 2453 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.780 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.622199+0000 mon.a (mon.0) 1172 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.780 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: cephadm 2023-12-07T15:59:15.623454+0000 mgr.y (mgr.25453) 1222 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.780 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.701005+0000 mon.c (mon.1) 2454 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.780 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.704817+0000 mon.c (mon.1) 2455 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.780 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.708817+0000 mon.c (mon.1) 2456 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.780 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.710414+0000 mon.c (mon.1) 2457 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.780 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.720700+0000 mon.a (mon.0) 1173 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.780 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: cephadm 2023-12-07T15:59:15.721390+0000 mgr.y (mgr.25453) 1223 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.780 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.798313+0000 mon.c (mon.1) 2458 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.802565+0000 mon.c (mon.1) 2459 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.806539+0000 mon.c (mon.1) 2460 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.807900+0000 mon.c (mon.1) 2461 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.818665+0000 mon.a (mon.0) 1174 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: cephadm 2023-12-07T15:59:15.820703+0000 mgr.y (mgr.25453) 1224 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.900569+0000 mon.c (mon.1) 2462 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.903350+0000 mon.c (mon.1) 2463 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.906524+0000 mon.c (mon.1) 2464 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.907893+0000 mon.c (mon.1) 2465 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:15.918728+0000 mon.a (mon.0) 1175 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: cephadm 2023-12-07T15:59:15.920076+0000 mgr.y (mgr.25453) 1225 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.001686+0000 mon.c (mon.1) 2466 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.004372+0000 mon.c (mon.1) 2467 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.007272+0000 mon.c (mon.1) 2468 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.008255+0000 mon.c (mon.1) 2469 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.018151+0000 mon.a (mon.0) 1176 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: cephadm 2023-12-07T15:59:16.019235+0000 mgr.y (mgr.25453) 1226 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.100403+0000 mon.c (mon.1) 2470 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.102660+0000 mon.c (mon.1) 2471 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.105722+0000 mon.c (mon.1) 2472 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.106990+0000 mon.c (mon.1) 2473 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.115857+0000 mon.a (mon.0) 1177 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: cephadm 2023-12-07T15:59:16.116740+0000 mgr.y (mgr.25453) 1227 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.199188+0000 mon.c (mon.1) 2474 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.202391+0000 mon.c (mon.1) 2475 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.205001+0000 mon.c (mon.1) 2476 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.206256+0000 mon.c (mon.1) 2477 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.216489+0000 mon.a (mon.0) 1178 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.783 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.302520+0000 mon.c (mon.1) 2478 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.783 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.304999+0000 mon.c (mon.1) 2479 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.783 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.307605+0000 mon.c (mon.1) 2480 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.783 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.308710+0000 mon.c (mon.1) 2481 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.783 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.316165+0000 mon.a (mon.0) 1179 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.783 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.396634+0000 mon.c (mon.1) 2482 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.783 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.400478+0000 mon.c (mon.1) 2483 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.783 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.405392+0000 mon.c (mon.1) 2484 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.783 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:16 smithi144 bash[66528]: audit 2023-12-07T15:59:16.406729+0000 mon.c (mon.1) 2485 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: cephadm 2023-12-07T15:59:15.225107+0000 mgr.y (mgr.25453) 1217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: cephadm 2023-12-07T15:59:15.324951+0000 mgr.y (mgr.25453) 1218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.421988+0000 mon.c (mon.1) 2444 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.423004+0000 mon.c (mon.1) 2445 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.431013+0000 mon.a (mon.0) 1170 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: cephadm 2023-12-07T15:59:15.431647+0000 mgr.y (mgr.25453) 1219 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.497128+0000 mon.c (mon.1) 2446 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.499323+0000 mon.c (mon.1) 2447 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.501918+0000 mon.c (mon.1) 2448 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.502732+0000 mon.c (mon.1) 2449 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.512636+0000 mon.a (mon.0) 1171 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: cephadm 2023-12-07T15:59:15.513788+0000 mgr.y (mgr.25453) 1220 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: cluster 2023-12-07T15:59:15.567842+0000 mgr.y (mgr.25453) 1221 : cluster 0 pgmap v238: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 107/630 objects degraded (16.984%) 2023-12-07T15:59:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.598262+0000 mon.c (mon.1) 2450 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.602819+0000 mon.c (mon.1) 2451 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.607939+0000 mon.c (mon.1) 2452 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.609087+0000 mon.c (mon.1) 2453 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.622199+0000 mon.a (mon.0) 1172 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: cephadm 2023-12-07T15:59:15.623454+0000 mgr.y (mgr.25453) 1222 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.701005+0000 mon.c (mon.1) 2454 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: cephadm 2023-12-07T15:59:15.225107+0000 mgr.y (mgr.25453) 1217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: cephadm 2023-12-07T15:59:15.324951+0000 mgr.y (mgr.25453) 1218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.421988+0000 mon.c (mon.1) 2444 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.423004+0000 mon.c (mon.1) 2445 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.431013+0000 mon.a (mon.0) 1170 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: cephadm 2023-12-07T15:59:15.431647+0000 mgr.y (mgr.25453) 1219 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.497128+0000 mon.c (mon.1) 2446 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.499323+0000 mon.c (mon.1) 2447 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.501918+0000 mon.c (mon.1) 2448 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.502732+0000 mon.c (mon.1) 2449 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.512636+0000 mon.a (mon.0) 1171 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: cephadm 2023-12-07T15:59:15.513788+0000 mgr.y (mgr.25453) 1220 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: cluster 2023-12-07T15:59:15.567842+0000 mgr.y (mgr.25453) 1221 : cluster 0 pgmap v238: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 107/630 objects degraded (16.984%) 2023-12-07T15:59:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.598262+0000 mon.c (mon.1) 2450 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.602819+0000 mon.c (mon.1) 2451 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.607939+0000 mon.c (mon.1) 2452 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.609087+0000 mon.c (mon.1) 2453 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.622199+0000 mon.a (mon.0) 1172 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: cephadm 2023-12-07T15:59:15.623454+0000 mgr.y (mgr.25453) 1222 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.701005+0000 mon.c (mon.1) 2454 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.704817+0000 mon.c (mon.1) 2455 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.708817+0000 mon.c (mon.1) 2456 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.710414+0000 mon.c (mon.1) 2457 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.720700+0000 mon.a (mon.0) 1173 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: cephadm 2023-12-07T15:59:15.721390+0000 mgr.y (mgr.25453) 1223 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.798313+0000 mon.c (mon.1) 2458 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.802565+0000 mon.c (mon.1) 2459 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.806539+0000 mon.c (mon.1) 2460 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.807900+0000 mon.c (mon.1) 2461 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.818665+0000 mon.a (mon.0) 1174 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: cephadm 2023-12-07T15:59:15.820703+0000 mgr.y (mgr.25453) 1224 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.900569+0000 mon.c (mon.1) 2462 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.903350+0000 mon.c (mon.1) 2463 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.906524+0000 mon.c (mon.1) 2464 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.907893+0000 mon.c (mon.1) 2465 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:15.918728+0000 mon.a (mon.0) 1175 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: cephadm 2023-12-07T15:59:15.920076+0000 mgr.y (mgr.25453) 1225 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.001686+0000 mon.c (mon.1) 2466 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.004372+0000 mon.c (mon.1) 2467 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.007272+0000 mon.c (mon.1) 2468 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.008255+0000 mon.c (mon.1) 2469 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.018151+0000 mon.a (mon.0) 1176 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: cephadm 2023-12-07T15:59:16.019235+0000 mgr.y (mgr.25453) 1226 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.100403+0000 mon.c (mon.1) 2470 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.102660+0000 mon.c (mon.1) 2471 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.105722+0000 mon.c (mon.1) 2472 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.106990+0000 mon.c (mon.1) 2473 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.115857+0000 mon.a (mon.0) 1177 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: cephadm 2023-12-07T15:59:16.116740+0000 mgr.y (mgr.25453) 1227 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.199188+0000 mon.c (mon.1) 2474 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.202391+0000 mon.c (mon.1) 2475 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.205001+0000 mon.c (mon.1) 2476 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.206256+0000 mon.c (mon.1) 2477 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.216489+0000 mon.a (mon.0) 1178 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.302520+0000 mon.c (mon.1) 2478 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.304999+0000 mon.c (mon.1) 2479 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.307605+0000 mon.c (mon.1) 2480 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.308710+0000 mon.c (mon.1) 2481 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.316165+0000 mon.a (mon.0) 1179 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.396634+0000 mon.c (mon.1) 2482 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.400478+0000 mon.c (mon.1) 2483 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.405392+0000 mon.c (mon.1) 2484 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[83807]: audit 2023-12-07T15:59:16.406729+0000 mon.c (mon.1) 2485 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.704817+0000 mon.c (mon.1) 2455 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.708817+0000 mon.c (mon.1) 2456 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.710414+0000 mon.c (mon.1) 2457 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.720700+0000 mon.a (mon.0) 1173 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: cephadm 2023-12-07T15:59:15.721390+0000 mgr.y (mgr.25453) 1223 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.798313+0000 mon.c (mon.1) 2458 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.802565+0000 mon.c (mon.1) 2459 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.806539+0000 mon.c (mon.1) 2460 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.807900+0000 mon.c (mon.1) 2461 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.818665+0000 mon.a (mon.0) 1174 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: cephadm 2023-12-07T15:59:15.820703+0000 mgr.y (mgr.25453) 1224 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.900569+0000 mon.c (mon.1) 2462 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.903350+0000 mon.c (mon.1) 2463 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.906524+0000 mon.c (mon.1) 2464 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.907893+0000 mon.c (mon.1) 2465 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:15.918728+0000 mon.a (mon.0) 1175 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: cephadm 2023-12-07T15:59:15.920076+0000 mgr.y (mgr.25453) 1225 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.001686+0000 mon.c (mon.1) 2466 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.004372+0000 mon.c (mon.1) 2467 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.007272+0000 mon.c (mon.1) 2468 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.008255+0000 mon.c (mon.1) 2469 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.018151+0000 mon.a (mon.0) 1176 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: cephadm 2023-12-07T15:59:16.019235+0000 mgr.y (mgr.25453) 1226 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.100403+0000 mon.c (mon.1) 2470 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.102660+0000 mon.c (mon.1) 2471 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.105722+0000 mon.c (mon.1) 2472 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.106990+0000 mon.c (mon.1) 2473 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.115857+0000 mon.a (mon.0) 1177 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: cephadm 2023-12-07T15:59:16.116740+0000 mgr.y (mgr.25453) 1227 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:16.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.199188+0000 mon.c (mon.1) 2474 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.202391+0000 mon.c (mon.1) 2475 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.205001+0000 mon.c (mon.1) 2476 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.206256+0000 mon.c (mon.1) 2477 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.216489+0000 mon.a (mon.0) 1178 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.302520+0000 mon.c (mon.1) 2478 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.304999+0000 mon.c (mon.1) 2479 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.307605+0000 mon.c (mon.1) 2480 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.308710+0000 mon.c (mon.1) 2481 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:16.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.316165+0000 mon.a (mon.0) 1179 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:16.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.396634+0000 mon.c (mon.1) 2482 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:16.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.400478+0000 mon.c (mon.1) 2483 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:16.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.405392+0000 mon.c (mon.1) 2484 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:16.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:16 smithi121 bash[81553]: audit 2023-12-07T15:59:16.406729+0000 mon.c (mon.1) 2485 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.376 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[75276]: debug 2023-12-07T15:59:17.087+0000 7fe0499b4640 -1 Falling back to public interface 2023-12-07T15:59:17.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: cephadm 2023-12-07T15:59:16.218871+0000 mgr.y (mgr.25453) 1228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: cephadm 2023-12-07T15:59:16.316998+0000 mgr.y (mgr.25453) 1229 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.413829+0000 mon.a (mon.0) 1180 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: cephadm 2023-12-07T15:59:16.416483+0000 mgr.y (mgr.25453) 1230 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.502941+0000 mon.c (mon.1) 2486 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.506375+0000 mon.c (mon.1) 2487 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: cluster 2023-12-07T15:59:16.509502+0000 mon.a (mon.0) 1181 : cluster 3 Health check update: Degraded data redundancy: 107/630 objects degraded (16.984%), 28 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:17.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.510419+0000 mon.c (mon.1) 2488 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.518072+0000 mon.c (mon.1) 2489 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.524866+0000 mon.a (mon.0) 1182 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: cephadm 2023-12-07T15:59:16.525592+0000 mgr.y (mgr.25453) 1231 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.604805+0000 mon.c (mon.1) 2490 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.607464+0000 mon.c (mon.1) 2491 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.610297+0000 mon.c (mon.1) 2492 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.612494+0000 mon.c (mon.1) 2493 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.624520+0000 mon.a (mon.0) 1183 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: cephadm 2023-12-07T15:59:16.625924+0000 mgr.y (mgr.25453) 1232 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.689233+0000 mon.c (mon.1) 2494 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.691486+0000 mon.c (mon.1) 2495 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.694304+0000 mon.c (mon.1) 2496 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.695439+0000 mon.c (mon.1) 2497 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.702488+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: cephadm 2023-12-07T15:59:16.707662+0000 mgr.y (mgr.25453) 1233 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.784962+0000 mon.c (mon.1) 2498 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.788127+0000 mon.c (mon.1) 2499 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.792273+0000 mon.c (mon.1) 2500 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.793446+0000 mon.c (mon.1) 2501 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.801590+0000 mon.a (mon.0) 1185 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: cephadm 2023-12-07T15:59:16.803313+0000 mgr.y (mgr.25453) 1234 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.881630+0000 mon.c (mon.1) 2502 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.884383+0000 mon.c (mon.1) 2503 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.886948+0000 mon.c (mon.1) 2504 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.888018+0000 mon.c (mon.1) 2505 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.895287+0000 mon.a (mon.0) 1186 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: cephadm 2023-12-07T15:59:16.896187+0000 mgr.y (mgr.25453) 1235 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.960295+0000 mon.c (mon.1) 2506 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.963881+0000 mon.c (mon.1) 2507 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.967021+0000 mon.c (mon.1) 2508 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.968329+0000 mon.c (mon.1) 2509 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:16.976223+0000 mon.a (mon.0) 1187 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: cephadm 2023-12-07T15:59:16.978438+0000 mgr.y (mgr.25453) 1236 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.061843+0000 mon.c (mon.1) 2510 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.064537+0000 mon.c (mon.1) 2511 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.066976+0000 mon.c (mon.1) 2512 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.068096+0000 mon.c (mon.1) 2513 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.076733+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: cephadm 2023-12-07T15:59:17.077554+0000 mgr.y (mgr.25453) 1237 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.159443+0000 mon.c (mon.1) 2514 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.161882+0000 mon.c (mon.1) 2515 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.165329+0000 mon.c (mon.1) 2516 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.166334+0000 mon.c (mon.1) 2517 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.172921+0000 mon.a (mon.0) 1189 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.256232+0000 mon.c (mon.1) 2518 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.259056+0000 mon.c (mon.1) 2519 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.262367+0000 mon.c (mon.1) 2520 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.263309+0000 mon.c (mon.1) 2521 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.270746+0000 mon.a (mon.0) 1190 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.338151+0000 mon.c (mon.1) 2522 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.340564+0000 mon.c (mon.1) 2523 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.343793+0000 mon.c (mon.1) 2524 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.344763+0000 mon.c (mon.1) 2525 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[83807]: audit 2023-12-07T15:59:17.351192+0000 mon.a (mon.0) 1191 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: cephadm 2023-12-07T15:59:16.218871+0000 mgr.y (mgr.25453) 1228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: cephadm 2023-12-07T15:59:16.316998+0000 mgr.y (mgr.25453) 1229 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.413829+0000 mon.a (mon.0) 1180 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: cephadm 2023-12-07T15:59:16.416483+0000 mgr.y (mgr.25453) 1230 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.502941+0000 mon.c (mon.1) 2486 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.506375+0000 mon.c (mon.1) 2487 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: cluster 2023-12-07T15:59:16.509502+0000 mon.a (mon.0) 1181 : cluster 3 Health check update: Degraded data redundancy: 107/630 objects degraded (16.984%), 28 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:17.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.510419+0000 mon.c (mon.1) 2488 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.518072+0000 mon.c (mon.1) 2489 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.524866+0000 mon.a (mon.0) 1182 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: cephadm 2023-12-07T15:59:16.525592+0000 mgr.y (mgr.25453) 1231 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.604805+0000 mon.c (mon.1) 2490 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.607464+0000 mon.c (mon.1) 2491 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.610297+0000 mon.c (mon.1) 2492 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.612494+0000 mon.c (mon.1) 2493 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.624520+0000 mon.a (mon.0) 1183 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: cephadm 2023-12-07T15:59:16.625924+0000 mgr.y (mgr.25453) 1232 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.689233+0000 mon.c (mon.1) 2494 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.691486+0000 mon.c (mon.1) 2495 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.694304+0000 mon.c (mon.1) 2496 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.695439+0000 mon.c (mon.1) 2497 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.702488+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: cephadm 2023-12-07T15:59:16.707662+0000 mgr.y (mgr.25453) 1233 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.784962+0000 mon.c (mon.1) 2498 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.788127+0000 mon.c (mon.1) 2499 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.792273+0000 mon.c (mon.1) 2500 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.793446+0000 mon.c (mon.1) 2501 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.801590+0000 mon.a (mon.0) 1185 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: cephadm 2023-12-07T15:59:16.803313+0000 mgr.y (mgr.25453) 1234 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.881630+0000 mon.c (mon.1) 2502 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.884383+0000 mon.c (mon.1) 2503 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.886948+0000 mon.c (mon.1) 2504 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.888018+0000 mon.c (mon.1) 2505 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.895287+0000 mon.a (mon.0) 1186 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: cephadm 2023-12-07T15:59:16.896187+0000 mgr.y (mgr.25453) 1235 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.960295+0000 mon.c (mon.1) 2506 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.963881+0000 mon.c (mon.1) 2507 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.967021+0000 mon.c (mon.1) 2508 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.968329+0000 mon.c (mon.1) 2509 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:16.976223+0000 mon.a (mon.0) 1187 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: cephadm 2023-12-07T15:59:16.978438+0000 mgr.y (mgr.25453) 1236 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.061843+0000 mon.c (mon.1) 2510 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.064537+0000 mon.c (mon.1) 2511 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.066976+0000 mon.c (mon.1) 2512 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.068096+0000 mon.c (mon.1) 2513 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.076733+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: cephadm 2023-12-07T15:59:17.077554+0000 mgr.y (mgr.25453) 1237 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.159443+0000 mon.c (mon.1) 2514 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.161882+0000 mon.c (mon.1) 2515 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.165329+0000 mon.c (mon.1) 2516 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.166334+0000 mon.c (mon.1) 2517 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.172921+0000 mon.a (mon.0) 1189 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.256232+0000 mon.c (mon.1) 2518 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.259056+0000 mon.c (mon.1) 2519 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.262367+0000 mon.c (mon.1) 2520 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.263309+0000 mon.c (mon.1) 2521 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.270746+0000 mon.a (mon.0) 1190 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.338151+0000 mon.c (mon.1) 2522 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.340564+0000 mon.c (mon.1) 2523 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.343793+0000 mon.c (mon.1) 2524 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.344763+0000 mon.c (mon.1) 2525 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:17 smithi121 bash[81553]: audit 2023-12-07T15:59:17.351192+0000 mon.a (mon.0) 1191 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: cephadm 2023-12-07T15:59:16.218871+0000 mgr.y (mgr.25453) 1228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: cephadm 2023-12-07T15:59:16.316998+0000 mgr.y (mgr.25453) 1229 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.413829+0000 mon.a (mon.0) 1180 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: cephadm 2023-12-07T15:59:16.416483+0000 mgr.y (mgr.25453) 1230 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.502941+0000 mon.c (mon.1) 2486 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.506375+0000 mon.c (mon.1) 2487 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: cluster 2023-12-07T15:59:16.509502+0000 mon.a (mon.0) 1181 : cluster 3 Health check update: Degraded data redundancy: 107/630 objects degraded (16.984%), 28 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:17.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.510419+0000 mon.c (mon.1) 2488 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.518072+0000 mon.c (mon.1) 2489 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.524866+0000 mon.a (mon.0) 1182 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: cephadm 2023-12-07T15:59:16.525592+0000 mgr.y (mgr.25453) 1231 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.604805+0000 mon.c (mon.1) 2490 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.607464+0000 mon.c (mon.1) 2491 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.610297+0000 mon.c (mon.1) 2492 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.612494+0000 mon.c (mon.1) 2493 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.624520+0000 mon.a (mon.0) 1183 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: cephadm 2023-12-07T15:59:16.625924+0000 mgr.y (mgr.25453) 1232 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.689233+0000 mon.c (mon.1) 2494 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.691486+0000 mon.c (mon.1) 2495 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.694304+0000 mon.c (mon.1) 2496 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.695439+0000 mon.c (mon.1) 2497 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.702488+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: cephadm 2023-12-07T15:59:16.707662+0000 mgr.y (mgr.25453) 1233 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.784962+0000 mon.c (mon.1) 2498 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.788127+0000 mon.c (mon.1) 2499 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.792273+0000 mon.c (mon.1) 2500 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.793446+0000 mon.c (mon.1) 2501 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.801590+0000 mon.a (mon.0) 1185 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: cephadm 2023-12-07T15:59:16.803313+0000 mgr.y (mgr.25453) 1234 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.881630+0000 mon.c (mon.1) 2502 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.884383+0000 mon.c (mon.1) 2503 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.886948+0000 mon.c (mon.1) 2504 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.888018+0000 mon.c (mon.1) 2505 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.895287+0000 mon.a (mon.0) 1186 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: cephadm 2023-12-07T15:59:16.896187+0000 mgr.y (mgr.25453) 1235 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.960295+0000 mon.c (mon.1) 2506 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.963881+0000 mon.c (mon.1) 2507 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.967021+0000 mon.c (mon.1) 2508 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.968329+0000 mon.c (mon.1) 2509 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:16.976223+0000 mon.a (mon.0) 1187 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: cephadm 2023-12-07T15:59:16.978438+0000 mgr.y (mgr.25453) 1236 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.061843+0000 mon.c (mon.1) 2510 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.064537+0000 mon.c (mon.1) 2511 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.066976+0000 mon.c (mon.1) 2512 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.068096+0000 mon.c (mon.1) 2513 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.076733+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: cephadm 2023-12-07T15:59:17.077554+0000 mgr.y (mgr.25453) 1237 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:17.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.159443+0000 mon.c (mon.1) 2514 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.161882+0000 mon.c (mon.1) 2515 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.165329+0000 mon.c (mon.1) 2516 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.166334+0000 mon.c (mon.1) 2517 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.172921+0000 mon.a (mon.0) 1189 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.256232+0000 mon.c (mon.1) 2518 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.259056+0000 mon.c (mon.1) 2519 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.262367+0000 mon.c (mon.1) 2520 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.263309+0000 mon.c (mon.1) 2521 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.270746+0000 mon.a (mon.0) 1190 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:17.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.338151+0000 mon.c (mon.1) 2522 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:17.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.340564+0000 mon.c (mon.1) 2523 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:17.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.343793+0000 mon.c (mon.1) 2524 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:17.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.344763+0000 mon.c (mon.1) 2525 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:17.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:17 smithi144 bash[66528]: audit 2023-12-07T15:59:17.351192+0000 mon.a (mon.0) 1191 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: cephadm 2023-12-07T15:59:17.175877+0000 mgr.y (mgr.25453) 1238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: cephadm 2023-12-07T15:59:17.271503+0000 mgr.y (mgr.25453) 1239 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: cephadm 2023-12-07T15:59:17.353532+0000 mgr.y (mgr.25453) 1240 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.436941+0000 mon.c (mon.1) 2526 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.438731+0000 mon.c (mon.1) 2527 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.440596+0000 mon.c (mon.1) 2528 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.441305+0000 mon.c (mon.1) 2529 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.446422+0000 mon.a (mon.0) 1192 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: cephadm 2023-12-07T15:59:17.446994+0000 mgr.y (mgr.25453) 1241 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.509584+0000 mon.c (mon.1) 2530 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.511820+0000 mon.c (mon.1) 2531 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.514537+0000 mon.c (mon.1) 2532 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.515495+0000 mon.c (mon.1) 2533 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.523961+0000 mon.a (mon.0) 1193 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: cephadm 2023-12-07T15:59:17.524971+0000 mgr.y (mgr.25453) 1242 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: cluster 2023-12-07T15:59:17.568925+0000 mgr.y (mgr.25453) 1243 : cluster 0 pgmap v239: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 107/630 objects degraded (16.984%) 2023-12-07T15:59:18.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.607601+0000 mon.c (mon.1) 2534 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.609664+0000 mon.c (mon.1) 2535 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.613055+0000 mon.c (mon.1) 2536 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: cephadm 2023-12-07T15:59:17.175877+0000 mgr.y (mgr.25453) 1238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: cephadm 2023-12-07T15:59:17.271503+0000 mgr.y (mgr.25453) 1239 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: cephadm 2023-12-07T15:59:17.353532+0000 mgr.y (mgr.25453) 1240 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.436941+0000 mon.c (mon.1) 2526 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.438731+0000 mon.c (mon.1) 2527 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.440596+0000 mon.c (mon.1) 2528 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.441305+0000 mon.c (mon.1) 2529 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.446422+0000 mon.a (mon.0) 1192 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: cephadm 2023-12-07T15:59:17.446994+0000 mgr.y (mgr.25453) 1241 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.509584+0000 mon.c (mon.1) 2530 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.511820+0000 mon.c (mon.1) 2531 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.514537+0000 mon.c (mon.1) 2532 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.515495+0000 mon.c (mon.1) 2533 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.523961+0000 mon.a (mon.0) 1193 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: cephadm 2023-12-07T15:59:17.524971+0000 mgr.y (mgr.25453) 1242 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: cluster 2023-12-07T15:59:17.568925+0000 mgr.y (mgr.25453) 1243 : cluster 0 pgmap v239: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 107/630 objects degraded (16.984%) 2023-12-07T15:59:18.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.607601+0000 mon.c (mon.1) 2534 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.609664+0000 mon.c (mon.1) 2535 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.613055+0000 mon.c (mon.1) 2536 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.614175+0000 mon.c (mon.1) 2537 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.621315+0000 mon.a (mon.0) 1194 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: cephadm 2023-12-07T15:59:17.622546+0000 mgr.y (mgr.25453) 1244 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.703860+0000 mon.c (mon.1) 2538 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.706402+0000 mon.c (mon.1) 2539 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.709300+0000 mon.c (mon.1) 2540 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.710218+0000 mon.c (mon.1) 2541 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.719124+0000 mon.a (mon.0) 1195 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: cephadm 2023-12-07T15:59:17.720258+0000 mgr.y (mgr.25453) 1245 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.807195+0000 mon.c (mon.1) 2542 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.809994+0000 mon.c (mon.1) 2543 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.812696+0000 mon.c (mon.1) 2544 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.813766+0000 mon.c (mon.1) 2545 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.821136+0000 mon.a (mon.0) 1196 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: cephadm 2023-12-07T15:59:17.821822+0000 mgr.y (mgr.25453) 1246 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.903578+0000 mon.c (mon.1) 2546 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.908097+0000 mon.c (mon.1) 2547 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.911595+0000 mon.c (mon.1) 2548 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.912762+0000 mon.c (mon.1) 2549 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.919728+0000 mon.a (mon.0) 1197 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: cephadm 2023-12-07T15:59:17.921683+0000 mgr.y (mgr.25453) 1247 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.614175+0000 mon.c (mon.1) 2537 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.621315+0000 mon.a (mon.0) 1194 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: cephadm 2023-12-07T15:59:17.622546+0000 mgr.y (mgr.25453) 1244 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.703860+0000 mon.c (mon.1) 2538 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.706402+0000 mon.c (mon.1) 2539 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.709300+0000 mon.c (mon.1) 2540 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.710218+0000 mon.c (mon.1) 2541 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.719124+0000 mon.a (mon.0) 1195 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: cephadm 2023-12-07T15:59:17.720258+0000 mgr.y (mgr.25453) 1245 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.807195+0000 mon.c (mon.1) 2542 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.809994+0000 mon.c (mon.1) 2543 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.812696+0000 mon.c (mon.1) 2544 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.813766+0000 mon.c (mon.1) 2545 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.821136+0000 mon.a (mon.0) 1196 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: cephadm 2023-12-07T15:59:17.821822+0000 mgr.y (mgr.25453) 1246 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.903578+0000 mon.c (mon.1) 2546 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.908097+0000 mon.c (mon.1) 2547 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.911595+0000 mon.c (mon.1) 2548 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.912762+0000 mon.c (mon.1) 2549 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.919728+0000 mon.a (mon.0) 1197 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: cephadm 2023-12-07T15:59:17.921683+0000 mgr.y (mgr.25453) 1247 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.988281+0000 mon.c (mon.1) 2550 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.990762+0000 mon.c (mon.1) 2551 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.993688+0000 mon.c (mon.1) 2552 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:17.994766+0000 mon.c (mon.1) 2553 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.001902+0000 mon.a (mon.0) 1198 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: cephadm 2023-12-07T15:59:18.002757+0000 mgr.y (mgr.25453) 1248 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.081350+0000 mon.c (mon.1) 2554 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.085532+0000 mon.c (mon.1) 2555 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.089023+0000 mon.c (mon.1) 2556 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.090169+0000 mon.c (mon.1) 2557 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.099389+0000 mon.a (mon.0) 1199 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: cephadm 2023-12-07T15:59:18.100175+0000 mgr.y (mgr.25453) 1249 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.180827+0000 mon.c (mon.1) 2558 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.183765+0000 mon.c (mon.1) 2559 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.188642+0000 mon.c (mon.1) 2560 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.190265+0000 mon.c (mon.1) 2561 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.199397+0000 mon.a (mon.0) 1200 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.279079+0000 mon.c (mon.1) 2562 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.282321+0000 mon.c (mon.1) 2563 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.286043+0000 mon.c (mon.1) 2564 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.988281+0000 mon.c (mon.1) 2550 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.990762+0000 mon.c (mon.1) 2551 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.993688+0000 mon.c (mon.1) 2552 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:17.994766+0000 mon.c (mon.1) 2553 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.001902+0000 mon.a (mon.0) 1198 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: cephadm 2023-12-07T15:59:18.002757+0000 mgr.y (mgr.25453) 1248 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.081350+0000 mon.c (mon.1) 2554 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.085532+0000 mon.c (mon.1) 2555 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.089023+0000 mon.c (mon.1) 2556 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.090169+0000 mon.c (mon.1) 2557 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.099389+0000 mon.a (mon.0) 1199 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: cephadm 2023-12-07T15:59:18.100175+0000 mgr.y (mgr.25453) 1249 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.180827+0000 mon.c (mon.1) 2558 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.183765+0000 mon.c (mon.1) 2559 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.188642+0000 mon.c (mon.1) 2560 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.190265+0000 mon.c (mon.1) 2561 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.199397+0000 mon.a (mon.0) 1200 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.279079+0000 mon.c (mon.1) 2562 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.282321+0000 mon.c (mon.1) 2563 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.286043+0000 mon.c (mon.1) 2564 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.287395+0000 mon.c (mon.1) 2565 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.296572+0000 mon.a (mon.0) 1201 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.376293+0000 mon.c (mon.1) 2566 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.379281+0000 mon.c (mon.1) 2567 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.382614+0000 mon.c (mon.1) 2568 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.383813+0000 mon.c (mon.1) 2569 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[81553]: audit 2023-12-07T15:59:18.393326+0000 mon.a (mon.0) 1202 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.287395+0000 mon.c (mon.1) 2565 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.296572+0000 mon.a (mon.0) 1201 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.376293+0000 mon.c (mon.1) 2566 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.379281+0000 mon.c (mon.1) 2567 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.382614+0000 mon.c (mon.1) 2568 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.383813+0000 mon.c (mon.1) 2569 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:18 smithi121 bash[83807]: audit 2023-12-07T15:59:18.393326+0000 mon.a (mon.0) 1202 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: cephadm 2023-12-07T15:59:17.175877+0000 mgr.y (mgr.25453) 1238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: cephadm 2023-12-07T15:59:17.271503+0000 mgr.y (mgr.25453) 1239 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: cephadm 2023-12-07T15:59:17.353532+0000 mgr.y (mgr.25453) 1240 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.436941+0000 mon.c (mon.1) 2526 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.438731+0000 mon.c (mon.1) 2527 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.440596+0000 mon.c (mon.1) 2528 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.441305+0000 mon.c (mon.1) 2529 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.446422+0000 mon.a (mon.0) 1192 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: cephadm 2023-12-07T15:59:17.446994+0000 mgr.y (mgr.25453) 1241 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.509584+0000 mon.c (mon.1) 2530 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.511820+0000 mon.c (mon.1) 2531 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.514537+0000 mon.c (mon.1) 2532 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.515495+0000 mon.c (mon.1) 2533 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.523961+0000 mon.a (mon.0) 1193 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: cephadm 2023-12-07T15:59:17.524971+0000 mgr.y (mgr.25453) 1242 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: cluster 2023-12-07T15:59:17.568925+0000 mgr.y (mgr.25453) 1243 : cluster 0 pgmap v239: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 107/630 objects degraded (16.984%) 2023-12-07T15:59:18.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.607601+0000 mon.c (mon.1) 2534 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.609664+0000 mon.c (mon.1) 2535 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.613055+0000 mon.c (mon.1) 2536 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.614175+0000 mon.c (mon.1) 2537 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.621315+0000 mon.a (mon.0) 1194 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: cephadm 2023-12-07T15:59:17.622546+0000 mgr.y (mgr.25453) 1244 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.703860+0000 mon.c (mon.1) 2538 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.706402+0000 mon.c (mon.1) 2539 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.709300+0000 mon.c (mon.1) 2540 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.710218+0000 mon.c (mon.1) 2541 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.719124+0000 mon.a (mon.0) 1195 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: cephadm 2023-12-07T15:59:17.720258+0000 mgr.y (mgr.25453) 1245 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.807195+0000 mon.c (mon.1) 2542 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.809994+0000 mon.c (mon.1) 2543 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.812696+0000 mon.c (mon.1) 2544 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.813766+0000 mon.c (mon.1) 2545 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.821136+0000 mon.a (mon.0) 1196 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: cephadm 2023-12-07T15:59:17.821822+0000 mgr.y (mgr.25453) 1246 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.903578+0000 mon.c (mon.1) 2546 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.908097+0000 mon.c (mon.1) 2547 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.911595+0000 mon.c (mon.1) 2548 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.912762+0000 mon.c (mon.1) 2549 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.919728+0000 mon.a (mon.0) 1197 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: cephadm 2023-12-07T15:59:17.921683+0000 mgr.y (mgr.25453) 1247 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.988281+0000 mon.c (mon.1) 2550 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.990762+0000 mon.c (mon.1) 2551 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.993688+0000 mon.c (mon.1) 2552 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:17.994766+0000 mon.c (mon.1) 2553 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.001902+0000 mon.a (mon.0) 1198 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: cephadm 2023-12-07T15:59:18.002757+0000 mgr.y (mgr.25453) 1248 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.081350+0000 mon.c (mon.1) 2554 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.085532+0000 mon.c (mon.1) 2555 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.089023+0000 mon.c (mon.1) 2556 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.090169+0000 mon.c (mon.1) 2557 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.099389+0000 mon.a (mon.0) 1199 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: cephadm 2023-12-07T15:59:18.100175+0000 mgr.y (mgr.25453) 1249 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:18.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.180827+0000 mon.c (mon.1) 2558 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.183765+0000 mon.c (mon.1) 2559 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.188642+0000 mon.c (mon.1) 2560 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.190265+0000 mon.c (mon.1) 2561 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.199397+0000 mon.a (mon.0) 1200 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.279079+0000 mon.c (mon.1) 2562 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.282321+0000 mon.c (mon.1) 2563 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.286043+0000 mon.c (mon.1) 2564 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.287395+0000 mon.c (mon.1) 2565 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.296572+0000 mon.a (mon.0) 1201 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:18.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.376293+0000 mon.c (mon.1) 2566 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:18.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.379281+0000 mon.c (mon.1) 2567 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:18.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.382614+0000 mon.c (mon.1) 2568 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:18.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.383813+0000 mon.c (mon.1) 2569 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:18.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:18 smithi144 bash[66528]: audit 2023-12-07T15:59:18.393326+0000 mon.a (mon.0) 1202 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: cephadm 2023-12-07T15:59:18.200471+0000 mgr.y (mgr.25453) 1250 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: cephadm 2023-12-07T15:59:18.298145+0000 mgr.y (mgr.25453) 1251 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: cephadm 2023-12-07T15:59:18.395378+0000 mgr.y (mgr.25453) 1252 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.474313+0000 mon.c (mon.1) 2570 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.477102+0000 mon.c (mon.1) 2571 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.479819+0000 mon.c (mon.1) 2572 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.480799+0000 mon.c (mon.1) 2573 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.486969+0000 mon.a (mon.0) 1203 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: cephadm 2023-12-07T15:59:18.489372+0000 mgr.y (mgr.25453) 1253 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.571099+0000 mon.c (mon.1) 2574 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.574195+0000 mon.c (mon.1) 2575 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.578096+0000 mon.c (mon.1) 2576 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.579630+0000 mon.c (mon.1) 2577 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.586485+0000 mon.a (mon.0) 1204 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: cephadm 2023-12-07T15:59:18.589156+0000 mgr.y (mgr.25453) 1254 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.673958+0000 mon.c (mon.1) 2578 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.676080+0000 mon.c (mon.1) 2579 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.679414+0000 mon.c (mon.1) 2580 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.680428+0000 mon.c (mon.1) 2581 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.689405+0000 mon.a (mon.0) 1205 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: cephadm 2023-12-07T15:59:18.200471+0000 mgr.y (mgr.25453) 1250 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: cephadm 2023-12-07T15:59:18.298145+0000 mgr.y (mgr.25453) 1251 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: cephadm 2023-12-07T15:59:18.395378+0000 mgr.y (mgr.25453) 1252 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.474313+0000 mon.c (mon.1) 2570 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.477102+0000 mon.c (mon.1) 2571 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.479819+0000 mon.c (mon.1) 2572 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.480799+0000 mon.c (mon.1) 2573 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.486969+0000 mon.a (mon.0) 1203 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: cephadm 2023-12-07T15:59:18.489372+0000 mgr.y (mgr.25453) 1253 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.571099+0000 mon.c (mon.1) 2574 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.574195+0000 mon.c (mon.1) 2575 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.578096+0000 mon.c (mon.1) 2576 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.579630+0000 mon.c (mon.1) 2577 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.586485+0000 mon.a (mon.0) 1204 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: cephadm 2023-12-07T15:59:18.589156+0000 mgr.y (mgr.25453) 1254 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.673958+0000 mon.c (mon.1) 2578 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.676080+0000 mon.c (mon.1) 2579 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.679414+0000 mon.c (mon.1) 2580 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.680428+0000 mon.c (mon.1) 2581 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.689405+0000 mon.a (mon.0) 1205 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: cephadm 2023-12-07T15:59:18.692020+0000 mgr.y (mgr.25453) 1255 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.770678+0000 mon.c (mon.1) 2582 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.773332+0000 mon.c (mon.1) 2583 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.776310+0000 mon.c (mon.1) 2584 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.777523+0000 mon.c (mon.1) 2585 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.785204+0000 mon.a (mon.0) 1206 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: cephadm 2023-12-07T15:59:18.787125+0000 mgr.y (mgr.25453) 1256 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.868601+0000 mon.c (mon.1) 2586 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.871088+0000 mon.c (mon.1) 2587 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.873662+0000 mon.c (mon.1) 2588 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.874571+0000 mon.c (mon.1) 2589 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.880378+0000 mon.a (mon.0) 1207 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: cephadm 2023-12-07T15:59:18.882587+0000 mgr.y (mgr.25453) 1257 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.964753+0000 mon.c (mon.1) 2590 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.966836+0000 mon.c (mon.1) 2591 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.969641+0000 mon.c (mon.1) 2592 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.970616+0000 mon.c (mon.1) 2593 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:18.977130+0000 mon.a (mon.0) 1208 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: cephadm 2023-12-07T15:59:18.980429+0000 mgr.y (mgr.25453) 1258 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.044485+0000 mon.c (mon.1) 2594 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.047608+0000 mon.c (mon.1) 2595 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: cephadm 2023-12-07T15:59:18.692020+0000 mgr.y (mgr.25453) 1255 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.770678+0000 mon.c (mon.1) 2582 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.773332+0000 mon.c (mon.1) 2583 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.776310+0000 mon.c (mon.1) 2584 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.777523+0000 mon.c (mon.1) 2585 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.785204+0000 mon.a (mon.0) 1206 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: cephadm 2023-12-07T15:59:18.787125+0000 mgr.y (mgr.25453) 1256 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.868601+0000 mon.c (mon.1) 2586 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.871088+0000 mon.c (mon.1) 2587 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.873662+0000 mon.c (mon.1) 2588 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.874571+0000 mon.c (mon.1) 2589 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.880378+0000 mon.a (mon.0) 1207 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: cephadm 2023-12-07T15:59:18.882587+0000 mgr.y (mgr.25453) 1257 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.964753+0000 mon.c (mon.1) 2590 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.966836+0000 mon.c (mon.1) 2591 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.969641+0000 mon.c (mon.1) 2592 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.970616+0000 mon.c (mon.1) 2593 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:18.977130+0000 mon.a (mon.0) 1208 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: cephadm 2023-12-07T15:59:18.980429+0000 mgr.y (mgr.25453) 1258 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.044485+0000 mon.c (mon.1) 2594 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.047608+0000 mon.c (mon.1) 2595 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.052922+0000 mon.c (mon.1) 2596 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.054422+0000 mon.c (mon.1) 2597 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.063290+0000 mon.a (mon.0) 1209 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: cephadm 2023-12-07T15:59:19.065194+0000 mgr.y (mgr.25453) 1259 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.147809+0000 mon.c (mon.1) 2598 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.152238+0000 mon.c (mon.1) 2599 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.155099+0000 mon.c (mon.1) 2600 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.156206+0000 mon.c (mon.1) 2601 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.165761+0000 mon.a (mon.0) 1210 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.251479+0000 mon.c (mon.1) 2602 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.255584+0000 mon.c (mon.1) 2603 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.259236+0000 mon.c (mon.1) 2604 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.260416+0000 mon.c (mon.1) 2605 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.270639+0000 mon.a (mon.0) 1211 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.349463+0000 mon.c (mon.1) 2606 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.351841+0000 mon.c (mon.1) 2607 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.355335+0000 mon.c (mon.1) 2608 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.356687+0000 mon.c (mon.1) 2609 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[81553]: audit 2023-12-07T15:59:19.366056+0000 mon.a (mon.0) 1212 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.052922+0000 mon.c (mon.1) 2596 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.054422+0000 mon.c (mon.1) 2597 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.063290+0000 mon.a (mon.0) 1209 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: cephadm 2023-12-07T15:59:19.065194+0000 mgr.y (mgr.25453) 1259 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.147809+0000 mon.c (mon.1) 2598 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.152238+0000 mon.c (mon.1) 2599 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.155099+0000 mon.c (mon.1) 2600 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.156206+0000 mon.c (mon.1) 2601 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.165761+0000 mon.a (mon.0) 1210 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.251479+0000 mon.c (mon.1) 2602 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.255584+0000 mon.c (mon.1) 2603 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.259236+0000 mon.c (mon.1) 2604 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.260416+0000 mon.c (mon.1) 2605 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.270639+0000 mon.a (mon.0) 1211 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.349463+0000 mon.c (mon.1) 2606 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.351841+0000 mon.c (mon.1) 2607 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.355335+0000 mon.c (mon.1) 2608 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.356687+0000 mon.c (mon.1) 2609 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:19 smithi121 bash[83807]: audit 2023-12-07T15:59:19.366056+0000 mon.a (mon.0) 1212 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.831 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: cephadm 2023-12-07T15:59:18.200471+0000 mgr.y (mgr.25453) 1250 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.832 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: cephadm 2023-12-07T15:59:18.298145+0000 mgr.y (mgr.25453) 1251 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.832 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: cephadm 2023-12-07T15:59:18.395378+0000 mgr.y (mgr.25453) 1252 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.832 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.474313+0000 mon.c (mon.1) 2570 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.832 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.477102+0000 mon.c (mon.1) 2571 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.832 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.479819+0000 mon.c (mon.1) 2572 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.832 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.480799+0000 mon.c (mon.1) 2573 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.832 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.486969+0000 mon.a (mon.0) 1203 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.832 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: cephadm 2023-12-07T15:59:18.489372+0000 mgr.y (mgr.25453) 1253 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.832 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.571099+0000 mon.c (mon.1) 2574 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.832 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.574195+0000 mon.c (mon.1) 2575 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.832 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.578096+0000 mon.c (mon.1) 2576 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.832 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.579630+0000 mon.c (mon.1) 2577 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.832 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.586485+0000 mon.a (mon.0) 1204 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.832 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: cephadm 2023-12-07T15:59:18.589156+0000 mgr.y (mgr.25453) 1254 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.833 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.673958+0000 mon.c (mon.1) 2578 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.833 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.676080+0000 mon.c (mon.1) 2579 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.833 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.679414+0000 mon.c (mon.1) 2580 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.833 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.680428+0000 mon.c (mon.1) 2581 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.833 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.689405+0000 mon.a (mon.0) 1205 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.833 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: cephadm 2023-12-07T15:59:18.692020+0000 mgr.y (mgr.25453) 1255 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.833 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.770678+0000 mon.c (mon.1) 2582 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.833 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.773332+0000 mon.c (mon.1) 2583 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.833 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.776310+0000 mon.c (mon.1) 2584 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.834 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.777523+0000 mon.c (mon.1) 2585 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.834 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.785204+0000 mon.a (mon.0) 1206 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.834 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: cephadm 2023-12-07T15:59:18.787125+0000 mgr.y (mgr.25453) 1256 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.834 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.868601+0000 mon.c (mon.1) 2586 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.834 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.871088+0000 mon.c (mon.1) 2587 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.834 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.873662+0000 mon.c (mon.1) 2588 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.834 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.874571+0000 mon.c (mon.1) 2589 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.834 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.880378+0000 mon.a (mon.0) 1207 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.834 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: cephadm 2023-12-07T15:59:18.882587+0000 mgr.y (mgr.25453) 1257 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.834 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.964753+0000 mon.c (mon.1) 2590 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.834 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.966836+0000 mon.c (mon.1) 2591 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.834 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.969641+0000 mon.c (mon.1) 2592 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.834 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.970616+0000 mon.c (mon.1) 2593 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.834 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:18.977130+0000 mon.a (mon.0) 1208 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: cephadm 2023-12-07T15:59:18.980429+0000 mgr.y (mgr.25453) 1258 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.044485+0000 mon.c (mon.1) 2594 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.047608+0000 mon.c (mon.1) 2595 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.052922+0000 mon.c (mon.1) 2596 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.054422+0000 mon.c (mon.1) 2597 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.063290+0000 mon.a (mon.0) 1209 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: cephadm 2023-12-07T15:59:19.065194+0000 mgr.y (mgr.25453) 1259 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:19.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.147809+0000 mon.c (mon.1) 2598 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.152238+0000 mon.c (mon.1) 2599 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.155099+0000 mon.c (mon.1) 2600 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.156206+0000 mon.c (mon.1) 2601 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.165761+0000 mon.a (mon.0) 1210 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.251479+0000 mon.c (mon.1) 2602 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.255584+0000 mon.c (mon.1) 2603 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.259236+0000 mon.c (mon.1) 2604 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.260416+0000 mon.c (mon.1) 2605 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.270639+0000 mon.a (mon.0) 1211 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:19.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.349463+0000 mon.c (mon.1) 2606 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:19.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.351841+0000 mon.c (mon.1) 2607 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:19.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.355335+0000 mon.c (mon.1) 2608 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:19.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.356687+0000 mon.c (mon.1) 2609 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:19.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:19 smithi144 bash[66528]: audit 2023-12-07T15:59:19.366056+0000 mon.a (mon.0) 1212 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.376 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[75276]: debug 2023-12-07T15:59:20.251+0000 7fe0499b4640 -1 osd.4 140 log_to_monitors true 2023-12-07T15:59:20.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: cephadm 2023-12-07T15:59:19.168635+0000 mgr.y (mgr.25453) 1260 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: cephadm 2023-12-07T15:59:19.271532+0000 mgr.y (mgr.25453) 1261 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: cephadm 2023-12-07T15:59:19.368559+0000 mgr.y (mgr.25453) 1262 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.446833+0000 mon.c (mon.1) 2610 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.448778+0000 mon.c (mon.1) 2611 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.451130+0000 mon.c (mon.1) 2612 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.452016+0000 mon.c (mon.1) 2613 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.458017+0000 mon.a (mon.0) 1213 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: cephadm 2023-12-07T15:59:19.460023+0000 mgr.y (mgr.25453) 1263 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.537070+0000 mon.c (mon.1) 2614 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.540023+0000 mon.c (mon.1) 2615 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.544114+0000 mon.c (mon.1) 2616 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.545356+0000 mon.c (mon.1) 2617 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.554383+0000 mon.a (mon.0) 1214 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: cephadm 2023-12-07T15:59:19.560265+0000 mgr.y (mgr.25453) 1264 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: cluster 2023-12-07T15:59:19.570712+0000 mgr.y (mgr.25453) 1265 : cluster 0 pgmap v240: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s; 107/630 objects degraded (16.984%) 2023-12-07T15:59:20.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.639359+0000 mon.c (mon.1) 2618 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.642222+0000 mon.c (mon.1) 2619 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.645615+0000 mon.c (mon.1) 2620 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.646886+0000 mon.c (mon.1) 2621 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.656408+0000 mon.a (mon.0) 1215 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: cephadm 2023-12-07T15:59:19.657201+0000 mgr.y (mgr.25453) 1266 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.739763+0000 mon.c (mon.1) 2622 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.744178+0000 mon.c (mon.1) 2623 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.749082+0000 mon.c (mon.1) 2624 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.750478+0000 mon.c (mon.1) 2625 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.760339+0000 mon.a (mon.0) 1216 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: cephadm 2023-12-07T15:59:19.761311+0000 mgr.y (mgr.25453) 1267 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.842277+0000 mon.c (mon.1) 2626 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.844877+0000 mon.c (mon.1) 2627 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.847958+0000 mon.c (mon.1) 2628 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.849044+0000 mon.c (mon.1) 2629 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.855439+0000 mon.a (mon.0) 1217 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: cephadm 2023-12-07T15:59:19.858453+0000 mgr.y (mgr.25453) 1268 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.941262+0000 mon.c (mon.1) 2630 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.943969+0000 mon.c (mon.1) 2631 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.947089+0000 mon.c (mon.1) 2632 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.948363+0000 mon.c (mon.1) 2633 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:19.956772+0000 mon.a (mon.0) 1218 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: cephadm 2023-12-07T15:59:19.957787+0000 mgr.y (mgr.25453) 1269 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.039606+0000 mon.c (mon.1) 2634 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.043111+0000 mon.c (mon.1) 2635 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.047850+0000 mon.c (mon.1) 2636 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.049161+0000 mon.c (mon.1) 2637 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.058333+0000 mon.a (mon.0) 1219 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: cephadm 2023-12-07T15:59:20.061155+0000 mgr.y (mgr.25453) 1270 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.143913+0000 mon.c (mon.1) 2638 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.148241+0000 mon.c (mon.1) 2639 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.151768+0000 mon.c (mon.1) 2640 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.152897+0000 mon.c (mon.1) 2641 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.161423+0000 mon.a (mon.0) 1220 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.244627+0000 mon.c (mon.1) 2642 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.247163+0000 mon.c (mon.1) 2643 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.249933+0000 mon.c (mon.1) 2644 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.252151+0000 mon.c (mon.1) 2645 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.258665+0000 mon.a (mon.0) 1221 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.261753+0000 mon.a (mon.0) 1222 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:59:20.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.261755+0000 mon.b (mon.2) 5 : audit 1 from='osd.4 [v2:172.21.15.144:6800/3985818231,v1:172.21.15.144:6801/3985818231]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:59:20.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.343926+0000 mon.c (mon.1) 2646 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.346328+0000 mon.c (mon.1) 2647 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.349084+0000 mon.c (mon.1) 2648 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.350367+0000 mon.c (mon.1) 2649 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:20 smithi144 bash[66528]: audit 2023-12-07T15:59:20.360037+0000 mon.a (mon.0) 1223 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: cephadm 2023-12-07T15:59:19.168635+0000 mgr.y (mgr.25453) 1260 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: cephadm 2023-12-07T15:59:19.271532+0000 mgr.y (mgr.25453) 1261 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: cephadm 2023-12-07T15:59:19.368559+0000 mgr.y (mgr.25453) 1262 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.446833+0000 mon.c (mon.1) 2610 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.448778+0000 mon.c (mon.1) 2611 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.451130+0000 mon.c (mon.1) 2612 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.452016+0000 mon.c (mon.1) 2613 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.458017+0000 mon.a (mon.0) 1213 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: cephadm 2023-12-07T15:59:19.460023+0000 mgr.y (mgr.25453) 1263 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.537070+0000 mon.c (mon.1) 2614 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.540023+0000 mon.c (mon.1) 2615 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.544114+0000 mon.c (mon.1) 2616 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.545356+0000 mon.c (mon.1) 2617 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.554383+0000 mon.a (mon.0) 1214 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: cephadm 2023-12-07T15:59:19.560265+0000 mgr.y (mgr.25453) 1264 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: cluster 2023-12-07T15:59:19.570712+0000 mgr.y (mgr.25453) 1265 : cluster 0 pgmap v240: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s; 107/630 objects degraded (16.984%) 2023-12-07T15:59:20.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.639359+0000 mon.c (mon.1) 2618 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.642222+0000 mon.c (mon.1) 2619 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.645615+0000 mon.c (mon.1) 2620 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: cephadm 2023-12-07T15:59:19.168635+0000 mgr.y (mgr.25453) 1260 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: cephadm 2023-12-07T15:59:19.271532+0000 mgr.y (mgr.25453) 1261 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: cephadm 2023-12-07T15:59:19.368559+0000 mgr.y (mgr.25453) 1262 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.446833+0000 mon.c (mon.1) 2610 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.448778+0000 mon.c (mon.1) 2611 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.451130+0000 mon.c (mon.1) 2612 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.452016+0000 mon.c (mon.1) 2613 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.458017+0000 mon.a (mon.0) 1213 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: cephadm 2023-12-07T15:59:19.460023+0000 mgr.y (mgr.25453) 1263 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.537070+0000 mon.c (mon.1) 2614 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.540023+0000 mon.c (mon.1) 2615 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.544114+0000 mon.c (mon.1) 2616 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.545356+0000 mon.c (mon.1) 2617 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.554383+0000 mon.a (mon.0) 1214 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: cephadm 2023-12-07T15:59:19.560265+0000 mgr.y (mgr.25453) 1264 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: cluster 2023-12-07T15:59:19.570712+0000 mgr.y (mgr.25453) 1265 : cluster 0 pgmap v240: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s; 107/630 objects degraded (16.984%) 2023-12-07T15:59:20.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.639359+0000 mon.c (mon.1) 2618 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.642222+0000 mon.c (mon.1) 2619 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.645615+0000 mon.c (mon.1) 2620 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.646886+0000 mon.c (mon.1) 2621 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.656408+0000 mon.a (mon.0) 1215 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: cephadm 2023-12-07T15:59:19.657201+0000 mgr.y (mgr.25453) 1266 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.739763+0000 mon.c (mon.1) 2622 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.744178+0000 mon.c (mon.1) 2623 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.749082+0000 mon.c (mon.1) 2624 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.750478+0000 mon.c (mon.1) 2625 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.760339+0000 mon.a (mon.0) 1216 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: cephadm 2023-12-07T15:59:19.761311+0000 mgr.y (mgr.25453) 1267 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.842277+0000 mon.c (mon.1) 2626 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.844877+0000 mon.c (mon.1) 2627 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.847958+0000 mon.c (mon.1) 2628 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.849044+0000 mon.c (mon.1) 2629 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.855439+0000 mon.a (mon.0) 1217 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: cephadm 2023-12-07T15:59:19.858453+0000 mgr.y (mgr.25453) 1268 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.941262+0000 mon.c (mon.1) 2630 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.943969+0000 mon.c (mon.1) 2631 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.947089+0000 mon.c (mon.1) 2632 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.948363+0000 mon.c (mon.1) 2633 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:19.956772+0000 mon.a (mon.0) 1218 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: cephadm 2023-12-07T15:59:19.957787+0000 mgr.y (mgr.25453) 1269 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.646886+0000 mon.c (mon.1) 2621 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.656408+0000 mon.a (mon.0) 1215 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: cephadm 2023-12-07T15:59:19.657201+0000 mgr.y (mgr.25453) 1266 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.739763+0000 mon.c (mon.1) 2622 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.744178+0000 mon.c (mon.1) 2623 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.749082+0000 mon.c (mon.1) 2624 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.750478+0000 mon.c (mon.1) 2625 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.760339+0000 mon.a (mon.0) 1216 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: cephadm 2023-12-07T15:59:19.761311+0000 mgr.y (mgr.25453) 1267 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.842277+0000 mon.c (mon.1) 2626 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.844877+0000 mon.c (mon.1) 2627 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.847958+0000 mon.c (mon.1) 2628 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.849044+0000 mon.c (mon.1) 2629 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.855439+0000 mon.a (mon.0) 1217 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: cephadm 2023-12-07T15:59:19.858453+0000 mgr.y (mgr.25453) 1268 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.941262+0000 mon.c (mon.1) 2630 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.943969+0000 mon.c (mon.1) 2631 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.947089+0000 mon.c (mon.1) 2632 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.948363+0000 mon.c (mon.1) 2633 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:19.956772+0000 mon.a (mon.0) 1218 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: cephadm 2023-12-07T15:59:19.957787+0000 mgr.y (mgr.25453) 1269 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.039606+0000 mon.c (mon.1) 2634 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.043111+0000 mon.c (mon.1) 2635 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.047850+0000 mon.c (mon.1) 2636 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.049161+0000 mon.c (mon.1) 2637 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.058333+0000 mon.a (mon.0) 1219 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: cephadm 2023-12-07T15:59:20.061155+0000 mgr.y (mgr.25453) 1270 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.143913+0000 mon.c (mon.1) 2638 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.148241+0000 mon.c (mon.1) 2639 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.151768+0000 mon.c (mon.1) 2640 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.152897+0000 mon.c (mon.1) 2641 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.161423+0000 mon.a (mon.0) 1220 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.244627+0000 mon.c (mon.1) 2642 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.247163+0000 mon.c (mon.1) 2643 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.249933+0000 mon.c (mon.1) 2644 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.252151+0000 mon.c (mon.1) 2645 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.258665+0000 mon.a (mon.0) 1221 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.261753+0000 mon.a (mon.0) 1222 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:59:20.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.261755+0000 mon.b (mon.2) 5 : audit 1 from='osd.4 [v2:172.21.15.144:6800/3985818231,v1:172.21.15.144:6801/3985818231]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:59:20.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.343926+0000 mon.c (mon.1) 2646 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.346328+0000 mon.c (mon.1) 2647 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.349084+0000 mon.c (mon.1) 2648 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.350367+0000 mon.c (mon.1) 2649 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[83807]: audit 2023-12-07T15:59:20.360037+0000 mon.a (mon.0) 1223 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.039606+0000 mon.c (mon.1) 2634 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.043111+0000 mon.c (mon.1) 2635 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.047850+0000 mon.c (mon.1) 2636 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.049161+0000 mon.c (mon.1) 2637 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.058333+0000 mon.a (mon.0) 1219 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: cephadm 2023-12-07T15:59:20.061155+0000 mgr.y (mgr.25453) 1270 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:20.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.143913+0000 mon.c (mon.1) 2638 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.148241+0000 mon.c (mon.1) 2639 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.151768+0000 mon.c (mon.1) 2640 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.152897+0000 mon.c (mon.1) 2641 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.161423+0000 mon.a (mon.0) 1220 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.244627+0000 mon.c (mon.1) 2642 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.247163+0000 mon.c (mon.1) 2643 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.249933+0000 mon.c (mon.1) 2644 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.252151+0000 mon.c (mon.1) 2645 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.258665+0000 mon.a (mon.0) 1221 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:20.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.261753+0000 mon.a (mon.0) 1222 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:59:20.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.261755+0000 mon.b (mon.2) 5 : audit 1 from='osd.4 [v2:172.21.15.144:6800/3985818231,v1:172.21.15.144:6801/3985818231]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-07T15:59:20.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.343926+0000 mon.c (mon.1) 2646 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:20.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.346328+0000 mon.c (mon.1) 2647 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:20.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.349084+0000 mon.c (mon.1) 2648 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:20.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.350367+0000 mon.c (mon.1) 2649 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:20.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:20 smithi121 bash[81553]: audit 2023-12-07T15:59:20.360037+0000 mon.a (mon.0) 1223 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.437 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[75276]: debug 2023-12-07T15:59:21.307+0000 7fe038e21700 -1 osd.4 140 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T15:59:21.726 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: cephadm 2023-12-07T15:59:20.163412+0000 mgr.y (mgr.25453) 1271 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.726 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: cephadm 2023-12-07T15:59:20.261620+0000 mgr.y (mgr.25453) 1272 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.726 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: cephadm 2023-12-07T15:59:20.360720+0000 mgr.y (mgr.25453) 1273 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.726 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.445019+0000 mon.c (mon.1) 2650 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.726 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.446972+0000 mon.c (mon.1) 2651 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.726 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.449014+0000 mon.c (mon.1) 2652 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.726 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.449840+0000 mon.c (mon.1) 2653 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.726 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.457618+0000 mon.a (mon.0) 1224 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.726 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: cephadm 2023-12-07T15:59:20.458938+0000 mgr.y (mgr.25453) 1274 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.726 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.537926+0000 mon.c (mon.1) 2654 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.726 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.540899+0000 mon.c (mon.1) 2655 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.726 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.544801+0000 mon.c (mon.1) 2656 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.727 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.546093+0000 mon.c (mon.1) 2657 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.727 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.556029+0000 mon.a (mon.0) 1225 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.727 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: cephadm 2023-12-07T15:59:20.557739+0000 mgr.y (mgr.25453) 1275 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.727 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.639653+0000 mon.c (mon.1) 2658 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.727 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.642630+0000 mon.c (mon.1) 2659 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.727 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.646575+0000 mon.c (mon.1) 2660 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.727 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.648080+0000 mon.c (mon.1) 2661 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.727 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.658434+0000 mon.a (mon.0) 1226 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.727 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: cephadm 2023-12-07T15:59:20.660528+0000 mgr.y (mgr.25453) 1276 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.728 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.743484+0000 mon.c (mon.1) 2662 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.728 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.746231+0000 mon.c (mon.1) 2663 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.728 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.749163+0000 mon.c (mon.1) 2664 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.728 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.750256+0000 mon.c (mon.1) 2665 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.728 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.759534+0000 mon.a (mon.0) 1227 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.728 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: cephadm 2023-12-07T15:59:20.762061+0000 mgr.y (mgr.25453) 1277 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.728 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.844888+0000 mon.c (mon.1) 2666 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.728 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.847169+0000 mon.c (mon.1) 2667 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.728 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.849390+0000 mon.c (mon.1) 2668 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.728 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.850294+0000 mon.c (mon.1) 2669 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.728 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.858460+0000 mon.a (mon.0) 1228 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.728 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: cephadm 2023-12-07T15:59:20.860841+0000 mgr.y (mgr.25453) 1278 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.728 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.943473+0000 mon.c (mon.1) 2670 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.728 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.947691+0000 mon.c (mon.1) 2671 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.729 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.951707+0000 mon.c (mon.1) 2672 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.729 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.953286+0000 mon.c (mon.1) 2673 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.729 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:20.961255+0000 mon.a (mon.0) 1229 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.729 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: cephadm 2023-12-07T15:59:20.962681+0000 mgr.y (mgr.25453) 1279 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.729 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.042114+0000 mon.c (mon.1) 2674 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.729 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.044840+0000 mon.c (mon.1) 2675 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.729 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.047862+0000 mon.c (mon.1) 2676 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.729 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.048911+0000 mon.c (mon.1) 2677 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.729 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.058903+0000 mon.a (mon.0) 1230 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.729 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: cephadm 2023-12-07T15:59:21.059692+0000 mgr.y (mgr.25453) 1280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.729 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.124676+0000 mon.c (mon.1) 2678 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.729 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.126916+0000 mon.c (mon.1) 2679 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.729 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.131299+0000 mon.c (mon.1) 2680 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.729 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.132652+0000 mon.c (mon.1) 2681 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.729 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.144122+0000 mon.a (mon.0) 1231 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.730 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: cephadm 2023-12-07T15:59:21.145486+0000 mgr.y (mgr.25453) 1281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.730 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.223576+0000 mon.c (mon.1) 2682 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.730 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.226711+0000 mon.c (mon.1) 2683 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.730 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.230640+0000 mon.c (mon.1) 2684 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.730 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.232024+0000 mon.c (mon.1) 2685 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.730 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.242561+0000 mon.a (mon.0) 1232 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.730 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.259013+0000 mon.a (mon.0) 1233 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-07T15:59:21.730 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: cluster 2023-12-07T15:59:21.263682+0000 mon.a (mon.0) 1234 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-07T15:59:21.730 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.267287+0000 mon.b (mon.2) 6 : audit 1 from='osd.4 [v2:172.21.15.144:6800/3985818231,v1:172.21.15.144:6801/3985818231]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:59:21.730 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.267543+0000 mon.a (mon.0) 1235 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:59:21.730 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.321066+0000 mon.c (mon.1) 2686 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.730 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.323704+0000 mon.c (mon.1) 2687 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.730 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.326882+0000 mon.c (mon.1) 2688 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.730 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.328152+0000 mon.c (mon.1) 2689 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.730 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.336386+0000 mon.a (mon.0) 1236 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.731 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.422391+0000 mon.c (mon.1) 2690 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.731 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.424489+0000 mon.c (mon.1) 2691 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.731 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:21 smithi144 bash[66528]: audit 2023-12-07T15:59:21.427793+0000 mon.c (mon.1) 2692 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: cephadm 2023-12-07T15:59:20.163412+0000 mgr.y (mgr.25453) 1271 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: cephadm 2023-12-07T15:59:20.261620+0000 mgr.y (mgr.25453) 1272 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: cephadm 2023-12-07T15:59:20.360720+0000 mgr.y (mgr.25453) 1273 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.445019+0000 mon.c (mon.1) 2650 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.446972+0000 mon.c (mon.1) 2651 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.449014+0000 mon.c (mon.1) 2652 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.449840+0000 mon.c (mon.1) 2653 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.457618+0000 mon.a (mon.0) 1224 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: cephadm 2023-12-07T15:59:20.458938+0000 mgr.y (mgr.25453) 1274 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.537926+0000 mon.c (mon.1) 2654 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.540899+0000 mon.c (mon.1) 2655 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.544801+0000 mon.c (mon.1) 2656 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.546093+0000 mon.c (mon.1) 2657 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.556029+0000 mon.a (mon.0) 1225 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: cephadm 2023-12-07T15:59:20.557739+0000 mgr.y (mgr.25453) 1275 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.639653+0000 mon.c (mon.1) 2658 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.642630+0000 mon.c (mon.1) 2659 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.646575+0000 mon.c (mon.1) 2660 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.648080+0000 mon.c (mon.1) 2661 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.658434+0000 mon.a (mon.0) 1226 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: cephadm 2023-12-07T15:59:20.163412+0000 mgr.y (mgr.25453) 1271 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: cephadm 2023-12-07T15:59:20.261620+0000 mgr.y (mgr.25453) 1272 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: cephadm 2023-12-07T15:59:20.360720+0000 mgr.y (mgr.25453) 1273 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.445019+0000 mon.c (mon.1) 2650 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.446972+0000 mon.c (mon.1) 2651 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.449014+0000 mon.c (mon.1) 2652 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.449840+0000 mon.c (mon.1) 2653 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.457618+0000 mon.a (mon.0) 1224 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: cephadm 2023-12-07T15:59:20.458938+0000 mgr.y (mgr.25453) 1274 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.537926+0000 mon.c (mon.1) 2654 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.540899+0000 mon.c (mon.1) 2655 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.544801+0000 mon.c (mon.1) 2656 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.546093+0000 mon.c (mon.1) 2657 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.556029+0000 mon.a (mon.0) 1225 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: cephadm 2023-12-07T15:59:20.557739+0000 mgr.y (mgr.25453) 1275 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.639653+0000 mon.c (mon.1) 2658 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.642630+0000 mon.c (mon.1) 2659 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.646575+0000 mon.c (mon.1) 2660 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.648080+0000 mon.c (mon.1) 2661 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.658434+0000 mon.a (mon.0) 1226 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: cephadm 2023-12-07T15:59:20.660528+0000 mgr.y (mgr.25453) 1276 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.743484+0000 mon.c (mon.1) 2662 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.746231+0000 mon.c (mon.1) 2663 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.749163+0000 mon.c (mon.1) 2664 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.750256+0000 mon.c (mon.1) 2665 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.759534+0000 mon.a (mon.0) 1227 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: cephadm 2023-12-07T15:59:20.762061+0000 mgr.y (mgr.25453) 1277 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.844888+0000 mon.c (mon.1) 2666 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.847169+0000 mon.c (mon.1) 2667 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.849390+0000 mon.c (mon.1) 2668 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.850294+0000 mon.c (mon.1) 2669 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.858460+0000 mon.a (mon.0) 1228 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: cephadm 2023-12-07T15:59:20.860841+0000 mgr.y (mgr.25453) 1278 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.943473+0000 mon.c (mon.1) 2670 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.947691+0000 mon.c (mon.1) 2671 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.814 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.951707+0000 mon.c (mon.1) 2672 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.953286+0000 mon.c (mon.1) 2673 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:20.961255+0000 mon.a (mon.0) 1229 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: cephadm 2023-12-07T15:59:20.962681+0000 mgr.y (mgr.25453) 1279 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.042114+0000 mon.c (mon.1) 2674 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.044840+0000 mon.c (mon.1) 2675 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: cephadm 2023-12-07T15:59:20.660528+0000 mgr.y (mgr.25453) 1276 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.743484+0000 mon.c (mon.1) 2662 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.746231+0000 mon.c (mon.1) 2663 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.749163+0000 mon.c (mon.1) 2664 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.750256+0000 mon.c (mon.1) 2665 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.759534+0000 mon.a (mon.0) 1227 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: cephadm 2023-12-07T15:59:20.762061+0000 mgr.y (mgr.25453) 1277 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.844888+0000 mon.c (mon.1) 2666 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.847169+0000 mon.c (mon.1) 2667 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.849390+0000 mon.c (mon.1) 2668 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.850294+0000 mon.c (mon.1) 2669 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.858460+0000 mon.a (mon.0) 1228 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: cephadm 2023-12-07T15:59:20.860841+0000 mgr.y (mgr.25453) 1278 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.943473+0000 mon.c (mon.1) 2670 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.947691+0000 mon.c (mon.1) 2671 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.951707+0000 mon.c (mon.1) 2672 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.953286+0000 mon.c (mon.1) 2673 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:20.961255+0000 mon.a (mon.0) 1229 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: cephadm 2023-12-07T15:59:20.962681+0000 mgr.y (mgr.25453) 1279 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.042114+0000 mon.c (mon.1) 2674 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.816 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.044840+0000 mon.c (mon.1) 2675 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.047862+0000 mon.c (mon.1) 2676 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.048911+0000 mon.c (mon.1) 2677 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.058903+0000 mon.a (mon.0) 1230 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: cephadm 2023-12-07T15:59:21.059692+0000 mgr.y (mgr.25453) 1280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.124676+0000 mon.c (mon.1) 2678 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.126916+0000 mon.c (mon.1) 2679 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.131299+0000 mon.c (mon.1) 2680 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.132652+0000 mon.c (mon.1) 2681 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.144122+0000 mon.a (mon.0) 1231 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: cephadm 2023-12-07T15:59:21.145486+0000 mgr.y (mgr.25453) 1281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.223576+0000 mon.c (mon.1) 2682 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.226711+0000 mon.c (mon.1) 2683 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.230640+0000 mon.c (mon.1) 2684 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.232024+0000 mon.c (mon.1) 2685 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.242561+0000 mon.a (mon.0) 1232 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.259013+0000 mon.a (mon.0) 1233 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-07T15:59:21.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: cluster 2023-12-07T15:59:21.263682+0000 mon.a (mon.0) 1234 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-07T15:59:21.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.267287+0000 mon.b (mon.2) 6 : audit 1 from='osd.4 [v2:172.21.15.144:6800/3985818231,v1:172.21.15.144:6801/3985818231]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:59:21.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.267543+0000 mon.a (mon.0) 1235 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:59:21.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.321066+0000 mon.c (mon.1) 2686 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.323704+0000 mon.c (mon.1) 2687 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.326882+0000 mon.c (mon.1) 2688 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.328152+0000 mon.c (mon.1) 2689 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.336386+0000 mon.a (mon.0) 1236 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.422391+0000 mon.c (mon.1) 2690 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.818 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.424489+0000 mon.c (mon.1) 2691 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[81553]: audit 2023-12-07T15:59:21.427793+0000 mon.c (mon.1) 2692 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.047862+0000 mon.c (mon.1) 2676 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.048911+0000 mon.c (mon.1) 2677 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.058903+0000 mon.a (mon.0) 1230 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: cephadm 2023-12-07T15:59:21.059692+0000 mgr.y (mgr.25453) 1280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.124676+0000 mon.c (mon.1) 2678 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.126916+0000 mon.c (mon.1) 2679 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.131299+0000 mon.c (mon.1) 2680 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.132652+0000 mon.c (mon.1) 2681 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.144122+0000 mon.a (mon.0) 1231 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: cephadm 2023-12-07T15:59:21.145486+0000 mgr.y (mgr.25453) 1281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:21.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.223576+0000 mon.c (mon.1) 2682 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.226711+0000 mon.c (mon.1) 2683 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.230640+0000 mon.c (mon.1) 2684 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.232024+0000 mon.c (mon.1) 2685 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.242561+0000 mon.a (mon.0) 1232 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.259013+0000 mon.a (mon.0) 1233 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-07T15:59:21.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: cluster 2023-12-07T15:59:21.263682+0000 mon.a (mon.0) 1234 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-07T15:59:21.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.267287+0000 mon.b (mon.2) 6 : audit 1 from='osd.4 [v2:172.21.15.144:6800/3985818231,v1:172.21.15.144:6801/3985818231]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:59:21.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.267543+0000 mon.a (mon.0) 1235 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T15:59:21.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.321066+0000 mon.c (mon.1) 2686 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.323704+0000 mon.c (mon.1) 2687 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.326882+0000 mon.c (mon.1) 2688 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:21.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.328152+0000 mon.c (mon.1) 2689 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:21.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.336386+0000 mon.a (mon.0) 1236 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:21.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.422391+0000 mon.c (mon.1) 2690 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:21.820 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.424489+0000 mon.c (mon.1) 2691 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:21.821 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:21 smithi121 bash[83807]: audit 2023-12-07T15:59:21.427793+0000 mon.c (mon.1) 2692 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cephadm 2023-12-07T15:59:21.243331+0000 mgr.y (mgr.25453) 1282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cluster 2023-12-07T15:59:21.261470+0000 osd.5 (osd.5) 53 : cluster 3 failed to encode map e143 with expected crc 2023-12-07T15:59:22.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cephadm 2023-12-07T15:59:21.338247+0000 mgr.y (mgr.25453) 1283 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.429010+0000 mon.c (mon.1) 2693 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.448042+0000 mon.a (mon.0) 1237 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cephadm 2023-12-07T15:59:21.449026+0000 mgr.y (mgr.25453) 1284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.531844+0000 mon.c (mon.1) 2694 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.534385+0000 mon.c (mon.1) 2695 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.537320+0000 mon.c (mon.1) 2696 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.538357+0000 mon.c (mon.1) 2697 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.547592+0000 mon.a (mon.0) 1238 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cephadm 2023-12-07T15:59:21.548636+0000 mgr.y (mgr.25453) 1285 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cluster 2023-12-07T15:59:21.571536+0000 mgr.y (mgr.25453) 1286 : cluster 0 pgmap v242: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-07T15:59:22.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cluster 2023-12-07T15:59:21.628206+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e143 with expected crc 2023-12-07T15:59:22.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.629442+0000 mon.c (mon.1) 2698 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.632767+0000 mon.c (mon.1) 2699 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.635385+0000 mon.c (mon.1) 2700 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.636578+0000 mon.c (mon.1) 2701 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.644106+0000 mon.a (mon.0) 1239 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cephadm 2023-12-07T15:59:21.644874+0000 mgr.y (mgr.25453) 1287 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.755794+0000 mon.c (mon.1) 2702 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.758641+0000 mon.c (mon.1) 2703 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.762150+0000 mon.c (mon.1) 2704 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.763289+0000 mon.c (mon.1) 2705 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.773046+0000 mon.a (mon.0) 1240 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cephadm 2023-12-07T15:59:21.774130+0000 mgr.y (mgr.25453) 1288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.855503+0000 mon.c (mon.1) 2706 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.857955+0000 mon.c (mon.1) 2707 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.628 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.861530+0000 mon.c (mon.1) 2708 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cluster 2023-12-07T15:59:21.862010+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e143 with expected crc 2023-12-07T15:59:22.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.862660+0000 mon.c (mon.1) 2709 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.871720+0000 mon.a (mon.0) 1241 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cephadm 2023-12-07T15:59:21.873283+0000 mgr.y (mgr.25453) 1289 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.955279+0000 mon.c (mon.1) 2710 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.957737+0000 mon.c (mon.1) 2711 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.960690+0000 mon.c (mon.1) 2712 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.961732+0000 mon.c (mon.1) 2713 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:21.968209+0000 mon.a (mon.0) 1242 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cephadm 2023-12-07T15:59:21.970900+0000 mgr.y (mgr.25453) 1290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.052204+0000 mon.c (mon.1) 2714 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.629 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.054313+0000 mon.c (mon.1) 2715 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.056924+0000 mon.c (mon.1) 2716 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.057664+0000 mon.c (mon.1) 2717 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.064408+0000 mon.a (mon.0) 1243 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cephadm 2023-12-07T15:59:22.065039+0000 mgr.y (mgr.25453) 1291 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.142893+0000 mon.c (mon.1) 2718 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.145568+0000 mon.c (mon.1) 2719 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.148775+0000 mon.c (mon.1) 2720 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.150030+0000 mon.c (mon.1) 2721 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.157522+0000 mon.a (mon.0) 1244 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cephadm 2023-12-07T15:59:22.158822+0000 mgr.y (mgr.25453) 1292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.237838+0000 mon.c (mon.1) 2722 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.240268+0000 mon.c (mon.1) 2723 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.630 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.243746+0000 mon.c (mon.1) 2724 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.245095+0000 mon.c (mon.1) 2725 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.251861+0000 mon.a (mon.0) 1245 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cluster 2023-12-07T15:59:22.259788+0000 mon.a (mon.0) 1246 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:59:22.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cluster 2023-12-07T15:59:22.262844+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e144 with expected crc 2023-12-07T15:59:22.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cluster 2023-12-07T15:59:22.263602+0000 mon.a (mon.0) 1247 : cluster 1 osd.4 [v2:172.21.15.144:6800/3985818231,v1:172.21.15.144:6801/3985818231] boot 2023-12-07T15:59:22.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: cluster 2023-12-07T15:59:22.263665+0000 mon.a (mon.0) 1248 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-07T15:59:22.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.268048+0000 mon.c (mon.1) 2726 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:59:22.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.334675+0000 mon.c (mon.1) 2727 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.336824+0000 mon.c (mon.1) 2728 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.339943+0000 mon.c (mon.1) 2729 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.341064+0000 mon.c (mon.1) 2730 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.631 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:22 smithi144 bash[66528]: audit 2023-12-07T15:59:22.348713+0000 mon.a (mon.0) 1249 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cephadm 2023-12-07T15:59:21.243331+0000 mgr.y (mgr.25453) 1282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cluster 2023-12-07T15:59:21.261470+0000 osd.5 (osd.5) 53 : cluster 3 failed to encode map e143 with expected crc 2023-12-07T15:59:22.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cephadm 2023-12-07T15:59:21.338247+0000 mgr.y (mgr.25453) 1283 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.429010+0000 mon.c (mon.1) 2693 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.448042+0000 mon.a (mon.0) 1237 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cephadm 2023-12-07T15:59:21.449026+0000 mgr.y (mgr.25453) 1284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.531844+0000 mon.c (mon.1) 2694 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.534385+0000 mon.c (mon.1) 2695 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.537320+0000 mon.c (mon.1) 2696 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.538357+0000 mon.c (mon.1) 2697 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.547592+0000 mon.a (mon.0) 1238 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cephadm 2023-12-07T15:59:21.548636+0000 mgr.y (mgr.25453) 1285 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cluster 2023-12-07T15:59:21.571536+0000 mgr.y (mgr.25453) 1286 : cluster 0 pgmap v242: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-07T15:59:22.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cluster 2023-12-07T15:59:21.628206+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e143 with expected crc 2023-12-07T15:59:22.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.629442+0000 mon.c (mon.1) 2698 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.632767+0000 mon.c (mon.1) 2699 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.635385+0000 mon.c (mon.1) 2700 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.636578+0000 mon.c (mon.1) 2701 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.644106+0000 mon.a (mon.0) 1239 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cephadm 2023-12-07T15:59:21.644874+0000 mgr.y (mgr.25453) 1287 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cephadm 2023-12-07T15:59:21.243331+0000 mgr.y (mgr.25453) 1282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cluster 2023-12-07T15:59:21.261470+0000 osd.5 (osd.5) 53 : cluster 3 failed to encode map e143 with expected crc 2023-12-07T15:59:22.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cephadm 2023-12-07T15:59:21.338247+0000 mgr.y (mgr.25453) 1283 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.429010+0000 mon.c (mon.1) 2693 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.448042+0000 mon.a (mon.0) 1237 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cephadm 2023-12-07T15:59:21.449026+0000 mgr.y (mgr.25453) 1284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.531844+0000 mon.c (mon.1) 2694 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.534385+0000 mon.c (mon.1) 2695 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.537320+0000 mon.c (mon.1) 2696 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.538357+0000 mon.c (mon.1) 2697 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.547592+0000 mon.a (mon.0) 1238 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cephadm 2023-12-07T15:59:21.548636+0000 mgr.y (mgr.25453) 1285 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cluster 2023-12-07T15:59:21.571536+0000 mgr.y (mgr.25453) 1286 : cluster 0 pgmap v242: 161 pgs: 28 active+undersized+degraded, 38 active+undersized, 95 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-07T15:59:22.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cluster 2023-12-07T15:59:21.628206+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e143 with expected crc 2023-12-07T15:59:22.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.629442+0000 mon.c (mon.1) 2698 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.632767+0000 mon.c (mon.1) 2699 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.635385+0000 mon.c (mon.1) 2700 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.636578+0000 mon.c (mon.1) 2701 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.644106+0000 mon.a (mon.0) 1239 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cephadm 2023-12-07T15:59:21.644874+0000 mgr.y (mgr.25453) 1287 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.813 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.755794+0000 mon.c (mon.1) 2702 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.758641+0000 mon.c (mon.1) 2703 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.762150+0000 mon.c (mon.1) 2704 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.763289+0000 mon.c (mon.1) 2705 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.773046+0000 mon.a (mon.0) 1240 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cephadm 2023-12-07T15:59:21.774130+0000 mgr.y (mgr.25453) 1288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.855503+0000 mon.c (mon.1) 2706 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.857955+0000 mon.c (mon.1) 2707 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.861530+0000 mon.c (mon.1) 2708 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cluster 2023-12-07T15:59:21.862010+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e143 with expected crc 2023-12-07T15:59:22.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.862660+0000 mon.c (mon.1) 2709 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.871720+0000 mon.a (mon.0) 1241 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cephadm 2023-12-07T15:59:21.873283+0000 mgr.y (mgr.25453) 1289 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.955279+0000 mon.c (mon.1) 2710 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.957737+0000 mon.c (mon.1) 2711 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.960690+0000 mon.c (mon.1) 2712 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.961732+0000 mon.c (mon.1) 2713 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:21.968209+0000 mon.a (mon.0) 1242 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cephadm 2023-12-07T15:59:21.970900+0000 mgr.y (mgr.25453) 1290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.052204+0000 mon.c (mon.1) 2714 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.054313+0000 mon.c (mon.1) 2715 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.755794+0000 mon.c (mon.1) 2702 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.758641+0000 mon.c (mon.1) 2703 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.762150+0000 mon.c (mon.1) 2704 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.763289+0000 mon.c (mon.1) 2705 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.773046+0000 mon.a (mon.0) 1240 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cephadm 2023-12-07T15:59:21.774130+0000 mgr.y (mgr.25453) 1288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.855503+0000 mon.c (mon.1) 2706 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.857955+0000 mon.c (mon.1) 2707 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.861530+0000 mon.c (mon.1) 2708 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cluster 2023-12-07T15:59:21.862010+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e143 with expected crc 2023-12-07T15:59:22.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.862660+0000 mon.c (mon.1) 2709 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.871720+0000 mon.a (mon.0) 1241 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cephadm 2023-12-07T15:59:21.873283+0000 mgr.y (mgr.25453) 1289 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.955279+0000 mon.c (mon.1) 2710 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.957737+0000 mon.c (mon.1) 2711 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.960690+0000 mon.c (mon.1) 2712 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.961732+0000 mon.c (mon.1) 2713 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:21.968209+0000 mon.a (mon.0) 1242 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cephadm 2023-12-07T15:59:21.970900+0000 mgr.y (mgr.25453) 1290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.052204+0000 mon.c (mon.1) 2714 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.817 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.054313+0000 mon.c (mon.1) 2715 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.056924+0000 mon.c (mon.1) 2716 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.057664+0000 mon.c (mon.1) 2717 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.064408+0000 mon.a (mon.0) 1243 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cephadm 2023-12-07T15:59:22.065039+0000 mgr.y (mgr.25453) 1291 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.142893+0000 mon.c (mon.1) 2718 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.145568+0000 mon.c (mon.1) 2719 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.148775+0000 mon.c (mon.1) 2720 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.150030+0000 mon.c (mon.1) 2721 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.157522+0000 mon.a (mon.0) 1244 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cephadm 2023-12-07T15:59:22.158822+0000 mgr.y (mgr.25453) 1292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.237838+0000 mon.c (mon.1) 2722 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.240268+0000 mon.c (mon.1) 2723 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.243746+0000 mon.c (mon.1) 2724 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.245095+0000 mon.c (mon.1) 2725 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.251861+0000 mon.a (mon.0) 1245 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cluster 2023-12-07T15:59:22.259788+0000 mon.a (mon.0) 1246 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:59:22.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cluster 2023-12-07T15:59:22.262844+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e144 with expected crc 2023-12-07T15:59:22.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cluster 2023-12-07T15:59:22.263602+0000 mon.a (mon.0) 1247 : cluster 1 osd.4 [v2:172.21.15.144:6800/3985818231,v1:172.21.15.144:6801/3985818231] boot 2023-12-07T15:59:22.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: cluster 2023-12-07T15:59:22.263665+0000 mon.a (mon.0) 1248 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-07T15:59:22.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.268048+0000 mon.c (mon.1) 2726 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:59:22.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.334675+0000 mon.c (mon.1) 2727 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.336824+0000 mon.c (mon.1) 2728 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.339943+0000 mon.c (mon.1) 2729 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.341064+0000 mon.c (mon.1) 2730 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[83807]: audit 2023-12-07T15:59:22.348713+0000 mon.a (mon.0) 1249 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.056924+0000 mon.c (mon.1) 2716 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.057664+0000 mon.c (mon.1) 2717 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.064408+0000 mon.a (mon.0) 1243 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cephadm 2023-12-07T15:59:22.065039+0000 mgr.y (mgr.25453) 1291 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.142893+0000 mon.c (mon.1) 2718 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.145568+0000 mon.c (mon.1) 2719 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.148775+0000 mon.c (mon.1) 2720 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.150030+0000 mon.c (mon.1) 2721 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.157522+0000 mon.a (mon.0) 1244 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cephadm 2023-12-07T15:59:22.158822+0000 mgr.y (mgr.25453) 1292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:22.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.237838+0000 mon.c (mon.1) 2722 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.240268+0000 mon.c (mon.1) 2723 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.243746+0000 mon.c (mon.1) 2724 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.245095+0000 mon.c (mon.1) 2725 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.251861+0000 mon.a (mon.0) 1245 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:22.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cluster 2023-12-07T15:59:22.259788+0000 mon.a (mon.0) 1246 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T15:59:22.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cluster 2023-12-07T15:59:22.262844+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e144 with expected crc 2023-12-07T15:59:22.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cluster 2023-12-07T15:59:22.263602+0000 mon.a (mon.0) 1247 : cluster 1 osd.4 [v2:172.21.15.144:6800/3985818231,v1:172.21.15.144:6801/3985818231] boot 2023-12-07T15:59:22.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: cluster 2023-12-07T15:59:22.263665+0000 mon.a (mon.0) 1248 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-07T15:59:22.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.268048+0000 mon.c (mon.1) 2726 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-07T15:59:22.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.334675+0000 mon.c (mon.1) 2727 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:22.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.336824+0000 mon.c (mon.1) 2728 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:22.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.339943+0000 mon.c (mon.1) 2729 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:22.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.341064+0000 mon.c (mon.1) 2730 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:22.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:22 smithi121 bash[81553]: audit 2023-12-07T15:59:22.348713+0000 mon.a (mon.0) 1249 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.810 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[75663]: debug 2023-12-07T15:59:23.468+0000 7f9f0e6d2700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-12-07T15:59:23.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: cephadm 2023-12-07T15:59:22.254844+0000 mgr.y (mgr.25453) 1293 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: cluster 2023-12-07T15:59:22.266027+0000 osd.5 (osd.5) 54 : cluster 3 failed to encode map e144 with expected crc 2023-12-07T15:59:23.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: cluster 2023-12-07T15:59:22.271264+0000 osd.5 (osd.5) 55 : cluster 3 failed to encode map e144 with expected crc 2023-12-07T15:59:23.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: cephadm 2023-12-07T15:59:22.349618+0000 mgr.y (mgr.25453) 1294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.432548+0000 mon.c (mon.1) 2731 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.447948+0000 mon.c (mon.1) 2732 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.450001+0000 mon.c (mon.1) 2733 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.450774+0000 mon.c (mon.1) 2734 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.456266+0000 mon.a (mon.0) 1250 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: cephadm 2023-12-07T15:59:22.457693+0000 mgr.y (mgr.25453) 1295 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.539671+0000 mon.c (mon.1) 2735 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.543860+0000 mon.c (mon.1) 2736 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.550217+0000 mon.c (mon.1) 2737 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.551499+0000 mon.c (mon.1) 2738 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.560561+0000 mon.a (mon.0) 1251 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: cephadm 2023-12-07T15:59:22.561302+0000 mgr.y (mgr.25453) 1296 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.641672+0000 mon.c (mon.1) 2739 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.644748+0000 mon.c (mon.1) 2740 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.649047+0000 mon.c (mon.1) 2741 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.650575+0000 mon.c (mon.1) 2742 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.812 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.660184+0000 mon.a (mon.0) 1252 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: cephadm 2023-12-07T15:59:22.254844+0000 mgr.y (mgr.25453) 1293 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: cluster 2023-12-07T15:59:22.266027+0000 osd.5 (osd.5) 54 : cluster 3 failed to encode map e144 with expected crc 2023-12-07T15:59:23.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: cluster 2023-12-07T15:59:22.271264+0000 osd.5 (osd.5) 55 : cluster 3 failed to encode map e144 with expected crc 2023-12-07T15:59:23.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: cephadm 2023-12-07T15:59:22.349618+0000 mgr.y (mgr.25453) 1294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.432548+0000 mon.c (mon.1) 2731 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.447948+0000 mon.c (mon.1) 2732 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.450001+0000 mon.c (mon.1) 2733 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.450774+0000 mon.c (mon.1) 2734 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.456266+0000 mon.a (mon.0) 1250 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: cephadm 2023-12-07T15:59:22.457693+0000 mgr.y (mgr.25453) 1295 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.539671+0000 mon.c (mon.1) 2735 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.543860+0000 mon.c (mon.1) 2736 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.550217+0000 mon.c (mon.1) 2737 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.551499+0000 mon.c (mon.1) 2738 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.560561+0000 mon.a (mon.0) 1251 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: cephadm 2023-12-07T15:59:22.561302+0000 mgr.y (mgr.25453) 1296 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.641672+0000 mon.c (mon.1) 2739 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.644748+0000 mon.c (mon.1) 2740 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.649047+0000 mon.c (mon.1) 2741 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.650575+0000 mon.c (mon.1) 2742 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.660184+0000 mon.a (mon.0) 1252 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: cephadm 2023-12-07T15:59:22.661065+0000 mgr.y (mgr.25453) 1297 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.743305+0000 mon.c (mon.1) 2743 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.747130+0000 mon.c (mon.1) 2744 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.753583+0000 mon.a (mon.0) 1253 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.761365+0000 mon.c (mon.1) 2745 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.762360+0000 mon.c (mon.1) 2746 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.770826+0000 mon.a (mon.0) 1254 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: cephadm 2023-12-07T15:59:22.771638+0000 mgr.y (mgr.25453) 1298 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.849505+0000 mon.c (mon.1) 2747 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.853756+0000 mon.c (mon.1) 2748 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.857888+0000 mon.c (mon.1) 2749 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.814 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.859353+0000 mon.c (mon.1) 2750 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.868638+0000 mon.a (mon.0) 1255 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: cephadm 2023-12-07T15:59:22.869799+0000 mgr.y (mgr.25453) 1299 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.949029+0000 mon.c (mon.1) 2751 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.951813+0000 mon.c (mon.1) 2752 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.955093+0000 mon.c (mon.1) 2753 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.956424+0000 mon.c (mon.1) 2754 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:22.966859+0000 mon.a (mon.0) 1256 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.815 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: cephadm 2023-12-07T15:59:22.967807+0000 mgr.y (mgr.25453) 1300 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: cephadm 2023-12-07T15:59:22.661065+0000 mgr.y (mgr.25453) 1297 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.743305+0000 mon.c (mon.1) 2743 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.747130+0000 mon.c (mon.1) 2744 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.753583+0000 mon.a (mon.0) 1253 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.815 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.761365+0000 mon.c (mon.1) 2745 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.762360+0000 mon.c (mon.1) 2746 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.770826+0000 mon.a (mon.0) 1254 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: cephadm 2023-12-07T15:59:22.771638+0000 mgr.y (mgr.25453) 1298 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.849505+0000 mon.c (mon.1) 2747 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.853756+0000 mon.c (mon.1) 2748 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.857888+0000 mon.c (mon.1) 2749 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.859353+0000 mon.c (mon.1) 2750 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.868638+0000 mon.a (mon.0) 1255 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: cephadm 2023-12-07T15:59:22.869799+0000 mgr.y (mgr.25453) 1299 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.949029+0000 mon.c (mon.1) 2751 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.951813+0000 mon.c (mon.1) 2752 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.955093+0000 mon.c (mon.1) 2753 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.956424+0000 mon.c (mon.1) 2754 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:22.966859+0000 mon.a (mon.0) 1256 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.816 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: cephadm 2023-12-07T15:59:22.967807+0000 mgr.y (mgr.25453) 1300 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.051647+0000 mon.c (mon.1) 2755 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.054172+0000 mon.c (mon.1) 2756 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.058051+0000 mon.c (mon.1) 2757 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.059023+0000 mon.c (mon.1) 2758 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.067648+0000 mon.a (mon.0) 1257 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: cephadm 2023-12-07T15:59:23.070620+0000 mgr.y (mgr.25453) 1301 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.152626+0000 mon.c (mon.1) 2759 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.155344+0000 mon.c (mon.1) 2760 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.158417+0000 mon.c (mon.1) 2761 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.159379+0000 mon.c (mon.1) 2762 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.817 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.168342+0000 mon.a (mon.0) 1258 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.250864+0000 mon.c (mon.1) 2763 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.253438+0000 mon.c (mon.1) 2764 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.256934+0000 mon.c (mon.1) 2765 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.258262+0000 mon.c (mon.1) 2766 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: cluster 2023-12-07T15:59:23.267175+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:23.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: cluster 2023-12-07T15:59:23.271130+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:23.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: cluster 2023-12-07T15:59:23.273518+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:23.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: cluster 2023-12-07T15:59:23.275275+0000 mon.a (mon.0) 1259 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2023-12-07T15:59:23.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: cluster 2023-12-07T15:59:23.275758+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:23.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.286007+0000 mon.a (mon.0) 1260 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.339133+0000 mon.c (mon.1) 2767 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.341908+0000 mon.c (mon.1) 2768 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.345097+0000 mon.c (mon.1) 2769 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.346247+0000 mon.c (mon.1) 2770 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.818 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.353981+0000 mon.a (mon.0) 1261 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.819 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[83807]: audit 2023-12-07T15:59:23.430283+0000 mon.a (mon.0) 1262 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.051647+0000 mon.c (mon.1) 2755 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.054172+0000 mon.c (mon.1) 2756 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.058051+0000 mon.c (mon.1) 2757 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.059023+0000 mon.c (mon.1) 2758 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.067648+0000 mon.a (mon.0) 1257 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: cephadm 2023-12-07T15:59:23.070620+0000 mgr.y (mgr.25453) 1301 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.152626+0000 mon.c (mon.1) 2759 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.155344+0000 mon.c (mon.1) 2760 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.158417+0000 mon.c (mon.1) 2761 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.819 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.159379+0000 mon.c (mon.1) 2762 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.168342+0000 mon.a (mon.0) 1258 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.250864+0000 mon.c (mon.1) 2763 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.253438+0000 mon.c (mon.1) 2764 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.256934+0000 mon.c (mon.1) 2765 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.258262+0000 mon.c (mon.1) 2766 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: cluster 2023-12-07T15:59:23.267175+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:23.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: cluster 2023-12-07T15:59:23.271130+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:23.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: cluster 2023-12-07T15:59:23.273518+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:23.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: cluster 2023-12-07T15:59:23.275275+0000 mon.a (mon.0) 1259 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2023-12-07T15:59:23.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: cluster 2023-12-07T15:59:23.275758+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:23.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.286007+0000 mon.a (mon.0) 1260 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.339133+0000 mon.c (mon.1) 2767 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.341908+0000 mon.c (mon.1) 2768 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.345097+0000 mon.c (mon.1) 2769 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.346247+0000 mon.c (mon.1) 2770 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.820 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.353981+0000 mon.a (mon.0) 1261 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.821 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:23 smithi121 bash[81553]: audit 2023-12-07T15:59:23.430283+0000 mon.a (mon.0) 1262 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: cephadm 2023-12-07T15:59:22.254844+0000 mgr.y (mgr.25453) 1293 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: cluster 2023-12-07T15:59:22.266027+0000 osd.5 (osd.5) 54 : cluster 3 failed to encode map e144 with expected crc 2023-12-07T15:59:23.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: cluster 2023-12-07T15:59:22.271264+0000 osd.5 (osd.5) 55 : cluster 3 failed to encode map e144 with expected crc 2023-12-07T15:59:23.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: cephadm 2023-12-07T15:59:22.349618+0000 mgr.y (mgr.25453) 1294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.432548+0000 mon.c (mon.1) 2731 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.447948+0000 mon.c (mon.1) 2732 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.450001+0000 mon.c (mon.1) 2733 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.450774+0000 mon.c (mon.1) 2734 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.456266+0000 mon.a (mon.0) 1250 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: cephadm 2023-12-07T15:59:22.457693+0000 mgr.y (mgr.25453) 1295 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.539671+0000 mon.c (mon.1) 2735 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.543860+0000 mon.c (mon.1) 2736 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.550217+0000 mon.c (mon.1) 2737 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.551499+0000 mon.c (mon.1) 2738 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.560561+0000 mon.a (mon.0) 1251 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: cephadm 2023-12-07T15:59:22.561302+0000 mgr.y (mgr.25453) 1296 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.641672+0000 mon.c (mon.1) 2739 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.644748+0000 mon.c (mon.1) 2740 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.649047+0000 mon.c (mon.1) 2741 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.650575+0000 mon.c (mon.1) 2742 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.660184+0000 mon.a (mon.0) 1252 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: cephadm 2023-12-07T15:59:22.661065+0000 mgr.y (mgr.25453) 1297 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.743305+0000 mon.c (mon.1) 2743 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.747130+0000 mon.c (mon.1) 2744 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.753583+0000 mon.a (mon.0) 1253 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.761365+0000 mon.c (mon.1) 2745 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.762360+0000 mon.c (mon.1) 2746 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.770826+0000 mon.a (mon.0) 1254 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: cephadm 2023-12-07T15:59:22.771638+0000 mgr.y (mgr.25453) 1298 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.849505+0000 mon.c (mon.1) 2747 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.853756+0000 mon.c (mon.1) 2748 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.857888+0000 mon.c (mon.1) 2749 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.859353+0000 mon.c (mon.1) 2750 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.868638+0000 mon.a (mon.0) 1255 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: cephadm 2023-12-07T15:59:22.869799+0000 mgr.y (mgr.25453) 1299 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.949029+0000 mon.c (mon.1) 2751 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.951813+0000 mon.c (mon.1) 2752 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.955093+0000 mon.c (mon.1) 2753 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.956424+0000 mon.c (mon.1) 2754 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:22.966859+0000 mon.a (mon.0) 1256 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: cephadm 2023-12-07T15:59:22.967807+0000 mgr.y (mgr.25453) 1300 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.051647+0000 mon.c (mon.1) 2755 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.054172+0000 mon.c (mon.1) 2756 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.058051+0000 mon.c (mon.1) 2757 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.059023+0000 mon.c (mon.1) 2758 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.067648+0000 mon.a (mon.0) 1257 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: cephadm 2023-12-07T15:59:23.070620+0000 mgr.y (mgr.25453) 1301 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:23.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.152626+0000 mon.c (mon.1) 2759 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.155344+0000 mon.c (mon.1) 2760 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.158417+0000 mon.c (mon.1) 2761 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.159379+0000 mon.c (mon.1) 2762 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.168342+0000 mon.a (mon.0) 1258 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.250864+0000 mon.c (mon.1) 2763 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.253438+0000 mon.c (mon.1) 2764 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.256934+0000 mon.c (mon.1) 2765 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.258262+0000 mon.c (mon.1) 2766 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: cluster 2023-12-07T15:59:23.267175+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: cluster 2023-12-07T15:59:23.271130+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: cluster 2023-12-07T15:59:23.273518+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: cluster 2023-12-07T15:59:23.275275+0000 mon.a (mon.0) 1259 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: cluster 2023-12-07T15:59:23.275758+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.286007+0000 mon.a (mon.0) 1260 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.339133+0000 mon.c (mon.1) 2767 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.341908+0000 mon.c (mon.1) 2768 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.345097+0000 mon.c (mon.1) 2769 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.346247+0000 mon.c (mon.1) 2770 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:23.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.353981+0000 mon.a (mon.0) 1261 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:23.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:23 smithi144 bash[66528]: audit 2023-12-07T15:59:23.430283+0000 mon.a (mon.0) 1262 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:24.810 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:59:24] "GET /metrics HTTP/1.1" 200 38499 "" "Prometheus/2.33.4" 2023-12-07T15:59:24.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: cephadm 2023-12-07T15:59:23.170166+0000 mgr.y (mgr.25453) 1302 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:24.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: cluster 2023-12-07T15:59:23.270670+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:24.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: cluster 2023-12-07T15:59:23.272615+0000 osd.5 (osd.5) 56 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:24.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: cluster 2023-12-07T15:59:23.273049+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:24.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: cluster 2023-12-07T15:59:23.274442+0000 osd.5 (osd.5) 57 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:24.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: cluster 2023-12-07T15:59:23.276347+0000 osd.5 (osd.5) 58 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:24.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: cephadm 2023-12-07T15:59:23.287849+0000 mgr.y (mgr.25453) 1303 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:24.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: cephadm 2023-12-07T15:59:23.355139+0000 mgr.y (mgr.25453) 1304 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:24.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: audit 2023-12-07T15:59:23.439035+0000 mon.c (mon.1) 2771 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:24.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: audit 2023-12-07T15:59:23.443186+0000 mon.a (mon.0) 1263 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:24.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: audit 2023-12-07T15:59:23.461971+0000 mon.c (mon.1) 2772 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:24.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: audit 2023-12-07T15:59:23.466470+0000 mon.a (mon.0) 1264 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:24.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: audit 2023-12-07T15:59:23.469063+0000 mon.c (mon.1) 2773 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:24.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: audit 2023-12-07T15:59:23.470600+0000 mon.c (mon.1) 2774 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:24.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: audit 2023-12-07T15:59:23.472541+0000 mon.c (mon.1) 2775 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T15:59:24.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: audit 2023-12-07T15:59:23.472794+0000 mgr.y (mgr.25453) 1305 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T15:59:24.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: cephadm 2023-12-07T15:59:23.473858+0000 mgr.y (mgr.25453) 1306 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-12-07T15:59:24.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: cluster 2023-12-07T15:59:23.572835+0000 mgr.y (mgr.25453) 1307 : cluster 0 pgmap v245: 161 pgs: 15 peering, 12 active+undersized+degraded, 17 active+undersized, 117 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 33/630 objects degraded (5.238%) 2023-12-07T15:59:24.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[83807]: audit 2023-12-07T15:59:23.674899+0000 mgr.y (mgr.25453) 1308 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:24.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: cephadm 2023-12-07T15:59:23.170166+0000 mgr.y (mgr.25453) 1302 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:24.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: cluster 2023-12-07T15:59:23.270670+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:24.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: cluster 2023-12-07T15:59:23.272615+0000 osd.5 (osd.5) 56 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:24.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: cluster 2023-12-07T15:59:23.273049+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:24.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: cluster 2023-12-07T15:59:23.274442+0000 osd.5 (osd.5) 57 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:24.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: cluster 2023-12-07T15:59:23.276347+0000 osd.5 (osd.5) 58 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:24.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: cephadm 2023-12-07T15:59:23.287849+0000 mgr.y (mgr.25453) 1303 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:24.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: cephadm 2023-12-07T15:59:23.355139+0000 mgr.y (mgr.25453) 1304 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:24.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: audit 2023-12-07T15:59:23.439035+0000 mon.c (mon.1) 2771 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:24.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: audit 2023-12-07T15:59:23.443186+0000 mon.a (mon.0) 1263 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:24.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: audit 2023-12-07T15:59:23.461971+0000 mon.c (mon.1) 2772 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:24.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: audit 2023-12-07T15:59:23.466470+0000 mon.a (mon.0) 1264 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:24.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: audit 2023-12-07T15:59:23.469063+0000 mon.c (mon.1) 2773 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:24.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: audit 2023-12-07T15:59:23.470600+0000 mon.c (mon.1) 2774 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:24.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: audit 2023-12-07T15:59:23.472541+0000 mon.c (mon.1) 2775 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T15:59:24.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: audit 2023-12-07T15:59:23.472794+0000 mgr.y (mgr.25453) 1305 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T15:59:24.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: cephadm 2023-12-07T15:59:23.473858+0000 mgr.y (mgr.25453) 1306 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-12-07T15:59:24.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: cluster 2023-12-07T15:59:23.572835+0000 mgr.y (mgr.25453) 1307 : cluster 0 pgmap v245: 161 pgs: 15 peering, 12 active+undersized+degraded, 17 active+undersized, 117 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 33/630 objects degraded (5.238%) 2023-12-07T15:59:24.813 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:24 smithi121 bash[81553]: audit 2023-12-07T15:59:23.674899+0000 mgr.y (mgr.25453) 1308 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:24.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: cephadm 2023-12-07T15:59:23.170166+0000 mgr.y (mgr.25453) 1302 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:24.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: cluster 2023-12-07T15:59:23.270670+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:24.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: cluster 2023-12-07T15:59:23.272615+0000 osd.5 (osd.5) 56 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:24.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: cluster 2023-12-07T15:59:23.273049+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:24.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: cluster 2023-12-07T15:59:23.274442+0000 osd.5 (osd.5) 57 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:24.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: cluster 2023-12-07T15:59:23.276347+0000 osd.5 (osd.5) 58 : cluster 3 failed to encode map e145 with expected crc 2023-12-07T15:59:24.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: cephadm 2023-12-07T15:59:23.287849+0000 mgr.y (mgr.25453) 1303 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:24.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: cephadm 2023-12-07T15:59:23.355139+0000 mgr.y (mgr.25453) 1304 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:24.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: audit 2023-12-07T15:59:23.439035+0000 mon.c (mon.1) 2771 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:24.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: audit 2023-12-07T15:59:23.443186+0000 mon.a (mon.0) 1263 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:24.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: audit 2023-12-07T15:59:23.461971+0000 mon.c (mon.1) 2772 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:24.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: audit 2023-12-07T15:59:23.466470+0000 mon.a (mon.0) 1264 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:24.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: audit 2023-12-07T15:59:23.469063+0000 mon.c (mon.1) 2773 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:24.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: audit 2023-12-07T15:59:23.470600+0000 mon.c (mon.1) 2774 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:24.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: audit 2023-12-07T15:59:23.472541+0000 mon.c (mon.1) 2775 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T15:59:24.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: audit 2023-12-07T15:59:23.472794+0000 mgr.y (mgr.25453) 1305 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T15:59:24.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: cephadm 2023-12-07T15:59:23.473858+0000 mgr.y (mgr.25453) 1306 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-12-07T15:59:24.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: cluster 2023-12-07T15:59:23.572835+0000 mgr.y (mgr.25453) 1307 : cluster 0 pgmap v245: 161 pgs: 15 peering, 12 active+undersized+degraded, 17 active+undersized, 117 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 33/630 objects degraded (5.238%) 2023-12-07T15:59:24.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:24 smithi144 bash[66528]: audit 2023-12-07T15:59:23.674899+0000 mgr.y (mgr.25453) 1308 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:25.612 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:25 smithi121 bash[83807]: cluster 2023-12-07T15:59:24.464560+0000 mon.a (mon.0) 1265 : cluster 3 Health check update: Degraded data redundancy: 33/630 objects degraded (5.238%), 12 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:25.613 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:25 smithi121 bash[81553]: cluster 2023-12-07T15:59:24.464560+0000 mon.a (mon.0) 1265 : cluster 3 Health check update: Degraded data redundancy: 33/630 objects degraded (5.238%), 12 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:25.729 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:25 smithi144 bash[66528]: cluster 2023-12-07T15:59:24.464560+0000 mon.a (mon.0) 1265 : cluster 3 Health check update: Degraded data redundancy: 33/630 objects degraded (5.238%), 12 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:25.789 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:59:26.564 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:59:26.564 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 0s ago 21m - - 2023-12-07T15:59:26.564 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 3s ago 20m - - 2023-12-07T15:59:26.564 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (7m) 0s ago 14m 16.1M - 0.23.0 ba2b418f427c 967bceda37f6 2023-12-07T15:59:26.564 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (6m) 3s ago 13m 43.7M - 8.3.5 dad864ee21e9 f9c66575cb4a 2023-12-07T15:59:26.564 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (5m) 0s ago 11m 48.1M - 3.5 e1d6a67b021e 5b982a4ff84a 2023-12-07T15:59:26.564 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283,8765 running (5m) 3s ago 20m 435M - 19.0.0-13-ge6605fb8 104f332cd0a9 b518ffbe0a91 2023-12-07T15:59:26.564 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:8443,9283,8765 running (6m) 0s ago 22m 515M - 19.0.0-13-ge6605fb8 104f332cd0a9 104d769d2d66 2023-12-07T15:59:26.564 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (4m) 0s ago 22m 63.5M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 46122fbb14c0 2023-12-07T15:59:26.564 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (4m) 3s ago 20m 46.2M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 f065215e6f46 2023-12-07T15:59:26.564 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (4m) 0s ago 20m 55.5M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d92fb430c584 2023-12-07T15:59:26.564 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (7m) 0s ago 14m 16.3M - 1.3.1 1dbe0e931976 20eca3d71286 2023-12-07T15:59:26.564 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (6m) 3s ago 14m 12.3M - 1.3.1 1dbe0e931976 0024f19bccdb 2023-12-07T15:59:26.565 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (3m) 0s ago 19m 55.8M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 1c6417ba1117 2023-12-07T15:59:26.565 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (2m) 0s ago 19m 55.9M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 7a224a561741 2023-12-07T15:59:26.565 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (114s) 0s ago 18m 49.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 00d71a801fed 2023-12-07T15:59:26.565 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (74s) 0s ago 17m 51.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 722b2617412e 2023-12-07T15:59:26.565 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (12s) 3s ago 17m 13.2M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 d81b80ea4a46 2023-12-07T15:59:26.565 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (16m) 3s ago 16m 67.2M 4096M 17.2.0 e1d6a67b021e ef9d3edaf98c 2023-12-07T15:59:26.565 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (16m) 3s ago 16m 64.4M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:59:26.565 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (15m) 3s ago 15m 70.4M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:59:26.565 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (5m) 3s ago 14m 65.7M - 2.33.4 514e6a882f6e 64f00ffdc6cb 2023-12-07T15:59:26.565 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (12m) 0s ago 12m 89.3M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:59:26.565 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (12m) 3s ago 12m 88.9M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:59:26.565 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (12m) 0s ago 12m 90.6M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:59:26.565 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (12m) 3s ago 12m 89.4M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:59:27.057 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:59:27.057 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:59:27.058 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T15:59:27.058 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:59:27.058 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:59:27.058 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T15:59:27.058 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:59:27.058 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:59:27.058 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2023-12-07T15:59:27.058 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 5 2023-12-07T15:59:27.058 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:59:27.058 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:59:27.058 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:59:27.058 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:59:27.058 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:59:27.058 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2023-12-07T15:59:27.059 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 10 2023-12-07T15:59:27.059 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:59:27.059 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:59:27.173 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[81553]: cluster 2023-12-07T15:59:25.573932+0000 mgr.y (mgr.25453) 1309 : cluster 0 pgmap v246: 161 pgs: 15 peering, 10 active+undersized+degraded, 12 active+undersized, 124 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 28/630 objects degraded (4.444%) 2023-12-07T15:59:27.173 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[81553]: audit 2023-12-07T15:59:25.762754+0000 mgr.y (mgr.25453) 1310 : audit 0 from='client.54421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:27.173 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[81553]: audit 2023-12-07T15:59:25.893392+0000 mon.a (mon.0) 1266 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.173 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[81553]: audit 2023-12-07T15:59:25.905624+0000 mon.a (mon.0) 1267 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.173 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[81553]: audit 2023-12-07T15:59:25.916666+0000 mon.a (mon.0) 1268 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.173 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[81553]: audit 2023-12-07T15:59:26.159845+0000 mgr.y (mgr.25453) 1311 : audit 0 from='client.44430 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:27.173 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[81553]: audit 2023-12-07T15:59:26.577916+0000 mon.a (mon.0) 1269 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.173 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[81553]: audit 2023-12-07T15:59:26.592291+0000 mon.a (mon.0) 1270 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.173 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[81553]: audit 2023-12-07T15:59:26.606273+0000 mon.a (mon.0) 1271 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.173 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[83807]: cluster 2023-12-07T15:59:25.573932+0000 mgr.y (mgr.25453) 1309 : cluster 0 pgmap v246: 161 pgs: 15 peering, 10 active+undersized+degraded, 12 active+undersized, 124 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 28/630 objects degraded (4.444%) 2023-12-07T15:59:27.173 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[83807]: audit 2023-12-07T15:59:25.762754+0000 mgr.y (mgr.25453) 1310 : audit 0 from='client.54421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:27.174 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[83807]: audit 2023-12-07T15:59:25.893392+0000 mon.a (mon.0) 1266 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.174 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[83807]: audit 2023-12-07T15:59:25.905624+0000 mon.a (mon.0) 1267 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.174 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[83807]: audit 2023-12-07T15:59:25.916666+0000 mon.a (mon.0) 1268 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.174 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[83807]: audit 2023-12-07T15:59:26.159845+0000 mgr.y (mgr.25453) 1311 : audit 0 from='client.44430 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:27.174 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[83807]: audit 2023-12-07T15:59:26.577916+0000 mon.a (mon.0) 1269 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.174 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[83807]: audit 2023-12-07T15:59:26.592291+0000 mon.a (mon.0) 1270 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.174 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:26 smithi121 bash[83807]: audit 2023-12-07T15:59:26.606273+0000 mon.a (mon.0) 1271 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:26 smithi144 bash[66528]: cluster 2023-12-07T15:59:25.573932+0000 mgr.y (mgr.25453) 1309 : cluster 0 pgmap v246: 161 pgs: 15 peering, 10 active+undersized+degraded, 12 active+undersized, 124 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 28/630 objects degraded (4.444%) 2023-12-07T15:59:27.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:26 smithi144 bash[66528]: audit 2023-12-07T15:59:25.762754+0000 mgr.y (mgr.25453) 1310 : audit 0 from='client.54421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:27.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:26 smithi144 bash[66528]: audit 2023-12-07T15:59:25.893392+0000 mon.a (mon.0) 1266 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:26 smithi144 bash[66528]: audit 2023-12-07T15:59:25.905624+0000 mon.a (mon.0) 1267 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:26 smithi144 bash[66528]: audit 2023-12-07T15:59:25.916666+0000 mon.a (mon.0) 1268 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:26 smithi144 bash[66528]: audit 2023-12-07T15:59:26.159845+0000 mgr.y (mgr.25453) 1311 : audit 0 from='client.44430 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:27.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:26 smithi144 bash[66528]: audit 2023-12-07T15:59:26.577916+0000 mon.a (mon.0) 1269 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:26 smithi144 bash[66528]: audit 2023-12-07T15:59:26.592291+0000 mon.a (mon.0) 1270 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:26 smithi144 bash[66528]: audit 2023-12-07T15:59:26.606273+0000 mon.a (mon.0) 1271 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:27.451 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:59:27.451 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T15:59:27.451 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T15:59:27.451 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T15:59:27.451 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [ 2023-12-07T15:59:27.451 INFO:teuthology.orchestra.run.smithi121.stdout: "mon", 2023-12-07T15:59:27.451 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr" 2023-12-07T15:59:27.451 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T15:59:27.451 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "10/23 daemons upgraded", 2023-12-07T15:59:27.451 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Currently upgrading osd daemons", 2023-12-07T15:59:27.452 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T15:59:27.452 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:59:27.917 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_WARN Degraded data redundancy: 28/630 objects degraded (4.444%), 10 pgs degraded 2023-12-07T15:59:27.918 INFO:teuthology.orchestra.run.smithi121.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 28/630 objects degraded (4.444%), 10 pgs degraded 2023-12-07T15:59:27.918 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.f is active+undersized+degraded, acting [0,7] 2023-12-07T15:59:27.918 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.3 is active+undersized+degraded, acting [0,6] 2023-12-07T15:59:27.918 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.9 is active+undersized+degraded, acting [2,7] 2023-12-07T15:59:27.918 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.14 is active+undersized+degraded, acting [7,6] 2023-12-07T15:59:27.918 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.1a is active+undersized+degraded, acting [1,2] 2023-12-07T15:59:27.918 INFO:teuthology.orchestra.run.smithi121.stdout: pg 4.9 is active+undersized+degraded, acting [1,3] 2023-12-07T15:59:27.918 INFO:teuthology.orchestra.run.smithi121.stdout: pg 4.d is active+undersized+degraded, acting [2,1] 2023-12-07T15:59:27.918 INFO:teuthology.orchestra.run.smithi121.stdout: pg 4.e is active+undersized+degraded, acting [6,1] 2023-12-07T15:59:27.918 INFO:teuthology.orchestra.run.smithi121.stdout: pg 5.1c is active+undersized+degraded, acting [3,2] 2023-12-07T15:59:27.918 INFO:teuthology.orchestra.run.smithi121.stdout: pg 6.1a is active+undersized+degraded, acting [5,1] 2023-12-07T15:59:28.274 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:27 smithi144 bash[66528]: audit 2023-12-07T15:59:26.536752+0000 mgr.y (mgr.25453) 1312 : audit 0 from='client.44436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:28.274 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:27 smithi144 bash[66528]: audit 2023-12-07T15:59:27.054295+0000 mon.c (mon.1) 2776 : audit 0 from='client.? 172.21.15.121:0/2022428638' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:28.274 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:27 smithi144 bash[66528]: audit 2023-12-07T15:59:27.469644+0000 mon.a (mon.0) 1272 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:28.274 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:27 smithi144 bash[66528]: audit 2023-12-07T15:59:27.471439+0000 mon.c (mon.1) 2777 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:59:28.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:27 smithi121 bash[81553]: audit 2023-12-07T15:59:26.536752+0000 mgr.y (mgr.25453) 1312 : audit 0 from='client.44436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:28.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:27 smithi121 bash[81553]: audit 2023-12-07T15:59:27.054295+0000 mon.c (mon.1) 2776 : audit 0 from='client.? 172.21.15.121:0/2022428638' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:28.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:27 smithi121 bash[81553]: audit 2023-12-07T15:59:27.469644+0000 mon.a (mon.0) 1272 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:28.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:27 smithi121 bash[81553]: audit 2023-12-07T15:59:27.471439+0000 mon.c (mon.1) 2777 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:59:28.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:27 smithi121 bash[83807]: audit 2023-12-07T15:59:26.536752+0000 mgr.y (mgr.25453) 1312 : audit 0 from='client.44436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:28.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:27 smithi121 bash[83807]: audit 2023-12-07T15:59:27.054295+0000 mon.c (mon.1) 2776 : audit 0 from='client.? 172.21.15.121:0/2022428638' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:28.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:27 smithi121 bash[83807]: audit 2023-12-07T15:59:27.469644+0000 mon.a (mon.0) 1272 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:28.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:27 smithi121 bash[83807]: audit 2023-12-07T15:59:27.471439+0000 mon.c (mon.1) 2777 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:59:29.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:28 smithi121 bash[81553]: audit 2023-12-07T15:59:27.447338+0000 mgr.y (mgr.25453) 1313 : audit 0 from='client.44448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:29.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:28 smithi121 bash[81553]: cluster 2023-12-07T15:59:27.574543+0000 mgr.y (mgr.25453) 1314 : cluster 0 pgmap v247: 161 pgs: 15 peering, 146 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 810 B/s rd, 0 op/s 2023-12-07T15:59:29.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:28 smithi121 bash[81553]: audit 2023-12-07T15:59:27.914899+0000 mon.a (mon.0) 1273 : audit 0 from='client.? 172.21.15.121:0/2026950924' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:59:29.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:28 smithi121 bash[81553]: cluster 2023-12-07T15:59:28.465439+0000 mon.a (mon.0) 1274 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 10 pgs degraded) 2023-12-07T15:59:29.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:28 smithi121 bash[81553]: cluster 2023-12-07T15:59:28.465505+0000 mon.a (mon.0) 1275 : cluster 1 Cluster is now healthy 2023-12-07T15:59:29.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:28 smithi121 bash[83807]: audit 2023-12-07T15:59:27.447338+0000 mgr.y (mgr.25453) 1313 : audit 0 from='client.44448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:29.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:28 smithi121 bash[83807]: cluster 2023-12-07T15:59:27.574543+0000 mgr.y (mgr.25453) 1314 : cluster 0 pgmap v247: 161 pgs: 15 peering, 146 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 810 B/s rd, 0 op/s 2023-12-07T15:59:29.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:28 smithi121 bash[83807]: audit 2023-12-07T15:59:27.914899+0000 mon.a (mon.0) 1273 : audit 0 from='client.? 172.21.15.121:0/2026950924' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:59:29.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:28 smithi121 bash[83807]: cluster 2023-12-07T15:59:28.465439+0000 mon.a (mon.0) 1274 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 10 pgs degraded) 2023-12-07T15:59:29.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:28 smithi121 bash[83807]: cluster 2023-12-07T15:59:28.465505+0000 mon.a (mon.0) 1275 : cluster 1 Cluster is now healthy 2023-12-07T15:59:29.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:28 smithi144 bash[66528]: audit 2023-12-07T15:59:27.447338+0000 mgr.y (mgr.25453) 1313 : audit 0 from='client.44448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:29.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:28 smithi144 bash[66528]: cluster 2023-12-07T15:59:27.574543+0000 mgr.y (mgr.25453) 1314 : cluster 0 pgmap v247: 161 pgs: 15 peering, 146 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 810 B/s rd, 0 op/s 2023-12-07T15:59:29.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:28 smithi144 bash[66528]: audit 2023-12-07T15:59:27.914899+0000 mon.a (mon.0) 1273 : audit 0 from='client.? 172.21.15.121:0/2026950924' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T15:59:29.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:28 smithi144 bash[66528]: cluster 2023-12-07T15:59:28.465439+0000 mon.a (mon.0) 1274 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 10 pgs degraded) 2023-12-07T15:59:29.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:28 smithi144 bash[66528]: cluster 2023-12-07T15:59:28.465505+0000 mon.a (mon.0) 1275 : cluster 1 Cluster is now healthy 2023-12-07T15:59:31.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:30 smithi121 bash[83807]: cluster 2023-12-07T15:59:29.576249+0000 mgr.y (mgr.25453) 1315 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:31.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:30 smithi121 bash[81553]: cluster 2023-12-07T15:59:29.576249+0000 mgr.y (mgr.25453) 1315 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:31.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:30 smithi144 bash[66528]: cluster 2023-12-07T15:59:29.576249+0000 mgr.y (mgr.25453) 1315 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:33.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:32 smithi121 bash[81553]: cluster 2023-12-07T15:59:31.577244+0000 mgr.y (mgr.25453) 1316 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:59:33.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:32 smithi121 bash[81553]: audit 2023-12-07T15:59:32.774615+0000 mon.a (mon.0) 1276 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:33.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:32 smithi121 bash[83807]: cluster 2023-12-07T15:59:31.577244+0000 mgr.y (mgr.25453) 1316 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:59:33.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:32 smithi121 bash[83807]: audit 2023-12-07T15:59:32.774615+0000 mon.a (mon.0) 1276 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:33.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:32 smithi144 bash[66528]: cluster 2023-12-07T15:59:31.577244+0000 mgr.y (mgr.25453) 1316 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:59:33.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:32 smithi144 bash[66528]: audit 2023-12-07T15:59:32.774615+0000 mon.a (mon.0) 1276 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:34.914 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:59:34 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:59:34] "GET /metrics HTTP/1.1" 200 38499 "" "Prometheus/2.33.4" 2023-12-07T15:59:35.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:34 smithi121 bash[81553]: cluster 2023-12-07T15:59:33.578614+0000 mgr.y (mgr.25453) 1317 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 993 B/s rd, 0 op/s 2023-12-07T15:59:35.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:34 smithi121 bash[81553]: audit 2023-12-07T15:59:33.684100+0000 mgr.y (mgr.25453) 1318 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:35.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:34 smithi121 bash[83807]: cluster 2023-12-07T15:59:33.578614+0000 mgr.y (mgr.25453) 1317 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 993 B/s rd, 0 op/s 2023-12-07T15:59:35.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:34 smithi121 bash[83807]: audit 2023-12-07T15:59:33.684100+0000 mgr.y (mgr.25453) 1318 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:35.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:34 smithi144 bash[66528]: cluster 2023-12-07T15:59:33.578614+0000 mgr.y (mgr.25453) 1317 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 993 B/s rd, 0 op/s 2023-12-07T15:59:35.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:34 smithi144 bash[66528]: audit 2023-12-07T15:59:33.684100+0000 mgr.y (mgr.25453) 1318 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:37.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:36 smithi121 bash[81553]: cluster 2023-12-07T15:59:35.579719+0000 mgr.y (mgr.25453) 1319 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:37.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:36 smithi121 bash[83807]: cluster 2023-12-07T15:59:35.579719+0000 mgr.y (mgr.25453) 1319 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:37.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:36 smithi144 bash[66528]: cluster 2023-12-07T15:59:35.579719+0000 mgr.y (mgr.25453) 1319 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:39.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:38 smithi121 bash[81553]: cluster 2023-12-07T15:59:37.580705+0000 mgr.y (mgr.25453) 1320 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:39.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:38 smithi121 bash[81553]: audit 2023-12-07T15:59:38.489647+0000 mon.c (mon.1) 2778 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T15:59:39.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:38 smithi121 bash[83807]: cluster 2023-12-07T15:59:37.580705+0000 mgr.y (mgr.25453) 1320 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:39.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:38 smithi121 bash[83807]: audit 2023-12-07T15:59:38.489647+0000 mon.c (mon.1) 2778 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T15:59:39.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:38 smithi144 bash[66528]: cluster 2023-12-07T15:59:37.580705+0000 mgr.y (mgr.25453) 1320 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:39.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:38 smithi144 bash[66528]: audit 2023-12-07T15:59:38.489647+0000 mon.c (mon.1) 2778 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T15:59:40.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:39 smithi121 bash[81553]: audit 2023-12-07T15:59:38.490112+0000 mgr.y (mgr.25453) 1321 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T15:59:40.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:39 smithi121 bash[81553]: cephadm 2023-12-07T15:59:38.492896+0000 mgr.y (mgr.25453) 1322 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-07T15:59:40.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:39 smithi121 bash[83807]: audit 2023-12-07T15:59:38.490112+0000 mgr.y (mgr.25453) 1321 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T15:59:40.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:39 smithi121 bash[83807]: cephadm 2023-12-07T15:59:38.492896+0000 mgr.y (mgr.25453) 1322 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-07T15:59:40.335 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:39 smithi144 bash[66528]: audit 2023-12-07T15:59:38.490112+0000 mgr.y (mgr.25453) 1321 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-07T15:59:40.335 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:39 smithi144 bash[66528]: cephadm 2023-12-07T15:59:38.492896+0000 mgr.y (mgr.25453) 1322 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-07T15:59:41.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:40 smithi121 bash[81553]: cluster 2023-12-07T15:59:39.582343+0000 mgr.y (mgr.25453) 1323 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:41.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:40 smithi121 bash[83807]: cluster 2023-12-07T15:59:39.582343+0000 mgr.y (mgr.25453) 1323 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:41.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:40 smithi144 bash[66528]: cluster 2023-12-07T15:59:39.582343+0000 mgr.y (mgr.25453) 1323 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:42.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:42 smithi144 bash[66528]: cephadm 2023-12-07T15:59:41.064252+0000 mgr.y (mgr.25453) 1324 : cephadm 1 Upgrade: Updating osd.5 2023-12-07T15:59:42.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:42 smithi144 bash[66528]: audit 2023-12-07T15:59:41.074252+0000 mon.a (mon.0) 1277 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:42.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:42 smithi144 bash[66528]: audit 2023-12-07T15:59:41.078767+0000 mon.c (mon.1) 2779 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T15:59:42.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:42 smithi144 bash[66528]: audit 2023-12-07T15:59:41.080069+0000 mon.c (mon.1) 2780 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:42.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:42 smithi144 bash[66528]: cephadm 2023-12-07T15:59:41.083122+0000 mgr.y (mgr.25453) 1325 : cephadm 1 Deploying daemon osd.5 on smithi144 2023-12-07T15:59:42.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:42 smithi121 bash[81553]: cephadm 2023-12-07T15:59:41.064252+0000 mgr.y (mgr.25453) 1324 : cephadm 1 Upgrade: Updating osd.5 2023-12-07T15:59:42.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:42 smithi121 bash[81553]: audit 2023-12-07T15:59:41.074252+0000 mon.a (mon.0) 1277 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:42.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:42 smithi121 bash[81553]: audit 2023-12-07T15:59:41.078767+0000 mon.c (mon.1) 2779 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T15:59:42.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:42 smithi121 bash[81553]: audit 2023-12-07T15:59:41.080069+0000 mon.c (mon.1) 2780 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:42.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:42 smithi121 bash[81553]: cephadm 2023-12-07T15:59:41.083122+0000 mgr.y (mgr.25453) 1325 : cephadm 1 Deploying daemon osd.5 on smithi144 2023-12-07T15:59:42.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:42 smithi121 bash[83807]: cephadm 2023-12-07T15:59:41.064252+0000 mgr.y (mgr.25453) 1324 : cephadm 1 Upgrade: Updating osd.5 2023-12-07T15:59:42.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:42 smithi121 bash[83807]: audit 2023-12-07T15:59:41.074252+0000 mon.a (mon.0) 1277 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:42.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:42 smithi121 bash[83807]: audit 2023-12-07T15:59:41.078767+0000 mon.c (mon.1) 2779 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-07T15:59:42.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:42 smithi121 bash[83807]: audit 2023-12-07T15:59:41.080069+0000 mon.c (mon.1) 2780 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:42.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:42 smithi121 bash[83807]: cephadm 2023-12-07T15:59:41.083122+0000 mgr.y (mgr.25453) 1325 : cephadm 1 Deploying daemon osd.5 on smithi144 2023-12-07T15:59:43.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:43 smithi144 bash[66528]: cluster 2023-12-07T15:59:41.583253+0000 mgr.y (mgr.25453) 1326 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:43.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:43 smithi144 bash[66528]: audit 2023-12-07T15:59:42.470232+0000 mon.a (mon.0) 1278 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:43.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:43 smithi144 bash[66528]: audit 2023-12-07T15:59:42.475065+0000 mon.c (mon.1) 2781 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:59:43.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:43 smithi121 bash[81553]: cluster 2023-12-07T15:59:41.583253+0000 mgr.y (mgr.25453) 1326 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:43.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:43 smithi121 bash[81553]: audit 2023-12-07T15:59:42.470232+0000 mon.a (mon.0) 1278 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:43.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:43 smithi121 bash[81553]: audit 2023-12-07T15:59:42.475065+0000 mon.c (mon.1) 2781 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:59:43.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:43 smithi121 bash[83807]: cluster 2023-12-07T15:59:41.583253+0000 mgr.y (mgr.25453) 1326 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:43.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:43 smithi121 bash[83807]: audit 2023-12-07T15:59:42.470232+0000 mon.a (mon.0) 1278 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:43.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:43 smithi121 bash[83807]: audit 2023-12-07T15:59:42.475065+0000 mon.c (mon.1) 2781 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:59:45.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:59:44 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:59:44] "GET /metrics HTTP/1.1" 200 38502 "" "Prometheus/2.33.4" 2023-12-07T15:59:45.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:45 smithi144 bash[66528]: cluster 2023-12-07T15:59:43.584641+0000 mgr.y (mgr.25453) 1327 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:45.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:45 smithi144 bash[66528]: audit 2023-12-07T15:59:43.688231+0000 mgr.y (mgr.25453) 1328 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:45.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:45 smithi121 bash[81553]: cluster 2023-12-07T15:59:43.584641+0000 mgr.y (mgr.25453) 1327 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:45.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:45 smithi121 bash[81553]: audit 2023-12-07T15:59:43.688231+0000 mgr.y (mgr.25453) 1328 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:45.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:45 smithi121 bash[83807]: cluster 2023-12-07T15:59:43.584641+0000 mgr.y (mgr.25453) 1327 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T15:59:45.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:45 smithi121 bash[83807]: audit 2023-12-07T15:59:43.688231+0000 mgr.y (mgr.25453) 1328 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:45.770 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:45 smithi144 systemd[1]: Stopping Ceph osd.5 for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T15:59:46.088 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:45 smithi144 bash[34209]: debug 2023-12-07T15:59:45.763+0000 7f7fa2cce700 -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 2023-12-07T15:59:46.088 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:45 smithi144 bash[34209]: debug 2023-12-07T15:59:45.763+0000 7f7fa2cce700 -1 osd.5 145 *** Got signal Terminated *** 2023-12-07T15:59:46.088 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:45 smithi144 bash[34209]: debug 2023-12-07T15:59:45.763+0000 7f7fa2cce700 -1 osd.5 145 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T15:59:46.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:46 smithi144 bash[66528]: cluster 2023-12-07T15:59:45.768627+0000 mon.a (mon.0) 1279 : cluster 1 osd.5 marked itself down and dead 2023-12-07T15:59:46.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:46 smithi144 bash[66528]: audit 2023-12-07T15:59:46.066619+0000 mon.a (mon.0) 1280 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:46.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:46 smithi144 bash[66528]: audit 2023-12-07T15:59:46.080397+0000 mon.a (mon.0) 1281 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:46.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:46 smithi121 bash[81553]: cluster 2023-12-07T15:59:45.768627+0000 mon.a (mon.0) 1279 : cluster 1 osd.5 marked itself down and dead 2023-12-07T15:59:46.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:46 smithi121 bash[81553]: audit 2023-12-07T15:59:46.066619+0000 mon.a (mon.0) 1280 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:46.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:46 smithi121 bash[81553]: audit 2023-12-07T15:59:46.080397+0000 mon.a (mon.0) 1281 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:46.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:46 smithi121 bash[83807]: cluster 2023-12-07T15:59:45.768627+0000 mon.a (mon.0) 1279 : cluster 1 osd.5 marked itself down and dead 2023-12-07T15:59:46.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:46 smithi121 bash[83807]: audit 2023-12-07T15:59:46.066619+0000 mon.a (mon.0) 1280 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:46.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:46 smithi121 bash[83807]: audit 2023-12-07T15:59:46.080397+0000 mon.a (mon.0) 1281 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:47.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:47 smithi144 bash[66528]: cluster 2023-12-07T15:59:45.585518+0000 mgr.y (mgr.25453) 1329 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:47.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:47 smithi144 bash[66528]: cluster 2023-12-07T15:59:46.090316+0000 mon.a (mon.0) 1282 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:59:47.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:47 smithi144 bash[66528]: audit 2023-12-07T15:59:46.093981+0000 mon.a (mon.0) 1283 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:47.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:47 smithi144 bash[66528]: cluster 2023-12-07T15:59:46.103123+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:47 smithi144 bash[66528]: cluster 2023-12-07T15:59:46.104575+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:47 smithi144 bash[66528]: cluster 2023-12-07T15:59:46.105485+0000 mon.a (mon.0) 1284 : cluster 0 osdmap e146: 8 total, 7 up, 8 in 2023-12-07T15:59:47.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:47 smithi144 bash[66528]: cluster 2023-12-07T15:59:46.106365+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:47 smithi144 bash[66528]: cluster 2023-12-07T15:59:46.107479+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:47 smithi144 bash[66528]: cluster 2023-12-07T15:59:46.110614+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:47 smithi144 bash[66528]: cluster 2023-12-07T15:59:46.111027+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:47 smithi144 bash[66528]: cluster 2023-12-07T15:59:46.112500+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:47 smithi144 bash[66528]: cluster 2023-12-07T15:59:46.112651+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:47 smithi144 bash[66528]: audit 2023-12-07T15:59:46.405033+0000 mon.a (mon.0) 1285 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:47.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:47 smithi144 bash[66528]: audit 2023-12-07T15:59:46.419092+0000 mon.a (mon.0) 1286 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:47.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:47 smithi144 bash[66528]: audit 2023-12-07T15:59:46.431015+0000 mon.a (mon.0) 1287 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:47.478 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[81553]: cluster 2023-12-07T15:59:45.585518+0000 mgr.y (mgr.25453) 1329 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:47.478 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[81553]: cluster 2023-12-07T15:59:46.090316+0000 mon.a (mon.0) 1282 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:59:47.478 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[81553]: audit 2023-12-07T15:59:46.093981+0000 mon.a (mon.0) 1283 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:47.478 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[81553]: cluster 2023-12-07T15:59:46.103123+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.479 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[81553]: cluster 2023-12-07T15:59:46.104575+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.479 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[81553]: cluster 2023-12-07T15:59:46.105485+0000 mon.a (mon.0) 1284 : cluster 0 osdmap e146: 8 total, 7 up, 8 in 2023-12-07T15:59:47.479 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[81553]: cluster 2023-12-07T15:59:46.106365+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.479 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[81553]: cluster 2023-12-07T15:59:46.107479+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.479 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[81553]: cluster 2023-12-07T15:59:46.110614+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.479 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[81553]: cluster 2023-12-07T15:59:46.111027+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.479 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[81553]: cluster 2023-12-07T15:59:46.112500+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.479 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[81553]: cluster 2023-12-07T15:59:46.112651+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.479 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[81553]: audit 2023-12-07T15:59:46.405033+0000 mon.a (mon.0) 1285 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:47.479 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[81553]: audit 2023-12-07T15:59:46.419092+0000 mon.a (mon.0) 1286 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:47.479 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[81553]: audit 2023-12-07T15:59:46.431015+0000 mon.a (mon.0) 1287 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:47.480 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[83807]: cluster 2023-12-07T15:59:45.585518+0000 mgr.y (mgr.25453) 1329 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:59:47.480 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[83807]: cluster 2023-12-07T15:59:46.090316+0000 mon.a (mon.0) 1282 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T15:59:47.480 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[83807]: audit 2023-12-07T15:59:46.093981+0000 mon.a (mon.0) 1283 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:47.480 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[83807]: cluster 2023-12-07T15:59:46.103123+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.480 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[83807]: cluster 2023-12-07T15:59:46.104575+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.480 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[83807]: cluster 2023-12-07T15:59:46.105485+0000 mon.a (mon.0) 1284 : cluster 0 osdmap e146: 8 total, 7 up, 8 in 2023-12-07T15:59:47.480 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[83807]: cluster 2023-12-07T15:59:46.106365+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.480 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[83807]: cluster 2023-12-07T15:59:46.107479+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.481 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[83807]: cluster 2023-12-07T15:59:46.110614+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.481 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[83807]: cluster 2023-12-07T15:59:46.111027+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.481 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[83807]: cluster 2023-12-07T15:59:46.112500+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.481 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[83807]: cluster 2023-12-07T15:59:46.112651+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e146 with expected crc 2023-12-07T15:59:47.481 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[83807]: audit 2023-12-07T15:59:46.405033+0000 mon.a (mon.0) 1285 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:47.481 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[83807]: audit 2023-12-07T15:59:46.419092+0000 mon.a (mon.0) 1286 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:47.481 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:47 smithi121 bash[83807]: audit 2023-12-07T15:59:46.431015+0000 mon.a (mon.0) 1287 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:47.979 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:47 smithi144 bash[77584]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-5 2023-12-07T15:59:47.979 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:47 smithi144 bash[77734]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-5 2023-12-07T15:59:48.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:48 smithi144 bash[66528]: cluster 2023-12-07T15:59:46.422416+0000 mgr.y (mgr.25453) 1330 : cluster 0 pgmap v258: 161 pgs: 9 peering, 16 stale+active+clean, 136 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:59:48.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:48 smithi144 bash[66528]: cluster 2023-12-07T15:59:47.114546+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:48 smithi144 bash[66528]: cluster 2023-12-07T15:59:47.115468+0000 mon.a (mon.0) 1288 : cluster 0 osdmap e147: 8 total, 7 up, 8 in 2023-12-07T15:59:48.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:48 smithi144 bash[66528]: cluster 2023-12-07T15:59:47.116543+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:48 smithi144 bash[66528]: cluster 2023-12-07T15:59:47.120058+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:48 smithi144 bash[66528]: cluster 2023-12-07T15:59:47.123035+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:48 smithi144 bash[66528]: cluster 2023-12-07T15:59:47.125226+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:48 smithi144 bash[66528]: cluster 2023-12-07T15:59:47.128306+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:48 smithi144 bash[66528]: cluster 2023-12-07T15:59:47.129691+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:48 smithi144 bash[66528]: cluster 2023-12-07T15:59:47.414956+0000 mon.a (mon.0) 1289 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:59:48.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:48 smithi144 bash[66528]: cluster 2023-12-07T15:59:47.415032+0000 mon.a (mon.0) 1290 : cluster 3 Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-12-07T15:59:48.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[83807]: cluster 2023-12-07T15:59:46.422416+0000 mgr.y (mgr.25453) 1330 : cluster 0 pgmap v258: 161 pgs: 9 peering, 16 stale+active+clean, 136 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:59:48.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[83807]: cluster 2023-12-07T15:59:47.114546+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[83807]: cluster 2023-12-07T15:59:47.115468+0000 mon.a (mon.0) 1288 : cluster 0 osdmap e147: 8 total, 7 up, 8 in 2023-12-07T15:59:48.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[83807]: cluster 2023-12-07T15:59:47.116543+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[83807]: cluster 2023-12-07T15:59:47.120058+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[83807]: cluster 2023-12-07T15:59:47.123035+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[83807]: cluster 2023-12-07T15:59:47.125226+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[83807]: cluster 2023-12-07T15:59:47.128306+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[83807]: cluster 2023-12-07T15:59:47.129691+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[83807]: cluster 2023-12-07T15:59:47.414956+0000 mon.a (mon.0) 1289 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:59:48.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[83807]: cluster 2023-12-07T15:59:47.415032+0000 mon.a (mon.0) 1290 : cluster 3 Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-12-07T15:59:48.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[81553]: cluster 2023-12-07T15:59:46.422416+0000 mgr.y (mgr.25453) 1330 : cluster 0 pgmap v258: 161 pgs: 9 peering, 16 stale+active+clean, 136 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail 2023-12-07T15:59:48.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[81553]: cluster 2023-12-07T15:59:47.114546+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[81553]: cluster 2023-12-07T15:59:47.115468+0000 mon.a (mon.0) 1288 : cluster 0 osdmap e147: 8 total, 7 up, 8 in 2023-12-07T15:59:48.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[81553]: cluster 2023-12-07T15:59:47.116543+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[81553]: cluster 2023-12-07T15:59:47.120058+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[81553]: cluster 2023-12-07T15:59:47.123035+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[81553]: cluster 2023-12-07T15:59:47.125226+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[81553]: cluster 2023-12-07T15:59:47.128306+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[81553]: cluster 2023-12-07T15:59:47.129691+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e147 with expected crc 2023-12-07T15:59:48.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[81553]: cluster 2023-12-07T15:59:47.414956+0000 mon.a (mon.0) 1289 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T15:59:48.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:48 smithi121 bash[81553]: cluster 2023-12-07T15:59:47.415032+0000 mon.a (mon.0) 1290 : cluster 3 Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2023-12-07T15:59:50.106 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:49 smithi144 bash[66528]: cluster 2023-12-07T15:59:48.423766+0000 mgr.y (mgr.25453) 1331 : cluster 0 pgmap v260: 161 pgs: 4 active+undersized+degraded, 9 peering, 11 stale+active+clean, 14 active+undersized, 123 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 19/630 objects degraded (3.016%) 2023-12-07T15:59:50.106 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:49 smithi144 bash[66528]: cluster 2023-12-07T15:59:49.114450+0000 mon.a (mon.0) 1291 : cluster 3 Health check failed: Degraded data redundancy: 19/630 objects degraded (3.016%), 4 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:50.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:49 smithi121 bash[83807]: cluster 2023-12-07T15:59:48.423766+0000 mgr.y (mgr.25453) 1331 : cluster 0 pgmap v260: 161 pgs: 4 active+undersized+degraded, 9 peering, 11 stale+active+clean, 14 active+undersized, 123 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 19/630 objects degraded (3.016%) 2023-12-07T15:59:50.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:49 smithi121 bash[83807]: cluster 2023-12-07T15:59:49.114450+0000 mon.a (mon.0) 1291 : cluster 3 Health check failed: Degraded data redundancy: 19/630 objects degraded (3.016%), 4 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:50.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:49 smithi121 bash[81553]: cluster 2023-12-07T15:59:48.423766+0000 mgr.y (mgr.25453) 1331 : cluster 0 pgmap v260: 161 pgs: 4 active+undersized+degraded, 9 peering, 11 stale+active+clean, 14 active+undersized, 123 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 19/630 objects degraded (3.016%) 2023-12-07T15:59:50.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:49 smithi121 bash[81553]: cluster 2023-12-07T15:59:49.114450+0000 mon.a (mon.0) 1291 : cluster 3 Health check failed: Degraded data redundancy: 19/630 objects degraded (3.016%), 4 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:51.135 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:50 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.5.service: Succeeded. 2023-12-07T15:59:51.135 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:50 smithi144 systemd[1]: Stopped Ceph osd.5 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:59:51.626 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:51 smithi144 systemd[1]: Started Ceph osd.5 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T15:59:52.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: cluster 2023-12-07T15:59:50.425291+0000 mgr.y (mgr.25453) 1332 : cluster 0 pgmap v261: 161 pgs: 18 active+undersized+degraded, 9 peering, 31 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2023-12-07T15:59:52.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.184757+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.198153+0000 mon.a (mon.0) 1293 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.229589+0000 mon.c (mon.1) 2782 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.231645+0000 mon.c (mon.1) 2783 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.244093+0000 mon.a (mon.0) 1294 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.325552+0000 mon.c (mon.1) 2784 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:52.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.328750+0000 mon.c (mon.1) 2785 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:52.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.333985+0000 mon.c (mon.1) 2786 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.335928+0000 mon.c (mon.1) 2787 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.346542+0000 mon.a (mon.0) 1295 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.426114+0000 mon.c (mon.1) 2788 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:52.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.428398+0000 mon.c (mon.1) 2789 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:52.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.431260+0000 mon.c (mon.1) 2790 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.432213+0000 mon.c (mon.1) 2791 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.438604+0000 mon.a (mon.0) 1296 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.522762+0000 mon.c (mon.1) 2792 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:52.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.525881+0000 mon.c (mon.1) 2793 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:52.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.529594+0000 mon.c (mon.1) 2794 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.530816+0000 mon.c (mon.1) 2795 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.539704+0000 mon.a (mon.0) 1297 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.623587+0000 mon.c (mon.1) 2796 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:52.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.626390+0000 mon.c (mon.1) 2797 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:52.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.629754+0000 mon.c (mon.1) 2798 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.630976+0000 mon.c (mon.1) 2799 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.640444+0000 mon.a (mon.0) 1298 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.720606+0000 mon.c (mon.1) 2800 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:52.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.723635+0000 mon.c (mon.1) 2801 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:52.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.727476+0000 mon.c (mon.1) 2802 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.728779+0000 mon.c (mon.1) 2803 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:51 smithi144 bash[66528]: audit 2023-12-07T15:59:51.738029+0000 mon.a (mon.0) 1299 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: cluster 2023-12-07T15:59:50.425291+0000 mgr.y (mgr.25453) 1332 : cluster 0 pgmap v261: 161 pgs: 18 active+undersized+degraded, 9 peering, 31 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2023-12-07T15:59:52.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.184757+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.198153+0000 mon.a (mon.0) 1293 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.229589+0000 mon.c (mon.1) 2782 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.231645+0000 mon.c (mon.1) 2783 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.244093+0000 mon.a (mon.0) 1294 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.325552+0000 mon.c (mon.1) 2784 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:52.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.328750+0000 mon.c (mon.1) 2785 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:52.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.333985+0000 mon.c (mon.1) 2786 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.335928+0000 mon.c (mon.1) 2787 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.346542+0000 mon.a (mon.0) 1295 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.426114+0000 mon.c (mon.1) 2788 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:52.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.428398+0000 mon.c (mon.1) 2789 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:52.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.431260+0000 mon.c (mon.1) 2790 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.432213+0000 mon.c (mon.1) 2791 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.438604+0000 mon.a (mon.0) 1296 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.522762+0000 mon.c (mon.1) 2792 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:52.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.525881+0000 mon.c (mon.1) 2793 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:52.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.529594+0000 mon.c (mon.1) 2794 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: cluster 2023-12-07T15:59:50.425291+0000 mgr.y (mgr.25453) 1332 : cluster 0 pgmap v261: 161 pgs: 18 active+undersized+degraded, 9 peering, 31 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2023-12-07T15:59:52.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.184757+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.198153+0000 mon.a (mon.0) 1293 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.229589+0000 mon.c (mon.1) 2782 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.231645+0000 mon.c (mon.1) 2783 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.244093+0000 mon.a (mon.0) 1294 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.325552+0000 mon.c (mon.1) 2784 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:52.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.328750+0000 mon.c (mon.1) 2785 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:52.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.333985+0000 mon.c (mon.1) 2786 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.335928+0000 mon.c (mon.1) 2787 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.346542+0000 mon.a (mon.0) 1295 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.426114+0000 mon.c (mon.1) 2788 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:52.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.428398+0000 mon.c (mon.1) 2789 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:52.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.431260+0000 mon.c (mon.1) 2790 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.432213+0000 mon.c (mon.1) 2791 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.438604+0000 mon.a (mon.0) 1296 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.522762+0000 mon.c (mon.1) 2792 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:52.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.525881+0000 mon.c (mon.1) 2793 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:52.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.529594+0000 mon.c (mon.1) 2794 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.530816+0000 mon.c (mon.1) 2795 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.539704+0000 mon.a (mon.0) 1297 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.623587+0000 mon.c (mon.1) 2796 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.626390+0000 mon.c (mon.1) 2797 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.629754+0000 mon.c (mon.1) 2798 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.630976+0000 mon.c (mon.1) 2799 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.640444+0000 mon.a (mon.0) 1298 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.720606+0000 mon.c (mon.1) 2800 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.723635+0000 mon.c (mon.1) 2801 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.727476+0000 mon.c (mon.1) 2802 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.728779+0000 mon.c (mon.1) 2803 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[83807]: audit 2023-12-07T15:59:51.738029+0000 mon.a (mon.0) 1299 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.530816+0000 mon.c (mon.1) 2795 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.539704+0000 mon.a (mon.0) 1297 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.623587+0000 mon.c (mon.1) 2796 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:52.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.626390+0000 mon.c (mon.1) 2797 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:52.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.629754+0000 mon.c (mon.1) 2798 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.630976+0000 mon.c (mon.1) 2799 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.640444+0000 mon.a (mon.0) 1298 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:52.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.720606+0000 mon.c (mon.1) 2800 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:52.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.723635+0000 mon.c (mon.1) 2801 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:52.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.727476+0000 mon.c (mon.1) 2802 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:52.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.728779+0000 mon.c (mon.1) 2803 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:52.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:51 smithi121 bash[81553]: audit 2023-12-07T15:59:51.738029+0000 mon.a (mon.0) 1299 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.123 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: cluster 2023-12-07T15:59:51.235462+0000 mgr.y (mgr.25453) 1333 : cluster 0 pgmap v262: 161 pgs: 18 active+undersized+degraded, 9 peering, 31 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2023-12-07T15:59:53.123 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: cephadm 2023-12-07T15:59:51.245568+0000 mgr.y (mgr.25453) 1334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.123 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: cephadm 2023-12-07T15:59:51.348556+0000 mgr.y (mgr.25453) 1335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.123 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: cephadm 2023-12-07T15:59:51.442859+0000 mgr.y (mgr.25453) 1336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.123 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: cephadm 2023-12-07T15:59:51.540558+0000 mgr.y (mgr.25453) 1337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.123 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: cephadm 2023-12-07T15:59:51.641145+0000 mgr.y (mgr.25453) 1338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.123 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: cephadm 2023-12-07T15:59:51.738998+0000 mgr.y (mgr.25453) 1339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:51.823734+0000 mon.c (mon.1) 2804 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:51.825751+0000 mon.c (mon.1) 2805 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:51.827862+0000 mon.c (mon.1) 2806 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:51.828570+0000 mon.c (mon.1) 2807 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:51.835109+0000 mon.a (mon.0) 1300 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: cephadm 2023-12-07T15:59:51.835905+0000 mgr.y (mgr.25453) 1340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:51.912412+0000 mon.c (mon.1) 2808 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:51.915463+0000 mon.c (mon.1) 2809 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:51.920588+0000 mon.c (mon.1) 2810 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:51.921700+0000 mon.c (mon.1) 2811 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:51.932151+0000 mon.a (mon.0) 1301 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: cephadm 2023-12-07T15:59:51.933088+0000 mgr.y (mgr.25453) 1341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.015424+0000 mon.c (mon.1) 2812 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.018917+0000 mon.c (mon.1) 2813 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.124 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.022261+0000 mon.c (mon.1) 2814 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.023674+0000 mon.c (mon.1) 2815 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.032445+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: cephadm 2023-12-07T15:59:52.033461+0000 mgr.y (mgr.25453) 1342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.115531+0000 mon.c (mon.1) 2816 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.117920+0000 mon.c (mon.1) 2817 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.120839+0000 mon.c (mon.1) 2818 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.122177+0000 mon.c (mon.1) 2819 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.129694+0000 mon.a (mon.0) 1303 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: cephadm 2023-12-07T15:59:52.132361+0000 mgr.y (mgr.25453) 1343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: cluster 2023-12-07T15:59:52.193329+0000 mon.a (mon.0) 1304 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:59:53.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.213028+0000 mon.c (mon.1) 2820 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.215339+0000 mon.c (mon.1) 2821 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.218357+0000 mon.c (mon.1) 2822 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.219216+0000 mon.c (mon.1) 2823 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.225913+0000 mon.a (mon.0) 1305 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.305667+0000 mon.c (mon.1) 2824 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.308380+0000 mon.c (mon.1) 2825 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.312502+0000 mon.c (mon.1) 2826 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.313751+0000 mon.c (mon.1) 2827 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.322516+0000 mon.a (mon.0) 1306 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.404464+0000 mon.c (mon.1) 2828 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.407458+0000 mon.c (mon.1) 2829 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.411681+0000 mon.c (mon.1) 2830 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.413311+0000 mon.c (mon.1) 2831 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.422200+0000 mon.a (mon.0) 1307 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.504501+0000 mon.c (mon.1) 2832 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.508436+0000 mon.c (mon.1) 2833 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.511922+0000 mon.c (mon.1) 2834 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.513019+0000 mon.c (mon.1) 2835 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.520042+0000 mon.a (mon.0) 1308 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.603785+0000 mon.c (mon.1) 2836 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.608469+0000 mon.c (mon.1) 2837 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.612300+0000 mon.c (mon.1) 2838 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.613335+0000 mon.c (mon.1) 2839 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.620473+0000 mon.a (mon.0) 1309 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.703506+0000 mon.c (mon.1) 2840 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.707872+0000 mon.c (mon.1) 2841 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.710578+0000 mon.c (mon.1) 2842 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.711768+0000 mon.c (mon.1) 2843 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.720548+0000 mon.a (mon.0) 1310 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.810110+0000 mon.c (mon.1) 2844 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:52 smithi144 bash[66528]: audit 2023-12-07T15:59:52.812687+0000 mon.c (mon.1) 2845 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: cluster 2023-12-07T15:59:51.235462+0000 mgr.y (mgr.25453) 1333 : cluster 0 pgmap v262: 161 pgs: 18 active+undersized+degraded, 9 peering, 31 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2023-12-07T15:59:53.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: cephadm 2023-12-07T15:59:51.245568+0000 mgr.y (mgr.25453) 1334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: cephadm 2023-12-07T15:59:51.348556+0000 mgr.y (mgr.25453) 1335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: cephadm 2023-12-07T15:59:51.442859+0000 mgr.y (mgr.25453) 1336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: cephadm 2023-12-07T15:59:51.540558+0000 mgr.y (mgr.25453) 1337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: cephadm 2023-12-07T15:59:51.641145+0000 mgr.y (mgr.25453) 1338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: cephadm 2023-12-07T15:59:51.738998+0000 mgr.y (mgr.25453) 1339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:51.823734+0000 mon.c (mon.1) 2804 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:51.825751+0000 mon.c (mon.1) 2805 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:51.827862+0000 mon.c (mon.1) 2806 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:51.828570+0000 mon.c (mon.1) 2807 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:51.835109+0000 mon.a (mon.0) 1300 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: cephadm 2023-12-07T15:59:51.835905+0000 mgr.y (mgr.25453) 1340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:51.912412+0000 mon.c (mon.1) 2808 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:51.915463+0000 mon.c (mon.1) 2809 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:51.920588+0000 mon.c (mon.1) 2810 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:51.921700+0000 mon.c (mon.1) 2811 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:51.932151+0000 mon.a (mon.0) 1301 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: cephadm 2023-12-07T15:59:51.933088+0000 mgr.y (mgr.25453) 1341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.015424+0000 mon.c (mon.1) 2812 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: cluster 2023-12-07T15:59:51.235462+0000 mgr.y (mgr.25453) 1333 : cluster 0 pgmap v262: 161 pgs: 18 active+undersized+degraded, 9 peering, 31 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2023-12-07T15:59:53.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: cephadm 2023-12-07T15:59:51.245568+0000 mgr.y (mgr.25453) 1334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: cephadm 2023-12-07T15:59:51.348556+0000 mgr.y (mgr.25453) 1335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: cephadm 2023-12-07T15:59:51.442859+0000 mgr.y (mgr.25453) 1336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: cephadm 2023-12-07T15:59:51.540558+0000 mgr.y (mgr.25453) 1337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: cephadm 2023-12-07T15:59:51.641145+0000 mgr.y (mgr.25453) 1338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: cephadm 2023-12-07T15:59:51.738998+0000 mgr.y (mgr.25453) 1339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:51.823734+0000 mon.c (mon.1) 2804 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:51.825751+0000 mon.c (mon.1) 2805 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:51.827862+0000 mon.c (mon.1) 2806 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:51.828570+0000 mon.c (mon.1) 2807 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:51.835109+0000 mon.a (mon.0) 1300 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: cephadm 2023-12-07T15:59:51.835905+0000 mgr.y (mgr.25453) 1340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:51.912412+0000 mon.c (mon.1) 2808 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:51.915463+0000 mon.c (mon.1) 2809 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:51.920588+0000 mon.c (mon.1) 2810 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:51.921700+0000 mon.c (mon.1) 2811 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:51.932151+0000 mon.a (mon.0) 1301 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: cephadm 2023-12-07T15:59:51.933088+0000 mgr.y (mgr.25453) 1341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.015424+0000 mon.c (mon.1) 2812 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.018917+0000 mon.c (mon.1) 2813 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.022261+0000 mon.c (mon.1) 2814 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.023674+0000 mon.c (mon.1) 2815 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.032445+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: cephadm 2023-12-07T15:59:52.033461+0000 mgr.y (mgr.25453) 1342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.115531+0000 mon.c (mon.1) 2816 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.117920+0000 mon.c (mon.1) 2817 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.120839+0000 mon.c (mon.1) 2818 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.122177+0000 mon.c (mon.1) 2819 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.129694+0000 mon.a (mon.0) 1303 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: cephadm 2023-12-07T15:59:52.132361+0000 mgr.y (mgr.25453) 1343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: cluster 2023-12-07T15:59:52.193329+0000 mon.a (mon.0) 1304 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:59:53.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.213028+0000 mon.c (mon.1) 2820 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.215339+0000 mon.c (mon.1) 2821 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.218357+0000 mon.c (mon.1) 2822 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.219216+0000 mon.c (mon.1) 2823 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.225913+0000 mon.a (mon.0) 1305 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.305667+0000 mon.c (mon.1) 2824 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.308380+0000 mon.c (mon.1) 2825 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.312502+0000 mon.c (mon.1) 2826 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.018917+0000 mon.c (mon.1) 2813 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.022261+0000 mon.c (mon.1) 2814 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.023674+0000 mon.c (mon.1) 2815 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.032445+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: cephadm 2023-12-07T15:59:52.033461+0000 mgr.y (mgr.25453) 1342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.115531+0000 mon.c (mon.1) 2816 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.117920+0000 mon.c (mon.1) 2817 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.120839+0000 mon.c (mon.1) 2818 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.122177+0000 mon.c (mon.1) 2819 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.129694+0000 mon.a (mon.0) 1303 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: cephadm 2023-12-07T15:59:52.132361+0000 mgr.y (mgr.25453) 1343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:53.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: cluster 2023-12-07T15:59:52.193329+0000 mon.a (mon.0) 1304 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T15:59:53.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.213028+0000 mon.c (mon.1) 2820 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.215339+0000 mon.c (mon.1) 2821 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.218357+0000 mon.c (mon.1) 2822 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.219216+0000 mon.c (mon.1) 2823 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.225913+0000 mon.a (mon.0) 1305 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.305667+0000 mon.c (mon.1) 2824 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.308380+0000 mon.c (mon.1) 2825 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.312502+0000 mon.c (mon.1) 2826 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.313751+0000 mon.c (mon.1) 2827 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.322516+0000 mon.a (mon.0) 1306 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.404464+0000 mon.c (mon.1) 2828 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.407458+0000 mon.c (mon.1) 2829 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.411681+0000 mon.c (mon.1) 2830 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.413311+0000 mon.c (mon.1) 2831 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.422200+0000 mon.a (mon.0) 1307 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.504501+0000 mon.c (mon.1) 2832 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.508436+0000 mon.c (mon.1) 2833 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.511922+0000 mon.c (mon.1) 2834 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.513019+0000 mon.c (mon.1) 2835 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.520042+0000 mon.a (mon.0) 1308 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.603785+0000 mon.c (mon.1) 2836 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.608469+0000 mon.c (mon.1) 2837 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.612300+0000 mon.c (mon.1) 2838 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.613335+0000 mon.c (mon.1) 2839 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.620473+0000 mon.a (mon.0) 1309 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.703506+0000 mon.c (mon.1) 2840 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.707872+0000 mon.c (mon.1) 2841 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.710578+0000 mon.c (mon.1) 2842 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.711768+0000 mon.c (mon.1) 2843 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.720548+0000 mon.a (mon.0) 1310 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.810110+0000 mon.c (mon.1) 2844 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[83807]: audit 2023-12-07T15:59:52.812687+0000 mon.c (mon.1) 2845 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.313751+0000 mon.c (mon.1) 2827 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.322516+0000 mon.a (mon.0) 1306 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.404464+0000 mon.c (mon.1) 2828 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.407458+0000 mon.c (mon.1) 2829 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.411681+0000 mon.c (mon.1) 2830 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.413311+0000 mon.c (mon.1) 2831 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.422200+0000 mon.a (mon.0) 1307 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.504501+0000 mon.c (mon.1) 2832 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.508436+0000 mon.c (mon.1) 2833 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.511922+0000 mon.c (mon.1) 2834 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.513019+0000 mon.c (mon.1) 2835 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.520042+0000 mon.a (mon.0) 1308 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.603785+0000 mon.c (mon.1) 2836 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.608469+0000 mon.c (mon.1) 2837 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.612300+0000 mon.c (mon.1) 2838 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.613335+0000 mon.c (mon.1) 2839 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.620473+0000 mon.a (mon.0) 1309 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.703506+0000 mon.c (mon.1) 2840 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.707872+0000 mon.c (mon.1) 2841 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.710578+0000 mon.c (mon.1) 2842 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:53.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.711768+0000 mon.c (mon.1) 2843 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:53.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.720548+0000 mon.a (mon.0) 1310 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:53.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.810110+0000 mon.c (mon.1) 2844 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:53.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:52 smithi121 bash[81553]: audit 2023-12-07T15:59:52.812687+0000 mon.c (mon.1) 2845 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:53.376 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[77973]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-07T15:59:53.376 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[77973]: 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 2023-12-07T15:59:53.376 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[77973]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-07T15:59:53.376 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[77973]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-07T15:59:53.376 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[77973]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2023-12-07T15:59:53.376 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[77973]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-07T15:59:53.376 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[77973]: --> ceph-volume raw activate successful for osd ID: 5 2023-12-07T15:59:54.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: cephadm 2023-12-07T15:59:52.227641+0000 mgr.y (mgr.25453) 1344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: cephadm 2023-12-07T15:59:52.323417+0000 mgr.y (mgr.25453) 1345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: cephadm 2023-12-07T15:59:52.423513+0000 mgr.y (mgr.25453) 1346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: cephadm 2023-12-07T15:59:52.522155+0000 mgr.y (mgr.25453) 1347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: cephadm 2023-12-07T15:59:52.621245+0000 mgr.y (mgr.25453) 1348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: cephadm 2023-12-07T15:59:52.721697+0000 mgr.y (mgr.25453) 1349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:52.815914+0000 mon.c (mon.1) 2846 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:52.826789+0000 mon.c (mon.1) 2847 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:52.832201+0000 mon.a (mon.0) 1311 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: cephadm 2023-12-07T15:59:52.833106+0000 mgr.y (mgr.25453) 1350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:52.899368+0000 mon.c (mon.1) 2848 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:52.902107+0000 mon.c (mon.1) 2849 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:52.905350+0000 mon.c (mon.1) 2850 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:52.906411+0000 mon.c (mon.1) 2851 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:52.913330+0000 mon.a (mon.0) 1312 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: cephadm 2023-12-07T15:59:52.914852+0000 mgr.y (mgr.25453) 1351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:52.996063+0000 mon.c (mon.1) 2852 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:52.998307+0000 mon.c (mon.1) 2853 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.001328+0000 mon.c (mon.1) 2854 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.002590+0000 mon.c (mon.1) 2855 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.013163+0000 mon.a (mon.0) 1313 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: cephadm 2023-12-07T15:59:52.227641+0000 mgr.y (mgr.25453) 1344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: cephadm 2023-12-07T15:59:52.323417+0000 mgr.y (mgr.25453) 1345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: cephadm 2023-12-07T15:59:52.423513+0000 mgr.y (mgr.25453) 1346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: cephadm 2023-12-07T15:59:52.522155+0000 mgr.y (mgr.25453) 1347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: cephadm 2023-12-07T15:59:52.621245+0000 mgr.y (mgr.25453) 1348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: cephadm 2023-12-07T15:59:52.721697+0000 mgr.y (mgr.25453) 1349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:52.815914+0000 mon.c (mon.1) 2846 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:52.826789+0000 mon.c (mon.1) 2847 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:52.832201+0000 mon.a (mon.0) 1311 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: cephadm 2023-12-07T15:59:52.833106+0000 mgr.y (mgr.25453) 1350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:52.899368+0000 mon.c (mon.1) 2848 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:52.902107+0000 mon.c (mon.1) 2849 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:52.905350+0000 mon.c (mon.1) 2850 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:52.906411+0000 mon.c (mon.1) 2851 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:52.913330+0000 mon.a (mon.0) 1312 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: cephadm 2023-12-07T15:59:52.914852+0000 mgr.y (mgr.25453) 1351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:52.996063+0000 mon.c (mon.1) 2852 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:52.998307+0000 mon.c (mon.1) 2853 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.001328+0000 mon.c (mon.1) 2854 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.002590+0000 mon.c (mon.1) 2855 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.013163+0000 mon.a (mon.0) 1313 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: cephadm 2023-12-07T15:59:53.014052+0000 mgr.y (mgr.25453) 1352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.096403+0000 mon.c (mon.1) 2856 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.099027+0000 mon.c (mon.1) 2857 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.101849+0000 mon.c (mon.1) 2858 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.102974+0000 mon.c (mon.1) 2859 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.113347+0000 mon.a (mon.0) 1314 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: cephadm 2023-12-07T15:59:53.114506+0000 mgr.y (mgr.25453) 1353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.196336+0000 mon.c (mon.1) 2860 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.198896+0000 mon.c (mon.1) 2861 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.201955+0000 mon.c (mon.1) 2862 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.203104+0000 mon.c (mon.1) 2863 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.211856+0000 mon.a (mon.0) 1315 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.292815+0000 mon.c (mon.1) 2864 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.297162+0000 mon.c (mon.1) 2865 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.301150+0000 mon.c (mon.1) 2866 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.302447+0000 mon.c (mon.1) 2867 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.311952+0000 mon.a (mon.0) 1316 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.392476+0000 mon.c (mon.1) 2868 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.396731+0000 mon.c (mon.1) 2869 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.401712+0000 mon.c (mon.1) 2870 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: cephadm 2023-12-07T15:59:53.014052+0000 mgr.y (mgr.25453) 1352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.096403+0000 mon.c (mon.1) 2856 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.099027+0000 mon.c (mon.1) 2857 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.101849+0000 mon.c (mon.1) 2858 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.102974+0000 mon.c (mon.1) 2859 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.113347+0000 mon.a (mon.0) 1314 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: cephadm 2023-12-07T15:59:53.114506+0000 mgr.y (mgr.25453) 1353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.196336+0000 mon.c (mon.1) 2860 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.198896+0000 mon.c (mon.1) 2861 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.201955+0000 mon.c (mon.1) 2862 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.203104+0000 mon.c (mon.1) 2863 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.211856+0000 mon.a (mon.0) 1315 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.292815+0000 mon.c (mon.1) 2864 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.297162+0000 mon.c (mon.1) 2865 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.301150+0000 mon.c (mon.1) 2866 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.302447+0000 mon.c (mon.1) 2867 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.311952+0000 mon.a (mon.0) 1316 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.392476+0000 mon.c (mon.1) 2868 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.396731+0000 mon.c (mon.1) 2869 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.401712+0000 mon.c (mon.1) 2870 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.403139+0000 mon.c (mon.1) 2871 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.414058+0000 mon.a (mon.0) 1317 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.498367+0000 mon.c (mon.1) 2872 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.500785+0000 mon.c (mon.1) 2873 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.503388+0000 mon.c (mon.1) 2874 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.504468+0000 mon.c (mon.1) 2875 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.512549+0000 mon.a (mon.0) 1318 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.598933+0000 mon.c (mon.1) 2876 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.602686+0000 mon.c (mon.1) 2877 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.605635+0000 mon.c (mon.1) 2878 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.606775+0000 mon.c (mon.1) 2879 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.616255+0000 mon.a (mon.0) 1319 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.700302+0000 mon.c (mon.1) 2880 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.702607+0000 mon.c (mon.1) 2881 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.706050+0000 mon.c (mon.1) 2882 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.707077+0000 mon.c (mon.1) 2883 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.716364+0000 mon.a (mon.0) 1320 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.799418+0000 mon.c (mon.1) 2884 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.801954+0000 mon.c (mon.1) 2885 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.804432+0000 mon.c (mon.1) 2886 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[83807]: audit 2023-12-07T15:59:53.805316+0000 mon.c (mon.1) 2887 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.403139+0000 mon.c (mon.1) 2871 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.414058+0000 mon.a (mon.0) 1317 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.498367+0000 mon.c (mon.1) 2872 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.500785+0000 mon.c (mon.1) 2873 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.503388+0000 mon.c (mon.1) 2874 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.504468+0000 mon.c (mon.1) 2875 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.512549+0000 mon.a (mon.0) 1318 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.598933+0000 mon.c (mon.1) 2876 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.602686+0000 mon.c (mon.1) 2877 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.605635+0000 mon.c (mon.1) 2878 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.606775+0000 mon.c (mon.1) 2879 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.616255+0000 mon.a (mon.0) 1319 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.700302+0000 mon.c (mon.1) 2880 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.702607+0000 mon.c (mon.1) 2881 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.706050+0000 mon.c (mon.1) 2882 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.707077+0000 mon.c (mon.1) 2883 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.716364+0000 mon.a (mon.0) 1320 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.799418+0000 mon.c (mon.1) 2884 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.801954+0000 mon.c (mon.1) 2885 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.804432+0000 mon.c (mon.1) 2886 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:53 smithi121 bash[81553]: audit 2023-12-07T15:59:53.805316+0000 mon.c (mon.1) 2887 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.102 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: cephadm 2023-12-07T15:59:52.227641+0000 mgr.y (mgr.25453) 1344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.102 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: cephadm 2023-12-07T15:59:52.323417+0000 mgr.y (mgr.25453) 1345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.102 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: cephadm 2023-12-07T15:59:52.423513+0000 mgr.y (mgr.25453) 1346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.102 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: cephadm 2023-12-07T15:59:52.522155+0000 mgr.y (mgr.25453) 1347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.102 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: cephadm 2023-12-07T15:59:52.621245+0000 mgr.y (mgr.25453) 1348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.102 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: cephadm 2023-12-07T15:59:52.721697+0000 mgr.y (mgr.25453) 1349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.102 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:52.815914+0000 mon.c (mon.1) 2846 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.102 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:52.826789+0000 mon.c (mon.1) 2847 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.102 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:52.832201+0000 mon.a (mon.0) 1311 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.102 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: cephadm 2023-12-07T15:59:52.833106+0000 mgr.y (mgr.25453) 1350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.102 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:52.899368+0000 mon.c (mon.1) 2848 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.103 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:52.902107+0000 mon.c (mon.1) 2849 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.103 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:52.905350+0000 mon.c (mon.1) 2850 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.103 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:52.906411+0000 mon.c (mon.1) 2851 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.103 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:52.913330+0000 mon.a (mon.0) 1312 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.103 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: cephadm 2023-12-07T15:59:52.914852+0000 mgr.y (mgr.25453) 1351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.103 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:52.996063+0000 mon.c (mon.1) 2852 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.103 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:52.998307+0000 mon.c (mon.1) 2853 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.103 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.001328+0000 mon.c (mon.1) 2854 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.103 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.002590+0000 mon.c (mon.1) 2855 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.103 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.013163+0000 mon.a (mon.0) 1313 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.104 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: cephadm 2023-12-07T15:59:53.014052+0000 mgr.y (mgr.25453) 1352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.104 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.096403+0000 mon.c (mon.1) 2856 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.104 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.099027+0000 mon.c (mon.1) 2857 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.104 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.101849+0000 mon.c (mon.1) 2858 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.104 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.102974+0000 mon.c (mon.1) 2859 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.104 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.113347+0000 mon.a (mon.0) 1314 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.104 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: cephadm 2023-12-07T15:59:53.114506+0000 mgr.y (mgr.25453) 1353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:54.104 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.196336+0000 mon.c (mon.1) 2860 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.104 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.198896+0000 mon.c (mon.1) 2861 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.104 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.201955+0000 mon.c (mon.1) 2862 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.104 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.203104+0000 mon.c (mon.1) 2863 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.104 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.211856+0000 mon.a (mon.0) 1315 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.104 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.292815+0000 mon.c (mon.1) 2864 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.104 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.297162+0000 mon.c (mon.1) 2865 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.301150+0000 mon.c (mon.1) 2866 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.302447+0000 mon.c (mon.1) 2867 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.311952+0000 mon.a (mon.0) 1316 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.392476+0000 mon.c (mon.1) 2868 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.396731+0000 mon.c (mon.1) 2869 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.401712+0000 mon.c (mon.1) 2870 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.403139+0000 mon.c (mon.1) 2871 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.414058+0000 mon.a (mon.0) 1317 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.498367+0000 mon.c (mon.1) 2872 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.500785+0000 mon.c (mon.1) 2873 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.503388+0000 mon.c (mon.1) 2874 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.504468+0000 mon.c (mon.1) 2875 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.512549+0000 mon.a (mon.0) 1318 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.598933+0000 mon.c (mon.1) 2876 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.602686+0000 mon.c (mon.1) 2877 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.106 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.605635+0000 mon.c (mon.1) 2878 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.106 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.606775+0000 mon.c (mon.1) 2879 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.106 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.616255+0000 mon.a (mon.0) 1319 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.106 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.700302+0000 mon.c (mon.1) 2880 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.106 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.702607+0000 mon.c (mon.1) 2881 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.106 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.706050+0000 mon.c (mon.1) 2882 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.106 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.707077+0000 mon.c (mon.1) 2883 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:54.106 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.716364+0000 mon.a (mon.0) 1320 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:54.106 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.799418+0000 mon.c (mon.1) 2884 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:54.106 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.801954+0000 mon.c (mon.1) 2885 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:54.106 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.804432+0000 mon.c (mon.1) 2886 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:54.106 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:53 smithi144 bash[66528]: audit 2023-12-07T15:59:53.805316+0000 mon.c (mon.1) 2887 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:15:59:54] "GET /metrics HTTP/1.1" 200 38502 "" "Prometheus/2.33.4" 2023-12-07T15:59:55.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: cephadm 2023-12-07T15:59:53.214045+0000 mgr.y (mgr.25453) 1354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: cluster 2023-12-07T15:59:53.236340+0000 mgr.y (mgr.25453) 1355 : cluster 0 pgmap v263: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-07T15:59:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: cephadm 2023-12-07T15:59:53.312645+0000 mgr.y (mgr.25453) 1356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: cephadm 2023-12-07T15:59:53.414870+0000 mgr.y (mgr.25453) 1357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: cephadm 2023-12-07T15:59:53.514944+0000 mgr.y (mgr.25453) 1358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: cephadm 2023-12-07T15:59:53.617345+0000 mgr.y (mgr.25453) 1359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:53.695945+0000 mgr.y (mgr.25453) 1360 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: cephadm 2023-12-07T15:59:53.717067+0000 mgr.y (mgr.25453) 1361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:53.816882+0000 mon.a (mon.0) 1321 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: cephadm 2023-12-07T15:59:53.828528+0000 mgr.y (mgr.25453) 1362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:53.911604+0000 mon.c (mon.1) 2888 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:53.914021+0000 mon.c (mon.1) 2889 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:53.917263+0000 mon.c (mon.1) 2890 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:53.918408+0000 mon.c (mon.1) 2891 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:53.927467+0000 mon.a (mon.0) 1322 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: cephadm 2023-12-07T15:59:53.929079+0000 mgr.y (mgr.25453) 1363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.011369+0000 mon.c (mon.1) 2892 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.013534+0000 mon.c (mon.1) 2893 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.016348+0000 mon.c (mon.1) 2894 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.017568+0000 mon.c (mon.1) 2895 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: cephadm 2023-12-07T15:59:53.214045+0000 mgr.y (mgr.25453) 1354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: cluster 2023-12-07T15:59:53.236340+0000 mgr.y (mgr.25453) 1355 : cluster 0 pgmap v263: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-07T15:59:55.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: cephadm 2023-12-07T15:59:53.312645+0000 mgr.y (mgr.25453) 1356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: cephadm 2023-12-07T15:59:53.414870+0000 mgr.y (mgr.25453) 1357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: cephadm 2023-12-07T15:59:53.514944+0000 mgr.y (mgr.25453) 1358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: cephadm 2023-12-07T15:59:53.617345+0000 mgr.y (mgr.25453) 1359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:53.695945+0000 mgr.y (mgr.25453) 1360 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:55.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: cephadm 2023-12-07T15:59:53.717067+0000 mgr.y (mgr.25453) 1361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:53.816882+0000 mon.a (mon.0) 1321 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: cephadm 2023-12-07T15:59:53.828528+0000 mgr.y (mgr.25453) 1362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:53.911604+0000 mon.c (mon.1) 2888 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:53.914021+0000 mon.c (mon.1) 2889 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:53.917263+0000 mon.c (mon.1) 2890 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:53.918408+0000 mon.c (mon.1) 2891 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:53.927467+0000 mon.a (mon.0) 1322 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: cephadm 2023-12-07T15:59:53.929079+0000 mgr.y (mgr.25453) 1363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.011369+0000 mon.c (mon.1) 2892 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.013534+0000 mon.c (mon.1) 2893 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.016348+0000 mon.c (mon.1) 2894 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.017568+0000 mon.c (mon.1) 2895 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.028759+0000 mon.a (mon.0) 1323 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: cephadm 2023-12-07T15:59:54.029833+0000 mgr.y (mgr.25453) 1364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.111639+0000 mon.c (mon.1) 2896 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.114104+0000 mon.c (mon.1) 2897 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.117649+0000 mon.c (mon.1) 2898 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.118978+0000 mon.c (mon.1) 2899 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.130511+0000 mon.a (mon.0) 1324 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: cephadm 2023-12-07T15:59:54.131578+0000 mgr.y (mgr.25453) 1365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: cluster 2023-12-07T15:59:54.209865+0000 mon.a (mon.0) 1325 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 22 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: cluster 2023-12-07T15:59:54.209947+0000 mon.a (mon.0) 1326 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-12-07T15:59:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.217441+0000 mon.c (mon.1) 2900 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.219994+0000 mon.c (mon.1) 2901 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.222601+0000 mon.c (mon.1) 2902 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.223804+0000 mon.c (mon.1) 2903 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.230967+0000 mon.a (mon.0) 1327 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.311678+0000 mon.c (mon.1) 2904 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.313719+0000 mon.c (mon.1) 2905 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.316423+0000 mon.c (mon.1) 2906 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.317258+0000 mon.c (mon.1) 2907 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.325256+0000 mon.a (mon.0) 1328 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.028759+0000 mon.a (mon.0) 1323 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: cephadm 2023-12-07T15:59:54.029833+0000 mgr.y (mgr.25453) 1364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.111639+0000 mon.c (mon.1) 2896 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.114104+0000 mon.c (mon.1) 2897 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.117649+0000 mon.c (mon.1) 2898 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.118978+0000 mon.c (mon.1) 2899 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.130511+0000 mon.a (mon.0) 1324 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: cephadm 2023-12-07T15:59:54.131578+0000 mgr.y (mgr.25453) 1365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: cluster 2023-12-07T15:59:54.209865+0000 mon.a (mon.0) 1325 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 22 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: cluster 2023-12-07T15:59:54.209947+0000 mon.a (mon.0) 1326 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-12-07T15:59:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.217441+0000 mon.c (mon.1) 2900 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.219994+0000 mon.c (mon.1) 2901 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.222601+0000 mon.c (mon.1) 2902 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.223804+0000 mon.c (mon.1) 2903 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.230967+0000 mon.a (mon.0) 1327 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.311678+0000 mon.c (mon.1) 2904 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.313719+0000 mon.c (mon.1) 2905 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.316423+0000 mon.c (mon.1) 2906 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.317258+0000 mon.c (mon.1) 2907 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.325256+0000 mon.a (mon.0) 1328 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.407891+0000 mon.c (mon.1) 2908 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.410095+0000 mon.c (mon.1) 2909 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.412745+0000 mon.c (mon.1) 2910 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.413837+0000 mon.c (mon.1) 2911 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.421978+0000 mon.a (mon.0) 1329 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.503812+0000 mon.c (mon.1) 2912 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.506136+0000 mon.c (mon.1) 2913 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.508803+0000 mon.c (mon.1) 2914 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.510308+0000 mon.c (mon.1) 2915 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.520025+0000 mon.a (mon.0) 1330 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.600703+0000 mon.c (mon.1) 2916 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.603098+0000 mon.c (mon.1) 2917 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.606741+0000 mon.c (mon.1) 2918 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.608209+0000 mon.c (mon.1) 2919 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.615318+0000 mon.a (mon.0) 1331 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.694545+0000 mon.c (mon.1) 2920 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.697513+0000 mon.c (mon.1) 2921 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.701370+0000 mon.c (mon.1) 2922 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.702715+0000 mon.c (mon.1) 2923 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.711595+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.794699+0000 mon.c (mon.1) 2924 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.797057+0000 mon.c (mon.1) 2925 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.799840+0000 mon.c (mon.1) 2926 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.800966+0000 mon.c (mon.1) 2927 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[81553]: audit 2023-12-07T15:59:54.809195+0000 mon.a (mon.0) 1333 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.407891+0000 mon.c (mon.1) 2908 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.410095+0000 mon.c (mon.1) 2909 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.412745+0000 mon.c (mon.1) 2910 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.413837+0000 mon.c (mon.1) 2911 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.421978+0000 mon.a (mon.0) 1329 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.503812+0000 mon.c (mon.1) 2912 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.506136+0000 mon.c (mon.1) 2913 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.508803+0000 mon.c (mon.1) 2914 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.510308+0000 mon.c (mon.1) 2915 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.520025+0000 mon.a (mon.0) 1330 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.600703+0000 mon.c (mon.1) 2916 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.603098+0000 mon.c (mon.1) 2917 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.606741+0000 mon.c (mon.1) 2918 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.608209+0000 mon.c (mon.1) 2919 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.615318+0000 mon.a (mon.0) 1331 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.694545+0000 mon.c (mon.1) 2920 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.697513+0000 mon.c (mon.1) 2921 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.701370+0000 mon.c (mon.1) 2922 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.702715+0000 mon.c (mon.1) 2923 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.711595+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.794699+0000 mon.c (mon.1) 2924 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.797057+0000 mon.c (mon.1) 2925 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.799840+0000 mon.c (mon.1) 2926 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.800966+0000 mon.c (mon.1) 2927 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:54 smithi121 bash[83807]: audit 2023-12-07T15:59:54.809195+0000 mon.a (mon.0) 1333 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: cephadm 2023-12-07T15:59:53.214045+0000 mgr.y (mgr.25453) 1354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: cluster 2023-12-07T15:59:53.236340+0000 mgr.y (mgr.25453) 1355 : cluster 0 pgmap v263: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-07T15:59:55.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: cephadm 2023-12-07T15:59:53.312645+0000 mgr.y (mgr.25453) 1356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: cephadm 2023-12-07T15:59:53.414870+0000 mgr.y (mgr.25453) 1357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: cephadm 2023-12-07T15:59:53.514944+0000 mgr.y (mgr.25453) 1358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: cephadm 2023-12-07T15:59:53.617345+0000 mgr.y (mgr.25453) 1359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:53.695945+0000 mgr.y (mgr.25453) 1360 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T15:59:55.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: cephadm 2023-12-07T15:59:53.717067+0000 mgr.y (mgr.25453) 1361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:53.816882+0000 mon.a (mon.0) 1321 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: cephadm 2023-12-07T15:59:53.828528+0000 mgr.y (mgr.25453) 1362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:53.911604+0000 mon.c (mon.1) 2888 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:53.914021+0000 mon.c (mon.1) 2889 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:53.917263+0000 mon.c (mon.1) 2890 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:53.918408+0000 mon.c (mon.1) 2891 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:53.927467+0000 mon.a (mon.0) 1322 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: cephadm 2023-12-07T15:59:53.929079+0000 mgr.y (mgr.25453) 1363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.011369+0000 mon.c (mon.1) 2892 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.013534+0000 mon.c (mon.1) 2893 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.016348+0000 mon.c (mon.1) 2894 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.017568+0000 mon.c (mon.1) 2895 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.028759+0000 mon.a (mon.0) 1323 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: cephadm 2023-12-07T15:59:54.029833+0000 mgr.y (mgr.25453) 1364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.111639+0000 mon.c (mon.1) 2896 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.114104+0000 mon.c (mon.1) 2897 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.117649+0000 mon.c (mon.1) 2898 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.118978+0000 mon.c (mon.1) 2899 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.130511+0000 mon.a (mon.0) 1324 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: cephadm 2023-12-07T15:59:54.131578+0000 mgr.y (mgr.25453) 1365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:55.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: cluster 2023-12-07T15:59:54.209865+0000 mon.a (mon.0) 1325 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 22 pgs degraded (PG_DEGRADED) 2023-12-07T15:59:55.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: cluster 2023-12-07T15:59:54.209947+0000 mon.a (mon.0) 1326 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-12-07T15:59:55.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.217441+0000 mon.c (mon.1) 2900 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.219994+0000 mon.c (mon.1) 2901 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.222601+0000 mon.c (mon.1) 2902 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.223804+0000 mon.c (mon.1) 2903 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.230967+0000 mon.a (mon.0) 1327 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.311678+0000 mon.c (mon.1) 2904 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.313719+0000 mon.c (mon.1) 2905 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.316423+0000 mon.c (mon.1) 2906 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.317258+0000 mon.c (mon.1) 2907 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.325256+0000 mon.a (mon.0) 1328 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.407891+0000 mon.c (mon.1) 2908 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.410095+0000 mon.c (mon.1) 2909 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.412745+0000 mon.c (mon.1) 2910 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.413837+0000 mon.c (mon.1) 2911 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.421978+0000 mon.a (mon.0) 1329 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.503812+0000 mon.c (mon.1) 2912 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.506136+0000 mon.c (mon.1) 2913 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.508803+0000 mon.c (mon.1) 2914 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.510308+0000 mon.c (mon.1) 2915 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.520025+0000 mon.a (mon.0) 1330 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.600703+0000 mon.c (mon.1) 2916 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.603098+0000 mon.c (mon.1) 2917 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.606741+0000 mon.c (mon.1) 2918 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.608209+0000 mon.c (mon.1) 2919 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.615318+0000 mon.a (mon.0) 1331 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.694545+0000 mon.c (mon.1) 2920 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.697513+0000 mon.c (mon.1) 2921 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.701370+0000 mon.c (mon.1) 2922 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.702715+0000 mon.c (mon.1) 2923 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.711595+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:55.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.794699+0000 mon.c (mon.1) 2924 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:55.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.797057+0000 mon.c (mon.1) 2925 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:55.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.799840+0000 mon.c (mon.1) 2926 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:55.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.800966+0000 mon.c (mon.1) 2927 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:55.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:54 smithi144 bash[66528]: audit 2023-12-07T15:59:54.809195+0000 mon.a (mon.0) 1333 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: cephadm 2023-12-07T15:59:54.231860+0000 mgr.y (mgr.25453) 1366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: cephadm 2023-12-07T15:59:54.326758+0000 mgr.y (mgr.25453) 1367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: cephadm 2023-12-07T15:59:54.422802+0000 mgr.y (mgr.25453) 1368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: cephadm 2023-12-07T15:59:54.520793+0000 mgr.y (mgr.25453) 1369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: cephadm 2023-12-07T15:59:54.617586+0000 mgr.y (mgr.25453) 1370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: cephadm 2023-12-07T15:59:54.713559+0000 mgr.y (mgr.25453) 1371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: cephadm 2023-12-07T15:59:54.810303+0000 mgr.y (mgr.25453) 1372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:54.893801+0000 mon.c (mon.1) 2928 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:54.896716+0000 mon.c (mon.1) 2929 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:54.901296+0000 mon.c (mon.1) 2930 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:54.902826+0000 mon.c (mon.1) 2931 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:54.913156+0000 mon.a (mon.0) 1334 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: cephadm 2023-12-07T15:59:54.914438+0000 mgr.y (mgr.25453) 1373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:54.992710+0000 mon.c (mon.1) 2932 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:54.995283+0000 mon.c (mon.1) 2933 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:54.998022+0000 mon.c (mon.1) 2934 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:54.999130+0000 mon.c (mon.1) 2935 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.007259+0000 mon.a (mon.0) 1335 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: cephadm 2023-12-07T15:59:55.008071+0000 mgr.y (mgr.25453) 1374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.090971+0000 mon.c (mon.1) 2936 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.093083+0000 mon.c (mon.1) 2937 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.095812+0000 mon.c (mon.1) 2938 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.096801+0000 mon.c (mon.1) 2939 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.105053+0000 mon.a (mon.0) 1336 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: cephadm 2023-12-07T15:59:55.105758+0000 mgr.y (mgr.25453) 1375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.184337+0000 mon.c (mon.1) 2940 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.187238+0000 mon.c (mon.1) 2941 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.191032+0000 mon.c (mon.1) 2942 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.192308+0000 mon.c (mon.1) 2943 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.199222+0000 mon.a (mon.0) 1337 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.283328+0000 mon.c (mon.1) 2944 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.285677+0000 mon.c (mon.1) 2945 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.290225+0000 mon.c (mon.1) 2946 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.291921+0000 mon.c (mon.1) 2947 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.300971+0000 mon.a (mon.0) 1338 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.379285+0000 mon.c (mon.1) 2948 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.382497+0000 mon.c (mon.1) 2949 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.386221+0000 mon.c (mon.1) 2950 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.387588+0000 mon.c (mon.1) 2951 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.396632+0000 mon.a (mon.0) 1339 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.476804+0000 mon.c (mon.1) 2952 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.478907+0000 mon.c (mon.1) 2953 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.481543+0000 mon.c (mon.1) 2954 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.482436+0000 mon.c (mon.1) 2955 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.491572+0000 mon.a (mon.0) 1340 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.574966+0000 mon.c (mon.1) 2956 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.578874+0000 mon.c (mon.1) 2957 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.582256+0000 mon.c (mon.1) 2958 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.583408+0000 mon.c (mon.1) 2959 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.592599+0000 mon.a (mon.0) 1341 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.674126+0000 mon.c (mon.1) 2960 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.676577+0000 mon.c (mon.1) 2961 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.680148+0000 mon.c (mon.1) 2962 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.681665+0000 mon.c (mon.1) 2963 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.691644+0000 mon.a (mon.0) 1342 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.771190+0000 mon.c (mon.1) 2964 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.773582+0000 mon.c (mon.1) 2965 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.775888+0000 mon.c (mon.1) 2966 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.776947+0000 mon.c (mon.1) 2967 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:55 smithi144 bash[66528]: audit 2023-12-07T15:59:55.787442+0000 mon.a (mon.0) 1343 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: cephadm 2023-12-07T15:59:54.231860+0000 mgr.y (mgr.25453) 1366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: cephadm 2023-12-07T15:59:54.326758+0000 mgr.y (mgr.25453) 1367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: cephadm 2023-12-07T15:59:54.422802+0000 mgr.y (mgr.25453) 1368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: cephadm 2023-12-07T15:59:54.520793+0000 mgr.y (mgr.25453) 1369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: cephadm 2023-12-07T15:59:54.617586+0000 mgr.y (mgr.25453) 1370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: cephadm 2023-12-07T15:59:54.713559+0000 mgr.y (mgr.25453) 1371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: cephadm 2023-12-07T15:59:54.810303+0000 mgr.y (mgr.25453) 1372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:54.893801+0000 mon.c (mon.1) 2928 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:54.896716+0000 mon.c (mon.1) 2929 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:54.901296+0000 mon.c (mon.1) 2930 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:54.902826+0000 mon.c (mon.1) 2931 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:54.913156+0000 mon.a (mon.0) 1334 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: cephadm 2023-12-07T15:59:54.914438+0000 mgr.y (mgr.25453) 1373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:54.992710+0000 mon.c (mon.1) 2932 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:54.995283+0000 mon.c (mon.1) 2933 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:54.998022+0000 mon.c (mon.1) 2934 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:54.999130+0000 mon.c (mon.1) 2935 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.007259+0000 mon.a (mon.0) 1335 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: cephadm 2023-12-07T15:59:55.008071+0000 mgr.y (mgr.25453) 1374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.090971+0000 mon.c (mon.1) 2936 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.093083+0000 mon.c (mon.1) 2937 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: cephadm 2023-12-07T15:59:54.231860+0000 mgr.y (mgr.25453) 1366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: cephadm 2023-12-07T15:59:54.326758+0000 mgr.y (mgr.25453) 1367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: cephadm 2023-12-07T15:59:54.422802+0000 mgr.y (mgr.25453) 1368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: cephadm 2023-12-07T15:59:54.520793+0000 mgr.y (mgr.25453) 1369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: cephadm 2023-12-07T15:59:54.617586+0000 mgr.y (mgr.25453) 1370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: cephadm 2023-12-07T15:59:54.713559+0000 mgr.y (mgr.25453) 1371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: cephadm 2023-12-07T15:59:54.810303+0000 mgr.y (mgr.25453) 1372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:54.893801+0000 mon.c (mon.1) 2928 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:54.896716+0000 mon.c (mon.1) 2929 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:54.901296+0000 mon.c (mon.1) 2930 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:54.902826+0000 mon.c (mon.1) 2931 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:54.913156+0000 mon.a (mon.0) 1334 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: cephadm 2023-12-07T15:59:54.914438+0000 mgr.y (mgr.25453) 1373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:54.992710+0000 mon.c (mon.1) 2932 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:54.995283+0000 mon.c (mon.1) 2933 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:54.998022+0000 mon.c (mon.1) 2934 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:54.999130+0000 mon.c (mon.1) 2935 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.007259+0000 mon.a (mon.0) 1335 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: cephadm 2023-12-07T15:59:55.008071+0000 mgr.y (mgr.25453) 1374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.090971+0000 mon.c (mon.1) 2936 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.093083+0000 mon.c (mon.1) 2937 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.095812+0000 mon.c (mon.1) 2938 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.096801+0000 mon.c (mon.1) 2939 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.105053+0000 mon.a (mon.0) 1336 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: cephadm 2023-12-07T15:59:55.105758+0000 mgr.y (mgr.25453) 1375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.184337+0000 mon.c (mon.1) 2940 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.187238+0000 mon.c (mon.1) 2941 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.191032+0000 mon.c (mon.1) 2942 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.192308+0000 mon.c (mon.1) 2943 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.199222+0000 mon.a (mon.0) 1337 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.283328+0000 mon.c (mon.1) 2944 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.285677+0000 mon.c (mon.1) 2945 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.290225+0000 mon.c (mon.1) 2946 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.291921+0000 mon.c (mon.1) 2947 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.300971+0000 mon.a (mon.0) 1338 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.379285+0000 mon.c (mon.1) 2948 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.382497+0000 mon.c (mon.1) 2949 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.386221+0000 mon.c (mon.1) 2950 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.387588+0000 mon.c (mon.1) 2951 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.396632+0000 mon.a (mon.0) 1339 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.476804+0000 mon.c (mon.1) 2952 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.095812+0000 mon.c (mon.1) 2938 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.096801+0000 mon.c (mon.1) 2939 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.105053+0000 mon.a (mon.0) 1336 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: cephadm 2023-12-07T15:59:55.105758+0000 mgr.y (mgr.25453) 1375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.184337+0000 mon.c (mon.1) 2940 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.187238+0000 mon.c (mon.1) 2941 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.191032+0000 mon.c (mon.1) 2942 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.192308+0000 mon.c (mon.1) 2943 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.199222+0000 mon.a (mon.0) 1337 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.283328+0000 mon.c (mon.1) 2944 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.285677+0000 mon.c (mon.1) 2945 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.290225+0000 mon.c (mon.1) 2946 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.291921+0000 mon.c (mon.1) 2947 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.300971+0000 mon.a (mon.0) 1338 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.379285+0000 mon.c (mon.1) 2948 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.382497+0000 mon.c (mon.1) 2949 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.386221+0000 mon.c (mon.1) 2950 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.387588+0000 mon.c (mon.1) 2951 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.396632+0000 mon.a (mon.0) 1339 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.476804+0000 mon.c (mon.1) 2952 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.478907+0000 mon.c (mon.1) 2953 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.481543+0000 mon.c (mon.1) 2954 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.482436+0000 mon.c (mon.1) 2955 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.491572+0000 mon.a (mon.0) 1340 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.574966+0000 mon.c (mon.1) 2956 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.578874+0000 mon.c (mon.1) 2957 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.582256+0000 mon.c (mon.1) 2958 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.583408+0000 mon.c (mon.1) 2959 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.592599+0000 mon.a (mon.0) 1341 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.674126+0000 mon.c (mon.1) 2960 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.676577+0000 mon.c (mon.1) 2961 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.680148+0000 mon.c (mon.1) 2962 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.681665+0000 mon.c (mon.1) 2963 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.691644+0000 mon.a (mon.0) 1342 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.771190+0000 mon.c (mon.1) 2964 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.773582+0000 mon.c (mon.1) 2965 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.775888+0000 mon.c (mon.1) 2966 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.776947+0000 mon.c (mon.1) 2967 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[83807]: audit 2023-12-07T15:59:55.787442+0000 mon.a (mon.0) 1343 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.478907+0000 mon.c (mon.1) 2953 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.481543+0000 mon.c (mon.1) 2954 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.482436+0000 mon.c (mon.1) 2955 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.491572+0000 mon.a (mon.0) 1340 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.574966+0000 mon.c (mon.1) 2956 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.578874+0000 mon.c (mon.1) 2957 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.582256+0000 mon.c (mon.1) 2958 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.583408+0000 mon.c (mon.1) 2959 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.592599+0000 mon.a (mon.0) 1341 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.674126+0000 mon.c (mon.1) 2960 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.676577+0000 mon.c (mon.1) 2961 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.680148+0000 mon.c (mon.1) 2962 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.681665+0000 mon.c (mon.1) 2963 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.691644+0000 mon.a (mon.0) 1342 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.771190+0000 mon.c (mon.1) 2964 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:56.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.773582+0000 mon.c (mon.1) 2965 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:56.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.775888+0000 mon.c (mon.1) 2966 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:56.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.776947+0000 mon.c (mon.1) 2967 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:56.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:55 smithi121 bash[81553]: audit 2023-12-07T15:59:55.787442+0000 mon.a (mon.0) 1343 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:56.454 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[78431]: debug 2023-12-07T15:59:56.282+0000 7f3bcbc65700 1 -- 172.21.15.144:0/3285148455 <== mon.1 v2:172.21.15.121:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55693437b1e0 con 0x556934400c00 2023-12-07T15:59:57.126 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[78431]: debug 2023-12-07T15:59:56.842+0000 7f3bd4deb640 -1 Falling back to public interface 2023-12-07T15:59:57.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: cephadm 2023-12-07T15:59:55.200448+0000 mgr.y (mgr.25453) 1376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: cluster 2023-12-07T15:59:55.237731+0000 mgr.y (mgr.25453) 1377 : cluster 0 pgmap v264: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-07T15:59:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: cephadm 2023-12-07T15:59:55.301936+0000 mgr.y (mgr.25453) 1378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: cephadm 2023-12-07T15:59:55.398029+0000 mgr.y (mgr.25453) 1379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: cephadm 2023-12-07T15:59:55.492571+0000 mgr.y (mgr.25453) 1380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: cephadm 2023-12-07T15:59:55.593830+0000 mgr.y (mgr.25453) 1381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: cephadm 2023-12-07T15:59:55.693073+0000 mgr.y (mgr.25453) 1382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: cephadm 2023-12-07T15:59:55.788387+0000 mgr.y (mgr.25453) 1383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:55.866662+0000 mon.c (mon.1) 2968 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:55.869120+0000 mon.c (mon.1) 2969 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:55.872014+0000 mon.c (mon.1) 2970 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:55.872979+0000 mon.c (mon.1) 2971 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:55.881638+0000 mon.a (mon.0) 1344 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: cephadm 2023-12-07T15:59:55.882505+0000 mgr.y (mgr.25453) 1384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:55.959717+0000 mon.c (mon.1) 2972 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:55.962649+0000 mon.c (mon.1) 2973 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:55.966348+0000 mon.c (mon.1) 2974 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:55.967851+0000 mon.c (mon.1) 2975 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:55.977415+0000 mon.a (mon.0) 1345 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: cephadm 2023-12-07T15:59:55.978446+0000 mgr.y (mgr.25453) 1385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.055689+0000 mon.c (mon.1) 2976 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.058749+0000 mon.c (mon.1) 2977 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.062903+0000 mon.c (mon.1) 2978 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.064338+0000 mon.c (mon.1) 2979 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.074227+0000 mon.a (mon.0) 1346 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: cephadm 2023-12-07T15:59:56.076104+0000 mgr.y (mgr.25453) 1386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.154605+0000 mon.c (mon.1) 2980 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.157162+0000 mon.c (mon.1) 2981 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.159855+0000 mon.c (mon.1) 2982 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.160792+0000 mon.c (mon.1) 2983 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.169067+0000 mon.a (mon.0) 1347 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: cephadm 2023-12-07T15:59:56.169857+0000 mgr.y (mgr.25453) 1387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.231211+0000 mon.c (mon.1) 2984 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.233600+0000 mon.c (mon.1) 2985 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.237556+0000 mon.c (mon.1) 2986 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.238878+0000 mon.c (mon.1) 2987 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.248026+0000 mon.a (mon.0) 1348 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.331480+0000 mon.c (mon.1) 2988 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.333673+0000 mon.c (mon.1) 2989 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.336898+0000 mon.c (mon.1) 2990 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.337850+0000 mon.c (mon.1) 2991 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.344088+0000 mon.a (mon.0) 1349 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.424002+0000 mon.c (mon.1) 2992 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.427918+0000 mon.c (mon.1) 2993 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.431099+0000 mon.c (mon.1) 2994 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.432200+0000 mon.c (mon.1) 2995 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.440133+0000 mon.a (mon.0) 1350 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.522998+0000 mon.c (mon.1) 2996 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.525563+0000 mon.c (mon.1) 2997 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.528234+0000 mon.c (mon.1) 2998 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.529232+0000 mon.c (mon.1) 2999 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.535840+0000 mon.a (mon.0) 1351 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.619170+0000 mon.c (mon.1) 3000 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.622631+0000 mon.c (mon.1) 3001 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.624954+0000 mon.c (mon.1) 3002 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.625838+0000 mon.c (mon.1) 3003 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.631292+0000 mon.a (mon.0) 1352 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.696835+0000 mon.c (mon.1) 3004 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.699620+0000 mon.c (mon.1) 3005 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.703205+0000 mon.c (mon.1) 3006 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.704225+0000 mon.c (mon.1) 3007 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.710955+0000 mon.a (mon.0) 1353 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.797958+0000 mon.c (mon.1) 3008 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.800076+0000 mon.c (mon.1) 3009 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.803110+0000 mon.c (mon.1) 3010 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.804422+0000 mon.c (mon.1) 3011 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:56 smithi144 bash[66528]: audit 2023-12-07T15:59:56.812565+0000 mon.a (mon.0) 1354 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: cephadm 2023-12-07T15:59:55.200448+0000 mgr.y (mgr.25453) 1376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: cluster 2023-12-07T15:59:55.237731+0000 mgr.y (mgr.25453) 1377 : cluster 0 pgmap v264: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-07T15:59:57.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: cephadm 2023-12-07T15:59:55.301936+0000 mgr.y (mgr.25453) 1378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: cephadm 2023-12-07T15:59:55.398029+0000 mgr.y (mgr.25453) 1379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: cephadm 2023-12-07T15:59:55.492571+0000 mgr.y (mgr.25453) 1380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: cephadm 2023-12-07T15:59:55.593830+0000 mgr.y (mgr.25453) 1381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: cephadm 2023-12-07T15:59:55.693073+0000 mgr.y (mgr.25453) 1382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: cephadm 2023-12-07T15:59:55.788387+0000 mgr.y (mgr.25453) 1383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:55.866662+0000 mon.c (mon.1) 2968 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:55.869120+0000 mon.c (mon.1) 2969 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:55.872014+0000 mon.c (mon.1) 2970 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:55.872979+0000 mon.c (mon.1) 2971 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:55.881638+0000 mon.a (mon.0) 1344 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: cephadm 2023-12-07T15:59:55.882505+0000 mgr.y (mgr.25453) 1384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:55.959717+0000 mon.c (mon.1) 2972 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:55.962649+0000 mon.c (mon.1) 2973 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:55.966348+0000 mon.c (mon.1) 2974 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:55.967851+0000 mon.c (mon.1) 2975 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:55.977415+0000 mon.a (mon.0) 1345 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: cephadm 2023-12-07T15:59:55.978446+0000 mgr.y (mgr.25453) 1385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: cephadm 2023-12-07T15:59:55.200448+0000 mgr.y (mgr.25453) 1376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: cluster 2023-12-07T15:59:55.237731+0000 mgr.y (mgr.25453) 1377 : cluster 0 pgmap v264: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-07T15:59:57.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: cephadm 2023-12-07T15:59:55.301936+0000 mgr.y (mgr.25453) 1378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: cephadm 2023-12-07T15:59:55.398029+0000 mgr.y (mgr.25453) 1379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: cephadm 2023-12-07T15:59:55.492571+0000 mgr.y (mgr.25453) 1380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: cephadm 2023-12-07T15:59:55.593830+0000 mgr.y (mgr.25453) 1381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: cephadm 2023-12-07T15:59:55.693073+0000 mgr.y (mgr.25453) 1382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: cephadm 2023-12-07T15:59:55.788387+0000 mgr.y (mgr.25453) 1383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:55.866662+0000 mon.c (mon.1) 2968 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:55.869120+0000 mon.c (mon.1) 2969 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:55.872014+0000 mon.c (mon.1) 2970 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:55.872979+0000 mon.c (mon.1) 2971 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:55.881638+0000 mon.a (mon.0) 1344 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: cephadm 2023-12-07T15:59:55.882505+0000 mgr.y (mgr.25453) 1384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:55.959717+0000 mon.c (mon.1) 2972 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:55.962649+0000 mon.c (mon.1) 2973 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:55.966348+0000 mon.c (mon.1) 2974 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:55.967851+0000 mon.c (mon.1) 2975 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:55.977415+0000 mon.a (mon.0) 1345 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: cephadm 2023-12-07T15:59:55.978446+0000 mgr.y (mgr.25453) 1385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.055689+0000 mon.c (mon.1) 2976 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.058749+0000 mon.c (mon.1) 2977 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.062903+0000 mon.c (mon.1) 2978 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.064338+0000 mon.c (mon.1) 2979 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.074227+0000 mon.a (mon.0) 1346 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: cephadm 2023-12-07T15:59:56.076104+0000 mgr.y (mgr.25453) 1386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.154605+0000 mon.c (mon.1) 2980 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.157162+0000 mon.c (mon.1) 2981 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.159855+0000 mon.c (mon.1) 2982 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.160792+0000 mon.c (mon.1) 2983 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.169067+0000 mon.a (mon.0) 1347 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: cephadm 2023-12-07T15:59:56.169857+0000 mgr.y (mgr.25453) 1387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.231211+0000 mon.c (mon.1) 2984 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.233600+0000 mon.c (mon.1) 2985 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.237556+0000 mon.c (mon.1) 2986 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.238878+0000 mon.c (mon.1) 2987 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.248026+0000 mon.a (mon.0) 1348 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.331480+0000 mon.c (mon.1) 2988 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.333673+0000 mon.c (mon.1) 2989 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.336898+0000 mon.c (mon.1) 2990 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.055689+0000 mon.c (mon.1) 2976 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.058749+0000 mon.c (mon.1) 2977 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.062903+0000 mon.c (mon.1) 2978 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.064338+0000 mon.c (mon.1) 2979 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.074227+0000 mon.a (mon.0) 1346 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: cephadm 2023-12-07T15:59:56.076104+0000 mgr.y (mgr.25453) 1386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.154605+0000 mon.c (mon.1) 2980 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.157162+0000 mon.c (mon.1) 2981 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.159855+0000 mon.c (mon.1) 2982 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.160792+0000 mon.c (mon.1) 2983 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.169067+0000 mon.a (mon.0) 1347 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: cephadm 2023-12-07T15:59:56.169857+0000 mgr.y (mgr.25453) 1387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.231211+0000 mon.c (mon.1) 2984 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.233600+0000 mon.c (mon.1) 2985 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.237556+0000 mon.c (mon.1) 2986 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.238878+0000 mon.c (mon.1) 2987 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.248026+0000 mon.a (mon.0) 1348 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.331480+0000 mon.c (mon.1) 2988 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.333673+0000 mon.c (mon.1) 2989 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.336898+0000 mon.c (mon.1) 2990 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.337850+0000 mon.c (mon.1) 2991 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.344088+0000 mon.a (mon.0) 1349 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.424002+0000 mon.c (mon.1) 2992 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.427918+0000 mon.c (mon.1) 2993 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.431099+0000 mon.c (mon.1) 2994 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.432200+0000 mon.c (mon.1) 2995 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.440133+0000 mon.a (mon.0) 1350 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.522998+0000 mon.c (mon.1) 2996 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.525563+0000 mon.c (mon.1) 2997 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.528234+0000 mon.c (mon.1) 2998 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.529232+0000 mon.c (mon.1) 2999 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.535840+0000 mon.a (mon.0) 1351 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.619170+0000 mon.c (mon.1) 3000 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.622631+0000 mon.c (mon.1) 3001 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.624954+0000 mon.c (mon.1) 3002 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.625838+0000 mon.c (mon.1) 3003 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.631292+0000 mon.a (mon.0) 1352 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.696835+0000 mon.c (mon.1) 3004 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.699620+0000 mon.c (mon.1) 3005 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.703205+0000 mon.c (mon.1) 3006 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.337850+0000 mon.c (mon.1) 2991 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.344088+0000 mon.a (mon.0) 1349 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.424002+0000 mon.c (mon.1) 2992 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.427918+0000 mon.c (mon.1) 2993 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.431099+0000 mon.c (mon.1) 2994 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.432200+0000 mon.c (mon.1) 2995 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.440133+0000 mon.a (mon.0) 1350 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.522998+0000 mon.c (mon.1) 2996 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.525563+0000 mon.c (mon.1) 2997 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.528234+0000 mon.c (mon.1) 2998 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.529232+0000 mon.c (mon.1) 2999 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.535840+0000 mon.a (mon.0) 1351 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.619170+0000 mon.c (mon.1) 3000 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.622631+0000 mon.c (mon.1) 3001 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.624954+0000 mon.c (mon.1) 3002 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.625838+0000 mon.c (mon.1) 3003 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.631292+0000 mon.a (mon.0) 1352 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.696835+0000 mon.c (mon.1) 3004 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.699620+0000 mon.c (mon.1) 3005 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.703205+0000 mon.c (mon.1) 3006 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.704225+0000 mon.c (mon.1) 3007 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.710955+0000 mon.a (mon.0) 1353 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.797958+0000 mon.c (mon.1) 3008 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.800076+0000 mon.c (mon.1) 3009 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.803110+0000 mon.c (mon.1) 3010 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.804422+0000 mon.c (mon.1) 3011 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[83807]: audit 2023-12-07T15:59:56.812565+0000 mon.a (mon.0) 1354 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.704225+0000 mon.c (mon.1) 3007 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.710955+0000 mon.a (mon.0) 1353 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:57.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.797958+0000 mon.c (mon.1) 3008 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:57.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.800076+0000 mon.c (mon.1) 3009 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:57.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.803110+0000 mon.c (mon.1) 3010 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:57.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.804422+0000 mon.c (mon.1) 3011 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:57.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:56 smithi121 bash[81553]: audit 2023-12-07T15:59:56.812565+0000 mon.a (mon.0) 1354 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: cephadm 2023-12-07T15:59:56.248718+0000 mgr.y (mgr.25453) 1388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: cephadm 2023-12-07T15:59:56.345731+0000 mgr.y (mgr.25453) 1389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: cephadm 2023-12-07T15:59:56.440880+0000 mgr.y (mgr.25453) 1390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: cephadm 2023-12-07T15:59:56.537445+0000 mgr.y (mgr.25453) 1391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: cephadm 2023-12-07T15:59:56.631991+0000 mgr.y (mgr.25453) 1392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: cephadm 2023-12-07T15:59:56.711727+0000 mgr.y (mgr.25453) 1393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: cephadm 2023-12-07T15:59:56.813414+0000 mgr.y (mgr.25453) 1394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:56.897396+0000 mon.c (mon.1) 3012 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:56.899877+0000 mon.c (mon.1) 3013 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:56.903321+0000 mon.c (mon.1) 3014 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:56.904427+0000 mon.c (mon.1) 3015 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:56.912260+0000 mon.a (mon.0) 1355 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: cephadm 2023-12-07T15:59:56.913671+0000 mgr.y (mgr.25453) 1395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:56.990707+0000 mon.c (mon.1) 3016 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:56.994840+0000 mon.c (mon.1) 3017 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:56.997622+0000 mon.c (mon.1) 3018 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:56.998646+0000 mon.c (mon.1) 3019 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.006616+0000 mon.a (mon.0) 1356 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: cephadm 2023-12-07T15:59:57.007758+0000 mgr.y (mgr.25453) 1396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.070940+0000 mon.c (mon.1) 3020 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.074304+0000 mon.c (mon.1) 3021 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.077626+0000 mon.c (mon.1) 3022 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.078826+0000 mon.c (mon.1) 3023 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.086393+0000 mon.a (mon.0) 1357 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: cephadm 2023-12-07T15:59:57.087369+0000 mgr.y (mgr.25453) 1397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.164881+0000 mon.c (mon.1) 3024 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.169257+0000 mon.c (mon.1) 3025 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.173601+0000 mon.c (mon.1) 3026 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.174840+0000 mon.c (mon.1) 3027 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.181588+0000 mon.a (mon.0) 1358 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.266258+0000 mon.c (mon.1) 3028 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.269167+0000 mon.c (mon.1) 3029 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.272378+0000 mon.c (mon.1) 3030 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.273622+0000 mon.c (mon.1) 3031 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.280637+0000 mon.a (mon.0) 1359 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.362701+0000 mon.c (mon.1) 3032 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.366134+0000 mon.c (mon.1) 3033 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.369883+0000 mon.c (mon.1) 3034 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.371021+0000 mon.c (mon.1) 3035 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.379465+0000 mon.a (mon.0) 1360 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.458598+0000 mon.c (mon.1) 3036 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.461707+0000 mon.c (mon.1) 3037 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.465470+0000 mon.c (mon.1) 3038 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.468772+0000 mon.a (mon.0) 1361 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.471867+0000 mon.c (mon.1) 3039 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:59:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.472490+0000 mon.c (mon.1) 3040 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.482127+0000 mon.a (mon.0) 1362 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.579050+0000 mon.c (mon.1) 3041 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.582190+0000 mon.c (mon.1) 3042 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.586003+0000 mon.c (mon.1) 3043 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.587240+0000 mon.c (mon.1) 3044 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.596751+0000 mon.a (mon.0) 1363 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.678432+0000 mon.c (mon.1) 3045 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.681045+0000 mon.c (mon.1) 3046 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.684208+0000 mon.c (mon.1) 3047 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.685175+0000 mon.c (mon.1) 3048 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.694333+0000 mon.a (mon.0) 1364 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.776214+0000 mon.c (mon.1) 3049 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.778438+0000 mon.c (mon.1) 3050 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.781182+0000 mon.c (mon.1) 3051 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.782148+0000 mon.c (mon.1) 3052 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.792657+0000 mon.a (mon.0) 1365 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:57 smithi144 bash[66528]: audit 2023-12-07T15:59:57.807762+0000 mon.a (mon.0) 1366 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: cephadm 2023-12-07T15:59:56.248718+0000 mgr.y (mgr.25453) 1388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: cephadm 2023-12-07T15:59:56.345731+0000 mgr.y (mgr.25453) 1389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: cephadm 2023-12-07T15:59:56.440880+0000 mgr.y (mgr.25453) 1390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: cephadm 2023-12-07T15:59:56.537445+0000 mgr.y (mgr.25453) 1391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: cephadm 2023-12-07T15:59:56.631991+0000 mgr.y (mgr.25453) 1392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: cephadm 2023-12-07T15:59:56.711727+0000 mgr.y (mgr.25453) 1393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: cephadm 2023-12-07T15:59:56.813414+0000 mgr.y (mgr.25453) 1394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:56.897396+0000 mon.c (mon.1) 3012 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:56.899877+0000 mon.c (mon.1) 3013 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:56.903321+0000 mon.c (mon.1) 3014 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:56.904427+0000 mon.c (mon.1) 3015 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:56.912260+0000 mon.a (mon.0) 1355 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: cephadm 2023-12-07T15:59:56.913671+0000 mgr.y (mgr.25453) 1395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:56.990707+0000 mon.c (mon.1) 3016 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:56.994840+0000 mon.c (mon.1) 3017 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:56.997622+0000 mon.c (mon.1) 3018 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:56.998646+0000 mon.c (mon.1) 3019 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.006616+0000 mon.a (mon.0) 1356 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: cephadm 2023-12-07T15:59:57.007758+0000 mgr.y (mgr.25453) 1396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.070940+0000 mon.c (mon.1) 3020 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.074304+0000 mon.c (mon.1) 3021 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: cephadm 2023-12-07T15:59:56.248718+0000 mgr.y (mgr.25453) 1388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: cephadm 2023-12-07T15:59:56.345731+0000 mgr.y (mgr.25453) 1389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: cephadm 2023-12-07T15:59:56.440880+0000 mgr.y (mgr.25453) 1390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: cephadm 2023-12-07T15:59:56.537445+0000 mgr.y (mgr.25453) 1391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: cephadm 2023-12-07T15:59:56.631991+0000 mgr.y (mgr.25453) 1392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: cephadm 2023-12-07T15:59:56.711727+0000 mgr.y (mgr.25453) 1393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: cephadm 2023-12-07T15:59:56.813414+0000 mgr.y (mgr.25453) 1394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:56.897396+0000 mon.c (mon.1) 3012 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:56.899877+0000 mon.c (mon.1) 3013 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:56.903321+0000 mon.c (mon.1) 3014 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:56.904427+0000 mon.c (mon.1) 3015 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:56.912260+0000 mon.a (mon.0) 1355 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: cephadm 2023-12-07T15:59:56.913671+0000 mgr.y (mgr.25453) 1395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:56.990707+0000 mon.c (mon.1) 3016 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:56.994840+0000 mon.c (mon.1) 3017 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:56.997622+0000 mon.c (mon.1) 3018 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:56.998646+0000 mon.c (mon.1) 3019 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.006616+0000 mon.a (mon.0) 1356 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: cephadm 2023-12-07T15:59:57.007758+0000 mgr.y (mgr.25453) 1396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.070940+0000 mon.c (mon.1) 3020 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.074304+0000 mon.c (mon.1) 3021 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.077626+0000 mon.c (mon.1) 3022 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.078826+0000 mon.c (mon.1) 3023 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.086393+0000 mon.a (mon.0) 1357 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: cephadm 2023-12-07T15:59:57.087369+0000 mgr.y (mgr.25453) 1397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.164881+0000 mon.c (mon.1) 3024 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.169257+0000 mon.c (mon.1) 3025 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.173601+0000 mon.c (mon.1) 3026 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.174840+0000 mon.c (mon.1) 3027 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.181588+0000 mon.a (mon.0) 1358 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.266258+0000 mon.c (mon.1) 3028 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.269167+0000 mon.c (mon.1) 3029 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.272378+0000 mon.c (mon.1) 3030 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.273622+0000 mon.c (mon.1) 3031 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.280637+0000 mon.a (mon.0) 1359 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.362701+0000 mon.c (mon.1) 3032 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.366134+0000 mon.c (mon.1) 3033 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.369883+0000 mon.c (mon.1) 3034 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.371021+0000 mon.c (mon.1) 3035 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.379465+0000 mon.a (mon.0) 1360 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.458598+0000 mon.c (mon.1) 3036 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.077626+0000 mon.c (mon.1) 3022 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.078826+0000 mon.c (mon.1) 3023 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.086393+0000 mon.a (mon.0) 1357 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: cephadm 2023-12-07T15:59:57.087369+0000 mgr.y (mgr.25453) 1397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:58.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.164881+0000 mon.c (mon.1) 3024 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.169257+0000 mon.c (mon.1) 3025 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.173601+0000 mon.c (mon.1) 3026 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.174840+0000 mon.c (mon.1) 3027 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.181588+0000 mon.a (mon.0) 1358 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.266258+0000 mon.c (mon.1) 3028 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.269167+0000 mon.c (mon.1) 3029 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.272378+0000 mon.c (mon.1) 3030 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.273622+0000 mon.c (mon.1) 3031 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.280637+0000 mon.a (mon.0) 1359 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.362701+0000 mon.c (mon.1) 3032 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.366134+0000 mon.c (mon.1) 3033 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.369883+0000 mon.c (mon.1) 3034 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.371021+0000 mon.c (mon.1) 3035 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.379465+0000 mon.a (mon.0) 1360 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.458598+0000 mon.c (mon.1) 3036 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.461707+0000 mon.c (mon.1) 3037 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.465470+0000 mon.c (mon.1) 3038 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.468772+0000 mon.a (mon.0) 1361 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.471867+0000 mon.c (mon.1) 3039 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:59:58.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.472490+0000 mon.c (mon.1) 3040 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.482127+0000 mon.a (mon.0) 1362 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.579050+0000 mon.c (mon.1) 3041 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.582190+0000 mon.c (mon.1) 3042 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.586003+0000 mon.c (mon.1) 3043 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.587240+0000 mon.c (mon.1) 3044 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.596751+0000 mon.a (mon.0) 1363 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.678432+0000 mon.c (mon.1) 3045 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.681045+0000 mon.c (mon.1) 3046 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.684208+0000 mon.c (mon.1) 3047 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.685175+0000 mon.c (mon.1) 3048 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.694333+0000 mon.a (mon.0) 1364 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.776214+0000 mon.c (mon.1) 3049 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.778438+0000 mon.c (mon.1) 3050 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.781182+0000 mon.c (mon.1) 3051 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.782148+0000 mon.c (mon.1) 3052 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.461707+0000 mon.c (mon.1) 3037 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.465470+0000 mon.c (mon.1) 3038 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.468772+0000 mon.a (mon.0) 1361 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.471867+0000 mon.c (mon.1) 3039 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T15:59:58.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.472490+0000 mon.c (mon.1) 3040 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.482127+0000 mon.a (mon.0) 1362 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.579050+0000 mon.c (mon.1) 3041 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.582190+0000 mon.c (mon.1) 3042 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.586003+0000 mon.c (mon.1) 3043 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.587240+0000 mon.c (mon.1) 3044 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.596751+0000 mon.a (mon.0) 1363 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.678432+0000 mon.c (mon.1) 3045 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.681045+0000 mon.c (mon.1) 3046 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.684208+0000 mon.c (mon.1) 3047 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.685175+0000 mon.c (mon.1) 3048 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.694333+0000 mon.a (mon.0) 1364 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.776214+0000 mon.c (mon.1) 3049 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:58.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.778438+0000 mon.c (mon.1) 3050 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:58.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.781182+0000 mon.c (mon.1) 3051 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:58.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.782148+0000 mon.c (mon.1) 3052 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:58.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.792657+0000 mon.a (mon.0) 1365 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[83807]: audit 2023-12-07T15:59:57.807762+0000 mon.a (mon.0) 1366 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.792657+0000 mon.a (mon.0) 1365 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:57 smithi121 bash[81553]: audit 2023-12-07T15:59:57.807762+0000 mon.a (mon.0) 1366 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:58.327 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T15:59:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: cephadm 2023-12-07T15:59:57.182492+0000 mgr.y (mgr.25453) 1398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: cluster 2023-12-07T15:59:57.238877+0000 mgr.y (mgr.25453) 1399 : cluster 0 pgmap v265: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-07T15:59:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: cephadm 2023-12-07T15:59:57.281799+0000 mgr.y (mgr.25453) 1400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: cephadm 2023-12-07T15:59:57.381068+0000 mgr.y (mgr.25453) 1401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: cephadm 2023-12-07T15:59:57.486819+0000 mgr.y (mgr.25453) 1402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: cephadm 2023-12-07T15:59:57.597638+0000 mgr.y (mgr.25453) 1403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: cephadm 2023-12-07T15:59:57.695283+0000 mgr.y (mgr.25453) 1404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: cephadm 2023-12-07T15:59:57.793842+0000 mgr.y (mgr.25453) 1405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:57.877474+0000 mon.c (mon.1) 3053 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:57.880318+0000 mon.c (mon.1) 3054 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:57.883762+0000 mon.c (mon.1) 3055 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:57.885005+0000 mon.c (mon.1) 3056 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:57.893669+0000 mon.a (mon.0) 1367 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: cephadm 2023-12-07T15:59:57.895933+0000 mgr.y (mgr.25453) 1406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:57.974593+0000 mon.c (mon.1) 3057 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:57.977271+0000 mon.c (mon.1) 3058 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:57.980501+0000 mon.c (mon.1) 3059 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:57.981493+0000 mon.c (mon.1) 3060 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:57.988993+0000 mon.a (mon.0) 1368 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: cephadm 2023-12-07T15:59:57.990259+0000 mgr.y (mgr.25453) 1407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.068276+0000 mon.c (mon.1) 3061 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.071113+0000 mon.c (mon.1) 3062 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.073566+0000 mon.c (mon.1) 3063 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.074415+0000 mon.c (mon.1) 3064 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.080238+0000 mon.a (mon.0) 1369 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: cephadm 2023-12-07T15:59:58.081866+0000 mgr.y (mgr.25453) 1408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.161324+0000 mon.c (mon.1) 3065 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.163790+0000 mon.c (mon.1) 3066 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.166416+0000 mon.c (mon.1) 3067 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.167248+0000 mon.c (mon.1) 3068 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.173792+0000 mon.a (mon.0) 1370 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.256520+0000 mon.c (mon.1) 3069 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.258759+0000 mon.c (mon.1) 3070 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.261537+0000 mon.c (mon.1) 3071 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.262415+0000 mon.c (mon.1) 3072 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.267962+0000 mon.a (mon.0) 1371 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.336527+0000 mon.c (mon.1) 3073 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.339298+0000 mon.c (mon.1) 3074 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.342219+0000 mon.c (mon.1) 3075 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.343208+0000 mon.c (mon.1) 3076 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.349977+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.435476+0000 mon.c (mon.1) 3077 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.438271+0000 mon.c (mon.1) 3078 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.441464+0000 mon.c (mon.1) 3079 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.442559+0000 mon.c (mon.1) 3080 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.455523+0000 mon.a (mon.0) 1373 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.539835+0000 mon.c (mon.1) 3081 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.542162+0000 mon.c (mon.1) 3082 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.545836+0000 mon.c (mon.1) 3083 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.547223+0000 mon.c (mon.1) 3084 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.555568+0000 mon.a (mon.0) 1374 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.640457+0000 mon.c (mon.1) 3085 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.642957+0000 mon.c (mon.1) 3086 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.645511+0000 mon.c (mon.1) 3087 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.646850+0000 mon.c (mon.1) 3088 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.655486+0000 mon.a (mon.0) 1375 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.732414+0000 mon.c (mon.1) 3089 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.736189+0000 mon.c (mon.1) 3090 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.739148+0000 mon.c (mon.1) 3091 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.740293+0000 mon.c (mon.1) 3092 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.747422+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.825126+0000 mon.c (mon.1) 3093 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:58 smithi144 bash[66528]: audit 2023-12-07T15:59:58.827486+0000 mon.c (mon.1) 3094 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.161 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T15:59:59.162 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 13s ago 21m - - 2023-12-07T15:59:59.162 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 12s ago 21m - - 2023-12-07T15:59:59.162 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (8m) 13s ago 14m 16.3M - 0.23.0 ba2b418f427c 967bceda37f6 2023-12-07T15:59:59.162 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (7m) 12s ago 14m 44.0M - 8.3.5 dad864ee21e9 f9c66575cb4a 2023-12-07T15:59:59.162 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (6m) 13s ago 12m 48.2M - 3.5 e1d6a67b021e 5b982a4ff84a 2023-12-07T15:59:59.162 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283,8765 running (6m) 12s ago 20m 435M - 19.0.0-13-ge6605fb8 104f332cd0a9 b518ffbe0a91 2023-12-07T15:59:59.162 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:8443,9283,8765 running (6m) 13s ago 22m 517M - 19.0.0-13-ge6605fb8 104f332cd0a9 104d769d2d66 2023-12-07T15:59:59.162 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (5m) 13s ago 23m 66.2M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 46122fbb14c0 2023-12-07T15:59:59.162 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (4m) 12s ago 21m 49.2M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 f065215e6f46 2023-12-07T15:59:59.162 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (5m) 13s ago 21m 58.0M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d92fb430c584 2023-12-07T15:59:59.162 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (8m) 13s ago 14m 12.4M - 1.3.1 1dbe0e931976 20eca3d71286 2023-12-07T15:59:59.162 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (7m) 12s ago 14m 12.8M - 1.3.1 1dbe0e931976 0024f19bccdb 2023-12-07T15:59:59.162 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (3m) 13s ago 20m 56.6M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 1c6417ba1117 2023-12-07T15:59:59.163 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (3m) 13s ago 19m 57.4M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 7a224a561741 2023-12-07T15:59:59.163 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (2m) 13s ago 19m 50.3M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 00d71a801fed 2023-12-07T15:59:59.163 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (107s) 13s ago 18m 52.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 722b2617412e 2023-12-07T15:59:59.163 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (44s) 12s ago 17m 45.9M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 d81b80ea4a46 2023-12-07T15:59:59.163 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 starting - - - 4096M 2023-12-07T15:59:59.163 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (16m) 12s ago 16m 65.5M 4096M 17.2.0 e1d6a67b021e 51558c5fcfc4 2023-12-07T15:59:59.163 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (16m) 12s ago 16m 71.7M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T15:59:59.163 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (6m) 12s ago 15m 66.0M - 2.33.4 514e6a882f6e 64f00ffdc6cb 2023-12-07T15:59:59.163 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (12m) 13s ago 12m 89.5M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T15:59:59.163 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (12m) 12s ago 12m 89.0M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T15:59:59.163 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (12m) 13s ago 12m 90.7M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T15:59:59.163 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (12m) 12s ago 12m 89.5M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T15:59:59.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: cephadm 2023-12-07T15:59:57.182492+0000 mgr.y (mgr.25453) 1398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: cluster 2023-12-07T15:59:57.238877+0000 mgr.y (mgr.25453) 1399 : cluster 0 pgmap v265: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-07T15:59:59.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: cephadm 2023-12-07T15:59:57.281799+0000 mgr.y (mgr.25453) 1400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: cephadm 2023-12-07T15:59:57.381068+0000 mgr.y (mgr.25453) 1401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: cephadm 2023-12-07T15:59:57.486819+0000 mgr.y (mgr.25453) 1402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: cephadm 2023-12-07T15:59:57.597638+0000 mgr.y (mgr.25453) 1403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: cephadm 2023-12-07T15:59:57.695283+0000 mgr.y (mgr.25453) 1404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: cephadm 2023-12-07T15:59:57.793842+0000 mgr.y (mgr.25453) 1405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:57.877474+0000 mon.c (mon.1) 3053 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:57.880318+0000 mon.c (mon.1) 3054 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:57.883762+0000 mon.c (mon.1) 3055 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:57.885005+0000 mon.c (mon.1) 3056 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:57.893669+0000 mon.a (mon.0) 1367 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: cephadm 2023-12-07T15:59:57.895933+0000 mgr.y (mgr.25453) 1406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:57.974593+0000 mon.c (mon.1) 3057 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:57.977271+0000 mon.c (mon.1) 3058 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:57.980501+0000 mon.c (mon.1) 3059 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:57.981493+0000 mon.c (mon.1) 3060 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:57.988993+0000 mon.a (mon.0) 1368 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: cephadm 2023-12-07T15:59:57.990259+0000 mgr.y (mgr.25453) 1407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: cephadm 2023-12-07T15:59:57.182492+0000 mgr.y (mgr.25453) 1398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: cluster 2023-12-07T15:59:57.238877+0000 mgr.y (mgr.25453) 1399 : cluster 0 pgmap v265: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-07T15:59:59.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: cephadm 2023-12-07T15:59:57.281799+0000 mgr.y (mgr.25453) 1400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: cephadm 2023-12-07T15:59:57.381068+0000 mgr.y (mgr.25453) 1401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: cephadm 2023-12-07T15:59:57.486819+0000 mgr.y (mgr.25453) 1402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: cephadm 2023-12-07T15:59:57.597638+0000 mgr.y (mgr.25453) 1403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: cephadm 2023-12-07T15:59:57.695283+0000 mgr.y (mgr.25453) 1404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: cephadm 2023-12-07T15:59:57.793842+0000 mgr.y (mgr.25453) 1405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:57.877474+0000 mon.c (mon.1) 3053 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:57.880318+0000 mon.c (mon.1) 3054 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:57.883762+0000 mon.c (mon.1) 3055 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:57.885005+0000 mon.c (mon.1) 3056 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:57.893669+0000 mon.a (mon.0) 1367 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: cephadm 2023-12-07T15:59:57.895933+0000 mgr.y (mgr.25453) 1406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:57.974593+0000 mon.c (mon.1) 3057 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:57.977271+0000 mon.c (mon.1) 3058 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:57.980501+0000 mon.c (mon.1) 3059 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:57.981493+0000 mon.c (mon.1) 3060 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:57.988993+0000 mon.a (mon.0) 1368 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: cephadm 2023-12-07T15:59:57.990259+0000 mgr.y (mgr.25453) 1407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.068276+0000 mon.c (mon.1) 3061 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.071113+0000 mon.c (mon.1) 3062 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.073566+0000 mon.c (mon.1) 3063 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.074415+0000 mon.c (mon.1) 3064 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.080238+0000 mon.a (mon.0) 1369 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: cephadm 2023-12-07T15:59:58.081866+0000 mgr.y (mgr.25453) 1408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.161324+0000 mon.c (mon.1) 3065 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.163790+0000 mon.c (mon.1) 3066 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.166416+0000 mon.c (mon.1) 3067 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.167248+0000 mon.c (mon.1) 3068 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.173792+0000 mon.a (mon.0) 1370 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.256520+0000 mon.c (mon.1) 3069 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.258759+0000 mon.c (mon.1) 3070 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.261537+0000 mon.c (mon.1) 3071 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.262415+0000 mon.c (mon.1) 3072 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.267962+0000 mon.a (mon.0) 1371 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.336527+0000 mon.c (mon.1) 3073 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.339298+0000 mon.c (mon.1) 3074 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.342219+0000 mon.c (mon.1) 3075 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.343208+0000 mon.c (mon.1) 3076 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.068276+0000 mon.c (mon.1) 3061 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.071113+0000 mon.c (mon.1) 3062 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.073566+0000 mon.c (mon.1) 3063 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.074415+0000 mon.c (mon.1) 3064 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.080238+0000 mon.a (mon.0) 1369 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: cephadm 2023-12-07T15:59:58.081866+0000 mgr.y (mgr.25453) 1408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.161324+0000 mon.c (mon.1) 3065 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.163790+0000 mon.c (mon.1) 3066 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.166416+0000 mon.c (mon.1) 3067 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.167248+0000 mon.c (mon.1) 3068 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.173792+0000 mon.a (mon.0) 1370 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.256520+0000 mon.c (mon.1) 3069 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.258759+0000 mon.c (mon.1) 3070 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.261537+0000 mon.c (mon.1) 3071 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.262415+0000 mon.c (mon.1) 3072 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.267962+0000 mon.a (mon.0) 1371 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.336527+0000 mon.c (mon.1) 3073 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.339298+0000 mon.c (mon.1) 3074 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.342219+0000 mon.c (mon.1) 3075 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.343208+0000 mon.c (mon.1) 3076 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.349977+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.435476+0000 mon.c (mon.1) 3077 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.438271+0000 mon.c (mon.1) 3078 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.441464+0000 mon.c (mon.1) 3079 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.442559+0000 mon.c (mon.1) 3080 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.455523+0000 mon.a (mon.0) 1373 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.539835+0000 mon.c (mon.1) 3081 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.542162+0000 mon.c (mon.1) 3082 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.545836+0000 mon.c (mon.1) 3083 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.547223+0000 mon.c (mon.1) 3084 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.555568+0000 mon.a (mon.0) 1374 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.640457+0000 mon.c (mon.1) 3085 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.642957+0000 mon.c (mon.1) 3086 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.645511+0000 mon.c (mon.1) 3087 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.646850+0000 mon.c (mon.1) 3088 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.655486+0000 mon.a (mon.0) 1375 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.732414+0000 mon.c (mon.1) 3089 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.736189+0000 mon.c (mon.1) 3090 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.739148+0000 mon.c (mon.1) 3091 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.740293+0000 mon.c (mon.1) 3092 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.747422+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.349977+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.435476+0000 mon.c (mon.1) 3077 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.438271+0000 mon.c (mon.1) 3078 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.441464+0000 mon.c (mon.1) 3079 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.442559+0000 mon.c (mon.1) 3080 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.455523+0000 mon.a (mon.0) 1373 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.539835+0000 mon.c (mon.1) 3081 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.542162+0000 mon.c (mon.1) 3082 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.545836+0000 mon.c (mon.1) 3083 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.547223+0000 mon.c (mon.1) 3084 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.555568+0000 mon.a (mon.0) 1374 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.640457+0000 mon.c (mon.1) 3085 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.642957+0000 mon.c (mon.1) 3086 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.645511+0000 mon.c (mon.1) 3087 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.646850+0000 mon.c (mon.1) 3088 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.655486+0000 mon.a (mon.0) 1375 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.732414+0000 mon.c (mon.1) 3089 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.736189+0000 mon.c (mon.1) 3090 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.739148+0000 mon.c (mon.1) 3091 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.740293+0000 mon.c (mon.1) 3092 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.747422+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.825126+0000 mon.c (mon.1) 3093 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[81553]: audit 2023-12-07T15:59:58.827486+0000 mon.c (mon.1) 3094 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.825126+0000 mon.c (mon.1) 3093 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:58 smithi121 bash[83807]: audit 2023-12-07T15:59:58.827486+0000 mon.c (mon.1) 3094 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.647 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T15:59:59.647 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T15:59:59.647 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T15:59:59.647 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:59:59.648 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T15:59:59.648 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T15:59:59.648 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:59:59.648 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T15:59:59.648 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-07T15:59:59.648 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 5 2023-12-07T15:59:59.648 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:59:59.648 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T15:59:59.648 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T15:59:59.648 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T15:59:59.648 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T15:59:59.648 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-07T15:59:59.648 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 10 2023-12-07T15:59:59.648 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T15:59:59.649 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T15:59:59.990 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[78431]: debug 2023-12-07T15:59:59.934+0000 7f3bd4deb640 -1 osd.5 0 read_superblock omap replica is missing. 2023-12-07T15:59:59.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: cephadm 2023-12-07T15:59:58.175373+0000 mgr.y (mgr.25453) 1409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: cephadm 2023-12-07T15:59:58.271053+0000 mgr.y (mgr.25453) 1410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:58.311215+0000 mgr.y (mgr.25453) 1411 : audit 0 from='client.44463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:59.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: cephadm 2023-12-07T15:59:58.351354+0000 mgr.y (mgr.25453) 1412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: cephadm 2023-12-07T15:59:58.457375+0000 mgr.y (mgr.25453) 1413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: cephadm 2023-12-07T15:59:58.556882+0000 mgr.y (mgr.25453) 1414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: cephadm 2023-12-07T15:59:58.656473+0000 mgr.y (mgr.25453) 1415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:58.696335+0000 mgr.y (mgr.25453) 1416 : audit 0 from='client.44469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:59.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: cephadm 2023-12-07T15:59:58.749228+0000 mgr.y (mgr.25453) 1417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:58.830468+0000 mon.c (mon.1) 3095 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:58.838764+0000 mon.c (mon.1) 3096 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:58.845164+0000 mon.a (mon.0) 1377 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: cephadm 2023-12-07T15:59:58.846664+0000 mgr.y (mgr.25453) 1418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:58.927566+0000 mon.c (mon.1) 3097 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:58.930497+0000 mon.c (mon.1) 3098 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.991 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:58.934260+0000 mon.c (mon.1) 3099 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:58.935603+0000 mon.c (mon.1) 3100 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:58.944031+0000 mon.a (mon.0) 1378 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: cephadm 2023-12-07T15:59:58.945890+0000 mgr.y (mgr.25453) 1419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.027943+0000 mon.c (mon.1) 3101 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.030801+0000 mon.c (mon.1) 3102 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.035963+0000 mon.c (mon.1) 3103 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.037438+0000 mon.c (mon.1) 3104 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.045611+0000 mon.a (mon.0) 1379 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: cephadm 2023-12-07T15:59:59.046603+0000 mgr.y (mgr.25453) 1420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.124507+0000 mon.c (mon.1) 3105 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.128899+0000 mon.c (mon.1) 3106 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.132987+0000 mon.c (mon.1) 3107 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.134772+0000 mgr.y (mgr.25453) 1421 : audit 0 from='client.54469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.138793+0000 mon.c (mon.1) 3108 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.166784+0000 mon.a (mon.0) 1380 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: cephadm 2023-12-07T15:59:59.168307+0000 mgr.y (mgr.25453) 1422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.247083+0000 mon.c (mon.1) 3109 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.992 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.251188+0000 mon.c (mon.1) 3110 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.253757+0000 mon.c (mon.1) 3111 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.254794+0000 mon.c (mon.1) 3112 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.261970+0000 mon.a (mon.0) 1381 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.343904+0000 mon.c (mon.1) 3113 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.346447+0000 mon.c (mon.1) 3114 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.348718+0000 mon.c (mon.1) 3115 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.349740+0000 mon.c (mon.1) 3116 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.359738+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.425240+0000 mon.c (mon.1) 3117 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.428362+0000 mon.c (mon.1) 3118 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.432209+0000 mon.c (mon.1) 3119 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.433495+0000 mon.c (mon.1) 3120 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.442817+0000 mon.a (mon.0) 1383 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.527943+0000 mon.c (mon.1) 3121 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.530841+0000 mon.c (mon.1) 3122 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.533533+0000 mon.c (mon.1) 3123 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.993 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.534827+0000 mon.c (mon.1) 3124 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.542091+0000 mon.a (mon.0) 1384 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.622530+0000 mon.c (mon.1) 3125 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.625396+0000 mon.c (mon.1) 3126 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.628925+0000 mon.c (mon.1) 3127 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.630254+0000 mon.c (mon.1) 3128 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.639540+0000 mon.a (mon.0) 1385 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.644254+0000 mon.a (mon.0) 1386 : audit 0 from='client.? 172.21.15.121:0/4093195636' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.718267+0000 mon.c (mon.1) 3129 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.721165+0000 mon.c (mon.1) 3130 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.724568+0000 mon.c (mon.1) 3131 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.725924+0000 mon.c (mon.1) 3132 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:59.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.735877+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T15:59:59.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.818964+0000 mon.c (mon.1) 3133 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.822213+0000 mon.c (mon.1) 3134 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T15:59:59.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.826185+0000 mon.c (mon.1) 3135 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:59.994 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[66528]: audit 2023-12-07T15:59:59.827629+0000 mon.c (mon.1) 3136 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.028 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T16:00:00.028 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:00:00.028 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T16:00:00.028 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:00:00.028 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [ 2023-12-07T16:00:00.028 INFO:teuthology.orchestra.run.smithi121.stdout: "mon", 2023-12-07T16:00:00.028 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr" 2023-12-07T16:00:00.028 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T16:00:00.028 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "10/23 daemons upgraded", 2023-12-07T16:00:00.028 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Currently upgrading osd daemons", 2023-12-07T16:00:00.028 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T16:00:00.029 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T16:00:00.126 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 15:59:59 smithi144 bash[78431]: debug 2023-12-07T15:59:59.982+0000 7f3bd4deb640 -1 osd.5 145 log_to_monitors true 2023-12-07T16:00:00.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: cephadm 2023-12-07T15:59:58.175373+0000 mgr.y (mgr.25453) 1409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: cephadm 2023-12-07T15:59:58.271053+0000 mgr.y (mgr.25453) 1410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:58.311215+0000 mgr.y (mgr.25453) 1411 : audit 0 from='client.44463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:00.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: cephadm 2023-12-07T15:59:58.351354+0000 mgr.y (mgr.25453) 1412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: cephadm 2023-12-07T15:59:58.457375+0000 mgr.y (mgr.25453) 1413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: cephadm 2023-12-07T15:59:58.556882+0000 mgr.y (mgr.25453) 1414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: cephadm 2023-12-07T15:59:58.656473+0000 mgr.y (mgr.25453) 1415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:58.696335+0000 mgr.y (mgr.25453) 1416 : audit 0 from='client.44469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: cephadm 2023-12-07T15:59:58.749228+0000 mgr.y (mgr.25453) 1417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:58.830468+0000 mon.c (mon.1) 3095 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:58.838764+0000 mon.c (mon.1) 3096 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:58.845164+0000 mon.a (mon.0) 1377 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: cephadm 2023-12-07T15:59:58.846664+0000 mgr.y (mgr.25453) 1418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:58.927566+0000 mon.c (mon.1) 3097 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:58.930497+0000 mon.c (mon.1) 3098 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:58.934260+0000 mon.c (mon.1) 3099 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:58.935603+0000 mon.c (mon.1) 3100 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:58.944031+0000 mon.a (mon.0) 1378 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: cephadm 2023-12-07T15:59:58.945890+0000 mgr.y (mgr.25453) 1419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.027943+0000 mon.c (mon.1) 3101 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: cephadm 2023-12-07T15:59:58.175373+0000 mgr.y (mgr.25453) 1409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: cephadm 2023-12-07T15:59:58.271053+0000 mgr.y (mgr.25453) 1410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:58.311215+0000 mgr.y (mgr.25453) 1411 : audit 0 from='client.44463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: cephadm 2023-12-07T15:59:58.351354+0000 mgr.y (mgr.25453) 1412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: cephadm 2023-12-07T15:59:58.457375+0000 mgr.y (mgr.25453) 1413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: cephadm 2023-12-07T15:59:58.556882+0000 mgr.y (mgr.25453) 1414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: cephadm 2023-12-07T15:59:58.656473+0000 mgr.y (mgr.25453) 1415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:58.696335+0000 mgr.y (mgr.25453) 1416 : audit 0 from='client.44469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: cephadm 2023-12-07T15:59:58.749228+0000 mgr.y (mgr.25453) 1417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:58.830468+0000 mon.c (mon.1) 3095 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:58.838764+0000 mon.c (mon.1) 3096 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:58.845164+0000 mon.a (mon.0) 1377 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: cephadm 2023-12-07T15:59:58.846664+0000 mgr.y (mgr.25453) 1418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:58.927566+0000 mon.c (mon.1) 3097 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:58.930497+0000 mon.c (mon.1) 3098 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:58.934260+0000 mon.c (mon.1) 3099 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:58.935603+0000 mon.c (mon.1) 3100 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:58.944031+0000 mon.a (mon.0) 1378 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: cephadm 2023-12-07T15:59:58.945890+0000 mgr.y (mgr.25453) 1419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.027943+0000 mon.c (mon.1) 3101 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.030801+0000 mon.c (mon.1) 3102 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.035963+0000 mon.c (mon.1) 3103 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.037438+0000 mon.c (mon.1) 3104 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.045611+0000 mon.a (mon.0) 1379 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: cephadm 2023-12-07T15:59:59.046603+0000 mgr.y (mgr.25453) 1420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.124507+0000 mon.c (mon.1) 3105 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.128899+0000 mon.c (mon.1) 3106 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.132987+0000 mon.c (mon.1) 3107 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.134772+0000 mgr.y (mgr.25453) 1421 : audit 0 from='client.54469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:00.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.138793+0000 mon.c (mon.1) 3108 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.166784+0000 mon.a (mon.0) 1380 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: cephadm 2023-12-07T15:59:59.168307+0000 mgr.y (mgr.25453) 1422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.247083+0000 mon.c (mon.1) 3109 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.251188+0000 mon.c (mon.1) 3110 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.253757+0000 mon.c (mon.1) 3111 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.254794+0000 mon.c (mon.1) 3112 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.261970+0000 mon.a (mon.0) 1381 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.343904+0000 mon.c (mon.1) 3113 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.346447+0000 mon.c (mon.1) 3114 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.348718+0000 mon.c (mon.1) 3115 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.349740+0000 mon.c (mon.1) 3116 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.030801+0000 mon.c (mon.1) 3102 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.035963+0000 mon.c (mon.1) 3103 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.037438+0000 mon.c (mon.1) 3104 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.045611+0000 mon.a (mon.0) 1379 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: cephadm 2023-12-07T15:59:59.046603+0000 mgr.y (mgr.25453) 1420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.124507+0000 mon.c (mon.1) 3105 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.128899+0000 mon.c (mon.1) 3106 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.132987+0000 mon.c (mon.1) 3107 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.134772+0000 mgr.y (mgr.25453) 1421 : audit 0 from='client.54469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:00.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.138793+0000 mon.c (mon.1) 3108 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.166784+0000 mon.a (mon.0) 1380 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: cephadm 2023-12-07T15:59:59.168307+0000 mgr.y (mgr.25453) 1422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:00.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.247083+0000 mon.c (mon.1) 3109 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.251188+0000 mon.c (mon.1) 3110 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.253757+0000 mon.c (mon.1) 3111 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.254794+0000 mon.c (mon.1) 3112 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.261970+0000 mon.a (mon.0) 1381 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.343904+0000 mon.c (mon.1) 3113 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.346447+0000 mon.c (mon.1) 3114 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.348718+0000 mon.c (mon.1) 3115 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.349740+0000 mon.c (mon.1) 3116 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.359738+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.425240+0000 mon.c (mon.1) 3117 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.428362+0000 mon.c (mon.1) 3118 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.432209+0000 mon.c (mon.1) 3119 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.433495+0000 mon.c (mon.1) 3120 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.442817+0000 mon.a (mon.0) 1383 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.527943+0000 mon.c (mon.1) 3121 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.530841+0000 mon.c (mon.1) 3122 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.533533+0000 mon.c (mon.1) 3123 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.534827+0000 mon.c (mon.1) 3124 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.542091+0000 mon.a (mon.0) 1384 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.622530+0000 mon.c (mon.1) 3125 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.625396+0000 mon.c (mon.1) 3126 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.628925+0000 mon.c (mon.1) 3127 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.630254+0000 mon.c (mon.1) 3128 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.639540+0000 mon.a (mon.0) 1385 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.644254+0000 mon.a (mon.0) 1386 : audit 0 from='client.? 172.21.15.121:0/4093195636' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.718267+0000 mon.c (mon.1) 3129 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.721165+0000 mon.c (mon.1) 3130 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.724568+0000 mon.c (mon.1) 3131 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.359738+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.425240+0000 mon.c (mon.1) 3117 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.428362+0000 mon.c (mon.1) 3118 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.432209+0000 mon.c (mon.1) 3119 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.433495+0000 mon.c (mon.1) 3120 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.442817+0000 mon.a (mon.0) 1383 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.527943+0000 mon.c (mon.1) 3121 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.530841+0000 mon.c (mon.1) 3122 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.533533+0000 mon.c (mon.1) 3123 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.534827+0000 mon.c (mon.1) 3124 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.542091+0000 mon.a (mon.0) 1384 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.622530+0000 mon.c (mon.1) 3125 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.625396+0000 mon.c (mon.1) 3126 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.628925+0000 mon.c (mon.1) 3127 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.630254+0000 mon.c (mon.1) 3128 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.639540+0000 mon.a (mon.0) 1385 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.644254+0000 mon.a (mon.0) 1386 : audit 0 from='client.? 172.21.15.121:0/4093195636' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.718267+0000 mon.c (mon.1) 3129 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.721165+0000 mon.c (mon.1) 3130 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.724568+0000 mon.c (mon.1) 3131 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.725924+0000 mon.c (mon.1) 3132 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.735877+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.818964+0000 mon.c (mon.1) 3133 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.822213+0000 mon.c (mon.1) 3134 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.826185+0000 mon.c (mon.1) 3135 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[81553]: audit 2023-12-07T15:59:59.827629+0000 mon.c (mon.1) 3136 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.725924+0000 mon.c (mon.1) 3132 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.735877+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:00.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.818964+0000 mon.c (mon.1) 3133 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:00.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.822213+0000 mon.c (mon.1) 3134 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:00.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.826185+0000 mon.c (mon.1) 3135 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 15:59:59 smithi121 bash[83807]: audit 2023-12-07T15:59:59.827629+0000 mon.c (mon.1) 3136 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.487 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 74/630 objects degraded (11.746%), 22 pgs degraded 2023-12-07T16:00:00.487 INFO:teuthology.orchestra.run.smithi121.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-07T16:00:00.487 INFO:teuthology.orchestra.run.smithi121.stdout: osd.5 (root=default,host=smithi144) is down 2023-12-07T16:00:00.487 INFO:teuthology.orchestra.run.smithi121.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 74/630 objects degraded (11.746%), 22 pgs degraded 2023-12-07T16:00:00.487 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.12 is active+undersized+degraded, acting [3,7] 2023-12-07T16:00:00.487 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.14 is active+undersized+degraded, acting [6,3] 2023-12-07T16:00:00.487 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.16 is active+undersized+degraded, acting [6,2] 2023-12-07T16:00:00.487 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.17 is active+undersized+degraded, acting [6,2] 2023-12-07T16:00:00.487 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.18 is active+undersized+degraded, acting [4,7] 2023-12-07T16:00:00.487 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.1e is active+undersized+degraded, acting [3,0] 2023-12-07T16:00:00.487 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.2 is active+undersized+degraded, acting [3,6] 2023-12-07T16:00:00.487 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.4 is active+undersized+degraded, acting [1,2] 2023-12-07T16:00:00.487 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.5 is active+undersized+degraded, acting [3,2] 2023-12-07T16:00:00.488 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.c is active+undersized+degraded, acting [3,6] 2023-12-07T16:00:00.488 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.d is active+undersized+degraded, acting [7,6] 2023-12-07T16:00:00.488 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.10 is active+undersized+degraded, acting [6,0] 2023-12-07T16:00:00.488 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.16 is active+undersized+degraded, acting [7,1] 2023-12-07T16:00:00.488 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.17 is active+undersized+degraded, acting [0,3] 2023-12-07T16:00:00.488 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.1c is active+undersized+degraded, acting [4,1] 2023-12-07T16:00:00.488 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.1d is active+undersized+degraded, acting [4,6] 2023-12-07T16:00:00.488 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.1f is active+undersized+degraded, acting [0,2] 2023-12-07T16:00:00.488 INFO:teuthology.orchestra.run.smithi121.stdout: pg 4.3 is active+undersized+degraded, acting [0,7] 2023-12-07T16:00:00.488 INFO:teuthology.orchestra.run.smithi121.stdout: pg 4.15 is active+undersized+degraded, acting [7,3] 2023-12-07T16:00:00.488 INFO:teuthology.orchestra.run.smithi121.stdout: pg 4.1f is active+undersized+degraded, acting [6,1] 2023-12-07T16:00:00.488 INFO:teuthology.orchestra.run.smithi121.stdout: pg 6.c is active+undersized+degraded, acting [3,6] 2023-12-07T16:00:00.488 INFO:teuthology.orchestra.run.smithi121.stdout: pg 6.1a is active+undersized+degraded, acting [4,1] 2023-12-07T16:00:01.126 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[78431]: debug 2023-12-07T16:00:01.002+0000 7f3bc625c700 -1 osd.5 145 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T16:00:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T15:59:59.239972+0000 mgr.y (mgr.25453) 1423 : cluster 0 pgmap v266: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-07T16:00:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cephadm 2023-12-07T15:59:59.263429+0000 mgr.y (mgr.25453) 1424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cephadm 2023-12-07T15:59:59.361820+0000 mgr.y (mgr.25453) 1425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cephadm 2023-12-07T15:59:59.444973+0000 mgr.y (mgr.25453) 1426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cephadm 2023-12-07T15:59:59.544794+0000 mgr.y (mgr.25453) 1427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cephadm 2023-12-07T15:59:59.640612+0000 mgr.y (mgr.25453) 1428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cephadm 2023-12-07T15:59:59.738732+0000 mgr.y (mgr.25453) 1429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T15:59:59.848589+0000 mon.a (mon.0) 1388 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cephadm 2023-12-07T15:59:59.850334+0000 mgr.y (mgr.25453) 1430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T15:59:59.929576+0000 mon.c (mon.1) 3137 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T15:59:59.932148+0000 mon.c (mon.1) 3138 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T15:59:59.935050+0000 mon.c (mon.1) 3139 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T15:59:59.936114+0000 mon.c (mon.1) 3140 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T15:59:59.943928+0000 mon.a (mon.0) 1389 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cephadm 2023-12-07T15:59:59.944647+0000 mgr.y (mgr.25453) 1431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T15:59:59.992939+0000 mon.a (mon.0) 1390 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T16:00:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T15:59:59.993311+0000 mon.b (mon.2) 7 : audit 1 from='osd.5 [v2:172.21.15.144:6808/2620608889,v1:172.21.15.144:6809/2620608889]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T16:00:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000106+0000 mon.a (mon.0) 1391 : cluster 3 Health detail: HEALTH_WARN 1 osds down; Degraded data redundancy: 74/630 objects degraded (11.746%), 22 pgs degraded 2023-12-07T16:00:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000135+0000 mon.a (mon.0) 1392 : cluster 3 [WRN] OSD_DOWN: 1 osds down 2023-12-07T16:00:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000153+0000 mon.a (mon.0) 1393 : cluster 3 osd.5 (root=default,host=smithi144) is down 2023-12-07T16:00:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000169+0000 mon.a (mon.0) 1394 : cluster 3 [WRN] PG_DEGRADED: Degraded data redundancy: 74/630 objects degraded (11.746%), 22 pgs degraded 2023-12-07T16:00:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000185+0000 mon.a (mon.0) 1395 : cluster 3 pg 2.12 is active+undersized+degraded, acting [3,7] 2023-12-07T16:00:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000198+0000 mon.a (mon.0) 1396 : cluster 3 pg 2.14 is active+undersized+degraded, acting [6,3] 2023-12-07T16:00:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000213+0000 mon.a (mon.0) 1397 : cluster 3 pg 2.16 is active+undersized+degraded, acting [6,2] 2023-12-07T16:00:01.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000228+0000 mon.a (mon.0) 1398 : cluster 3 pg 2.17 is active+undersized+degraded, acting [6,2] 2023-12-07T16:00:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000243+0000 mon.a (mon.0) 1399 : cluster 3 pg 2.18 is active+undersized+degraded, acting [4,7] 2023-12-07T16:00:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000257+0000 mon.a (mon.0) 1400 : cluster 3 pg 2.1e is active+undersized+degraded, acting [3,0] 2023-12-07T16:00:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000270+0000 mon.a (mon.0) 1401 : cluster 3 pg 3.2 is active+undersized+degraded, acting [3,6] 2023-12-07T16:00:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000283+0000 mon.a (mon.0) 1402 : cluster 3 pg 3.4 is active+undersized+degraded, acting [1,2] 2023-12-07T16:00:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000296+0000 mon.a (mon.0) 1403 : cluster 3 pg 3.5 is active+undersized+degraded, acting [3,2] 2023-12-07T16:00:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000312+0000 mon.a (mon.0) 1404 : cluster 3 pg 3.c is active+undersized+degraded, acting [3,6] 2023-12-07T16:00:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000327+0000 mon.a (mon.0) 1405 : cluster 3 pg 3.d is active+undersized+degraded, acting [7,6] 2023-12-07T16:00:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000341+0000 mon.a (mon.0) 1406 : cluster 3 pg 3.10 is active+undersized+degraded, acting [6,0] 2023-12-07T16:00:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000354+0000 mon.a (mon.0) 1407 : cluster 3 pg 3.16 is active+undersized+degraded, acting [7,1] 2023-12-07T16:00:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000368+0000 mon.a (mon.0) 1408 : cluster 3 pg 3.17 is active+undersized+degraded, acting [0,3] 2023-12-07T16:00:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000381+0000 mon.a (mon.0) 1409 : cluster 3 pg 3.1c is active+undersized+degraded, acting [4,1] 2023-12-07T16:00:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000395+0000 mon.a (mon.0) 1410 : cluster 3 pg 3.1d is active+undersized+degraded, acting [4,6] 2023-12-07T16:00:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000408+0000 mon.a (mon.0) 1411 : cluster 3 pg 3.1f is active+undersized+degraded, acting [0,2] 2023-12-07T16:00:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000422+0000 mon.a (mon.0) 1412 : cluster 3 pg 4.3 is active+undersized+degraded, acting [0,7] 2023-12-07T16:00:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000435+0000 mon.a (mon.0) 1413 : cluster 3 pg 4.15 is active+undersized+degraded, acting [7,3] 2023-12-07T16:00:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000448+0000 mon.a (mon.0) 1414 : cluster 3 pg 4.1f is active+undersized+degraded, acting [6,1] 2023-12-07T16:00:01.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000461+0000 mon.a (mon.0) 1415 : cluster 3 pg 6.c is active+undersized+degraded, acting [3,6] 2023-12-07T16:00:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.000476+0000 mon.a (mon.0) 1416 : cluster 3 pg 6.1a is active+undersized+degraded, acting [4,1] 2023-12-07T16:00:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.023761+0000 mgr.y (mgr.25453) 1432 : audit 0 from='client.54481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.024751+0000 mon.c (mon.1) 3141 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.027511+0000 mon.c (mon.1) 3142 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.030416+0000 mon.c (mon.1) 3143 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.031495+0000 mon.c (mon.1) 3144 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.038666+0000 mon.a (mon.0) 1417 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cephadm 2023-12-07T16:00:00.039514+0000 mgr.y (mgr.25453) 1433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.119290+0000 mon.c (mon.1) 3145 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.121984+0000 mon.c (mon.1) 3146 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.124634+0000 mon.c (mon.1) 3147 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.125535+0000 mon.c (mon.1) 3148 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.132977+0000 mon.a (mon.0) 1418 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: cephadm 2023-12-07T16:00:00.133733+0000 mgr.y (mgr.25453) 1434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.213118+0000 mon.c (mon.1) 3149 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.216926+0000 mon.c (mon.1) 3150 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.220814+0000 mon.c (mon.1) 3151 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.222072+0000 mon.c (mon.1) 3152 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.231898+0000 mon.a (mon.0) 1419 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.311645+0000 mon.c (mon.1) 3153 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.313891+0000 mon.c (mon.1) 3154 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.316616+0000 mon.c (mon.1) 3155 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.317541+0000 mon.c (mon.1) 3156 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.325391+0000 mon.a (mon.0) 1420 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.404727+0000 mon.c (mon.1) 3157 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.409071+0000 mon.c (mon.1) 3158 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.413214+0000 mon.c (mon.1) 3159 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.414846+0000 mon.c (mon.1) 3160 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.422123+0000 mon.a (mon.0) 1421 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.484315+0000 mon.a (mon.0) 1422 : audit 0 from='client.? 172.21.15.121:0/2943855679' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:00:01.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.503493+0000 mon.c (mon.1) 3161 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.505625+0000 mon.c (mon.1) 3162 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.507544+0000 mon.c (mon.1) 3163 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.508295+0000 mon.c (mon.1) 3164 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.514276+0000 mon.a (mon.0) 1423 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.595928+0000 mon.c (mon.1) 3165 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.598188+0000 mon.c (mon.1) 3166 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.601030+0000 mon.c (mon.1) 3167 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.602157+0000 mon.c (mon.1) 3168 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.610137+0000 mon.a (mon.0) 1424 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.689922+0000 mon.c (mon.1) 3169 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.693942+0000 mon.c (mon.1) 3170 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.697755+0000 mon.c (mon.1) 3171 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.698851+0000 mon.c (mon.1) 3172 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.706195+0000 mon.a (mon.0) 1425 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.791159+0000 mon.c (mon.1) 3173 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.793854+0000 mon.c (mon.1) 3174 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.796820+0000 mon.c (mon.1) 3175 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.797775+0000 mon.c (mon.1) 3176 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:00 smithi144 bash[66528]: audit 2023-12-07T16:00:00.804731+0000 mon.a (mon.0) 1426 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T15:59:59.239972+0000 mgr.y (mgr.25453) 1423 : cluster 0 pgmap v266: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-07T16:00:01.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cephadm 2023-12-07T15:59:59.263429+0000 mgr.y (mgr.25453) 1424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cephadm 2023-12-07T15:59:59.361820+0000 mgr.y (mgr.25453) 1425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cephadm 2023-12-07T15:59:59.444973+0000 mgr.y (mgr.25453) 1426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cephadm 2023-12-07T15:59:59.544794+0000 mgr.y (mgr.25453) 1427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cephadm 2023-12-07T15:59:59.640612+0000 mgr.y (mgr.25453) 1428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cephadm 2023-12-07T15:59:59.738732+0000 mgr.y (mgr.25453) 1429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T15:59:59.848589+0000 mon.a (mon.0) 1388 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cephadm 2023-12-07T15:59:59.850334+0000 mgr.y (mgr.25453) 1430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T15:59:59.929576+0000 mon.c (mon.1) 3137 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T15:59:59.932148+0000 mon.c (mon.1) 3138 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T15:59:59.935050+0000 mon.c (mon.1) 3139 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T15:59:59.936114+0000 mon.c (mon.1) 3140 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T15:59:59.943928+0000 mon.a (mon.0) 1389 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cephadm 2023-12-07T15:59:59.944647+0000 mgr.y (mgr.25453) 1431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T15:59:59.992939+0000 mon.a (mon.0) 1390 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T16:00:01.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T15:59:59.993311+0000 mon.b (mon.2) 7 : audit 1 from='osd.5 [v2:172.21.15.144:6808/2620608889,v1:172.21.15.144:6809/2620608889]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T16:00:01.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000106+0000 mon.a (mon.0) 1391 : cluster 3 Health detail: HEALTH_WARN 1 osds down; Degraded data redundancy: 74/630 objects degraded (11.746%), 22 pgs degraded 2023-12-07T16:00:01.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000135+0000 mon.a (mon.0) 1392 : cluster 3 [WRN] OSD_DOWN: 1 osds down 2023-12-07T16:00:01.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000153+0000 mon.a (mon.0) 1393 : cluster 3 osd.5 (root=default,host=smithi144) is down 2023-12-07T16:00:01.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T15:59:59.239972+0000 mgr.y (mgr.25453) 1423 : cluster 0 pgmap v266: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 204 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-07T16:00:01.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cephadm 2023-12-07T15:59:59.263429+0000 mgr.y (mgr.25453) 1424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cephadm 2023-12-07T15:59:59.361820+0000 mgr.y (mgr.25453) 1425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cephadm 2023-12-07T15:59:59.444973+0000 mgr.y (mgr.25453) 1426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cephadm 2023-12-07T15:59:59.544794+0000 mgr.y (mgr.25453) 1427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cephadm 2023-12-07T15:59:59.640612+0000 mgr.y (mgr.25453) 1428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cephadm 2023-12-07T15:59:59.738732+0000 mgr.y (mgr.25453) 1429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T15:59:59.848589+0000 mon.a (mon.0) 1388 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cephadm 2023-12-07T15:59:59.850334+0000 mgr.y (mgr.25453) 1430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T15:59:59.929576+0000 mon.c (mon.1) 3137 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T15:59:59.932148+0000 mon.c (mon.1) 3138 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T15:59:59.935050+0000 mon.c (mon.1) 3139 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T15:59:59.936114+0000 mon.c (mon.1) 3140 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T15:59:59.943928+0000 mon.a (mon.0) 1389 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cephadm 2023-12-07T15:59:59.944647+0000 mgr.y (mgr.25453) 1431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T15:59:59.992939+0000 mon.a (mon.0) 1390 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T16:00:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T15:59:59.993311+0000 mon.b (mon.2) 7 : audit 1 from='osd.5 [v2:172.21.15.144:6808/2620608889,v1:172.21.15.144:6809/2620608889]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-07T16:00:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000106+0000 mon.a (mon.0) 1391 : cluster 3 Health detail: HEALTH_WARN 1 osds down; Degraded data redundancy: 74/630 objects degraded (11.746%), 22 pgs degraded 2023-12-07T16:00:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000135+0000 mon.a (mon.0) 1392 : cluster 3 [WRN] OSD_DOWN: 1 osds down 2023-12-07T16:00:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000153+0000 mon.a (mon.0) 1393 : cluster 3 osd.5 (root=default,host=smithi144) is down 2023-12-07T16:00:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000169+0000 mon.a (mon.0) 1394 : cluster 3 [WRN] PG_DEGRADED: Degraded data redundancy: 74/630 objects degraded (11.746%), 22 pgs degraded 2023-12-07T16:00:01.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000185+0000 mon.a (mon.0) 1395 : cluster 3 pg 2.12 is active+undersized+degraded, acting [3,7] 2023-12-07T16:00:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000198+0000 mon.a (mon.0) 1396 : cluster 3 pg 2.14 is active+undersized+degraded, acting [6,3] 2023-12-07T16:00:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000213+0000 mon.a (mon.0) 1397 : cluster 3 pg 2.16 is active+undersized+degraded, acting [6,2] 2023-12-07T16:00:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000228+0000 mon.a (mon.0) 1398 : cluster 3 pg 2.17 is active+undersized+degraded, acting [6,2] 2023-12-07T16:00:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000243+0000 mon.a (mon.0) 1399 : cluster 3 pg 2.18 is active+undersized+degraded, acting [4,7] 2023-12-07T16:00:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000257+0000 mon.a (mon.0) 1400 : cluster 3 pg 2.1e is active+undersized+degraded, acting [3,0] 2023-12-07T16:00:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000270+0000 mon.a (mon.0) 1401 : cluster 3 pg 3.2 is active+undersized+degraded, acting [3,6] 2023-12-07T16:00:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000283+0000 mon.a (mon.0) 1402 : cluster 3 pg 3.4 is active+undersized+degraded, acting [1,2] 2023-12-07T16:00:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000296+0000 mon.a (mon.0) 1403 : cluster 3 pg 3.5 is active+undersized+degraded, acting [3,2] 2023-12-07T16:00:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000312+0000 mon.a (mon.0) 1404 : cluster 3 pg 3.c is active+undersized+degraded, acting [3,6] 2023-12-07T16:00:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000327+0000 mon.a (mon.0) 1405 : cluster 3 pg 3.d is active+undersized+degraded, acting [7,6] 2023-12-07T16:00:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000341+0000 mon.a (mon.0) 1406 : cluster 3 pg 3.10 is active+undersized+degraded, acting [6,0] 2023-12-07T16:00:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000354+0000 mon.a (mon.0) 1407 : cluster 3 pg 3.16 is active+undersized+degraded, acting [7,1] 2023-12-07T16:00:01.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000368+0000 mon.a (mon.0) 1408 : cluster 3 pg 3.17 is active+undersized+degraded, acting [0,3] 2023-12-07T16:00:01.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000381+0000 mon.a (mon.0) 1409 : cluster 3 pg 3.1c is active+undersized+degraded, acting [4,1] 2023-12-07T16:00:01.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000395+0000 mon.a (mon.0) 1410 : cluster 3 pg 3.1d is active+undersized+degraded, acting [4,6] 2023-12-07T16:00:01.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000408+0000 mon.a (mon.0) 1411 : cluster 3 pg 3.1f is active+undersized+degraded, acting [0,2] 2023-12-07T16:00:01.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000422+0000 mon.a (mon.0) 1412 : cluster 3 pg 4.3 is active+undersized+degraded, acting [0,7] 2023-12-07T16:00:01.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000435+0000 mon.a (mon.0) 1413 : cluster 3 pg 4.15 is active+undersized+degraded, acting [7,3] 2023-12-07T16:00:01.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000448+0000 mon.a (mon.0) 1414 : cluster 3 pg 4.1f is active+undersized+degraded, acting [6,1] 2023-12-07T16:00:01.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000461+0000 mon.a (mon.0) 1415 : cluster 3 pg 6.c is active+undersized+degraded, acting [3,6] 2023-12-07T16:00:01.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.000476+0000 mon.a (mon.0) 1416 : cluster 3 pg 6.1a is active+undersized+degraded, acting [4,1] 2023-12-07T16:00:01.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.023761+0000 mgr.y (mgr.25453) 1432 : audit 0 from='client.54481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:01.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000169+0000 mon.a (mon.0) 1394 : cluster 3 [WRN] PG_DEGRADED: Degraded data redundancy: 74/630 objects degraded (11.746%), 22 pgs degraded 2023-12-07T16:00:01.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000185+0000 mon.a (mon.0) 1395 : cluster 3 pg 2.12 is active+undersized+degraded, acting [3,7] 2023-12-07T16:00:01.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000198+0000 mon.a (mon.0) 1396 : cluster 3 pg 2.14 is active+undersized+degraded, acting [6,3] 2023-12-07T16:00:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000213+0000 mon.a (mon.0) 1397 : cluster 3 pg 2.16 is active+undersized+degraded, acting [6,2] 2023-12-07T16:00:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000228+0000 mon.a (mon.0) 1398 : cluster 3 pg 2.17 is active+undersized+degraded, acting [6,2] 2023-12-07T16:00:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000243+0000 mon.a (mon.0) 1399 : cluster 3 pg 2.18 is active+undersized+degraded, acting [4,7] 2023-12-07T16:00:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000257+0000 mon.a (mon.0) 1400 : cluster 3 pg 2.1e is active+undersized+degraded, acting [3,0] 2023-12-07T16:00:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000270+0000 mon.a (mon.0) 1401 : cluster 3 pg 3.2 is active+undersized+degraded, acting [3,6] 2023-12-07T16:00:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000283+0000 mon.a (mon.0) 1402 : cluster 3 pg 3.4 is active+undersized+degraded, acting [1,2] 2023-12-07T16:00:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000296+0000 mon.a (mon.0) 1403 : cluster 3 pg 3.5 is active+undersized+degraded, acting [3,2] 2023-12-07T16:00:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000312+0000 mon.a (mon.0) 1404 : cluster 3 pg 3.c is active+undersized+degraded, acting [3,6] 2023-12-07T16:00:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000327+0000 mon.a (mon.0) 1405 : cluster 3 pg 3.d is active+undersized+degraded, acting [7,6] 2023-12-07T16:00:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000341+0000 mon.a (mon.0) 1406 : cluster 3 pg 3.10 is active+undersized+degraded, acting [6,0] 2023-12-07T16:00:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000354+0000 mon.a (mon.0) 1407 : cluster 3 pg 3.16 is active+undersized+degraded, acting [7,1] 2023-12-07T16:00:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000368+0000 mon.a (mon.0) 1408 : cluster 3 pg 3.17 is active+undersized+degraded, acting [0,3] 2023-12-07T16:00:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000381+0000 mon.a (mon.0) 1409 : cluster 3 pg 3.1c is active+undersized+degraded, acting [4,1] 2023-12-07T16:00:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000395+0000 mon.a (mon.0) 1410 : cluster 3 pg 3.1d is active+undersized+degraded, acting [4,6] 2023-12-07T16:00:01.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000408+0000 mon.a (mon.0) 1411 : cluster 3 pg 3.1f is active+undersized+degraded, acting [0,2] 2023-12-07T16:00:01.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000422+0000 mon.a (mon.0) 1412 : cluster 3 pg 4.3 is active+undersized+degraded, acting [0,7] 2023-12-07T16:00:01.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000435+0000 mon.a (mon.0) 1413 : cluster 3 pg 4.15 is active+undersized+degraded, acting [7,3] 2023-12-07T16:00:01.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000448+0000 mon.a (mon.0) 1414 : cluster 3 pg 4.1f is active+undersized+degraded, acting [6,1] 2023-12-07T16:00:01.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000461+0000 mon.a (mon.0) 1415 : cluster 3 pg 6.c is active+undersized+degraded, acting [3,6] 2023-12-07T16:00:01.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.000476+0000 mon.a (mon.0) 1416 : cluster 3 pg 6.1a is active+undersized+degraded, acting [4,1] 2023-12-07T16:00:01.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.023761+0000 mgr.y (mgr.25453) 1432 : audit 0 from='client.54481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:01.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.024751+0000 mon.c (mon.1) 3141 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.027511+0000 mon.c (mon.1) 3142 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.030416+0000 mon.c (mon.1) 3143 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.031495+0000 mon.c (mon.1) 3144 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.038666+0000 mon.a (mon.0) 1417 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cephadm 2023-12-07T16:00:00.039514+0000 mgr.y (mgr.25453) 1433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.119290+0000 mon.c (mon.1) 3145 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.121984+0000 mon.c (mon.1) 3146 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.124634+0000 mon.c (mon.1) 3147 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.125535+0000 mon.c (mon.1) 3148 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.132977+0000 mon.a (mon.0) 1418 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: cephadm 2023-12-07T16:00:00.133733+0000 mgr.y (mgr.25453) 1434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.213118+0000 mon.c (mon.1) 3149 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.216926+0000 mon.c (mon.1) 3150 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.220814+0000 mon.c (mon.1) 3151 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.222072+0000 mon.c (mon.1) 3152 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.231898+0000 mon.a (mon.0) 1419 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.311645+0000 mon.c (mon.1) 3153 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.313891+0000 mon.c (mon.1) 3154 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.316616+0000 mon.c (mon.1) 3155 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.317541+0000 mon.c (mon.1) 3156 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.024751+0000 mon.c (mon.1) 3141 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.027511+0000 mon.c (mon.1) 3142 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.030416+0000 mon.c (mon.1) 3143 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.031495+0000 mon.c (mon.1) 3144 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.038666+0000 mon.a (mon.0) 1417 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cephadm 2023-12-07T16:00:00.039514+0000 mgr.y (mgr.25453) 1433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.119290+0000 mon.c (mon.1) 3145 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.121984+0000 mon.c (mon.1) 3146 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.124634+0000 mon.c (mon.1) 3147 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.125535+0000 mon.c (mon.1) 3148 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.132977+0000 mon.a (mon.0) 1418 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: cephadm 2023-12-07T16:00:00.133733+0000 mgr.y (mgr.25453) 1434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.213118+0000 mon.c (mon.1) 3149 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.216926+0000 mon.c (mon.1) 3150 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.220814+0000 mon.c (mon.1) 3151 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.222072+0000 mon.c (mon.1) 3152 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.231898+0000 mon.a (mon.0) 1419 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.311645+0000 mon.c (mon.1) 3153 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.313891+0000 mon.c (mon.1) 3154 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.316616+0000 mon.c (mon.1) 3155 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.317541+0000 mon.c (mon.1) 3156 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.325391+0000 mon.a (mon.0) 1420 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.404727+0000 mon.c (mon.1) 3157 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.409071+0000 mon.c (mon.1) 3158 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.413214+0000 mon.c (mon.1) 3159 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.414846+0000 mon.c (mon.1) 3160 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.422123+0000 mon.a (mon.0) 1421 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.484315+0000 mon.a (mon.0) 1422 : audit 0 from='client.? 172.21.15.121:0/2943855679' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:00:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.503493+0000 mon.c (mon.1) 3161 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.505625+0000 mon.c (mon.1) 3162 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.507544+0000 mon.c (mon.1) 3163 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.508295+0000 mon.c (mon.1) 3164 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.514276+0000 mon.a (mon.0) 1423 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.595928+0000 mon.c (mon.1) 3165 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.598188+0000 mon.c (mon.1) 3166 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.601030+0000 mon.c (mon.1) 3167 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.602157+0000 mon.c (mon.1) 3168 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.610137+0000 mon.a (mon.0) 1424 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.689922+0000 mon.c (mon.1) 3169 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.693942+0000 mon.c (mon.1) 3170 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.697755+0000 mon.c (mon.1) 3171 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.325391+0000 mon.a (mon.0) 1420 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.404727+0000 mon.c (mon.1) 3157 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.409071+0000 mon.c (mon.1) 3158 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.413214+0000 mon.c (mon.1) 3159 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.414846+0000 mon.c (mon.1) 3160 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.422123+0000 mon.a (mon.0) 1421 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.484315+0000 mon.a (mon.0) 1422 : audit 0 from='client.? 172.21.15.121:0/2943855679' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:00:01.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.503493+0000 mon.c (mon.1) 3161 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.505625+0000 mon.c (mon.1) 3162 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.507544+0000 mon.c (mon.1) 3163 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.508295+0000 mon.c (mon.1) 3164 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.514276+0000 mon.a (mon.0) 1423 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.595928+0000 mon.c (mon.1) 3165 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.598188+0000 mon.c (mon.1) 3166 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.601030+0000 mon.c (mon.1) 3167 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.602157+0000 mon.c (mon.1) 3168 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.610137+0000 mon.a (mon.0) 1424 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.689922+0000 mon.c (mon.1) 3169 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.693942+0000 mon.c (mon.1) 3170 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.697755+0000 mon.c (mon.1) 3171 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.698851+0000 mon.c (mon.1) 3172 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.706195+0000 mon.a (mon.0) 1425 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.791159+0000 mon.c (mon.1) 3173 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.793854+0000 mon.c (mon.1) 3174 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.796820+0000 mon.c (mon.1) 3175 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.797775+0000 mon.c (mon.1) 3176 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[83807]: audit 2023-12-07T16:00:00.804731+0000 mon.a (mon.0) 1426 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.698851+0000 mon.c (mon.1) 3172 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.706195+0000 mon.a (mon.0) 1425 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:01.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.791159+0000 mon.c (mon.1) 3173 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:01.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.793854+0000 mon.c (mon.1) 3174 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:01.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.796820+0000 mon.c (mon.1) 3175 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:01.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.797775+0000 mon.c (mon.1) 3176 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:01.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:00 smithi121 bash[81553]: audit 2023-12-07T16:00:00.804731+0000 mon.a (mon.0) 1426 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.048 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: cephadm 2023-12-07T16:00:00.232800+0000 mgr.y (mgr.25453) 1435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.048 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: cephadm 2023-12-07T16:00:00.326204+0000 mgr.y (mgr.25453) 1436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.048 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: cephadm 2023-12-07T16:00:00.424548+0000 mgr.y (mgr.25453) 1437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.048 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: cephadm 2023-12-07T16:00:00.514974+0000 mgr.y (mgr.25453) 1438 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.048 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: cephadm 2023-12-07T16:00:00.611993+0000 mgr.y (mgr.25453) 1439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: cephadm 2023-12-07T16:00:00.708821+0000 mgr.y (mgr.25453) 1440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: cephadm 2023-12-07T16:00:00.806254+0000 mgr.y (mgr.25453) 1441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:00.885711+0000 mon.c (mon.1) 3177 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:00.888419+0000 mon.c (mon.1) 3178 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:00.891086+0000 mon.c (mon.1) 3179 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:00.892183+0000 mon.c (mon.1) 3180 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:00.898432+0000 mon.a (mon.0) 1427 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: cephadm 2023-12-07T16:00:00.900526+0000 mgr.y (mgr.25453) 1442 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:00.942945+0000 mon.a (mon.0) 1428 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-07T16:00:02.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.946333+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e148 with expected crc 2023-12-07T16:00:02.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: cluster 2023-12-07T16:00:00.947994+0000 mon.a (mon.0) 1429 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-07T16:00:02.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:00.951870+0000 mon.a (mon.0) 1430 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:00:02.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:00.952072+0000 mon.b (mon.2) 8 : audit 1 from='osd.5 [v2:172.21.15.144:6808/2620608889,v1:172.21.15.144:6809/2620608889]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:00:02.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:00.979819+0000 mon.c (mon.1) 3181 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:00.981968+0000 mon.c (mon.1) 3182 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.050 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:00.984381+0000 mon.c (mon.1) 3183 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.050 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:00.985313+0000 mon.c (mon.1) 3184 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.050 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:00.994187+0000 mon.a (mon.0) 1431 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.050 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: cephadm 2023-12-07T16:00:00.995361+0000 mgr.y (mgr.25453) 1443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.050 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.073981+0000 mon.c (mon.1) 3185 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.050 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.076922+0000 mon.c (mon.1) 3186 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.050 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.080015+0000 mon.c (mon.1) 3187 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.050 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.081078+0000 mon.c (mon.1) 3188 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.050 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.090923+0000 mon.a (mon.0) 1432 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.050 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: cephadm 2023-12-07T16:00:01.091802+0000 mgr.y (mgr.25453) 1444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.050 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.173022+0000 mon.c (mon.1) 3189 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.050 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.175851+0000 mon.c (mon.1) 3190 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.050 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.180244+0000 mon.c (mon.1) 3191 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.050 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.181580+0000 mon.c (mon.1) 3192 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.193250+0000 mon.a (mon.0) 1433 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.271094+0000 mon.c (mon.1) 3193 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.274342+0000 mon.c (mon.1) 3194 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.277975+0000 mon.c (mon.1) 3195 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.279340+0000 mon.c (mon.1) 3196 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.290783+0000 mon.a (mon.0) 1434 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.369635+0000 mon.c (mon.1) 3197 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.371814+0000 mon.c (mon.1) 3198 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.374499+0000 mon.c (mon.1) 3199 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.375620+0000 mon.c (mon.1) 3200 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.385248+0000 mon.a (mon.0) 1435 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.052 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.435694+0000 mon.c (mon.1) 3201 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.052 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.437791+0000 mon.c (mon.1) 3202 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.052 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.440467+0000 mon.c (mon.1) 3203 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.052 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.441484+0000 mon.c (mon.1) 3204 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.052 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.452804+0000 mon.a (mon.0) 1436 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.052 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.533101+0000 mon.c (mon.1) 3205 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.052 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.535713+0000 mon.c (mon.1) 3206 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.052 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.539030+0000 mon.c (mon.1) 3207 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.052 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.540428+0000 mon.c (mon.1) 3208 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.052 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.552669+0000 mon.a (mon.0) 1437 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.052 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.630643+0000 mon.c (mon.1) 3209 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.052 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.634706+0000 mon.c (mon.1) 3210 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.052 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.638898+0000 mon.c (mon.1) 3211 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.052 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.640241+0000 mon.c (mon.1) 3212 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.052 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.651321+0000 mon.a (mon.0) 1438 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.052 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.732642+0000 mon.c (mon.1) 3213 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.053 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.737024+0000 mon.c (mon.1) 3214 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.053 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.740611+0000 mon.c (mon.1) 3215 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.053 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.742138+0000 mon.c (mon.1) 3216 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.053 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.752434+0000 mon.a (mon.0) 1439 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.053 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.833071+0000 mon.c (mon.1) 3217 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.053 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.835541+0000 mon.c (mon.1) 3218 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.053 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.838486+0000 mon.c (mon.1) 3219 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.053 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:01 smithi144 bash[66528]: audit 2023-12-07T16:00:01.839306+0000 mon.c (mon.1) 3220 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: cephadm 2023-12-07T16:00:00.232800+0000 mgr.y (mgr.25453) 1435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: cephadm 2023-12-07T16:00:00.326204+0000 mgr.y (mgr.25453) 1436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: cephadm 2023-12-07T16:00:00.424548+0000 mgr.y (mgr.25453) 1437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: cephadm 2023-12-07T16:00:00.514974+0000 mgr.y (mgr.25453) 1438 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: cephadm 2023-12-07T16:00:00.611993+0000 mgr.y (mgr.25453) 1439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: cephadm 2023-12-07T16:00:00.708821+0000 mgr.y (mgr.25453) 1440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: cephadm 2023-12-07T16:00:00.806254+0000 mgr.y (mgr.25453) 1441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:00.885711+0000 mon.c (mon.1) 3177 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:00.888419+0000 mon.c (mon.1) 3178 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:00.891086+0000 mon.c (mon.1) 3179 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:00.892183+0000 mon.c (mon.1) 3180 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:00.898432+0000 mon.a (mon.0) 1427 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: cephadm 2023-12-07T16:00:00.900526+0000 mgr.y (mgr.25453) 1442 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:00.942945+0000 mon.a (mon.0) 1428 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-07T16:00:02.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.946333+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e148 with expected crc 2023-12-07T16:00:02.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: cluster 2023-12-07T16:00:00.947994+0000 mon.a (mon.0) 1429 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-07T16:00:02.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:00.951870+0000 mon.a (mon.0) 1430 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:00:02.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:00.952072+0000 mon.b (mon.2) 8 : audit 1 from='osd.5 [v2:172.21.15.144:6808/2620608889,v1:172.21.15.144:6809/2620608889]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:00:02.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:00.979819+0000 mon.c (mon.1) 3181 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:00.981968+0000 mon.c (mon.1) 3182 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:00.984381+0000 mon.c (mon.1) 3183 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:00.985313+0000 mon.c (mon.1) 3184 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:00.994187+0000 mon.a (mon.0) 1431 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: cephadm 2023-12-07T16:00:00.995361+0000 mgr.y (mgr.25453) 1443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.073981+0000 mon.c (mon.1) 3185 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.076922+0000 mon.c (mon.1) 3186 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.080015+0000 mon.c (mon.1) 3187 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.081078+0000 mon.c (mon.1) 3188 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.090923+0000 mon.a (mon.0) 1432 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: cephadm 2023-12-07T16:00:01.091802+0000 mgr.y (mgr.25453) 1444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.173022+0000 mon.c (mon.1) 3189 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.175851+0000 mon.c (mon.1) 3190 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.180244+0000 mon.c (mon.1) 3191 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.181580+0000 mon.c (mon.1) 3192 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.193250+0000 mon.a (mon.0) 1433 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.271094+0000 mon.c (mon.1) 3193 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.274342+0000 mon.c (mon.1) 3194 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.277975+0000 mon.c (mon.1) 3195 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.279340+0000 mon.c (mon.1) 3196 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.290783+0000 mon.a (mon.0) 1434 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: cephadm 2023-12-07T16:00:00.232800+0000 mgr.y (mgr.25453) 1435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: cephadm 2023-12-07T16:00:00.326204+0000 mgr.y (mgr.25453) 1436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: cephadm 2023-12-07T16:00:00.424548+0000 mgr.y (mgr.25453) 1437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: cephadm 2023-12-07T16:00:00.514974+0000 mgr.y (mgr.25453) 1438 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: cephadm 2023-12-07T16:00:00.611993+0000 mgr.y (mgr.25453) 1439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: cephadm 2023-12-07T16:00:00.708821+0000 mgr.y (mgr.25453) 1440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: cephadm 2023-12-07T16:00:00.806254+0000 mgr.y (mgr.25453) 1441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:00.885711+0000 mon.c (mon.1) 3177 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:00.888419+0000 mon.c (mon.1) 3178 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:00.891086+0000 mon.c (mon.1) 3179 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:00.892183+0000 mon.c (mon.1) 3180 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:00.898432+0000 mon.a (mon.0) 1427 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: cephadm 2023-12-07T16:00:00.900526+0000 mgr.y (mgr.25453) 1442 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:00.942945+0000 mon.a (mon.0) 1428 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-07T16:00:02.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.946333+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e148 with expected crc 2023-12-07T16:00:02.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: cluster 2023-12-07T16:00:00.947994+0000 mon.a (mon.0) 1429 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-07T16:00:02.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:00.951870+0000 mon.a (mon.0) 1430 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:00:02.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:00.952072+0000 mon.b (mon.2) 8 : audit 1 from='osd.5 [v2:172.21.15.144:6808/2620608889,v1:172.21.15.144:6809/2620608889]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:00:02.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:00.979819+0000 mon.c (mon.1) 3181 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:00.981968+0000 mon.c (mon.1) 3182 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.369635+0000 mon.c (mon.1) 3197 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.371814+0000 mon.c (mon.1) 3198 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.374499+0000 mon.c (mon.1) 3199 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.375620+0000 mon.c (mon.1) 3200 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.385248+0000 mon.a (mon.0) 1435 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.435694+0000 mon.c (mon.1) 3201 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.437791+0000 mon.c (mon.1) 3202 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.440467+0000 mon.c (mon.1) 3203 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.441484+0000 mon.c (mon.1) 3204 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.452804+0000 mon.a (mon.0) 1436 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.533101+0000 mon.c (mon.1) 3205 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.535713+0000 mon.c (mon.1) 3206 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.539030+0000 mon.c (mon.1) 3207 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.540428+0000 mon.c (mon.1) 3208 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.552669+0000 mon.a (mon.0) 1437 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.630643+0000 mon.c (mon.1) 3209 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.634706+0000 mon.c (mon.1) 3210 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.638898+0000 mon.c (mon.1) 3211 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.640241+0000 mon.c (mon.1) 3212 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.651321+0000 mon.a (mon.0) 1438 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.732642+0000 mon.c (mon.1) 3213 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.737024+0000 mon.c (mon.1) 3214 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.740611+0000 mon.c (mon.1) 3215 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.742138+0000 mon.c (mon.1) 3216 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.752434+0000 mon.a (mon.0) 1439 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.833071+0000 mon.c (mon.1) 3217 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.835541+0000 mon.c (mon.1) 3218 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.838486+0000 mon.c (mon.1) 3219 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[81553]: audit 2023-12-07T16:00:01.839306+0000 mon.c (mon.1) 3220 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:00.984381+0000 mon.c (mon.1) 3183 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:00.985313+0000 mon.c (mon.1) 3184 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:00.994187+0000 mon.a (mon.0) 1431 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: cephadm 2023-12-07T16:00:00.995361+0000 mgr.y (mgr.25453) 1443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.073981+0000 mon.c (mon.1) 3185 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.076922+0000 mon.c (mon.1) 3186 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.080015+0000 mon.c (mon.1) 3187 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.081078+0000 mon.c (mon.1) 3188 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.090923+0000 mon.a (mon.0) 1432 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: cephadm 2023-12-07T16:00:01.091802+0000 mgr.y (mgr.25453) 1444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:02.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.173022+0000 mon.c (mon.1) 3189 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.175851+0000 mon.c (mon.1) 3190 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.180244+0000 mon.c (mon.1) 3191 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.181580+0000 mon.c (mon.1) 3192 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.193250+0000 mon.a (mon.0) 1433 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.271094+0000 mon.c (mon.1) 3193 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.274342+0000 mon.c (mon.1) 3194 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.277975+0000 mon.c (mon.1) 3195 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.279340+0000 mon.c (mon.1) 3196 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.290783+0000 mon.a (mon.0) 1434 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.369635+0000 mon.c (mon.1) 3197 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.371814+0000 mon.c (mon.1) 3198 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.374499+0000 mon.c (mon.1) 3199 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.375620+0000 mon.c (mon.1) 3200 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.385248+0000 mon.a (mon.0) 1435 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.435694+0000 mon.c (mon.1) 3201 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.437791+0000 mon.c (mon.1) 3202 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.440467+0000 mon.c (mon.1) 3203 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.441484+0000 mon.c (mon.1) 3204 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.452804+0000 mon.a (mon.0) 1436 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.533101+0000 mon.c (mon.1) 3205 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.535713+0000 mon.c (mon.1) 3206 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.539030+0000 mon.c (mon.1) 3207 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.540428+0000 mon.c (mon.1) 3208 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.552669+0000 mon.a (mon.0) 1437 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.630643+0000 mon.c (mon.1) 3209 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.634706+0000 mon.c (mon.1) 3210 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.638898+0000 mon.c (mon.1) 3211 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.640241+0000 mon.c (mon.1) 3212 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.651321+0000 mon.a (mon.0) 1438 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.732642+0000 mon.c (mon.1) 3213 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.737024+0000 mon.c (mon.1) 3214 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.740611+0000 mon.c (mon.1) 3215 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.742138+0000 mon.c (mon.1) 3216 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:02.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.752434+0000 mon.a (mon.0) 1439 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:02.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.833071+0000 mon.c (mon.1) 3217 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:02.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.835541+0000 mon.c (mon.1) 3218 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:02.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.838486+0000 mon.c (mon.1) 3219 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:02.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:01 smithi121 bash[83807]: audit 2023-12-07T16:00:01.839306+0000 mon.c (mon.1) 3220 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cephadm 2023-12-07T16:00:01.194036+0000 mgr.y (mgr.25453) 1445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cluster 2023-12-07T16:00:01.240908+0000 mgr.y (mgr.25453) 1446 : cluster 0 pgmap v268: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2023-12-07T16:00:03.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cephadm 2023-12-07T16:00:01.292008+0000 mgr.y (mgr.25453) 1447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cluster 2023-12-07T16:00:01.326729+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e148 with expected crc 2023-12-07T16:00:03.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cephadm 2023-12-07T16:00:01.386955+0000 mgr.y (mgr.25453) 1448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cephadm 2023-12-07T16:00:01.453854+0000 mgr.y (mgr.25453) 1449 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cephadm 2023-12-07T16:00:01.553772+0000 mgr.y (mgr.25453) 1450 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cephadm 2023-12-07T16:00:01.652177+0000 mgr.y (mgr.25453) 1451 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cephadm 2023-12-07T16:00:01.753330+0000 mgr.y (mgr.25453) 1452 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:01.850059+0000 mon.a (mon.0) 1440 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cephadm 2023-12-07T16:00:01.851069+0000 mgr.y (mgr.25453) 1453 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:01.935799+0000 mon.c (mon.1) 3221 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:01.938396+0000 mon.c (mon.1) 3222 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:01.941998+0000 mon.c (mon.1) 3223 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:01.943261+0000 mon.c (mon.1) 3224 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:01.953323+0000 mon.a (mon.0) 1441 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cephadm 2023-12-07T16:00:01.954573+0000 mgr.y (mgr.25453) 1454 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cluster 2023-12-07T16:00:01.991730+0000 mon.a (mon.0) 1442 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:00:03.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cluster 2023-12-07T16:00:02.014405+0000 mon.a (mon.0) 1443 : cluster 1 osd.5 [v2:172.21.15.144:6808/2620608889,v1:172.21.15.144:6809/2620608889] boot 2023-12-07T16:00:03.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cluster 2023-12-07T16:00:02.014490+0000 mon.a (mon.0) 1444 : cluster 0 osdmap e149: 8 total, 8 up, 8 in 2023-12-07T16:00:03.078 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cluster 2023-12-07T16:00:02.016901+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cluster 2023-12-07T16:00:02.019271+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cluster 2023-12-07T16:00:02.020109+0000 osd.6 (osd.6) 54 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cluster 2023-12-07T16:00:02.022263+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cluster 2023-12-07T16:00:02.023276+0000 osd.6 (osd.6) 55 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cluster 2023-12-07T16:00:02.026280+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cluster 2023-12-07T16:00:02.026337+0000 osd.6 (osd.6) 56 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cluster 2023-12-07T16:00:02.028444+0000 osd.6 (osd.6) 57 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.031871+0000 mon.c (mon.1) 3225 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T16:00:03.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.037447+0000 mon.c (mon.1) 3226 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.040038+0000 mon.c (mon.1) 3227 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.043188+0000 mon.c (mon.1) 3228 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.043908+0000 mon.c (mon.1) 3229 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.050486+0000 mon.a (mon.0) 1445 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cephadm 2023-12-07T16:00:02.051324+0000 mgr.y (mgr.25453) 1455 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.096169+0000 mon.c (mon.1) 3230 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.098900+0000 mon.c (mon.1) 3231 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.079 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.101844+0000 mon.c (mon.1) 3232 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.102935+0000 mon.c (mon.1) 3233 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.111395+0000 mon.a (mon.0) 1446 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: cephadm 2023-12-07T16:00:02.112327+0000 mgr.y (mgr.25453) 1456 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.196482+0000 mon.c (mon.1) 3234 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.199070+0000 mon.c (mon.1) 3235 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.201530+0000 mon.c (mon.1) 3236 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.202429+0000 mon.c (mon.1) 3237 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.208589+0000 mon.a (mon.0) 1447 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.323779+0000 mon.c (mon.1) 3238 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.326438+0000 mon.c (mon.1) 3239 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.329026+0000 mon.c (mon.1) 3240 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.330267+0000 mon.c (mon.1) 3241 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.337908+0000 mon.a (mon.0) 1448 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.417534+0000 mon.c (mon.1) 3242 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.420186+0000 mon.c (mon.1) 3243 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.422962+0000 mon.c (mon.1) 3244 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.080 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.424429+0000 mon.c (mon.1) 3245 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.081 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.431711+0000 mon.a (mon.0) 1449 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.081 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.512450+0000 mon.c (mon.1) 3246 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.081 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.514798+0000 mon.c (mon.1) 3247 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.081 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.518441+0000 mon.c (mon.1) 3248 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.081 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.519960+0000 mon.c (mon.1) 3249 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.081 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.527189+0000 mon.a (mon.0) 1450 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.081 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.610837+0000 mon.c (mon.1) 3250 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.081 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.613974+0000 mon.c (mon.1) 3251 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.081 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.618695+0000 mon.c (mon.1) 3252 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.081 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.620437+0000 mon.c (mon.1) 3253 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.081 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.627913+0000 mon.a (mon.0) 1451 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.081 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.708689+0000 mon.c (mon.1) 3254 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.081 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.711037+0000 mon.c (mon.1) 3255 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.081 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.714369+0000 mon.c (mon.1) 3256 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.081 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.715676+0000 mon.c (mon.1) 3257 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.081 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.722507+0000 mon.a (mon.0) 1452 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.081 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.803598+0000 mon.c (mon.1) 3258 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.082 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.806327+0000 mon.c (mon.1) 3259 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.082 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.809996+0000 mon.c (mon.1) 3260 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.082 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.811634+0000 mon.c (mon.1) 3261 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.082 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:02 smithi144 bash[66528]: audit 2023-12-07T16:00:02.825219+0000 mon.a (mon.0) 1453 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.144 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cephadm 2023-12-07T16:00:01.194036+0000 mgr.y (mgr.25453) 1445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.144 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cluster 2023-12-07T16:00:01.240908+0000 mgr.y (mgr.25453) 1446 : cluster 0 pgmap v268: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2023-12-07T16:00:03.144 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cephadm 2023-12-07T16:00:01.292008+0000 mgr.y (mgr.25453) 1447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.144 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cluster 2023-12-07T16:00:01.326729+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e148 with expected crc 2023-12-07T16:00:03.144 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cephadm 2023-12-07T16:00:01.386955+0000 mgr.y (mgr.25453) 1448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.144 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cephadm 2023-12-07T16:00:01.453854+0000 mgr.y (mgr.25453) 1449 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.144 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cephadm 2023-12-07T16:00:01.553772+0000 mgr.y (mgr.25453) 1450 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.144 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cephadm 2023-12-07T16:00:01.652177+0000 mgr.y (mgr.25453) 1451 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.144 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cephadm 2023-12-07T16:00:01.753330+0000 mgr.y (mgr.25453) 1452 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.145 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:01.850059+0000 mon.a (mon.0) 1440 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.145 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cephadm 2023-12-07T16:00:01.851069+0000 mgr.y (mgr.25453) 1453 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.145 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:01.935799+0000 mon.c (mon.1) 3221 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.145 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:01.938396+0000 mon.c (mon.1) 3222 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.145 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:01.941998+0000 mon.c (mon.1) 3223 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.145 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:01.943261+0000 mon.c (mon.1) 3224 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.145 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:01.953323+0000 mon.a (mon.0) 1441 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.145 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cephadm 2023-12-07T16:00:01.954573+0000 mgr.y (mgr.25453) 1454 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.145 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cluster 2023-12-07T16:00:01.991730+0000 mon.a (mon.0) 1442 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:00:03.145 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cluster 2023-12-07T16:00:02.014405+0000 mon.a (mon.0) 1443 : cluster 1 osd.5 [v2:172.21.15.144:6808/2620608889,v1:172.21.15.144:6809/2620608889] boot 2023-12-07T16:00:03.145 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cluster 2023-12-07T16:00:02.014490+0000 mon.a (mon.0) 1444 : cluster 0 osdmap e149: 8 total, 8 up, 8 in 2023-12-07T16:00:03.145 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cluster 2023-12-07T16:00:02.016901+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.145 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cluster 2023-12-07T16:00:02.019271+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cephadm 2023-12-07T16:00:01.194036+0000 mgr.y (mgr.25453) 1445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cluster 2023-12-07T16:00:01.240908+0000 mgr.y (mgr.25453) 1446 : cluster 0 pgmap v268: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2023-12-07T16:00:03.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cephadm 2023-12-07T16:00:01.292008+0000 mgr.y (mgr.25453) 1447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cluster 2023-12-07T16:00:01.326729+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e148 with expected crc 2023-12-07T16:00:03.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cephadm 2023-12-07T16:00:01.386955+0000 mgr.y (mgr.25453) 1448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cephadm 2023-12-07T16:00:01.453854+0000 mgr.y (mgr.25453) 1449 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cephadm 2023-12-07T16:00:01.553772+0000 mgr.y (mgr.25453) 1450 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cephadm 2023-12-07T16:00:01.652177+0000 mgr.y (mgr.25453) 1451 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cephadm 2023-12-07T16:00:01.753330+0000 mgr.y (mgr.25453) 1452 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:01.850059+0000 mon.a (mon.0) 1440 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cephadm 2023-12-07T16:00:01.851069+0000 mgr.y (mgr.25453) 1453 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:01.935799+0000 mon.c (mon.1) 3221 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:01.938396+0000 mon.c (mon.1) 3222 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:01.941998+0000 mon.c (mon.1) 3223 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:01.943261+0000 mon.c (mon.1) 3224 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.147 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:01.953323+0000 mon.a (mon.0) 1441 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.147 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cephadm 2023-12-07T16:00:01.954573+0000 mgr.y (mgr.25453) 1454 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.147 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cluster 2023-12-07T16:00:01.991730+0000 mon.a (mon.0) 1442 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:00:03.147 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cluster 2023-12-07T16:00:02.014405+0000 mon.a (mon.0) 1443 : cluster 1 osd.5 [v2:172.21.15.144:6808/2620608889,v1:172.21.15.144:6809/2620608889] boot 2023-12-07T16:00:03.147 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cluster 2023-12-07T16:00:02.014490+0000 mon.a (mon.0) 1444 : cluster 0 osdmap e149: 8 total, 8 up, 8 in 2023-12-07T16:00:03.147 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cluster 2023-12-07T16:00:02.016901+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.147 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cluster 2023-12-07T16:00:02.019271+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.147 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cluster 2023-12-07T16:00:02.020109+0000 osd.6 (osd.6) 54 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.147 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cluster 2023-12-07T16:00:02.022263+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.147 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cluster 2023-12-07T16:00:02.023276+0000 osd.6 (osd.6) 55 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.147 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cluster 2023-12-07T16:00:02.026280+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.147 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cluster 2023-12-07T16:00:02.026337+0000 osd.6 (osd.6) 56 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.148 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cluster 2023-12-07T16:00:02.028444+0000 osd.6 (osd.6) 57 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.148 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.031871+0000 mon.c (mon.1) 3225 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T16:00:03.148 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.037447+0000 mon.c (mon.1) 3226 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.148 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.040038+0000 mon.c (mon.1) 3227 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.148 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.043188+0000 mon.c (mon.1) 3228 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.148 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.043908+0000 mon.c (mon.1) 3229 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.148 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.050486+0000 mon.a (mon.0) 1445 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.148 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cephadm 2023-12-07T16:00:02.051324+0000 mgr.y (mgr.25453) 1455 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.148 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.096169+0000 mon.c (mon.1) 3230 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.148 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.098900+0000 mon.c (mon.1) 3231 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.148 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.101844+0000 mon.c (mon.1) 3232 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.148 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.102935+0000 mon.c (mon.1) 3233 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.148 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.111395+0000 mon.a (mon.0) 1446 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.148 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: cephadm 2023-12-07T16:00:02.112327+0000 mgr.y (mgr.25453) 1456 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.148 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.196482+0000 mon.c (mon.1) 3234 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.148 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.199070+0000 mon.c (mon.1) 3235 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.149 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cluster 2023-12-07T16:00:02.020109+0000 osd.6 (osd.6) 54 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.149 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cluster 2023-12-07T16:00:02.022263+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.149 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cluster 2023-12-07T16:00:02.023276+0000 osd.6 (osd.6) 55 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.149 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cluster 2023-12-07T16:00:02.026280+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.149 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cluster 2023-12-07T16:00:02.026337+0000 osd.6 (osd.6) 56 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.149 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cluster 2023-12-07T16:00:02.028444+0000 osd.6 (osd.6) 57 : cluster 3 failed to encode map e149 with expected crc 2023-12-07T16:00:03.149 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.031871+0000 mon.c (mon.1) 3225 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-07T16:00:03.149 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.037447+0000 mon.c (mon.1) 3226 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.149 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.040038+0000 mon.c (mon.1) 3227 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.149 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.043188+0000 mon.c (mon.1) 3228 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.149 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.043908+0000 mon.c (mon.1) 3229 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.149 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.050486+0000 mon.a (mon.0) 1445 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.149 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cephadm 2023-12-07T16:00:02.051324+0000 mgr.y (mgr.25453) 1455 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.149 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.096169+0000 mon.c (mon.1) 3230 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.149 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.098900+0000 mon.c (mon.1) 3231 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.150 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.101844+0000 mon.c (mon.1) 3232 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.150 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.102935+0000 mon.c (mon.1) 3233 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.150 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.111395+0000 mon.a (mon.0) 1446 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.150 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: cephadm 2023-12-07T16:00:02.112327+0000 mgr.y (mgr.25453) 1456 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:03.150 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.196482+0000 mon.c (mon.1) 3234 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.150 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.199070+0000 mon.c (mon.1) 3235 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.150 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.201530+0000 mon.c (mon.1) 3236 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.150 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.202429+0000 mon.c (mon.1) 3237 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.150 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.208589+0000 mon.a (mon.0) 1447 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.150 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.323779+0000 mon.c (mon.1) 3238 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.150 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.326438+0000 mon.c (mon.1) 3239 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.151 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.329026+0000 mon.c (mon.1) 3240 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.151 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.330267+0000 mon.c (mon.1) 3241 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.151 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.337908+0000 mon.a (mon.0) 1448 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.151 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.417534+0000 mon.c (mon.1) 3242 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.151 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.420186+0000 mon.c (mon.1) 3243 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.151 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.422962+0000 mon.c (mon.1) 3244 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.151 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.424429+0000 mon.c (mon.1) 3245 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.151 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.431711+0000 mon.a (mon.0) 1449 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.151 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.512450+0000 mon.c (mon.1) 3246 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.151 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.514798+0000 mon.c (mon.1) 3247 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.151 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.518441+0000 mon.c (mon.1) 3248 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.151 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.519960+0000 mon.c (mon.1) 3249 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.151 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.527189+0000 mon.a (mon.0) 1450 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.151 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.610837+0000 mon.c (mon.1) 3250 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.151 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.613974+0000 mon.c (mon.1) 3251 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.151 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.618695+0000 mon.c (mon.1) 3252 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.152 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.201530+0000 mon.c (mon.1) 3236 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.152 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.202429+0000 mon.c (mon.1) 3237 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.152 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.208589+0000 mon.a (mon.0) 1447 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.152 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.323779+0000 mon.c (mon.1) 3238 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.152 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.326438+0000 mon.c (mon.1) 3239 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.152 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.329026+0000 mon.c (mon.1) 3240 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.152 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.330267+0000 mon.c (mon.1) 3241 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.152 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.337908+0000 mon.a (mon.0) 1448 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.152 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.417534+0000 mon.c (mon.1) 3242 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.152 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.420186+0000 mon.c (mon.1) 3243 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.152 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.422962+0000 mon.c (mon.1) 3244 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.152 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.424429+0000 mon.c (mon.1) 3245 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.152 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.431711+0000 mon.a (mon.0) 1449 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.152 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.512450+0000 mon.c (mon.1) 3246 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.153 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.514798+0000 mon.c (mon.1) 3247 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.153 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.518441+0000 mon.c (mon.1) 3248 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.153 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.519960+0000 mon.c (mon.1) 3249 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.153 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.527189+0000 mon.a (mon.0) 1450 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.153 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.610837+0000 mon.c (mon.1) 3250 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.153 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.613974+0000 mon.c (mon.1) 3251 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.153 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.618695+0000 mon.c (mon.1) 3252 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.153 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.620437+0000 mon.c (mon.1) 3253 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.153 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.627913+0000 mon.a (mon.0) 1451 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.153 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.708689+0000 mon.c (mon.1) 3254 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.153 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.711037+0000 mon.c (mon.1) 3255 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.153 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.714369+0000 mon.c (mon.1) 3256 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.154 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.715676+0000 mon.c (mon.1) 3257 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.154 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.722507+0000 mon.a (mon.0) 1452 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.154 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.803598+0000 mon.c (mon.1) 3258 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.154 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.806327+0000 mon.c (mon.1) 3259 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.154 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.809996+0000 mon.c (mon.1) 3260 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.154 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.811634+0000 mon.c (mon.1) 3261 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.154 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[81553]: audit 2023-12-07T16:00:02.825219+0000 mon.a (mon.0) 1453 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.154 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.620437+0000 mon.c (mon.1) 3253 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.154 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.627913+0000 mon.a (mon.0) 1451 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.154 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.708689+0000 mon.c (mon.1) 3254 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.154 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.711037+0000 mon.c (mon.1) 3255 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.154 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.714369+0000 mon.c (mon.1) 3256 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.155 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.715676+0000 mon.c (mon.1) 3257 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.155 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.722507+0000 mon.a (mon.0) 1452 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.155 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.803598+0000 mon.c (mon.1) 3258 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:03.155 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.806327+0000 mon.c (mon.1) 3259 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:03.155 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.809996+0000 mon.c (mon.1) 3260 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:03.155 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.811634+0000 mon.c (mon.1) 3261 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:03.155 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:02 smithi121 bash[83807]: audit 2023-12-07T16:00:02.825219+0000 mon.a (mon.0) 1453 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:03.560 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[75663]: debug 2023-12-07T16:00:03.136+0000 7f9f0e6d2700 -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) 2023-12-07T16:00:04.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: cephadm 2023-12-07T16:00:02.209293+0000 mgr.y (mgr.25453) 1457 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: cephadm 2023-12-07T16:00:02.339970+0000 mgr.y (mgr.25453) 1458 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: cephadm 2023-12-07T16:00:02.432662+0000 mgr.y (mgr.25453) 1459 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: cephadm 2023-12-07T16:00:02.529763+0000 mgr.y (mgr.25453) 1460 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: cephadm 2023-12-07T16:00:02.630209+0000 mgr.y (mgr.25453) 1461 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: cephadm 2023-12-07T16:00:02.724162+0000 mgr.y (mgr.25453) 1462 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: cephadm 2023-12-07T16:00:02.827672+0000 mgr.y (mgr.25453) 1463 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:02.907660+0000 mon.c (mon.1) 3262 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:02.911083+0000 mon.c (mon.1) 3263 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:02.914160+0000 mon.c (mon.1) 3264 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:02.915310+0000 mon.c (mon.1) 3265 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:02.922326+0000 mon.a (mon.0) 1454 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: cephadm 2023-12-07T16:00:02.925309+0000 mgr.y (mgr.25453) 1464 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:03.005035+0000 mon.c (mon.1) 3266 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:03.007443+0000 mon.c (mon.1) 3267 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:03.010639+0000 mon.c (mon.1) 3268 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: cluster 2023-12-07T16:00:03.014099+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e150 with expected crc 2023-12-07T16:00:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: cluster 2023-12-07T16:00:03.014690+0000 osd.6 (osd.6) 58 : cluster 3 failed to encode map e150 with expected crc 2023-12-07T16:00:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: cluster 2023-12-07T16:00:03.016213+0000 mon.a (mon.0) 1455 : cluster 0 osdmap e150: 8 total, 8 up, 8 in 2023-12-07T16:00:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: cluster 2023-12-07T16:00:03.018214+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e150 with expected crc 2023-12-07T16:00:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:03.018408+0000 mon.c (mon.1) 3269 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:04.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: cluster 2023-12-07T16:00:03.019224+0000 osd.6 (osd.6) 59 : cluster 3 failed to encode map e150 with expected crc 2023-12-07T16:00:04.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: cephadm 2023-12-07T16:00:02.209293+0000 mgr.y (mgr.25453) 1457 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: cephadm 2023-12-07T16:00:02.339970+0000 mgr.y (mgr.25453) 1458 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: cephadm 2023-12-07T16:00:02.432662+0000 mgr.y (mgr.25453) 1459 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: cephadm 2023-12-07T16:00:02.529763+0000 mgr.y (mgr.25453) 1460 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: cephadm 2023-12-07T16:00:02.630209+0000 mgr.y (mgr.25453) 1461 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: cephadm 2023-12-07T16:00:02.724162+0000 mgr.y (mgr.25453) 1462 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: cephadm 2023-12-07T16:00:02.827672+0000 mgr.y (mgr.25453) 1463 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:02.907660+0000 mon.c (mon.1) 3262 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:04.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:02.911083+0000 mon.c (mon.1) 3263 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:04.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:02.914160+0000 mon.c (mon.1) 3264 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:04.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:02.915310+0000 mon.c (mon.1) 3265 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:04.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:02.922326+0000 mon.a (mon.0) 1454 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:04.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: cephadm 2023-12-07T16:00:02.925309+0000 mgr.y (mgr.25453) 1464 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:03.005035+0000 mon.c (mon.1) 3266 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:04.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:03.007443+0000 mon.c (mon.1) 3267 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:04.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:03.010639+0000 mon.c (mon.1) 3268 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:04.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: cluster 2023-12-07T16:00:03.014099+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e150 with expected crc 2023-12-07T16:00:04.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: cluster 2023-12-07T16:00:03.014690+0000 osd.6 (osd.6) 58 : cluster 3 failed to encode map e150 with expected crc 2023-12-07T16:00:04.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: cluster 2023-12-07T16:00:03.016213+0000 mon.a (mon.0) 1455 : cluster 0 osdmap e150: 8 total, 8 up, 8 in 2023-12-07T16:00:04.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: cluster 2023-12-07T16:00:03.018214+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e150 with expected crc 2023-12-07T16:00:04.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:03.018408+0000 mon.c (mon.1) 3269 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:04.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: cluster 2023-12-07T16:00:03.019224+0000 osd.6 (osd.6) 59 : cluster 3 failed to encode map e150 with expected crc 2023-12-07T16:00:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: cluster 2023-12-07T16:00:03.020382+0000 osd.7 (osd.7) 68 : cluster 3 failed to encode map e150 with expected crc 2023-12-07T16:00:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:03.034039+0000 mon.a (mon.0) 1456 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: cephadm 2023-12-07T16:00:03.038681+0000 mgr.y (mgr.25453) 1465 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:03.053920+0000 mon.a (mon.0) 1457 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:03.065136+0000 mon.a (mon.0) 1458 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:03.072240+0000 mon.a (mon.0) 1459 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:03.128244+0000 mon.c (mon.1) 3270 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:03.131672+0000 mon.c (mon.1) 3271 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:04.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:03.134291+0000 mon.c (mon.1) 3272 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:04.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:03.136718+0000 mon.c (mon.1) 3273 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:04.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:03.140039+0000 mon.c (mon.1) 3274 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:00:04.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: audit 2023-12-07T16:00:03.140473+0000 mgr.y (mgr.25453) 1466 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:00:04.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[83807]: cephadm 2023-12-07T16:00:03.144260+0000 mgr.y (mgr.25453) 1467 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2023-12-07T16:00:04.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: cluster 2023-12-07T16:00:03.020382+0000 osd.7 (osd.7) 68 : cluster 3 failed to encode map e150 with expected crc 2023-12-07T16:00:04.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:03.034039+0000 mon.a (mon.0) 1456 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:04.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: cephadm 2023-12-07T16:00:03.038681+0000 mgr.y (mgr.25453) 1465 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:03.053920+0000 mon.a (mon.0) 1457 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:04.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:03.065136+0000 mon.a (mon.0) 1458 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:04.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:03.072240+0000 mon.a (mon.0) 1459 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:04.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:03.128244+0000 mon.c (mon.1) 3270 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:04.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:03.131672+0000 mon.c (mon.1) 3271 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:04.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:03.134291+0000 mon.c (mon.1) 3272 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:04.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:03.136718+0000 mon.c (mon.1) 3273 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:04.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:03.140039+0000 mon.c (mon.1) 3274 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:00:04.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: audit 2023-12-07T16:00:03.140473+0000 mgr.y (mgr.25453) 1466 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:00:04.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:03 smithi121 bash[81553]: cephadm 2023-12-07T16:00:03.144260+0000 mgr.y (mgr.25453) 1467 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2023-12-07T16:00:04.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: cephadm 2023-12-07T16:00:02.209293+0000 mgr.y (mgr.25453) 1457 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: cephadm 2023-12-07T16:00:02.339970+0000 mgr.y (mgr.25453) 1458 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: cephadm 2023-12-07T16:00:02.432662+0000 mgr.y (mgr.25453) 1459 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: cephadm 2023-12-07T16:00:02.529763+0000 mgr.y (mgr.25453) 1460 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: cephadm 2023-12-07T16:00:02.630209+0000 mgr.y (mgr.25453) 1461 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: cephadm 2023-12-07T16:00:02.724162+0000 mgr.y (mgr.25453) 1462 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: cephadm 2023-12-07T16:00:02.827672+0000 mgr.y (mgr.25453) 1463 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:02.907660+0000 mon.c (mon.1) 3262 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:02.911083+0000 mon.c (mon.1) 3263 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:02.914160+0000 mon.c (mon.1) 3264 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:02.915310+0000 mon.c (mon.1) 3265 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:02.922326+0000 mon.a (mon.0) 1454 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: cephadm 2023-12-07T16:00:02.925309+0000 mgr.y (mgr.25453) 1464 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:03.005035+0000 mon.c (mon.1) 3266 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:03.007443+0000 mon.c (mon.1) 3267 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:04.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:03.010639+0000 mon.c (mon.1) 3268 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:04.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: cluster 2023-12-07T16:00:03.014099+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e150 with expected crc 2023-12-07T16:00:04.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: cluster 2023-12-07T16:00:03.014690+0000 osd.6 (osd.6) 58 : cluster 3 failed to encode map e150 with expected crc 2023-12-07T16:00:04.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: cluster 2023-12-07T16:00:03.016213+0000 mon.a (mon.0) 1455 : cluster 0 osdmap e150: 8 total, 8 up, 8 in 2023-12-07T16:00:04.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: cluster 2023-12-07T16:00:03.018214+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e150 with expected crc 2023-12-07T16:00:04.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:03.018408+0000 mon.c (mon.1) 3269 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:04.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: cluster 2023-12-07T16:00:03.019224+0000 osd.6 (osd.6) 59 : cluster 3 failed to encode map e150 with expected crc 2023-12-07T16:00:04.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: cluster 2023-12-07T16:00:03.020382+0000 osd.7 (osd.7) 68 : cluster 3 failed to encode map e150 with expected crc 2023-12-07T16:00:04.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:03.034039+0000 mon.a (mon.0) 1456 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:04.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: cephadm 2023-12-07T16:00:03.038681+0000 mgr.y (mgr.25453) 1465 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:04.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:03.053920+0000 mon.a (mon.0) 1457 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:04.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:03.065136+0000 mon.a (mon.0) 1458 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:04.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:03.072240+0000 mon.a (mon.0) 1459 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:04.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:03.128244+0000 mon.c (mon.1) 3270 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:04.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:03.131672+0000 mon.c (mon.1) 3271 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:04.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:03.134291+0000 mon.c (mon.1) 3272 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:04.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:03.136718+0000 mon.c (mon.1) 3273 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:04.378 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:03.140039+0000 mon.c (mon.1) 3274 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:00:04.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: audit 2023-12-07T16:00:03.140473+0000 mgr.y (mgr.25453) 1466 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:00:04.379 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:03 smithi144 bash[66528]: cephadm 2023-12-07T16:00:03.144260+0000 mgr.y (mgr.25453) 1467 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2023-12-07T16:00:05.024 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:04 smithi144 bash[66528]: cluster 2023-12-07T16:00:03.242046+0000 mgr.y (mgr.25453) 1468 : cluster 0 pgmap v271: 161 pgs: 8 peering, 18 active+undersized+degraded, 27 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 55/630 objects degraded (8.730%) 2023-12-07T16:00:05.024 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:04 smithi144 bash[66528]: audit 2023-12-07T16:00:03.707011+0000 mgr.y (mgr.25453) 1469 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:05.024 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:04 smithi144 bash[66528]: cluster 2023-12-07T16:00:04.070396+0000 mon.a (mon.0) 1460 : cluster 3 Health check update: Degraded data redundancy: 55/630 objects degraded (8.730%), 18 pgs degraded (PG_DEGRADED) 2023-12-07T16:00:05.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:00:04 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:00:04] "GET /metrics HTTP/1.1" 200 38506 "" "Prometheus/2.33.4" 2023-12-07T16:00:05.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:04 smithi121 bash[81553]: cluster 2023-12-07T16:00:03.242046+0000 mgr.y (mgr.25453) 1468 : cluster 0 pgmap v271: 161 pgs: 8 peering, 18 active+undersized+degraded, 27 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 55/630 objects degraded (8.730%) 2023-12-07T16:00:05.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:04 smithi121 bash[81553]: audit 2023-12-07T16:00:03.707011+0000 mgr.y (mgr.25453) 1469 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:05.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:04 smithi121 bash[81553]: cluster 2023-12-07T16:00:04.070396+0000 mon.a (mon.0) 1460 : cluster 3 Health check update: Degraded data redundancy: 55/630 objects degraded (8.730%), 18 pgs degraded (PG_DEGRADED) 2023-12-07T16:00:05.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:04 smithi121 bash[83807]: cluster 2023-12-07T16:00:03.242046+0000 mgr.y (mgr.25453) 1468 : cluster 0 pgmap v271: 161 pgs: 8 peering, 18 active+undersized+degraded, 27 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 55/630 objects degraded (8.730%) 2023-12-07T16:00:05.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:04 smithi121 bash[83807]: audit 2023-12-07T16:00:03.707011+0000 mgr.y (mgr.25453) 1469 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:05.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:04 smithi121 bash[83807]: cluster 2023-12-07T16:00:04.070396+0000 mon.a (mon.0) 1460 : cluster 3 Health check update: Degraded data redundancy: 55/630 objects degraded (8.730%), 18 pgs degraded (PG_DEGRADED) 2023-12-07T16:00:07.282 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:06 smithi144 bash[66528]: cluster 2023-12-07T16:00:05.243485+0000 mgr.y (mgr.25453) 1470 : cluster 0 pgmap v272: 161 pgs: 8 peering, 10 active+undersized+degraded, 15 active+undersized, 128 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 35/630 objects degraded (5.556%) 2023-12-07T16:00:07.282 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:06 smithi144 bash[66528]: audit 2023-12-07T16:00:06.258778+0000 mon.a (mon.0) 1461 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:07.282 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:06 smithi144 bash[66528]: audit 2023-12-07T16:00:06.273021+0000 mon.a (mon.0) 1462 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:07.283 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:06 smithi144 bash[66528]: audit 2023-12-07T16:00:06.284228+0000 mon.a (mon.0) 1463 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:07.283 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:06 smithi144 bash[66528]: audit 2023-12-07T16:00:06.454513+0000 mon.a (mon.0) 1464 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:07.283 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:06 smithi144 bash[66528]: audit 2023-12-07T16:00:06.466821+0000 mon.a (mon.0) 1465 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:07.283 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:06 smithi144 bash[66528]: audit 2023-12-07T16:00:06.481962+0000 mon.a (mon.0) 1466 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:07.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:06 smithi121 bash[83807]: cluster 2023-12-07T16:00:05.243485+0000 mgr.y (mgr.25453) 1470 : cluster 0 pgmap v272: 161 pgs: 8 peering, 10 active+undersized+degraded, 15 active+undersized, 128 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 35/630 objects degraded (5.556%) 2023-12-07T16:00:07.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:06 smithi121 bash[83807]: audit 2023-12-07T16:00:06.258778+0000 mon.a (mon.0) 1461 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:07.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:06 smithi121 bash[83807]: audit 2023-12-07T16:00:06.273021+0000 mon.a (mon.0) 1462 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:07.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:06 smithi121 bash[83807]: audit 2023-12-07T16:00:06.284228+0000 mon.a (mon.0) 1463 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:07.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:06 smithi121 bash[83807]: audit 2023-12-07T16:00:06.454513+0000 mon.a (mon.0) 1464 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:07.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:06 smithi121 bash[83807]: audit 2023-12-07T16:00:06.466821+0000 mon.a (mon.0) 1465 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:07.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:06 smithi121 bash[83807]: audit 2023-12-07T16:00:06.481962+0000 mon.a (mon.0) 1466 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:07.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:06 smithi121 bash[81553]: cluster 2023-12-07T16:00:05.243485+0000 mgr.y (mgr.25453) 1470 : cluster 0 pgmap v272: 161 pgs: 8 peering, 10 active+undersized+degraded, 15 active+undersized, 128 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 35/630 objects degraded (5.556%) 2023-12-07T16:00:07.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:06 smithi121 bash[81553]: audit 2023-12-07T16:00:06.258778+0000 mon.a (mon.0) 1461 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:07.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:06 smithi121 bash[81553]: audit 2023-12-07T16:00:06.273021+0000 mon.a (mon.0) 1462 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:07.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:06 smithi121 bash[81553]: audit 2023-12-07T16:00:06.284228+0000 mon.a (mon.0) 1463 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:07.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:06 smithi121 bash[81553]: audit 2023-12-07T16:00:06.454513+0000 mon.a (mon.0) 1464 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:07.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:06 smithi121 bash[81553]: audit 2023-12-07T16:00:06.466821+0000 mon.a (mon.0) 1465 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:07.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:06 smithi121 bash[81553]: audit 2023-12-07T16:00:06.481962+0000 mon.a (mon.0) 1466 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:08.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:07 smithi121 bash[83807]: cluster 2023-12-07T16:00:07.882913+0000 mon.a (mon.0) 1467 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 35/630 objects degraded (5.556%), 10 pgs degraded) 2023-12-07T16:00:08.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:07 smithi121 bash[83807]: cluster 2023-12-07T16:00:07.882979+0000 mon.a (mon.0) 1468 : cluster 1 Cluster is now healthy 2023-12-07T16:00:08.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:07 smithi121 bash[81553]: cluster 2023-12-07T16:00:07.882913+0000 mon.a (mon.0) 1467 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 35/630 objects degraded (5.556%), 10 pgs degraded) 2023-12-07T16:00:08.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:07 smithi121 bash[81553]: cluster 2023-12-07T16:00:07.882979+0000 mon.a (mon.0) 1468 : cluster 1 Cluster is now healthy 2023-12-07T16:00:08.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:07 smithi144 bash[66528]: cluster 2023-12-07T16:00:07.882913+0000 mon.a (mon.0) 1467 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 35/630 objects degraded (5.556%), 10 pgs degraded) 2023-12-07T16:00:08.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:07 smithi144 bash[66528]: cluster 2023-12-07T16:00:07.882979+0000 mon.a (mon.0) 1468 : cluster 1 Cluster is now healthy 2023-12-07T16:00:09.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:08 smithi121 bash[81553]: cluster 2023-12-07T16:00:07.244596+0000 mgr.y (mgr.25453) 1471 : cluster 0 pgmap v273: 161 pgs: 8 peering, 153 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 487 B/s rd, 0 op/s 2023-12-07T16:00:09.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:08 smithi121 bash[83807]: cluster 2023-12-07T16:00:07.244596+0000 mgr.y (mgr.25453) 1471 : cluster 0 pgmap v273: 161 pgs: 8 peering, 153 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 487 B/s rd, 0 op/s 2023-12-07T16:00:09.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:08 smithi144 bash[66528]: cluster 2023-12-07T16:00:07.244596+0000 mgr.y (mgr.25453) 1471 : cluster 0 pgmap v273: 161 pgs: 8 peering, 153 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 487 B/s rd, 0 op/s 2023-12-07T16:00:11.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:10 smithi121 bash[83807]: cluster 2023-12-07T16:00:09.246313+0000 mgr.y (mgr.25453) 1472 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:11.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:10 smithi121 bash[81553]: cluster 2023-12-07T16:00:09.246313+0000 mgr.y (mgr.25453) 1472 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:11.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:10 smithi144 bash[66528]: cluster 2023-12-07T16:00:09.246313+0000 mgr.y (mgr.25453) 1472 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:13.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:12 smithi121 bash[81553]: cluster 2023-12-07T16:00:11.247348+0000 mgr.y (mgr.25453) 1473 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2023-12-07T16:00:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:12 smithi121 bash[81553]: audit 2023-12-07T16:00:12.470916+0000 mon.a (mon.0) 1469 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:12 smithi121 bash[81553]: audit 2023-12-07T16:00:12.473725+0000 mon.c (mon.1) 3275 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:00:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:12 smithi121 bash[83807]: cluster 2023-12-07T16:00:11.247348+0000 mgr.y (mgr.25453) 1473 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2023-12-07T16:00:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:12 smithi121 bash[83807]: audit 2023-12-07T16:00:12.470916+0000 mon.a (mon.0) 1469 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:12 smithi121 bash[83807]: audit 2023-12-07T16:00:12.473725+0000 mon.c (mon.1) 3275 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:00:13.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:12 smithi144 bash[66528]: cluster 2023-12-07T16:00:11.247348+0000 mgr.y (mgr.25453) 1473 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2023-12-07T16:00:13.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:12 smithi144 bash[66528]: audit 2023-12-07T16:00:12.470916+0000 mon.a (mon.0) 1469 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:13.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:12 smithi144 bash[66528]: audit 2023-12-07T16:00:12.473725+0000 mon.c (mon.1) 3275 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:00:14.955 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:00:14 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:00:14] "GET /metrics HTTP/1.1" 200 38506 "" "Prometheus/2.33.4" 2023-12-07T16:00:15.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:14 smithi121 bash[81553]: cluster 2023-12-07T16:00:13.248674+0000 mgr.y (mgr.25453) 1474 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2023-12-07T16:00:15.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:14 smithi121 bash[81553]: audit 2023-12-07T16:00:13.718246+0000 mgr.y (mgr.25453) 1475 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:15.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:14 smithi121 bash[83807]: cluster 2023-12-07T16:00:13.248674+0000 mgr.y (mgr.25453) 1474 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2023-12-07T16:00:15.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:14 smithi121 bash[83807]: audit 2023-12-07T16:00:13.718246+0000 mgr.y (mgr.25453) 1475 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:15.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:14 smithi144 bash[66528]: cluster 2023-12-07T16:00:13.248674+0000 mgr.y (mgr.25453) 1474 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2023-12-07T16:00:15.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:14 smithi144 bash[66528]: audit 2023-12-07T16:00:13.718246+0000 mgr.y (mgr.25453) 1475 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:17.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:16 smithi121 bash[81553]: cluster 2023-12-07T16:00:15.250102+0000 mgr.y (mgr.25453) 1476 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:00:17.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:16 smithi121 bash[83807]: cluster 2023-12-07T16:00:15.250102+0000 mgr.y (mgr.25453) 1476 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:00:17.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:16 smithi144 bash[66528]: cluster 2023-12-07T16:00:15.250102+0000 mgr.y (mgr.25453) 1476 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:00:19.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:18 smithi144 bash[66528]: cluster 2023-12-07T16:00:17.251265+0000 mgr.y (mgr.25453) 1477 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:19.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:18 smithi144 bash[66528]: audit 2023-12-07T16:00:17.836010+0000 mon.a (mon.0) 1470 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:19.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:18 smithi144 bash[66528]: audit 2023-12-07T16:00:18.160134+0000 mon.c (mon.1) 3276 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:00:19.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:18 smithi144 bash[66528]: audit 2023-12-07T16:00:18.160578+0000 mgr.y (mgr.25453) 1478 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:00:19.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:18 smithi144 bash[66528]: cephadm 2023-12-07T16:00:18.163415+0000 mgr.y (mgr.25453) 1479 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-07T16:00:19.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:18 smithi121 bash[83807]: cluster 2023-12-07T16:00:17.251265+0000 mgr.y (mgr.25453) 1477 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:19.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:18 smithi121 bash[83807]: audit 2023-12-07T16:00:17.836010+0000 mon.a (mon.0) 1470 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:19.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:18 smithi121 bash[83807]: audit 2023-12-07T16:00:18.160134+0000 mon.c (mon.1) 3276 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:00:19.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:18 smithi121 bash[83807]: audit 2023-12-07T16:00:18.160578+0000 mgr.y (mgr.25453) 1478 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:00:19.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:18 smithi121 bash[83807]: cephadm 2023-12-07T16:00:18.163415+0000 mgr.y (mgr.25453) 1479 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-07T16:00:19.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:18 smithi121 bash[81553]: cluster 2023-12-07T16:00:17.251265+0000 mgr.y (mgr.25453) 1477 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:19.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:18 smithi121 bash[81553]: audit 2023-12-07T16:00:17.836010+0000 mon.a (mon.0) 1470 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:19.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:18 smithi121 bash[81553]: audit 2023-12-07T16:00:18.160134+0000 mon.c (mon.1) 3276 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:00:19.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:18 smithi121 bash[81553]: audit 2023-12-07T16:00:18.160578+0000 mgr.y (mgr.25453) 1478 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-07T16:00:19.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:18 smithi121 bash[81553]: cephadm 2023-12-07T16:00:18.163415+0000 mgr.y (mgr.25453) 1479 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-07T16:00:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:20 smithi144 bash[66528]: cluster 2023-12-07T16:00:19.252842+0000 mgr.y (mgr.25453) 1480 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:20 smithi144 bash[66528]: audit 2023-12-07T16:00:20.592609+0000 mon.a (mon.0) 1471 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:20 smithi144 bash[66528]: audit 2023-12-07T16:00:20.597233+0000 mon.c (mon.1) 3277 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T16:00:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:20 smithi144 bash[66528]: audit 2023-12-07T16:00:20.598726+0000 mon.c (mon.1) 3278 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:21.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:20 smithi121 bash[83807]: cluster 2023-12-07T16:00:19.252842+0000 mgr.y (mgr.25453) 1480 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:21.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:20 smithi121 bash[83807]: audit 2023-12-07T16:00:20.592609+0000 mon.a (mon.0) 1471 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:21.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:20 smithi121 bash[83807]: audit 2023-12-07T16:00:20.597233+0000 mon.c (mon.1) 3277 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T16:00:21.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:20 smithi121 bash[83807]: audit 2023-12-07T16:00:20.598726+0000 mon.c (mon.1) 3278 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:21.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:20 smithi121 bash[81553]: cluster 2023-12-07T16:00:19.252842+0000 mgr.y (mgr.25453) 1480 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:20 smithi121 bash[81553]: audit 2023-12-07T16:00:20.592609+0000 mon.a (mon.0) 1471 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:20 smithi121 bash[81553]: audit 2023-12-07T16:00:20.597233+0000 mon.c (mon.1) 3277 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-07T16:00:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:20 smithi121 bash[81553]: audit 2023-12-07T16:00:20.598726+0000 mon.c (mon.1) 3278 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:22.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:21 smithi144 bash[66528]: cephadm 2023-12-07T16:00:20.584119+0000 mgr.y (mgr.25453) 1481 : cephadm 1 Upgrade: Updating osd.6 2023-12-07T16:00:22.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:21 smithi144 bash[66528]: cephadm 2023-12-07T16:00:20.602046+0000 mgr.y (mgr.25453) 1482 : cephadm 1 Deploying daemon osd.6 on smithi144 2023-12-07T16:00:22.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:21 smithi121 bash[81553]: cephadm 2023-12-07T16:00:20.584119+0000 mgr.y (mgr.25453) 1481 : cephadm 1 Upgrade: Updating osd.6 2023-12-07T16:00:22.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:21 smithi121 bash[81553]: cephadm 2023-12-07T16:00:20.602046+0000 mgr.y (mgr.25453) 1482 : cephadm 1 Deploying daemon osd.6 on smithi144 2023-12-07T16:00:22.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:21 smithi121 bash[83807]: cephadm 2023-12-07T16:00:20.584119+0000 mgr.y (mgr.25453) 1481 : cephadm 1 Upgrade: Updating osd.6 2023-12-07T16:00:22.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:21 smithi121 bash[83807]: cephadm 2023-12-07T16:00:20.602046+0000 mgr.y (mgr.25453) 1482 : cephadm 1 Deploying daemon osd.6 on smithi144 2023-12-07T16:00:23.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:22 smithi144 bash[66528]: cluster 2023-12-07T16:00:21.253776+0000 mgr.y (mgr.25453) 1483 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:23.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:22 smithi121 bash[81553]: cluster 2023-12-07T16:00:21.253776+0000 mgr.y (mgr.25453) 1483 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:23.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:22 smithi121 bash[83807]: cluster 2023-12-07T16:00:21.253776+0000 mgr.y (mgr.25453) 1483 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:25.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:00:24 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:00:24] "GET /metrics HTTP/1.1" 200 38506 "" "Prometheus/2.33.4" 2023-12-07T16:00:25.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:24 smithi121 bash[83807]: cluster 2023-12-07T16:00:23.254960+0000 mgr.y (mgr.25453) 1484 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:25.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:24 smithi121 bash[83807]: audit 2023-12-07T16:00:23.729473+0000 mgr.y (mgr.25453) 1485 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:25.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:24 smithi121 bash[81553]: cluster 2023-12-07T16:00:23.254960+0000 mgr.y (mgr.25453) 1484 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:25.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:24 smithi121 bash[81553]: audit 2023-12-07T16:00:23.729473+0000 mgr.y (mgr.25453) 1485 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:25.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:24 smithi144 bash[66528]: cluster 2023-12-07T16:00:23.254960+0000 mgr.y (mgr.25453) 1484 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:25.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:24 smithi144 bash[66528]: audit 2023-12-07T16:00:23.729473+0000 mgr.y (mgr.25453) 1485 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:25.626 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:25 smithi144 systemd[1]: Stopping Ceph osd.6 for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:00:26.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:25 smithi144 bash[66528]: cluster 2023-12-07T16:00:25.691493+0000 mon.a (mon.0) 1472 : cluster 1 osd.6 marked itself down and dead 2023-12-07T16:00:26.127 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:25 smithi144 bash[37633]: debug 2023-12-07T16:00:25.690+0000 7f42f3ab0700 -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 2023-12-07T16:00:26.127 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:25 smithi144 bash[37633]: debug 2023-12-07T16:00:25.690+0000 7f42f3ab0700 -1 osd.6 150 *** Got signal Terminated *** 2023-12-07T16:00:26.127 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:25 smithi144 bash[37633]: debug 2023-12-07T16:00:25.690+0000 7f42f3ab0700 -1 osd.6 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:00:26.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:25 smithi121 bash[81553]: cluster 2023-12-07T16:00:25.691493+0000 mon.a (mon.0) 1472 : cluster 1 osd.6 marked itself down and dead 2023-12-07T16:00:26.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:25 smithi121 bash[83807]: cluster 2023-12-07T16:00:25.691493+0000 mon.a (mon.0) 1472 : cluster 1 osd.6 marked itself down and dead 2023-12-07T16:00:27.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[83807]: cluster 2023-12-07T16:00:25.256307+0000 mgr.y (mgr.25453) 1486 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:27.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[83807]: cluster 2023-12-07T16:00:25.855761+0000 mon.a (mon.0) 1473 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:00:27.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[83807]: cluster 2023-12-07T16:00:25.871010+0000 osd.7 (osd.7) 69 : cluster 3 failed to encode map e151 with expected crc 2023-12-07T16:00:27.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[83807]: cluster 2023-12-07T16:00:25.874413+0000 mon.a (mon.0) 1474 : cluster 0 osdmap e151: 8 total, 7 up, 8 in 2023-12-07T16:00:27.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[83807]: cluster 2023-12-07T16:00:25.877620+0000 osd.7 (osd.7) 70 : cluster 3 failed to encode map e151 with expected crc 2023-12-07T16:00:27.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[83807]: audit 2023-12-07T16:00:26.441213+0000 mon.a (mon.0) 1475 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[83807]: audit 2023-12-07T16:00:26.454413+0000 mon.a (mon.0) 1476 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[83807]: audit 2023-12-07T16:00:26.466268+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[83807]: audit 2023-12-07T16:00:26.640861+0000 mon.a (mon.0) 1478 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[83807]: audit 2023-12-07T16:00:26.652107+0000 mon.a (mon.0) 1479 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[83807]: audit 2023-12-07T16:00:26.662794+0000 mon.a (mon.0) 1480 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[83807]: audit 2023-12-07T16:00:26.816494+0000 mon.a (mon.0) 1481 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[83807]: audit 2023-12-07T16:00:26.829500+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[83807]: audit 2023-12-07T16:00:26.841476+0000 mon.a (mon.0) 1483 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[81553]: cluster 2023-12-07T16:00:25.256307+0000 mgr.y (mgr.25453) 1486 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:27.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[81553]: cluster 2023-12-07T16:00:25.855761+0000 mon.a (mon.0) 1473 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:00:27.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[81553]: cluster 2023-12-07T16:00:25.871010+0000 osd.7 (osd.7) 69 : cluster 3 failed to encode map e151 with expected crc 2023-12-07T16:00:27.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[81553]: cluster 2023-12-07T16:00:25.874413+0000 mon.a (mon.0) 1474 : cluster 0 osdmap e151: 8 total, 7 up, 8 in 2023-12-07T16:00:27.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[81553]: cluster 2023-12-07T16:00:25.877620+0000 osd.7 (osd.7) 70 : cluster 3 failed to encode map e151 with expected crc 2023-12-07T16:00:27.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[81553]: audit 2023-12-07T16:00:26.441213+0000 mon.a (mon.0) 1475 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[81553]: audit 2023-12-07T16:00:26.454413+0000 mon.a (mon.0) 1476 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[81553]: audit 2023-12-07T16:00:26.466268+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[81553]: audit 2023-12-07T16:00:26.640861+0000 mon.a (mon.0) 1478 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[81553]: audit 2023-12-07T16:00:26.652107+0000 mon.a (mon.0) 1479 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[81553]: audit 2023-12-07T16:00:26.662794+0000 mon.a (mon.0) 1480 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[81553]: audit 2023-12-07T16:00:26.816494+0000 mon.a (mon.0) 1481 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[81553]: audit 2023-12-07T16:00:26.829500+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:26 smithi121 bash[81553]: audit 2023-12-07T16:00:26.841476+0000 mon.a (mon.0) 1483 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:26 smithi144 bash[66528]: cluster 2023-12-07T16:00:25.256307+0000 mgr.y (mgr.25453) 1486 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:27.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:26 smithi144 bash[66528]: cluster 2023-12-07T16:00:25.855761+0000 mon.a (mon.0) 1473 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:00:27.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:26 smithi144 bash[66528]: cluster 2023-12-07T16:00:25.871010+0000 osd.7 (osd.7) 69 : cluster 3 failed to encode map e151 with expected crc 2023-12-07T16:00:27.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:26 smithi144 bash[66528]: cluster 2023-12-07T16:00:25.874413+0000 mon.a (mon.0) 1474 : cluster 0 osdmap e151: 8 total, 7 up, 8 in 2023-12-07T16:00:27.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:26 smithi144 bash[66528]: cluster 2023-12-07T16:00:25.877620+0000 osd.7 (osd.7) 70 : cluster 3 failed to encode map e151 with expected crc 2023-12-07T16:00:27.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:26 smithi144 bash[66528]: audit 2023-12-07T16:00:26.441213+0000 mon.a (mon.0) 1475 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:26 smithi144 bash[66528]: audit 2023-12-07T16:00:26.454413+0000 mon.a (mon.0) 1476 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:26 smithi144 bash[66528]: audit 2023-12-07T16:00:26.466268+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:26 smithi144 bash[66528]: audit 2023-12-07T16:00:26.640861+0000 mon.a (mon.0) 1478 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:26 smithi144 bash[66528]: audit 2023-12-07T16:00:26.652107+0000 mon.a (mon.0) 1479 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:26 smithi144 bash[66528]: audit 2023-12-07T16:00:26.662794+0000 mon.a (mon.0) 1480 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:26 smithi144 bash[66528]: audit 2023-12-07T16:00:26.816494+0000 mon.a (mon.0) 1481 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:26 smithi144 bash[66528]: audit 2023-12-07T16:00:26.829500+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:27.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:26 smithi144 bash[66528]: audit 2023-12-07T16:00:26.841476+0000 mon.a (mon.0) 1483 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:28.126 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:27 smithi144 bash[80745]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-6 2023-12-07T16:00:28.126 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:27 smithi144 bash[80961]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-6 2023-12-07T16:00:28.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:27 smithi144 bash[66528]: cluster 2023-12-07T16:00:26.655132+0000 mgr.y (mgr.25453) 1487 : cluster 0 pgmap v284: 161 pgs: 23 peering, 6 stale+active+clean, 132 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:00:28.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:27 smithi144 bash[66528]: cluster 2023-12-07T16:00:26.833056+0000 mgr.y (mgr.25453) 1488 : cluster 0 pgmap v285: 161 pgs: 23 peering, 6 stale+active+clean, 132 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:00:28.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:27 smithi144 bash[66528]: cluster 2023-12-07T16:00:26.833664+0000 mgr.y (mgr.25453) 1489 : cluster 0 pgmap v286: 161 pgs: 23 peering, 6 stale+active+clean, 132 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:00:28.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:27 smithi144 bash[66528]: cluster 2023-12-07T16:00:26.870511+0000 osd.7 (osd.7) 71 : cluster 3 failed to encode map e152 with expected crc 2023-12-07T16:00:28.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:27 smithi144 bash[66528]: cluster 2023-12-07T16:00:26.872616+0000 mon.a (mon.0) 1484 : cluster 0 osdmap e152: 8 total, 7 up, 8 in 2023-12-07T16:00:28.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:27 smithi144 bash[66528]: cluster 2023-12-07T16:00:26.874364+0000 osd.7 (osd.7) 72 : cluster 3 failed to encode map e152 with expected crc 2023-12-07T16:00:28.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:27 smithi144 bash[66528]: cluster 2023-12-07T16:00:26.877960+0000 osd.7 (osd.7) 73 : cluster 3 failed to encode map e152 with expected crc 2023-12-07T16:00:28.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:27 smithi144 bash[66528]: cluster 2023-12-07T16:00:26.880214+0000 osd.7 (osd.7) 74 : cluster 3 failed to encode map e152 with expected crc 2023-12-07T16:00:28.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:27 smithi144 bash[66528]: audit 2023-12-07T16:00:27.471313+0000 mon.a (mon.0) 1485 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:28.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:27 smithi144 bash[66528]: audit 2023-12-07T16:00:27.474295+0000 mon.c (mon.1) 3279 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:00:28.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:27 smithi144 bash[66528]: cluster 2023-12-07T16:00:27.648874+0000 mon.a (mon.0) 1486 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T16:00:28.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:27 smithi144 bash[66528]: cluster 2023-12-07T16:00:27.648948+0000 mon.a (mon.0) 1487 : cluster 3 Health check failed: Reduced data availability: 5 pgs inactive, 7 pgs peering (PG_AVAILABILITY) 2023-12-07T16:00:28.145 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[83807]: cluster 2023-12-07T16:00:26.655132+0000 mgr.y (mgr.25453) 1487 : cluster 0 pgmap v284: 161 pgs: 23 peering, 6 stale+active+clean, 132 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:00:28.145 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[83807]: cluster 2023-12-07T16:00:26.833056+0000 mgr.y (mgr.25453) 1488 : cluster 0 pgmap v285: 161 pgs: 23 peering, 6 stale+active+clean, 132 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:00:28.145 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[83807]: cluster 2023-12-07T16:00:26.833664+0000 mgr.y (mgr.25453) 1489 : cluster 0 pgmap v286: 161 pgs: 23 peering, 6 stale+active+clean, 132 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:00:28.145 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[83807]: cluster 2023-12-07T16:00:26.870511+0000 osd.7 (osd.7) 71 : cluster 3 failed to encode map e152 with expected crc 2023-12-07T16:00:28.145 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[83807]: cluster 2023-12-07T16:00:26.872616+0000 mon.a (mon.0) 1484 : cluster 0 osdmap e152: 8 total, 7 up, 8 in 2023-12-07T16:00:28.145 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[83807]: cluster 2023-12-07T16:00:26.874364+0000 osd.7 (osd.7) 72 : cluster 3 failed to encode map e152 with expected crc 2023-12-07T16:00:28.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[83807]: cluster 2023-12-07T16:00:26.877960+0000 osd.7 (osd.7) 73 : cluster 3 failed to encode map e152 with expected crc 2023-12-07T16:00:28.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[83807]: cluster 2023-12-07T16:00:26.880214+0000 osd.7 (osd.7) 74 : cluster 3 failed to encode map e152 with expected crc 2023-12-07T16:00:28.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[83807]: audit 2023-12-07T16:00:27.471313+0000 mon.a (mon.0) 1485 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:28.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[83807]: audit 2023-12-07T16:00:27.474295+0000 mon.c (mon.1) 3279 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:00:28.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[83807]: cluster 2023-12-07T16:00:27.648874+0000 mon.a (mon.0) 1486 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T16:00:28.146 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[83807]: cluster 2023-12-07T16:00:27.648948+0000 mon.a (mon.0) 1487 : cluster 3 Health check failed: Reduced data availability: 5 pgs inactive, 7 pgs peering (PG_AVAILABILITY) 2023-12-07T16:00:28.146 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[81553]: cluster 2023-12-07T16:00:26.655132+0000 mgr.y (mgr.25453) 1487 : cluster 0 pgmap v284: 161 pgs: 23 peering, 6 stale+active+clean, 132 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:00:28.146 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[81553]: cluster 2023-12-07T16:00:26.833056+0000 mgr.y (mgr.25453) 1488 : cluster 0 pgmap v285: 161 pgs: 23 peering, 6 stale+active+clean, 132 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:00:28.146 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[81553]: cluster 2023-12-07T16:00:26.833664+0000 mgr.y (mgr.25453) 1489 : cluster 0 pgmap v286: 161 pgs: 23 peering, 6 stale+active+clean, 132 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-12-07T16:00:28.146 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[81553]: cluster 2023-12-07T16:00:26.870511+0000 osd.7 (osd.7) 71 : cluster 3 failed to encode map e152 with expected crc 2023-12-07T16:00:28.146 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[81553]: cluster 2023-12-07T16:00:26.872616+0000 mon.a (mon.0) 1484 : cluster 0 osdmap e152: 8 total, 7 up, 8 in 2023-12-07T16:00:28.146 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[81553]: cluster 2023-12-07T16:00:26.874364+0000 osd.7 (osd.7) 72 : cluster 3 failed to encode map e152 with expected crc 2023-12-07T16:00:28.146 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[81553]: cluster 2023-12-07T16:00:26.877960+0000 osd.7 (osd.7) 73 : cluster 3 failed to encode map e152 with expected crc 2023-12-07T16:00:28.147 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[81553]: cluster 2023-12-07T16:00:26.880214+0000 osd.7 (osd.7) 74 : cluster 3 failed to encode map e152 with expected crc 2023-12-07T16:00:28.147 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[81553]: audit 2023-12-07T16:00:27.471313+0000 mon.a (mon.0) 1485 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:28.147 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[81553]: audit 2023-12-07T16:00:27.474295+0000 mon.c (mon.1) 3279 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:00:28.147 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[81553]: cluster 2023-12-07T16:00:27.648874+0000 mon.a (mon.0) 1486 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T16:00:28.147 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:27 smithi121 bash[81553]: cluster 2023-12-07T16:00:27.648948+0000 mon.a (mon.0) 1487 : cluster 3 Health check failed: Reduced data availability: 5 pgs inactive, 7 pgs peering (PG_AVAILABILITY) 2023-12-07T16:00:30.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:29 smithi121 bash[81553]: cluster 2023-12-07T16:00:28.834830+0000 mgr.y (mgr.25453) 1490 : cluster 0 pgmap v288: 161 pgs: 10 active+undersized+degraded, 23 peering, 21 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2023-12-07T16:00:30.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:29 smithi121 bash[83807]: cluster 2023-12-07T16:00:28.834830+0000 mgr.y (mgr.25453) 1490 : cluster 0 pgmap v288: 161 pgs: 10 active+undersized+degraded, 23 peering, 21 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2023-12-07T16:00:30.115 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:29 smithi144 bash[66528]: cluster 2023-12-07T16:00:28.834830+0000 mgr.y (mgr.25453) 1490 : cluster 0 pgmap v288: 161 pgs: 10 active+undersized+degraded, 23 peering, 21 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2023-12-07T16:00:30.115 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:29 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.6.service: Succeeded. 2023-12-07T16:00:30.115 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:29 smithi144 systemd[1]: Stopped Ceph osd.6 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T16:00:30.115 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:30 smithi144 systemd[1]: Started Ceph osd.6 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T16:00:30.922 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T16:00:31.091 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: cluster 2023-12-07T16:00:29.825209+0000 mon.a (mon.0) 1488 : cluster 3 Health check failed: Degraded data redundancy: 40/630 objects degraded (6.349%), 10 pgs degraded (PG_DEGRADED) 2023-12-07T16:00:31.091 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.102378+0000 mon.a (mon.0) 1489 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.091 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.116711+0000 mon.a (mon.0) 1490 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.091 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.147388+0000 mon.c (mon.1) 3280 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.091 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.149255+0000 mon.c (mon.1) 3281 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.092 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: cluster 2023-12-07T16:00:30.153014+0000 mgr.y (mgr.25453) 1491 : cluster 0 pgmap v289: 161 pgs: 10 active+undersized+degraded, 23 peering, 21 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2023-12-07T16:00:31.092 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.163658+0000 mon.a (mon.0) 1491 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.092 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: cephadm 2023-12-07T16:00:30.165482+0000 mgr.y (mgr.25453) 1492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:31.092 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.249219+0000 mon.c (mon.1) 3282 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.092 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.252439+0000 mon.c (mon.1) 3283 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.092 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.257978+0000 mon.c (mon.1) 3284 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.092 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.259748+0000 mon.c (mon.1) 3285 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.092 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.271792+0000 mon.a (mon.0) 1492 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.092 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.351117+0000 mon.c (mon.1) 3286 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.092 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.354413+0000 mon.c (mon.1) 3287 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.092 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.357023+0000 mon.c (mon.1) 3288 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.092 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.358412+0000 mon.c (mon.1) 3289 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.092 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.368306+0000 mon.a (mon.0) 1493 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.093 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.448827+0000 mon.c (mon.1) 3290 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.093 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.452206+0000 mon.c (mon.1) 3291 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.093 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.455026+0000 mon.c (mon.1) 3292 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.093 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.456170+0000 mon.c (mon.1) 3293 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.093 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.464096+0000 mon.a (mon.0) 1494 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.093 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.544303+0000 mon.c (mon.1) 3294 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.093 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.546902+0000 mon.c (mon.1) 3295 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.093 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.549461+0000 mon.c (mon.1) 3296 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.093 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.550869+0000 mon.c (mon.1) 3297 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.093 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.559162+0000 mon.a (mon.0) 1495 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.093 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.642217+0000 mon.c (mon.1) 3298 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.093 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.645020+0000 mon.c (mon.1) 3299 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.093 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.647501+0000 mon.c (mon.1) 3300 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.093 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.648604+0000 mon.c (mon.1) 3301 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.094 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.655242+0000 mon.a (mon.0) 1496 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.094 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.735264+0000 mon.c (mon.1) 3302 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.094 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.737976+0000 mon.c (mon.1) 3303 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.094 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.740699+0000 mon.c (mon.1) 3304 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.094 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.741695+0000 mon.c (mon.1) 3305 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.094 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.749438+0000 mon.a (mon.0) 1497 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.094 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[83807]: audit 2023-12-07T16:00:30.831838+0000 mon.c (mon.1) 3306 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.094 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: cluster 2023-12-07T16:00:29.825209+0000 mon.a (mon.0) 1488 : cluster 3 Health check failed: Degraded data redundancy: 40/630 objects degraded (6.349%), 10 pgs degraded (PG_DEGRADED) 2023-12-07T16:00:31.095 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.102378+0000 mon.a (mon.0) 1489 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.095 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.116711+0000 mon.a (mon.0) 1490 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.095 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.147388+0000 mon.c (mon.1) 3280 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.095 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.149255+0000 mon.c (mon.1) 3281 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.095 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: cluster 2023-12-07T16:00:30.153014+0000 mgr.y (mgr.25453) 1491 : cluster 0 pgmap v289: 161 pgs: 10 active+undersized+degraded, 23 peering, 21 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2023-12-07T16:00:31.095 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.163658+0000 mon.a (mon.0) 1491 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.095 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: cephadm 2023-12-07T16:00:30.165482+0000 mgr.y (mgr.25453) 1492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:31.095 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.249219+0000 mon.c (mon.1) 3282 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.095 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.252439+0000 mon.c (mon.1) 3283 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.095 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.257978+0000 mon.c (mon.1) 3284 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.095 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.259748+0000 mon.c (mon.1) 3285 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.095 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.271792+0000 mon.a (mon.0) 1492 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.095 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.351117+0000 mon.c (mon.1) 3286 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.096 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.354413+0000 mon.c (mon.1) 3287 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.096 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.357023+0000 mon.c (mon.1) 3288 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.096 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.358412+0000 mon.c (mon.1) 3289 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.096 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.368306+0000 mon.a (mon.0) 1493 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.096 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.448827+0000 mon.c (mon.1) 3290 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.096 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.452206+0000 mon.c (mon.1) 3291 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.096 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.455026+0000 mon.c (mon.1) 3292 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.096 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.456170+0000 mon.c (mon.1) 3293 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.096 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.464096+0000 mon.a (mon.0) 1494 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.096 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.544303+0000 mon.c (mon.1) 3294 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.096 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.546902+0000 mon.c (mon.1) 3295 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.096 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.549461+0000 mon.c (mon.1) 3296 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.096 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.550869+0000 mon.c (mon.1) 3297 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.096 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.559162+0000 mon.a (mon.0) 1495 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.097 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.642217+0000 mon.c (mon.1) 3298 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.097 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.645020+0000 mon.c (mon.1) 3299 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.097 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.647501+0000 mon.c (mon.1) 3300 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.097 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.648604+0000 mon.c (mon.1) 3301 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.097 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.655242+0000 mon.a (mon.0) 1496 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.097 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.735264+0000 mon.c (mon.1) 3302 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.097 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.737976+0000 mon.c (mon.1) 3303 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.097 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.740699+0000 mon.c (mon.1) 3304 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.097 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.741695+0000 mon.c (mon.1) 3305 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.097 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.749438+0000 mon.a (mon.0) 1497 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.097 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:30 smithi121 bash[81553]: audit 2023-12-07T16:00:30.831838+0000 mon.c (mon.1) 3306 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: cluster 2023-12-07T16:00:29.825209+0000 mon.a (mon.0) 1488 : cluster 3 Health check failed: Degraded data redundancy: 40/630 objects degraded (6.349%), 10 pgs degraded (PG_DEGRADED) 2023-12-07T16:00:31.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.102378+0000 mon.a (mon.0) 1489 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.116711+0000 mon.a (mon.0) 1490 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.147388+0000 mon.c (mon.1) 3280 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.149255+0000 mon.c (mon.1) 3281 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: cluster 2023-12-07T16:00:30.153014+0000 mgr.y (mgr.25453) 1491 : cluster 0 pgmap v289: 161 pgs: 10 active+undersized+degraded, 23 peering, 21 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2023-12-07T16:00:31.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.163658+0000 mon.a (mon.0) 1491 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: cephadm 2023-12-07T16:00:30.165482+0000 mgr.y (mgr.25453) 1492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:31.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.249219+0000 mon.c (mon.1) 3282 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.252439+0000 mon.c (mon.1) 3283 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.257978+0000 mon.c (mon.1) 3284 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.259748+0000 mon.c (mon.1) 3285 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.271792+0000 mon.a (mon.0) 1492 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.351117+0000 mon.c (mon.1) 3286 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.354413+0000 mon.c (mon.1) 3287 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.357023+0000 mon.c (mon.1) 3288 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.358412+0000 mon.c (mon.1) 3289 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.368306+0000 mon.a (mon.0) 1493 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.448827+0000 mon.c (mon.1) 3290 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.452206+0000 mon.c (mon.1) 3291 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.455026+0000 mon.c (mon.1) 3292 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.456170+0000 mon.c (mon.1) 3293 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.464096+0000 mon.a (mon.0) 1494 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.544303+0000 mon.c (mon.1) 3294 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.546902+0000 mon.c (mon.1) 3295 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.549461+0000 mon.c (mon.1) 3296 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.550869+0000 mon.c (mon.1) 3297 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.559162+0000 mon.a (mon.0) 1495 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.642217+0000 mon.c (mon.1) 3298 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.645020+0000 mon.c (mon.1) 3299 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.647501+0000 mon.c (mon.1) 3300 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.648604+0000 mon.c (mon.1) 3301 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.655242+0000 mon.a (mon.0) 1496 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.735264+0000 mon.c (mon.1) 3302 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.737976+0000 mon.c (mon.1) 3303 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:31.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.740699+0000 mon.c (mon.1) 3304 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:31.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.741695+0000 mon.c (mon.1) 3305 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:31.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.749438+0000 mon.a (mon.0) 1497 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:31.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:30 smithi144 bash[66528]: audit 2023-12-07T16:00:30.831838+0000 mon.c (mon.1) 3306 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:31.700 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:00:31.701 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 5s ago 22m - - 2023-12-07T16:00:31.701 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 4s ago 22m - - 2023-12-07T16:00:31.701 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (8m) 5s ago 15m 16.5M - 0.23.0 ba2b418f427c 967bceda37f6 2023-12-07T16:00:31.701 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (7m) 4s ago 14m 44.0M - 8.3.5 dad864ee21e9 f9c66575cb4a 2023-12-07T16:00:31.701 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (6m) 5s ago 12m 48.3M - 3.5 e1d6a67b021e 5b982a4ff84a 2023-12-07T16:00:31.701 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283,8765 running (6m) 4s ago 21m 435M - 19.0.0-13-ge6605fb8 104f332cd0a9 b518ffbe0a91 2023-12-07T16:00:31.701 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:8443,9283,8765 running (7m) 5s ago 23m 517M - 19.0.0-13-ge6605fb8 104f332cd0a9 104d769d2d66 2023-12-07T16:00:31.701 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (5m) 5s ago 23m 71.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 46122fbb14c0 2023-12-07T16:00:31.701 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (5m) 4s ago 21m 51.3M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 f065215e6f46 2023-12-07T16:00:31.701 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (5m) 5s ago 21m 59.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d92fb430c584 2023-12-07T16:00:31.701 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (8m) 5s ago 15m 12.9M - 1.3.1 1dbe0e931976 20eca3d71286 2023-12-07T16:00:31.702 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (8m) 4s ago 15m 12.7M - 1.3.1 1dbe0e931976 0024f19bccdb 2023-12-07T16:00:31.702 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (4m) 5s ago 20m 59.0M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 1c6417ba1117 2023-12-07T16:00:31.702 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (3m) 5s ago 20m 58.2M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 7a224a561741 2023-12-07T16:00:31.702 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (2m) 5s ago 19m 50.6M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 00d71a801fed 2023-12-07T16:00:31.702 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (2m) 5s ago 19m 53.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 722b2617412e 2023-12-07T16:00:31.702 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (77s) 4s ago 18m 47.2M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 d81b80ea4a46 2023-12-07T16:00:31.702 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (37s) 4s ago 17m 48.4M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 a33a1de528b2 2023-12-07T16:00:31.702 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 starting - - - 4096M 2023-12-07T16:00:31.702 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (16m) 4s ago 16m 72.3M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T16:00:31.702 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (6m) 4s ago 15m 66.9M - 2.33.4 514e6a882f6e 64f00ffdc6cb 2023-12-07T16:00:31.702 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (13m) 5s ago 13m 89.7M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T16:00:31.703 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (13m) 4s ago 13m 89.2M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T16:00:31.703 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (13m) 5s ago 13m 90.9M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T16:00:31.703 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (13m) 4s ago 13m 89.8M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T16:00:32.126 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[81128]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-07T16:00:32.127 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[81128]: 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 2023-12-07T16:00:32.127 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[81128]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-07T16:00:32.127 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[81128]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-07T16:00:32.127 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[81128]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2023-12-07T16:00:32.127 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[81128]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-07T16:00:32.127 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[81128]: --> ceph-volume raw activate successful for osd ID: 6 2023-12-07T16:00:32.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: cephadm 2023-12-07T16:00:30.272833+0000 mgr.y (mgr.25453) 1493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: cephadm 2023-12-07T16:00:30.369687+0000 mgr.y (mgr.25453) 1494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: cephadm 2023-12-07T16:00:30.464983+0000 mgr.y (mgr.25453) 1495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: cephadm 2023-12-07T16:00:30.560174+0000 mgr.y (mgr.25453) 1496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: cephadm 2023-12-07T16:00:30.656137+0000 mgr.y (mgr.25453) 1497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: cephadm 2023-12-07T16:00:30.751180+0000 mgr.y (mgr.25453) 1498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:30.833767+0000 mon.c (mon.1) 3307 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:30.836084+0000 mon.c (mon.1) 3308 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:30.844325+0000 mon.c (mon.1) 3309 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:30.850653+0000 mon.a (mon.0) 1498 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: cephadm 2023-12-07T16:00:30.851913+0000 mgr.y (mgr.25453) 1499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:30.899274+0000 mgr.y (mgr.25453) 1500 : audit 0 from='client.44502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:32.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:30.931520+0000 mon.c (mon.1) 3310 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:30.935004+0000 mon.c (mon.1) 3311 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:30.940710+0000 mon.c (mon.1) 3312 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:30.941910+0000 mon.c (mon.1) 3313 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:30.950746+0000 mon.a (mon.0) 1499 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: cephadm 2023-12-07T16:00:30.951858+0000 mgr.y (mgr.25453) 1501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.014117+0000 mon.c (mon.1) 3314 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.017706+0000 mon.c (mon.1) 3315 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.022250+0000 mon.c (mon.1) 3316 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.023180+0000 mon.c (mon.1) 3317 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.029305+0000 mon.a (mon.0) 1500 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: cephadm 2023-12-07T16:00:31.031541+0000 mgr.y (mgr.25453) 1502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.109297+0000 mon.c (mon.1) 3318 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.112443+0000 mon.c (mon.1) 3319 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: cluster 2023-12-07T16:00:31.113507+0000 mon.a (mon.0) 1501 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T16:00:32.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.116310+0000 mon.c (mon.1) 3320 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.122968+0000 mon.c (mon.1) 3321 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.131866+0000 mon.a (mon.0) 1502 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: cephadm 2023-12-07T16:00:31.133418+0000 mgr.y (mgr.25453) 1503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.196288+0000 mon.c (mon.1) 3322 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.199006+0000 mon.c (mon.1) 3323 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.201868+0000 mon.c (mon.1) 3324 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.202665+0000 mon.c (mon.1) 3325 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.212211+0000 mon.a (mon.0) 1503 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.293115+0000 mon.c (mon.1) 3326 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.295889+0000 mon.c (mon.1) 3327 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.300161+0000 mon.c (mon.1) 3328 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.301587+0000 mon.c (mon.1) 3329 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.311513+0000 mon.a (mon.0) 1504 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.375158+0000 mon.c (mon.1) 3330 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.377525+0000 mon.c (mon.1) 3331 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.379850+0000 mon.c (mon.1) 3332 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.380927+0000 mon.c (mon.1) 3333 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.389324+0000 mon.a (mon.0) 1505 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.473268+0000 mon.c (mon.1) 3334 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.477604+0000 mon.c (mon.1) 3335 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.481201+0000 mon.c (mon.1) 3336 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.482205+0000 mon.c (mon.1) 3337 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.491074+0000 mon.a (mon.0) 1506 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.575290+0000 mon.c (mon.1) 3338 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.577550+0000 mon.c (mon.1) 3339 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.580604+0000 mon.c (mon.1) 3340 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.581834+0000 mon.c (mon.1) 3341 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.590968+0000 mon.a (mon.0) 1507 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.669965+0000 mon.c (mon.1) 3342 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.672425+0000 mon.c (mon.1) 3343 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.674997+0000 mon.c (mon.1) 3344 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.675890+0000 mon.c (mon.1) 3345 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.688982+0000 mon.a (mon.0) 1508 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.134 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.779783+0000 mon.c (mon.1) 3346 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.134 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.782349+0000 mon.c (mon.1) 3347 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.134 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.785399+0000 mon.c (mon.1) 3348 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.134 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.786338+0000 mon.c (mon.1) 3349 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.134 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:31 smithi144 bash[66528]: audit 2023-12-07T16:00:31.795482+0000 mon.a (mon.0) 1509 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.139 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T16:00:32.139 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T16:00:32.139 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T16:00:32.140 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T16:00:32.140 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T16:00:32.140 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:00:32.140 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T16:00:32.140 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T16:00:32.140 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-07T16:00:32.140 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 6 2023-12-07T16:00:32.140 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T16:00:32.140 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T16:00:32.140 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:00:32.141 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T16:00:32.141 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T16:00:32.141 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-07T16:00:32.141 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 11 2023-12-07T16:00:32.141 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T16:00:32.141 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T16:00:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: cephadm 2023-12-07T16:00:30.272833+0000 mgr.y (mgr.25453) 1493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: cephadm 2023-12-07T16:00:30.369687+0000 mgr.y (mgr.25453) 1494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: cephadm 2023-12-07T16:00:30.464983+0000 mgr.y (mgr.25453) 1495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: cephadm 2023-12-07T16:00:30.560174+0000 mgr.y (mgr.25453) 1496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: cephadm 2023-12-07T16:00:30.656137+0000 mgr.y (mgr.25453) 1497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: cephadm 2023-12-07T16:00:30.751180+0000 mgr.y (mgr.25453) 1498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:30.833767+0000 mon.c (mon.1) 3307 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:30.836084+0000 mon.c (mon.1) 3308 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:30.844325+0000 mon.c (mon.1) 3309 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:30.850653+0000 mon.a (mon.0) 1498 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: cephadm 2023-12-07T16:00:30.851913+0000 mgr.y (mgr.25453) 1499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:30.899274+0000 mgr.y (mgr.25453) 1500 : audit 0 from='client.44502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:32.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:30.931520+0000 mon.c (mon.1) 3310 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:30.935004+0000 mon.c (mon.1) 3311 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:30.940710+0000 mon.c (mon.1) 3312 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:30.941910+0000 mon.c (mon.1) 3313 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:30.950746+0000 mon.a (mon.0) 1499 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: cephadm 2023-12-07T16:00:30.951858+0000 mgr.y (mgr.25453) 1501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.014117+0000 mon.c (mon.1) 3314 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.017706+0000 mon.c (mon.1) 3315 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.022250+0000 mon.c (mon.1) 3316 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.023180+0000 mon.c (mon.1) 3317 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.029305+0000 mon.a (mon.0) 1500 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: cephadm 2023-12-07T16:00:31.031541+0000 mgr.y (mgr.25453) 1502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.109297+0000 mon.c (mon.1) 3318 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.112443+0000 mon.c (mon.1) 3319 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: cluster 2023-12-07T16:00:31.113507+0000 mon.a (mon.0) 1501 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T16:00:32.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.116310+0000 mon.c (mon.1) 3320 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.122968+0000 mon.c (mon.1) 3321 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.131866+0000 mon.a (mon.0) 1502 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: cephadm 2023-12-07T16:00:31.133418+0000 mgr.y (mgr.25453) 1503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.196288+0000 mon.c (mon.1) 3322 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.199006+0000 mon.c (mon.1) 3323 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.201868+0000 mon.c (mon.1) 3324 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.202665+0000 mon.c (mon.1) 3325 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.212211+0000 mon.a (mon.0) 1503 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.293115+0000 mon.c (mon.1) 3326 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.295889+0000 mon.c (mon.1) 3327 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.300161+0000 mon.c (mon.1) 3328 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.301587+0000 mon.c (mon.1) 3329 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.311513+0000 mon.a (mon.0) 1504 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: cephadm 2023-12-07T16:00:30.272833+0000 mgr.y (mgr.25453) 1493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: cephadm 2023-12-07T16:00:30.369687+0000 mgr.y (mgr.25453) 1494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: cephadm 2023-12-07T16:00:30.464983+0000 mgr.y (mgr.25453) 1495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: cephadm 2023-12-07T16:00:30.560174+0000 mgr.y (mgr.25453) 1496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: cephadm 2023-12-07T16:00:30.656137+0000 mgr.y (mgr.25453) 1497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: cephadm 2023-12-07T16:00:30.751180+0000 mgr.y (mgr.25453) 1498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:30.833767+0000 mon.c (mon.1) 3307 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:30.836084+0000 mon.c (mon.1) 3308 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:30.844325+0000 mon.c (mon.1) 3309 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:30.850653+0000 mon.a (mon.0) 1498 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: cephadm 2023-12-07T16:00:30.851913+0000 mgr.y (mgr.25453) 1499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:30.899274+0000 mgr.y (mgr.25453) 1500 : audit 0 from='client.44502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:32.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:30.931520+0000 mon.c (mon.1) 3310 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:30.935004+0000 mon.c (mon.1) 3311 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:30.940710+0000 mon.c (mon.1) 3312 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:30.941910+0000 mon.c (mon.1) 3313 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:30.950746+0000 mon.a (mon.0) 1499 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: cephadm 2023-12-07T16:00:30.951858+0000 mgr.y (mgr.25453) 1501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.014117+0000 mon.c (mon.1) 3314 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.017706+0000 mon.c (mon.1) 3315 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.375158+0000 mon.c (mon.1) 3330 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.377525+0000 mon.c (mon.1) 3331 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.379850+0000 mon.c (mon.1) 3332 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.380927+0000 mon.c (mon.1) 3333 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.389324+0000 mon.a (mon.0) 1505 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.473268+0000 mon.c (mon.1) 3334 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.477604+0000 mon.c (mon.1) 3335 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.481201+0000 mon.c (mon.1) 3336 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.482205+0000 mon.c (mon.1) 3337 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.491074+0000 mon.a (mon.0) 1506 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.575290+0000 mon.c (mon.1) 3338 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.577550+0000 mon.c (mon.1) 3339 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.580604+0000 mon.c (mon.1) 3340 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.581834+0000 mon.c (mon.1) 3341 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.590968+0000 mon.a (mon.0) 1507 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.669965+0000 mon.c (mon.1) 3342 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.672425+0000 mon.c (mon.1) 3343 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.674997+0000 mon.c (mon.1) 3344 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.675890+0000 mon.c (mon.1) 3345 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.688982+0000 mon.a (mon.0) 1508 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.779783+0000 mon.c (mon.1) 3346 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.782349+0000 mon.c (mon.1) 3347 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.785399+0000 mon.c (mon.1) 3348 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.786338+0000 mon.c (mon.1) 3349 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[83807]: audit 2023-12-07T16:00:31.795482+0000 mon.a (mon.0) 1509 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.022250+0000 mon.c (mon.1) 3316 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.023180+0000 mon.c (mon.1) 3317 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.029305+0000 mon.a (mon.0) 1500 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: cephadm 2023-12-07T16:00:31.031541+0000 mgr.y (mgr.25453) 1502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.109297+0000 mon.c (mon.1) 3318 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.112443+0000 mon.c (mon.1) 3319 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: cluster 2023-12-07T16:00:31.113507+0000 mon.a (mon.0) 1501 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T16:00:32.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.116310+0000 mon.c (mon.1) 3320 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.122968+0000 mon.c (mon.1) 3321 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.131866+0000 mon.a (mon.0) 1502 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: cephadm 2023-12-07T16:00:31.133418+0000 mgr.y (mgr.25453) 1503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.196288+0000 mon.c (mon.1) 3322 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.199006+0000 mon.c (mon.1) 3323 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.201868+0000 mon.c (mon.1) 3324 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.202665+0000 mon.c (mon.1) 3325 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.212211+0000 mon.a (mon.0) 1503 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.293115+0000 mon.c (mon.1) 3326 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.295889+0000 mon.c (mon.1) 3327 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.300161+0000 mon.c (mon.1) 3328 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.301587+0000 mon.c (mon.1) 3329 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.311513+0000 mon.a (mon.0) 1504 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.375158+0000 mon.c (mon.1) 3330 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.377525+0000 mon.c (mon.1) 3331 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.379850+0000 mon.c (mon.1) 3332 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.380927+0000 mon.c (mon.1) 3333 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.389324+0000 mon.a (mon.0) 1505 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.473268+0000 mon.c (mon.1) 3334 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.477604+0000 mon.c (mon.1) 3335 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.481201+0000 mon.c (mon.1) 3336 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.482205+0000 mon.c (mon.1) 3337 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.491074+0000 mon.a (mon.0) 1506 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.575290+0000 mon.c (mon.1) 3338 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.577550+0000 mon.c (mon.1) 3339 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.580604+0000 mon.c (mon.1) 3340 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.581834+0000 mon.c (mon.1) 3341 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.590968+0000 mon.a (mon.0) 1507 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.669965+0000 mon.c (mon.1) 3342 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.672425+0000 mon.c (mon.1) 3343 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.674997+0000 mon.c (mon.1) 3344 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.675890+0000 mon.c (mon.1) 3345 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.688982+0000 mon.a (mon.0) 1508 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.779783+0000 mon.c (mon.1) 3346 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.782349+0000 mon.c (mon.1) 3347 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.785399+0000 mon.c (mon.1) 3348 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.326 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.786338+0000 mon.c (mon.1) 3349 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.326 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:31 smithi121 bash[81553]: audit 2023-12-07T16:00:31.795482+0000 mon.a (mon.0) 1509 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.565 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T16:00:32.565 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:00:32.565 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T16:00:32.565 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:00:32.565 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [ 2023-12-07T16:00:32.566 INFO:teuthology.orchestra.run.smithi121.stdout: "mon", 2023-12-07T16:00:32.566 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr" 2023-12-07T16:00:32.566 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T16:00:32.566 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "11/23 daemons upgraded", 2023-12-07T16:00:32.566 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Currently upgrading osd daemons", 2023-12-07T16:00:32.566 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T16:00:32.566 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T16:00:32.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: cephadm 2023-12-07T16:00:31.213055+0000 mgr.y (mgr.25453) 1504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:31.307830+0000 mgr.y (mgr.25453) 1505 : audit 0 from='client.54502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:32.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: cephadm 2023-12-07T16:00:31.312668+0000 mgr.y (mgr.25453) 1506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: cephadm 2023-12-07T16:00:31.392375+0000 mgr.y (mgr.25453) 1507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: cephadm 2023-12-07T16:00:31.492389+0000 mgr.y (mgr.25453) 1508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: cephadm 2023-12-07T16:00:31.591668+0000 mgr.y (mgr.25453) 1509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:31.676693+0000 mgr.y (mgr.25453) 1510 : audit 0 from='client.44514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:32.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: cephadm 2023-12-07T16:00:31.690465+0000 mgr.y (mgr.25453) 1511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: cephadm 2023-12-07T16:00:31.796301+0000 mgr.y (mgr.25453) 1512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:31.872576+0000 mon.c (mon.1) 3350 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:31.874782+0000 mon.c (mon.1) 3351 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:31.878037+0000 mon.c (mon.1) 3352 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:31.878988+0000 mon.c (mon.1) 3353 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:31.886333+0000 mon.a (mon.0) 1510 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: cephadm 2023-12-07T16:00:31.887149+0000 mgr.y (mgr.25453) 1513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:31.964159+0000 mon.c (mon.1) 3354 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:31.966654+0000 mon.c (mon.1) 3355 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:31.969077+0000 mon.c (mon.1) 3356 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:31.970260+0000 mon.c (mon.1) 3357 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:31.978230+0000 mon.a (mon.0) 1511 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: cephadm 2023-12-07T16:00:31.979078+0000 mgr.y (mgr.25453) 1514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.042891+0000 mon.c (mon.1) 3358 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.045299+0000 mon.c (mon.1) 3359 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.047919+0000 mon.c (mon.1) 3360 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.048752+0000 mon.c (mon.1) 3361 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.055625+0000 mon.a (mon.0) 1512 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: cephadm 2023-12-07T16:00:32.056416+0000 mgr.y (mgr.25453) 1515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.134440+0000 mon.c (mon.1) 3362 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.135937+0000 mon.a (mon.0) 1513 : audit 0 from='client.? 172.21.15.121:0/2726836515' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.137090+0000 mon.c (mon.1) 3363 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.141242+0000 mon.c (mon.1) 3364 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.142643+0000 mon.c (mon.1) 3365 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.151308+0000 mon.a (mon.0) 1514 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: cephadm 2023-12-07T16:00:32.153072+0000 mgr.y (mgr.25453) 1516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:32.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: cluster 2023-12-07T16:00:32.154382+0000 mgr.y (mgr.25453) 1517 : cluster 0 pgmap v290: 161 pgs: 19 active+undersized+degraded, 35 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-07T16:00:32.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.234638+0000 mon.c (mon.1) 3366 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.237241+0000 mon.c (mon.1) 3367 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.240451+0000 mon.c (mon.1) 3368 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.241405+0000 mon.c (mon.1) 3369 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.251503+0000 mon.a (mon.0) 1515 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.318660+0000 mon.c (mon.1) 3370 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.321008+0000 mon.c (mon.1) 3371 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.323883+0000 mon.c (mon.1) 3372 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.325092+0000 mon.c (mon.1) 3373 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.334014+0000 mon.a (mon.0) 1516 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.419260+0000 mon.c (mon.1) 3374 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.421653+0000 mon.c (mon.1) 3375 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.424724+0000 mon.c (mon.1) 3376 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.425910+0000 mon.c (mon.1) 3377 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.435428+0000 mon.a (mon.0) 1517 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.516666+0000 mon.c (mon.1) 3378 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.519049+0000 mon.c (mon.1) 3379 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.522857+0000 mon.c (mon.1) 3380 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.524128+0000 mon.c (mon.1) 3381 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.532223+0000 mon.a (mon.0) 1518 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.612858+0000 mon.c (mon.1) 3382 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.615066+0000 mon.c (mon.1) 3383 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.618682+0000 mon.c (mon.1) 3384 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.619889+0000 mon.c (mon.1) 3385 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.628112+0000 mon.a (mon.0) 1519 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.706118+0000 mon.c (mon.1) 3386 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.708207+0000 mon.c (mon.1) 3387 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.710225+0000 mon.c (mon.1) 3388 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.711117+0000 mon.c (mon.1) 3389 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.719107+0000 mon.a (mon.0) 1520 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:32.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.799998+0000 mon.c (mon.1) 3390 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:32.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.802964+0000 mon.c (mon.1) 3391 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:32.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.806191+0000 mon.c (mon.1) 3392 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:32.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.807448+0000 mon.c (mon.1) 3393 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:32.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:32 smithi144 bash[66528]: audit 2023-12-07T16:00:32.816265+0000 mon.a (mon.0) 1521 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.045 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_WARN 1 osds down; Reduced data availability: 5 pgs inactive, 7 pgs peering; Degraded data redundancy: 40/630 objects degraded (6.349%), 10 pgs degraded 2023-12-07T16:00:33.045 INFO:teuthology.orchestra.run.smithi121.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-07T16:00:33.045 INFO:teuthology.orchestra.run.smithi121.stdout: osd.6 (root=default,host=smithi144) is down 2023-12-07T16:00:33.045 INFO:teuthology.orchestra.run.smithi121.stdout:[WRN] PG_AVAILABILITY: Reduced data availability: 5 pgs inactive, 7 pgs peering 2023-12-07T16:00:33.045 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.11 is stuck peering for 68s, current state peering, last acting [4,1] 2023-12-07T16:00:33.045 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.17 is stuck peering for 13m, current state peering, last acting [5,2] 2023-12-07T16:00:33.045 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.1a is stuck peering for 68s, current state peering, last acting [4,0] 2023-12-07T16:00:33.045 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.a is stuck peering for 3m, current state peering, last acting [4,1] 2023-12-07T16:00:33.045 INFO:teuthology.orchestra.run.smithi121.stdout: pg 4.5 is stuck peering for 68s, current state peering, last acting [4,7] 2023-12-07T16:00:33.045 INFO:teuthology.orchestra.run.smithi121.stdout: pg 5.11 is stuck peering for 68s, current state peering, last acting [4,7] 2023-12-07T16:00:33.045 INFO:teuthology.orchestra.run.smithi121.stdout: pg 5.1f is stuck peering for 68s, current state peering, last acting [4,7] 2023-12-07T16:00:33.045 INFO:teuthology.orchestra.run.smithi121.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 40/630 objects degraded (6.349%), 10 pgs degraded 2023-12-07T16:00:33.045 INFO:teuthology.orchestra.run.smithi121.stdout: pg 1.0 is active+undersized+degraded, acting [7,0] 2023-12-07T16:00:33.046 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.14 is active+undersized+degraded, acting [3,5] 2023-12-07T16:00:33.046 INFO:teuthology.orchestra.run.smithi121.stdout: pg 2.1b is active+undersized+degraded, acting [3,0] 2023-12-07T16:00:33.046 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.0 is active+undersized+degraded, acting [1,2] 2023-12-07T16:00:33.046 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.2 is active+undersized+degraded, acting [3,5] 2023-12-07T16:00:33.046 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.d is active+undersized+degraded, acting [7,5] 2023-12-07T16:00:33.046 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.10 is active+undersized+degraded, acting [0,5] 2023-12-07T16:00:33.046 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.11 is active+undersized+degraded, acting [7,4] 2023-12-07T16:00:33.046 INFO:teuthology.orchestra.run.smithi121.stdout: pg 3.1e is active+undersized+degraded, acting [3,2] 2023-12-07T16:00:33.046 INFO:teuthology.orchestra.run.smithi121.stdout: pg 6.c is active+undersized+degraded, acting [3,5] 2023-12-07T16:00:33.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: cephadm 2023-12-07T16:00:31.213055+0000 mgr.y (mgr.25453) 1504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:31.307830+0000 mgr.y (mgr.25453) 1505 : audit 0 from='client.54502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:33.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: cephadm 2023-12-07T16:00:31.312668+0000 mgr.y (mgr.25453) 1506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: cephadm 2023-12-07T16:00:31.392375+0000 mgr.y (mgr.25453) 1507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: cephadm 2023-12-07T16:00:31.492389+0000 mgr.y (mgr.25453) 1508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: cephadm 2023-12-07T16:00:31.591668+0000 mgr.y (mgr.25453) 1509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:31.676693+0000 mgr.y (mgr.25453) 1510 : audit 0 from='client.44514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:33.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: cephadm 2023-12-07T16:00:31.690465+0000 mgr.y (mgr.25453) 1511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: cephadm 2023-12-07T16:00:31.796301+0000 mgr.y (mgr.25453) 1512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:31.872576+0000 mon.c (mon.1) 3350 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:31.874782+0000 mon.c (mon.1) 3351 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:31.878037+0000 mon.c (mon.1) 3352 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:31.878988+0000 mon.c (mon.1) 3353 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:31.886333+0000 mon.a (mon.0) 1510 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: cephadm 2023-12-07T16:00:31.887149+0000 mgr.y (mgr.25453) 1513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:31.964159+0000 mon.c (mon.1) 3354 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:31.966654+0000 mon.c (mon.1) 3355 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:31.969077+0000 mon.c (mon.1) 3356 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:31.970260+0000 mon.c (mon.1) 3357 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:31.978230+0000 mon.a (mon.0) 1511 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: cephadm 2023-12-07T16:00:31.979078+0000 mgr.y (mgr.25453) 1514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.042891+0000 mon.c (mon.1) 3358 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.045299+0000 mon.c (mon.1) 3359 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.047919+0000 mon.c (mon.1) 3360 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.048752+0000 mon.c (mon.1) 3361 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.055625+0000 mon.a (mon.0) 1512 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: cephadm 2023-12-07T16:00:32.056416+0000 mgr.y (mgr.25453) 1515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.134440+0000 mon.c (mon.1) 3362 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.135937+0000 mon.a (mon.0) 1513 : audit 0 from='client.? 172.21.15.121:0/2726836515' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.137090+0000 mon.c (mon.1) 3363 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.141242+0000 mon.c (mon.1) 3364 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.142643+0000 mon.c (mon.1) 3365 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.151308+0000 mon.a (mon.0) 1514 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: cephadm 2023-12-07T16:00:32.153072+0000 mgr.y (mgr.25453) 1516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: cluster 2023-12-07T16:00:32.154382+0000 mgr.y (mgr.25453) 1517 : cluster 0 pgmap v290: 161 pgs: 19 active+undersized+degraded, 35 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-07T16:00:33.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.234638+0000 mon.c (mon.1) 3366 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.237241+0000 mon.c (mon.1) 3367 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.240451+0000 mon.c (mon.1) 3368 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.241405+0000 mon.c (mon.1) 3369 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.251503+0000 mon.a (mon.0) 1515 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.318660+0000 mon.c (mon.1) 3370 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.321008+0000 mon.c (mon.1) 3371 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.323883+0000 mon.c (mon.1) 3372 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.325092+0000 mon.c (mon.1) 3373 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.334014+0000 mon.a (mon.0) 1516 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.419260+0000 mon.c (mon.1) 3374 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.421653+0000 mon.c (mon.1) 3375 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.424724+0000 mon.c (mon.1) 3376 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.425910+0000 mon.c (mon.1) 3377 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.435428+0000 mon.a (mon.0) 1517 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.516666+0000 mon.c (mon.1) 3378 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.519049+0000 mon.c (mon.1) 3379 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.522857+0000 mon.c (mon.1) 3380 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.524128+0000 mon.c (mon.1) 3381 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.532223+0000 mon.a (mon.0) 1518 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.612858+0000 mon.c (mon.1) 3382 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.615066+0000 mon.c (mon.1) 3383 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.618682+0000 mon.c (mon.1) 3384 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.619889+0000 mon.c (mon.1) 3385 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.628112+0000 mon.a (mon.0) 1519 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.706118+0000 mon.c (mon.1) 3386 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.708207+0000 mon.c (mon.1) 3387 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.710225+0000 mon.c (mon.1) 3388 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.711117+0000 mon.c (mon.1) 3389 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.719107+0000 mon.a (mon.0) 1520 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.799998+0000 mon.c (mon.1) 3390 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.802964+0000 mon.c (mon.1) 3391 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.806191+0000 mon.c (mon.1) 3392 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.807448+0000 mon.c (mon.1) 3393 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[83807]: audit 2023-12-07T16:00:32.816265+0000 mon.a (mon.0) 1521 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: cephadm 2023-12-07T16:00:31.213055+0000 mgr.y (mgr.25453) 1504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:31.307830+0000 mgr.y (mgr.25453) 1505 : audit 0 from='client.54502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:33.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: cephadm 2023-12-07T16:00:31.312668+0000 mgr.y (mgr.25453) 1506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: cephadm 2023-12-07T16:00:31.392375+0000 mgr.y (mgr.25453) 1507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: cephadm 2023-12-07T16:00:31.492389+0000 mgr.y (mgr.25453) 1508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: cephadm 2023-12-07T16:00:31.591668+0000 mgr.y (mgr.25453) 1509 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:31.676693+0000 mgr.y (mgr.25453) 1510 : audit 0 from='client.44514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:33.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: cephadm 2023-12-07T16:00:31.690465+0000 mgr.y (mgr.25453) 1511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: cephadm 2023-12-07T16:00:31.796301+0000 mgr.y (mgr.25453) 1512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:31.872576+0000 mon.c (mon.1) 3350 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:31.874782+0000 mon.c (mon.1) 3351 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:31.878037+0000 mon.c (mon.1) 3352 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:31.878988+0000 mon.c (mon.1) 3353 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:31.886333+0000 mon.a (mon.0) 1510 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: cephadm 2023-12-07T16:00:31.887149+0000 mgr.y (mgr.25453) 1513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:31.964159+0000 mon.c (mon.1) 3354 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:31.966654+0000 mon.c (mon.1) 3355 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:31.969077+0000 mon.c (mon.1) 3356 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:31.970260+0000 mon.c (mon.1) 3357 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:31.978230+0000 mon.a (mon.0) 1511 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: cephadm 2023-12-07T16:00:31.979078+0000 mgr.y (mgr.25453) 1514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.042891+0000 mon.c (mon.1) 3358 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.045299+0000 mon.c (mon.1) 3359 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.047919+0000 mon.c (mon.1) 3360 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.048752+0000 mon.c (mon.1) 3361 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.055625+0000 mon.a (mon.0) 1512 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: cephadm 2023-12-07T16:00:32.056416+0000 mgr.y (mgr.25453) 1515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.134440+0000 mon.c (mon.1) 3362 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.135937+0000 mon.a (mon.0) 1513 : audit 0 from='client.? 172.21.15.121:0/2726836515' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.137090+0000 mon.c (mon.1) 3363 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.141242+0000 mon.c (mon.1) 3364 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.142643+0000 mon.c (mon.1) 3365 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.151308+0000 mon.a (mon.0) 1514 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: cephadm 2023-12-07T16:00:32.153072+0000 mgr.y (mgr.25453) 1516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:33.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: cluster 2023-12-07T16:00:32.154382+0000 mgr.y (mgr.25453) 1517 : cluster 0 pgmap v290: 161 pgs: 19 active+undersized+degraded, 35 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-07T16:00:33.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.234638+0000 mon.c (mon.1) 3366 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.237241+0000 mon.c (mon.1) 3367 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.240451+0000 mon.c (mon.1) 3368 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.241405+0000 mon.c (mon.1) 3369 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.251503+0000 mon.a (mon.0) 1515 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.318660+0000 mon.c (mon.1) 3370 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.321008+0000 mon.c (mon.1) 3371 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.323883+0000 mon.c (mon.1) 3372 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.325092+0000 mon.c (mon.1) 3373 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.334014+0000 mon.a (mon.0) 1516 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.419260+0000 mon.c (mon.1) 3374 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.421653+0000 mon.c (mon.1) 3375 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.424724+0000 mon.c (mon.1) 3376 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.425910+0000 mon.c (mon.1) 3377 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.435428+0000 mon.a (mon.0) 1517 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.516666+0000 mon.c (mon.1) 3378 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.519049+0000 mon.c (mon.1) 3379 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.522857+0000 mon.c (mon.1) 3380 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.524128+0000 mon.c (mon.1) 3381 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.532223+0000 mon.a (mon.0) 1518 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.612858+0000 mon.c (mon.1) 3382 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.615066+0000 mon.c (mon.1) 3383 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.618682+0000 mon.c (mon.1) 3384 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.619889+0000 mon.c (mon.1) 3385 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.628112+0000 mon.a (mon.0) 1519 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.706118+0000 mon.c (mon.1) 3386 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.708207+0000 mon.c (mon.1) 3387 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.710225+0000 mon.c (mon.1) 3388 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.711117+0000 mon.c (mon.1) 3389 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.719107+0000 mon.a (mon.0) 1520 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:33.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.799998+0000 mon.c (mon.1) 3390 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:33.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.802964+0000 mon.c (mon.1) 3391 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:33.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.806191+0000 mon.c (mon.1) 3392 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:33.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.807448+0000 mon.c (mon.1) 3393 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:33.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:32 smithi121 bash[81553]: audit 2023-12-07T16:00:32.816265+0000 mon.a (mon.0) 1521 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: cephadm 2023-12-07T16:00:32.252512+0000 mgr.y (mgr.25453) 1518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: cephadm 2023-12-07T16:00:32.335702+0000 mgr.y (mgr.25453) 1519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: cephadm 2023-12-07T16:00:32.436834+0000 mgr.y (mgr.25453) 1520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: cephadm 2023-12-07T16:00:32.532980+0000 mgr.y (mgr.25453) 1521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:32.562039+0000 mgr.y (mgr.25453) 1522 : audit 0 from='client.44526 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: cephadm 2023-12-07T16:00:32.629046+0000 mgr.y (mgr.25453) 1523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: cephadm 2023-12-07T16:00:32.720912+0000 mgr.y (mgr.25453) 1524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: cephadm 2023-12-07T16:00:32.818116+0000 mgr.y (mgr.25453) 1525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:32.901628+0000 mon.c (mon.1) 3394 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:32.905589+0000 mon.c (mon.1) 3395 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:32.907823+0000 mon.c (mon.1) 3396 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:32.908566+0000 mon.c (mon.1) 3397 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:32.914873+0000 mon.a (mon.0) 1522 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: cephadm 2023-12-07T16:00:32.915888+0000 mgr.y (mgr.25453) 1526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:32.999151+0000 mon.c (mon.1) 3398 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.002032+0000 mon.c (mon.1) 3399 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.004575+0000 mon.c (mon.1) 3400 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.005412+0000 mon.c (mon.1) 3401 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.012209+0000 mon.a (mon.0) 1523 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: cephadm 2023-12-07T16:00:33.014653+0000 mgr.y (mgr.25453) 1527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.041984+0000 mon.a (mon.0) 1524 : audit 0 from='client.? 172.21.15.121:0/433188445' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:00:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.098441+0000 mon.c (mon.1) 3402 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.101166+0000 mon.c (mon.1) 3403 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.104908+0000 mon.c (mon.1) 3404 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.106154+0000 mon.c (mon.1) 3405 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.112961+0000 mon.a (mon.0) 1525 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: cephadm 2023-12-07T16:00:33.116204+0000 mgr.y (mgr.25453) 1528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: cluster 2023-12-07T16:00:33.149354+0000 mon.a (mon.0) 1526 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 7 pgs peering) 2023-12-07T16:00:34.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.196031+0000 mon.c (mon.1) 3406 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.198251+0000 mon.c (mon.1) 3407 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.201105+0000 mon.c (mon.1) 3408 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.202197+0000 mon.c (mon.1) 3409 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.208610+0000 mon.a (mon.0) 1527 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.291998+0000 mon.c (mon.1) 3410 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.294588+0000 mon.c (mon.1) 3411 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.297732+0000 mon.c (mon.1) 3412 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.298955+0000 mon.c (mon.1) 3413 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.306706+0000 mon.a (mon.0) 1528 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.391861+0000 mon.c (mon.1) 3414 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.394526+0000 mon.c (mon.1) 3415 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: cephadm 2023-12-07T16:00:32.252512+0000 mgr.y (mgr.25453) 1518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: cephadm 2023-12-07T16:00:32.335702+0000 mgr.y (mgr.25453) 1519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: cephadm 2023-12-07T16:00:32.436834+0000 mgr.y (mgr.25453) 1520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: cephadm 2023-12-07T16:00:32.532980+0000 mgr.y (mgr.25453) 1521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:32.562039+0000 mgr.y (mgr.25453) 1522 : audit 0 from='client.44526 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:34.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: cephadm 2023-12-07T16:00:32.629046+0000 mgr.y (mgr.25453) 1523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: cephadm 2023-12-07T16:00:32.720912+0000 mgr.y (mgr.25453) 1524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: cephadm 2023-12-07T16:00:32.818116+0000 mgr.y (mgr.25453) 1525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:32.901628+0000 mon.c (mon.1) 3394 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:32.905589+0000 mon.c (mon.1) 3395 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:32.907823+0000 mon.c (mon.1) 3396 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:32.908566+0000 mon.c (mon.1) 3397 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:32.914873+0000 mon.a (mon.0) 1522 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: cephadm 2023-12-07T16:00:32.915888+0000 mgr.y (mgr.25453) 1526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:32.999151+0000 mon.c (mon.1) 3398 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.002032+0000 mon.c (mon.1) 3399 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.004575+0000 mon.c (mon.1) 3400 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.005412+0000 mon.c (mon.1) 3401 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.012209+0000 mon.a (mon.0) 1523 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: cephadm 2023-12-07T16:00:33.014653+0000 mgr.y (mgr.25453) 1527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.041984+0000 mon.a (mon.0) 1524 : audit 0 from='client.? 172.21.15.121:0/433188445' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:00:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.397571+0000 mon.c (mon.1) 3416 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.398922+0000 mon.c (mon.1) 3417 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.406870+0000 mon.a (mon.0) 1529 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.491294+0000 mon.c (mon.1) 3418 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.493831+0000 mon.c (mon.1) 3419 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.497035+0000 mon.c (mon.1) 3420 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.498307+0000 mon.c (mon.1) 3421 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.507126+0000 mon.a (mon.0) 1530 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.588282+0000 mon.c (mon.1) 3422 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.590881+0000 mon.c (mon.1) 3423 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.593991+0000 mon.c (mon.1) 3424 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.595121+0000 mon.c (mon.1) 3425 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.604265+0000 mon.a (mon.0) 1531 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.685831+0000 mon.c (mon.1) 3426 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.689832+0000 mon.c (mon.1) 3427 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.692921+0000 mon.c (mon.1) 3428 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.694189+0000 mon.c (mon.1) 3429 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.702356+0000 mon.a (mon.0) 1532 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.784361+0000 mon.c (mon.1) 3430 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.787234+0000 mon.c (mon.1) 3431 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.791648+0000 mon.c (mon.1) 3432 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.793243+0000 mon.c (mon.1) 3433 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[81553]: audit 2023-12-07T16:00:33.802458+0000 mon.a (mon.0) 1533 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.098441+0000 mon.c (mon.1) 3402 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.101166+0000 mon.c (mon.1) 3403 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.104908+0000 mon.c (mon.1) 3404 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.106154+0000 mon.c (mon.1) 3405 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.112961+0000 mon.a (mon.0) 1525 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: cephadm 2023-12-07T16:00:33.116204+0000 mgr.y (mgr.25453) 1528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: cluster 2023-12-07T16:00:33.149354+0000 mon.a (mon.0) 1526 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 7 pgs peering) 2023-12-07T16:00:34.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.196031+0000 mon.c (mon.1) 3406 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.198251+0000 mon.c (mon.1) 3407 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.201105+0000 mon.c (mon.1) 3408 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.202197+0000 mon.c (mon.1) 3409 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.208610+0000 mon.a (mon.0) 1527 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.291998+0000 mon.c (mon.1) 3410 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.294588+0000 mon.c (mon.1) 3411 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.297732+0000 mon.c (mon.1) 3412 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.298955+0000 mon.c (mon.1) 3413 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.306706+0000 mon.a (mon.0) 1528 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.391861+0000 mon.c (mon.1) 3414 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.394526+0000 mon.c (mon.1) 3415 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.397571+0000 mon.c (mon.1) 3416 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.398922+0000 mon.c (mon.1) 3417 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.406870+0000 mon.a (mon.0) 1529 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.491294+0000 mon.c (mon.1) 3418 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.493831+0000 mon.c (mon.1) 3419 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.497035+0000 mon.c (mon.1) 3420 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.498307+0000 mon.c (mon.1) 3421 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.507126+0000 mon.a (mon.0) 1530 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.588282+0000 mon.c (mon.1) 3422 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.590881+0000 mon.c (mon.1) 3423 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.593991+0000 mon.c (mon.1) 3424 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.595121+0000 mon.c (mon.1) 3425 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.604265+0000 mon.a (mon.0) 1531 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.685831+0000 mon.c (mon.1) 3426 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.689832+0000 mon.c (mon.1) 3427 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.692921+0000 mon.c (mon.1) 3428 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.694189+0000 mon.c (mon.1) 3429 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.702356+0000 mon.a (mon.0) 1532 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.784361+0000 mon.c (mon.1) 3430 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.787234+0000 mon.c (mon.1) 3431 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.791648+0000 mon.c (mon.1) 3432 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.793243+0000 mon.c (mon.1) 3433 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:33 smithi121 bash[83807]: audit 2023-12-07T16:00:33.802458+0000 mon.a (mon.0) 1533 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: cephadm 2023-12-07T16:00:32.252512+0000 mgr.y (mgr.25453) 1518 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: cephadm 2023-12-07T16:00:32.335702+0000 mgr.y (mgr.25453) 1519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: cephadm 2023-12-07T16:00:32.436834+0000 mgr.y (mgr.25453) 1520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: cephadm 2023-12-07T16:00:32.532980+0000 mgr.y (mgr.25453) 1521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:32.562039+0000 mgr.y (mgr.25453) 1522 : audit 0 from='client.44526 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:34.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: cephadm 2023-12-07T16:00:32.629046+0000 mgr.y (mgr.25453) 1523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: cephadm 2023-12-07T16:00:32.720912+0000 mgr.y (mgr.25453) 1524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: cephadm 2023-12-07T16:00:32.818116+0000 mgr.y (mgr.25453) 1525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:32.901628+0000 mon.c (mon.1) 3394 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:32.905589+0000 mon.c (mon.1) 3395 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:32.907823+0000 mon.c (mon.1) 3396 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:32.908566+0000 mon.c (mon.1) 3397 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:32.914873+0000 mon.a (mon.0) 1522 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: cephadm 2023-12-07T16:00:32.915888+0000 mgr.y (mgr.25453) 1526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:32.999151+0000 mon.c (mon.1) 3398 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.002032+0000 mon.c (mon.1) 3399 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.004575+0000 mon.c (mon.1) 3400 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.005412+0000 mon.c (mon.1) 3401 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.012209+0000 mon.a (mon.0) 1523 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: cephadm 2023-12-07T16:00:33.014653+0000 mgr.y (mgr.25453) 1527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.041984+0000 mon.a (mon.0) 1524 : audit 0 from='client.? 172.21.15.121:0/433188445' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:00:34.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.098441+0000 mon.c (mon.1) 3402 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.101166+0000 mon.c (mon.1) 3403 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.104908+0000 mon.c (mon.1) 3404 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.106154+0000 mon.c (mon.1) 3405 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.112961+0000 mon.a (mon.0) 1525 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: cephadm 2023-12-07T16:00:33.116204+0000 mgr.y (mgr.25453) 1528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: cluster 2023-12-07T16:00:33.149354+0000 mon.a (mon.0) 1526 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 7 pgs peering) 2023-12-07T16:00:34.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.196031+0000 mon.c (mon.1) 3406 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.198251+0000 mon.c (mon.1) 3407 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.201105+0000 mon.c (mon.1) 3408 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.202197+0000 mon.c (mon.1) 3409 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.208610+0000 mon.a (mon.0) 1527 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.291998+0000 mon.c (mon.1) 3410 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.294588+0000 mon.c (mon.1) 3411 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.297732+0000 mon.c (mon.1) 3412 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.298955+0000 mon.c (mon.1) 3413 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.306706+0000 mon.a (mon.0) 1528 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.391861+0000 mon.c (mon.1) 3414 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.394526+0000 mon.c (mon.1) 3415 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.397571+0000 mon.c (mon.1) 3416 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.398922+0000 mon.c (mon.1) 3417 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.406870+0000 mon.a (mon.0) 1529 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.491294+0000 mon.c (mon.1) 3418 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.493831+0000 mon.c (mon.1) 3419 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.497035+0000 mon.c (mon.1) 3420 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.498307+0000 mon.c (mon.1) 3421 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.507126+0000 mon.a (mon.0) 1530 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.588282+0000 mon.c (mon.1) 3422 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.590881+0000 mon.c (mon.1) 3423 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.593991+0000 mon.c (mon.1) 3424 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.595121+0000 mon.c (mon.1) 3425 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.604265+0000 mon.a (mon.0) 1531 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.685831+0000 mon.c (mon.1) 3426 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.689832+0000 mon.c (mon.1) 3427 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.692921+0000 mon.c (mon.1) 3428 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.694189+0000 mon.c (mon.1) 3429 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.702356+0000 mon.a (mon.0) 1532 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.784361+0000 mon.c (mon.1) 3430 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.787234+0000 mon.c (mon.1) 3431 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.791648+0000 mon.c (mon.1) 3432 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.793243+0000 mon.c (mon.1) 3433 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:33 smithi144 bash[66528]: audit 2023-12-07T16:00:33.802458+0000 mon.a (mon.0) 1533 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.949 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[81604]: debug 2023-12-07T16:00:34.734+0000 7f5142254700 1 -- 172.21.15.144:0/4023390923 <== mon.2 v2:172.21.15.144:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5635a384b1e0 con 0x5635a38d0800 2023-12-07T16:00:34.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: cephadm 2023-12-07T16:00:33.210482+0000 mgr.y (mgr.25453) 1529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: cephadm 2023-12-07T16:00:33.309464+0000 mgr.y (mgr.25453) 1530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: cephadm 2023-12-07T16:00:33.407826+0000 mgr.y (mgr.25453) 1531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: cephadm 2023-12-07T16:00:33.508115+0000 mgr.y (mgr.25453) 1532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: cephadm 2023-12-07T16:00:33.604859+0000 mgr.y (mgr.25453) 1533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: cephadm 2023-12-07T16:00:33.703082+0000 mgr.y (mgr.25453) 1534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:33.740020+0000 mgr.y (mgr.25453) 1535 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:34.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: cephadm 2023-12-07T16:00:33.804391+0000 mgr.y (mgr.25453) 1536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:33.879870+0000 mon.c (mon.1) 3434 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:33.882343+0000 mon.c (mon.1) 3435 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:33.885030+0000 mon.c (mon.1) 3436 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:33.886201+0000 mon.c (mon.1) 3437 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:33.892186+0000 mon.a (mon.0) 1534 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: cephadm 2023-12-07T16:00:33.896081+0000 mgr.y (mgr.25453) 1537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:33.976512+0000 mon.c (mon.1) 3438 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:33.978701+0000 mon.c (mon.1) 3439 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:33.981960+0000 mon.c (mon.1) 3440 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:33.983202+0000 mon.c (mon.1) 3441 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:33.992695+0000 mon.a (mon.0) 1535 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: cephadm 2023-12-07T16:00:33.994212+0000 mgr.y (mgr.25453) 1538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.071748+0000 mon.c (mon.1) 3442 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.074671+0000 mon.c (mon.1) 3443 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.077987+0000 mon.c (mon.1) 3444 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.079255+0000 mon.c (mon.1) 3445 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.088348+0000 mon.a (mon.0) 1536 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: cephadm 2023-12-07T16:00:34.089917+0000 mgr.y (mgr.25453) 1539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:34.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: cluster 2023-12-07T16:00:34.156149+0000 mgr.y (mgr.25453) 1540 : cluster 0 pgmap v291: 161 pgs: 19 active+undersized+degraded, 35 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-07T16:00:34.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.170512+0000 mon.c (mon.1) 3446 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.172908+0000 mon.c (mon.1) 3447 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.176383+0000 mon.c (mon.1) 3448 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.177564+0000 mon.c (mon.1) 3449 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.184496+0000 mon.a (mon.0) 1537 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.271326+0000 mon.c (mon.1) 3450 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.273882+0000 mon.c (mon.1) 3451 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.276978+0000 mon.c (mon.1) 3452 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.277940+0000 mon.c (mon.1) 3453 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.286584+0000 mon.a (mon.0) 1538 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.368856+0000 mon.c (mon.1) 3454 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.371531+0000 mon.c (mon.1) 3455 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.374904+0000 mon.c (mon.1) 3456 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.375913+0000 mon.c (mon.1) 3457 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.382771+0000 mon.a (mon.0) 1539 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.469827+0000 mon.c (mon.1) 3458 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.472009+0000 mon.c (mon.1) 3459 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.475080+0000 mon.c (mon.1) 3460 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.475913+0000 mon.c (mon.1) 3461 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.485091+0000 mon.a (mon.0) 1540 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.570734+0000 mon.c (mon.1) 3462 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.573573+0000 mon.c (mon.1) 3463 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.576946+0000 mon.c (mon.1) 3464 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.578501+0000 mon.c (mon.1) 3465 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.588053+0000 mon.a (mon.0) 1541 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.671725+0000 mon.c (mon.1) 3466 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.673945+0000 mon.c (mon.1) 3467 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.676737+0000 mon.c (mon.1) 3468 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.677961+0000 mon.c (mon.1) 3469 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.684392+0000 mon.a (mon.0) 1542 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:34.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.770298+0000 mon.c (mon.1) 3470 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:34.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.773238+0000 mon.c (mon.1) 3471 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:34.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.777778+0000 mon.c (mon.1) 3472 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:34.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.779324+0000 mon.c (mon.1) 3473 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:34.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:34 smithi144 bash[66528]: audit 2023-12-07T16:00:34.787992+0000 mon.a (mon.0) 1543 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:00:34] "GET /metrics HTTP/1.1" 200 38507 "" "Prometheus/2.33.4" 2023-12-07T16:00:35.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: cephadm 2023-12-07T16:00:33.210482+0000 mgr.y (mgr.25453) 1529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: cephadm 2023-12-07T16:00:33.309464+0000 mgr.y (mgr.25453) 1530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: cephadm 2023-12-07T16:00:33.407826+0000 mgr.y (mgr.25453) 1531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: cephadm 2023-12-07T16:00:33.508115+0000 mgr.y (mgr.25453) 1532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: cephadm 2023-12-07T16:00:33.604859+0000 mgr.y (mgr.25453) 1533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: cephadm 2023-12-07T16:00:33.703082+0000 mgr.y (mgr.25453) 1534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:33.740020+0000 mgr.y (mgr.25453) 1535 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:35.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: cephadm 2023-12-07T16:00:33.804391+0000 mgr.y (mgr.25453) 1536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:33.879870+0000 mon.c (mon.1) 3434 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:33.882343+0000 mon.c (mon.1) 3435 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:33.885030+0000 mon.c (mon.1) 3436 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:33.886201+0000 mon.c (mon.1) 3437 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:33.892186+0000 mon.a (mon.0) 1534 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: cephadm 2023-12-07T16:00:33.896081+0000 mgr.y (mgr.25453) 1537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:33.976512+0000 mon.c (mon.1) 3438 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:33.978701+0000 mon.c (mon.1) 3439 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:33.981960+0000 mon.c (mon.1) 3440 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:33.983202+0000 mon.c (mon.1) 3441 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:33.992695+0000 mon.a (mon.0) 1535 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: cephadm 2023-12-07T16:00:33.994212+0000 mgr.y (mgr.25453) 1538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.071748+0000 mon.c (mon.1) 3442 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.074671+0000 mon.c (mon.1) 3443 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.077987+0000 mon.c (mon.1) 3444 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.079255+0000 mon.c (mon.1) 3445 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.088348+0000 mon.a (mon.0) 1536 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: cephadm 2023-12-07T16:00:34.089917+0000 mgr.y (mgr.25453) 1539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: cluster 2023-12-07T16:00:34.156149+0000 mgr.y (mgr.25453) 1540 : cluster 0 pgmap v291: 161 pgs: 19 active+undersized+degraded, 35 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-07T16:00:35.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.170512+0000 mon.c (mon.1) 3446 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.172908+0000 mon.c (mon.1) 3447 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.176383+0000 mon.c (mon.1) 3448 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.177564+0000 mon.c (mon.1) 3449 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.184496+0000 mon.a (mon.0) 1537 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.271326+0000 mon.c (mon.1) 3450 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.273882+0000 mon.c (mon.1) 3451 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.276978+0000 mon.c (mon.1) 3452 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.277940+0000 mon.c (mon.1) 3453 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.286584+0000 mon.a (mon.0) 1538 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.368856+0000 mon.c (mon.1) 3454 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.371531+0000 mon.c (mon.1) 3455 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.374904+0000 mon.c (mon.1) 3456 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.375913+0000 mon.c (mon.1) 3457 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.382771+0000 mon.a (mon.0) 1539 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.469827+0000 mon.c (mon.1) 3458 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.472009+0000 mon.c (mon.1) 3459 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.475080+0000 mon.c (mon.1) 3460 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.475913+0000 mon.c (mon.1) 3461 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.485091+0000 mon.a (mon.0) 1540 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.570734+0000 mon.c (mon.1) 3462 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.573573+0000 mon.c (mon.1) 3463 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.576946+0000 mon.c (mon.1) 3464 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.578501+0000 mon.c (mon.1) 3465 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.588053+0000 mon.a (mon.0) 1541 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.671725+0000 mon.c (mon.1) 3466 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.673945+0000 mon.c (mon.1) 3467 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.676737+0000 mon.c (mon.1) 3468 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.677961+0000 mon.c (mon.1) 3469 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.684392+0000 mon.a (mon.0) 1542 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.770298+0000 mon.c (mon.1) 3470 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.773238+0000 mon.c (mon.1) 3471 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.777778+0000 mon.c (mon.1) 3472 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.779324+0000 mon.c (mon.1) 3473 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[81553]: audit 2023-12-07T16:00:34.787992+0000 mon.a (mon.0) 1543 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: cephadm 2023-12-07T16:00:33.210482+0000 mgr.y (mgr.25453) 1529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: cephadm 2023-12-07T16:00:33.309464+0000 mgr.y (mgr.25453) 1530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: cephadm 2023-12-07T16:00:33.407826+0000 mgr.y (mgr.25453) 1531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: cephadm 2023-12-07T16:00:33.508115+0000 mgr.y (mgr.25453) 1532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: cephadm 2023-12-07T16:00:33.604859+0000 mgr.y (mgr.25453) 1533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: cephadm 2023-12-07T16:00:33.703082+0000 mgr.y (mgr.25453) 1534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:33.740020+0000 mgr.y (mgr.25453) 1535 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:35.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: cephadm 2023-12-07T16:00:33.804391+0000 mgr.y (mgr.25453) 1536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:33.879870+0000 mon.c (mon.1) 3434 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:33.882343+0000 mon.c (mon.1) 3435 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:33.885030+0000 mon.c (mon.1) 3436 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:33.886201+0000 mon.c (mon.1) 3437 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:33.892186+0000 mon.a (mon.0) 1534 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: cephadm 2023-12-07T16:00:33.896081+0000 mgr.y (mgr.25453) 1537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:33.976512+0000 mon.c (mon.1) 3438 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:33.978701+0000 mon.c (mon.1) 3439 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:33.981960+0000 mon.c (mon.1) 3440 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:33.983202+0000 mon.c (mon.1) 3441 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:33.992695+0000 mon.a (mon.0) 1535 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: cephadm 2023-12-07T16:00:33.994212+0000 mgr.y (mgr.25453) 1538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.071748+0000 mon.c (mon.1) 3442 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.074671+0000 mon.c (mon.1) 3443 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.077987+0000 mon.c (mon.1) 3444 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.079255+0000 mon.c (mon.1) 3445 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.088348+0000 mon.a (mon.0) 1536 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: cephadm 2023-12-07T16:00:34.089917+0000 mgr.y (mgr.25453) 1539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:35.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: cluster 2023-12-07T16:00:34.156149+0000 mgr.y (mgr.25453) 1540 : cluster 0 pgmap v291: 161 pgs: 19 active+undersized+degraded, 35 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-07T16:00:35.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.170512+0000 mon.c (mon.1) 3446 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.172908+0000 mon.c (mon.1) 3447 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.176383+0000 mon.c (mon.1) 3448 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.177564+0000 mon.c (mon.1) 3449 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.184496+0000 mon.a (mon.0) 1537 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.271326+0000 mon.c (mon.1) 3450 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.273882+0000 mon.c (mon.1) 3451 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.276978+0000 mon.c (mon.1) 3452 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.277940+0000 mon.c (mon.1) 3453 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.286584+0000 mon.a (mon.0) 1538 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.368856+0000 mon.c (mon.1) 3454 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.371531+0000 mon.c (mon.1) 3455 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.374904+0000 mon.c (mon.1) 3456 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.375913+0000 mon.c (mon.1) 3457 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.382771+0000 mon.a (mon.0) 1539 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.469827+0000 mon.c (mon.1) 3458 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.472009+0000 mon.c (mon.1) 3459 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.475080+0000 mon.c (mon.1) 3460 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.475913+0000 mon.c (mon.1) 3461 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.485091+0000 mon.a (mon.0) 1540 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.570734+0000 mon.c (mon.1) 3462 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.573573+0000 mon.c (mon.1) 3463 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.576946+0000 mon.c (mon.1) 3464 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.578501+0000 mon.c (mon.1) 3465 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.588053+0000 mon.a (mon.0) 1541 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.671725+0000 mon.c (mon.1) 3466 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.673945+0000 mon.c (mon.1) 3467 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.676737+0000 mon.c (mon.1) 3468 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.677961+0000 mon.c (mon.1) 3469 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.684392+0000 mon.a (mon.0) 1542 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.770298+0000 mon.c (mon.1) 3470 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:35.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.773238+0000 mon.c (mon.1) 3471 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:35.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.777778+0000 mon.c (mon.1) 3472 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:35.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.779324+0000 mon.c (mon.1) 3473 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:35.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:34 smithi121 bash[83807]: audit 2023-12-07T16:00:34.787992+0000 mon.a (mon.0) 1543 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:35.626 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[81604]: debug 2023-12-07T16:00:35.298+0000 7f514b3da640 -1 Falling back to public interface 2023-12-07T16:00:36.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: cephadm 2023-12-07T16:00:34.188461+0000 mgr.y (mgr.25453) 1541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: cephadm 2023-12-07T16:00:34.287860+0000 mgr.y (mgr.25453) 1542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: cephadm 2023-12-07T16:00:34.387317+0000 mgr.y (mgr.25453) 1543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: cephadm 2023-12-07T16:00:34.487409+0000 mgr.y (mgr.25453) 1544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: cephadm 2023-12-07T16:00:34.589309+0000 mgr.y (mgr.25453) 1545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: cephadm 2023-12-07T16:00:34.688587+0000 mgr.y (mgr.25453) 1546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: cephadm 2023-12-07T16:00:34.790277+0000 mgr.y (mgr.25453) 1547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:34.870219+0000 mon.c (mon.1) 3474 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:34.872768+0000 mon.c (mon.1) 3475 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:34.875317+0000 mon.c (mon.1) 3476 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:34.876310+0000 mon.c (mon.1) 3477 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:34.883658+0000 mon.a (mon.0) 1544 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: cephadm 2023-12-07T16:00:34.884889+0000 mgr.y (mgr.25453) 1548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:34.966826+0000 mon.c (mon.1) 3478 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:34.971082+0000 mon.c (mon.1) 3479 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:34.974104+0000 mon.c (mon.1) 3480 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:34.975376+0000 mon.c (mon.1) 3481 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:34.985114+0000 mon.a (mon.0) 1545 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: cephadm 2023-12-07T16:00:34.986110+0000 mgr.y (mgr.25453) 1549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.064575+0000 mon.c (mon.1) 3482 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.066953+0000 mon.c (mon.1) 3483 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.069987+0000 mon.c (mon.1) 3484 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.071071+0000 mon.c (mon.1) 3485 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.079022+0000 mon.a (mon.0) 1546 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: cephadm 2023-12-07T16:00:35.079922+0000 mgr.y (mgr.25453) 1550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.160625+0000 mon.c (mon.1) 3486 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.163026+0000 mon.c (mon.1) 3487 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.167353+0000 mon.c (mon.1) 3488 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.168486+0000 mon.c (mon.1) 3489 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.175740+0000 mon.a (mon.0) 1547 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.260673+0000 mon.c (mon.1) 3490 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.264076+0000 mon.c (mon.1) 3491 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.267162+0000 mon.c (mon.1) 3492 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.268615+0000 mon.c (mon.1) 3493 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.276902+0000 mon.a (mon.0) 1548 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.358559+0000 mon.c (mon.1) 3494 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.361376+0000 mon.c (mon.1) 3495 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.365069+0000 mon.c (mon.1) 3496 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.366288+0000 mon.c (mon.1) 3497 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.373607+0000 mon.a (mon.0) 1549 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.456973+0000 mon.c (mon.1) 3498 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.460291+0000 mon.c (mon.1) 3499 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.464585+0000 mon.c (mon.1) 3500 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.465558+0000 mon.c (mon.1) 3501 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.472925+0000 mon.a (mon.0) 1550 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.557935+0000 mon.c (mon.1) 3502 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.560543+0000 mon.c (mon.1) 3503 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.564226+0000 mon.c (mon.1) 3504 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.565411+0000 mon.c (mon.1) 3505 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.573814+0000 mon.a (mon.0) 1551 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.656462+0000 mon.c (mon.1) 3506 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.659313+0000 mon.c (mon.1) 3507 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.662032+0000 mon.c (mon.1) 3508 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.663249+0000 mon.c (mon.1) 3509 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.671180+0000 mon.a (mon.0) 1552 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.754387+0000 mon.c (mon.1) 3510 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.758536+0000 mon.c (mon.1) 3511 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.762038+0000 mon.c (mon.1) 3512 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.762959+0000 mon.c (mon.1) 3513 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:35 smithi144 bash[66528]: audit 2023-12-07T16:00:35.773389+0000 mon.a (mon.0) 1553 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: cephadm 2023-12-07T16:00:34.188461+0000 mgr.y (mgr.25453) 1541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: cephadm 2023-12-07T16:00:34.287860+0000 mgr.y (mgr.25453) 1542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: cephadm 2023-12-07T16:00:34.387317+0000 mgr.y (mgr.25453) 1543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: cephadm 2023-12-07T16:00:34.487409+0000 mgr.y (mgr.25453) 1544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: cephadm 2023-12-07T16:00:34.589309+0000 mgr.y (mgr.25453) 1545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: cephadm 2023-12-07T16:00:34.688587+0000 mgr.y (mgr.25453) 1546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: cephadm 2023-12-07T16:00:34.790277+0000 mgr.y (mgr.25453) 1547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:34.870219+0000 mon.c (mon.1) 3474 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:34.872768+0000 mon.c (mon.1) 3475 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:34.875317+0000 mon.c (mon.1) 3476 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:34.876310+0000 mon.c (mon.1) 3477 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:34.883658+0000 mon.a (mon.0) 1544 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: cephadm 2023-12-07T16:00:34.884889+0000 mgr.y (mgr.25453) 1548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:34.966826+0000 mon.c (mon.1) 3478 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:34.971082+0000 mon.c (mon.1) 3479 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:34.974104+0000 mon.c (mon.1) 3480 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:34.975376+0000 mon.c (mon.1) 3481 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:34.985114+0000 mon.a (mon.0) 1545 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: cephadm 2023-12-07T16:00:34.986110+0000 mgr.y (mgr.25453) 1549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.064575+0000 mon.c (mon.1) 3482 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.066953+0000 mon.c (mon.1) 3483 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: cephadm 2023-12-07T16:00:34.188461+0000 mgr.y (mgr.25453) 1541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: cephadm 2023-12-07T16:00:34.287860+0000 mgr.y (mgr.25453) 1542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: cephadm 2023-12-07T16:00:34.387317+0000 mgr.y (mgr.25453) 1543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: cephadm 2023-12-07T16:00:34.487409+0000 mgr.y (mgr.25453) 1544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: cephadm 2023-12-07T16:00:34.589309+0000 mgr.y (mgr.25453) 1545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: cephadm 2023-12-07T16:00:34.688587+0000 mgr.y (mgr.25453) 1546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: cephadm 2023-12-07T16:00:34.790277+0000 mgr.y (mgr.25453) 1547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:34.870219+0000 mon.c (mon.1) 3474 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:34.872768+0000 mon.c (mon.1) 3475 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:34.875317+0000 mon.c (mon.1) 3476 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:34.876310+0000 mon.c (mon.1) 3477 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:34.883658+0000 mon.a (mon.0) 1544 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: cephadm 2023-12-07T16:00:34.884889+0000 mgr.y (mgr.25453) 1548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:34.966826+0000 mon.c (mon.1) 3478 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:34.971082+0000 mon.c (mon.1) 3479 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:34.974104+0000 mon.c (mon.1) 3480 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:34.975376+0000 mon.c (mon.1) 3481 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:34.985114+0000 mon.a (mon.0) 1545 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: cephadm 2023-12-07T16:00:34.986110+0000 mgr.y (mgr.25453) 1549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.064575+0000 mon.c (mon.1) 3482 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.066953+0000 mon.c (mon.1) 3483 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.069987+0000 mon.c (mon.1) 3484 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.071071+0000 mon.c (mon.1) 3485 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.079022+0000 mon.a (mon.0) 1546 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: cephadm 2023-12-07T16:00:35.079922+0000 mgr.y (mgr.25453) 1550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.160625+0000 mon.c (mon.1) 3486 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.163026+0000 mon.c (mon.1) 3487 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.167353+0000 mon.c (mon.1) 3488 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.168486+0000 mon.c (mon.1) 3489 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.175740+0000 mon.a (mon.0) 1547 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.260673+0000 mon.c (mon.1) 3490 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.264076+0000 mon.c (mon.1) 3491 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.267162+0000 mon.c (mon.1) 3492 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.268615+0000 mon.c (mon.1) 3493 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.276902+0000 mon.a (mon.0) 1548 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.358559+0000 mon.c (mon.1) 3494 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.361376+0000 mon.c (mon.1) 3495 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.365069+0000 mon.c (mon.1) 3496 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.366288+0000 mon.c (mon.1) 3497 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.373607+0000 mon.a (mon.0) 1549 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.456973+0000 mon.c (mon.1) 3498 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.069987+0000 mon.c (mon.1) 3484 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.071071+0000 mon.c (mon.1) 3485 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.079022+0000 mon.a (mon.0) 1546 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: cephadm 2023-12-07T16:00:35.079922+0000 mgr.y (mgr.25453) 1550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:36.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.160625+0000 mon.c (mon.1) 3486 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.163026+0000 mon.c (mon.1) 3487 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.167353+0000 mon.c (mon.1) 3488 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.168486+0000 mon.c (mon.1) 3489 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.175740+0000 mon.a (mon.0) 1547 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.260673+0000 mon.c (mon.1) 3490 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.264076+0000 mon.c (mon.1) 3491 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.267162+0000 mon.c (mon.1) 3492 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.268615+0000 mon.c (mon.1) 3493 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.276902+0000 mon.a (mon.0) 1548 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.358559+0000 mon.c (mon.1) 3494 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.361376+0000 mon.c (mon.1) 3495 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.365069+0000 mon.c (mon.1) 3496 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.366288+0000 mon.c (mon.1) 3497 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.373607+0000 mon.a (mon.0) 1549 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.456973+0000 mon.c (mon.1) 3498 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.460291+0000 mon.c (mon.1) 3499 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.464585+0000 mon.c (mon.1) 3500 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.465558+0000 mon.c (mon.1) 3501 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.472925+0000 mon.a (mon.0) 1550 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.557935+0000 mon.c (mon.1) 3502 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.560543+0000 mon.c (mon.1) 3503 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.564226+0000 mon.c (mon.1) 3504 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.565411+0000 mon.c (mon.1) 3505 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.573814+0000 mon.a (mon.0) 1551 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.656462+0000 mon.c (mon.1) 3506 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.659313+0000 mon.c (mon.1) 3507 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.662032+0000 mon.c (mon.1) 3508 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.663249+0000 mon.c (mon.1) 3509 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.671180+0000 mon.a (mon.0) 1552 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.754387+0000 mon.c (mon.1) 3510 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.758536+0000 mon.c (mon.1) 3511 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.762038+0000 mon.c (mon.1) 3512 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.762959+0000 mon.c (mon.1) 3513 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[83807]: audit 2023-12-07T16:00:35.773389+0000 mon.a (mon.0) 1553 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.460291+0000 mon.c (mon.1) 3499 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.464585+0000 mon.c (mon.1) 3500 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.465558+0000 mon.c (mon.1) 3501 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.472925+0000 mon.a (mon.0) 1550 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.557935+0000 mon.c (mon.1) 3502 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.560543+0000 mon.c (mon.1) 3503 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.564226+0000 mon.c (mon.1) 3504 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.565411+0000 mon.c (mon.1) 3505 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.573814+0000 mon.a (mon.0) 1551 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.656462+0000 mon.c (mon.1) 3506 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.659313+0000 mon.c (mon.1) 3507 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.662032+0000 mon.c (mon.1) 3508 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.663249+0000 mon.c (mon.1) 3509 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.671180+0000 mon.a (mon.0) 1552 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:36.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.754387+0000 mon.c (mon.1) 3510 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:36.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.758536+0000 mon.c (mon.1) 3511 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:36.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.762038+0000 mon.c (mon.1) 3512 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:36.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.762959+0000 mon.c (mon.1) 3513 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:36.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:35 smithi121 bash[81553]: audit 2023-12-07T16:00:35.773389+0000 mon.a (mon.0) 1553 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: cephadm 2023-12-07T16:00:35.180289+0000 mgr.y (mgr.25453) 1551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: cephadm 2023-12-07T16:00:35.281231+0000 mgr.y (mgr.25453) 1552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: cephadm 2023-12-07T16:00:35.376358+0000 mgr.y (mgr.25453) 1553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: cephadm 2023-12-07T16:00:35.474362+0000 mgr.y (mgr.25453) 1554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: cephadm 2023-12-07T16:00:35.575105+0000 mgr.y (mgr.25453) 1555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: cephadm 2023-12-07T16:00:35.675132+0000 mgr.y (mgr.25453) 1556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: cephadm 2023-12-07T16:00:35.775099+0000 mgr.y (mgr.25453) 1557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:35.862688+0000 mon.c (mon.1) 3514 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:35.865412+0000 mon.c (mon.1) 3515 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:35.867631+0000 mon.c (mon.1) 3516 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:35.868511+0000 mon.c (mon.1) 3517 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:35.873924+0000 mon.a (mon.0) 1554 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: cephadm 2023-12-07T16:00:35.877846+0000 mgr.y (mgr.25453) 1558 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:35.961247+0000 mon.c (mon.1) 3518 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:35.963370+0000 mon.c (mon.1) 3519 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:35.966517+0000 mon.c (mon.1) 3520 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:35.967694+0000 mon.c (mon.1) 3521 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:35.974947+0000 mon.a (mon.0) 1555 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: cephadm 2023-12-07T16:00:35.978312+0000 mgr.y (mgr.25453) 1559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.058969+0000 mon.c (mon.1) 3522 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.060925+0000 mon.c (mon.1) 3523 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.063988+0000 mon.c (mon.1) 3524 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.065021+0000 mon.c (mon.1) 3525 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.073917+0000 mon.a (mon.0) 1556 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: cephadm 2023-12-07T16:00:36.077915+0000 mgr.y (mgr.25453) 1560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.156756+0000 mon.c (mon.1) 3526 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: cluster 2023-12-07T16:00:36.157188+0000 mgr.y (mgr.25453) 1561 : cluster 0 pgmap v292: 161 pgs: 19 active+undersized+degraded, 35 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-07T16:00:37.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.161241+0000 mon.c (mon.1) 3527 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.164880+0000 mon.c (mon.1) 3528 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.165901+0000 mon.c (mon.1) 3529 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.172326+0000 mon.a (mon.0) 1557 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: cephadm 2023-12-07T16:00:36.176361+0000 mgr.y (mgr.25453) 1562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.259711+0000 mon.c (mon.1) 3530 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.263945+0000 mon.c (mon.1) 3531 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.266874+0000 mon.c (mon.1) 3532 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.268140+0000 mon.c (mon.1) 3533 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.276165+0000 mon.a (mon.0) 1558 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.359968+0000 mon.c (mon.1) 3534 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.362549+0000 mon.c (mon.1) 3535 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.366179+0000 mon.c (mon.1) 3536 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.367000+0000 mon.c (mon.1) 3537 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.376255+0000 mon.a (mon.0) 1559 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.459486+0000 mon.c (mon.1) 3538 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.461984+0000 mon.c (mon.1) 3539 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.465222+0000 mon.c (mon.1) 3540 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.466329+0000 mon.c (mon.1) 3541 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.474191+0000 mon.a (mon.0) 1560 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.555673+0000 mon.c (mon.1) 3542 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.557874+0000 mon.c (mon.1) 3543 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.561297+0000 mon.c (mon.1) 3544 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.562458+0000 mon.c (mon.1) 3545 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.570915+0000 mon.a (mon.0) 1561 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.654147+0000 mon.c (mon.1) 3546 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.656627+0000 mon.c (mon.1) 3547 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.660360+0000 mon.c (mon.1) 3548 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.661492+0000 mon.c (mon.1) 3549 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.669087+0000 mon.a (mon.0) 1562 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.750061+0000 mon.c (mon.1) 3550 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.754643+0000 mon.c (mon.1) 3551 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.759974+0000 mon.c (mon.1) 3552 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.761349+0000 mon.c (mon.1) 3553 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:36 smithi144 bash[66528]: audit 2023-12-07T16:00:36.768499+0000 mon.a (mon.0) 1563 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: cephadm 2023-12-07T16:00:35.180289+0000 mgr.y (mgr.25453) 1551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: cephadm 2023-12-07T16:00:35.281231+0000 mgr.y (mgr.25453) 1552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: cephadm 2023-12-07T16:00:35.376358+0000 mgr.y (mgr.25453) 1553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: cephadm 2023-12-07T16:00:35.474362+0000 mgr.y (mgr.25453) 1554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: cephadm 2023-12-07T16:00:35.575105+0000 mgr.y (mgr.25453) 1555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: cephadm 2023-12-07T16:00:35.675132+0000 mgr.y (mgr.25453) 1556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: cephadm 2023-12-07T16:00:35.775099+0000 mgr.y (mgr.25453) 1557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:35.862688+0000 mon.c (mon.1) 3514 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:35.865412+0000 mon.c (mon.1) 3515 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:35.867631+0000 mon.c (mon.1) 3516 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:35.868511+0000 mon.c (mon.1) 3517 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:35.873924+0000 mon.a (mon.0) 1554 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: cephadm 2023-12-07T16:00:35.877846+0000 mgr.y (mgr.25453) 1558 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:35.961247+0000 mon.c (mon.1) 3518 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:35.963370+0000 mon.c (mon.1) 3519 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:35.966517+0000 mon.c (mon.1) 3520 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:35.967694+0000 mon.c (mon.1) 3521 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:35.974947+0000 mon.a (mon.0) 1555 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: cephadm 2023-12-07T16:00:35.978312+0000 mgr.y (mgr.25453) 1559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.058969+0000 mon.c (mon.1) 3522 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.060925+0000 mon.c (mon.1) 3523 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: cephadm 2023-12-07T16:00:35.180289+0000 mgr.y (mgr.25453) 1551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: cephadm 2023-12-07T16:00:35.281231+0000 mgr.y (mgr.25453) 1552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: cephadm 2023-12-07T16:00:35.376358+0000 mgr.y (mgr.25453) 1553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: cephadm 2023-12-07T16:00:35.474362+0000 mgr.y (mgr.25453) 1554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: cephadm 2023-12-07T16:00:35.575105+0000 mgr.y (mgr.25453) 1555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: cephadm 2023-12-07T16:00:35.675132+0000 mgr.y (mgr.25453) 1556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: cephadm 2023-12-07T16:00:35.775099+0000 mgr.y (mgr.25453) 1557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:35.862688+0000 mon.c (mon.1) 3514 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:35.865412+0000 mon.c (mon.1) 3515 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:35.867631+0000 mon.c (mon.1) 3516 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:35.868511+0000 mon.c (mon.1) 3517 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:35.873924+0000 mon.a (mon.0) 1554 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: cephadm 2023-12-07T16:00:35.877846+0000 mgr.y (mgr.25453) 1558 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:35.961247+0000 mon.c (mon.1) 3518 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:35.963370+0000 mon.c (mon.1) 3519 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:35.966517+0000 mon.c (mon.1) 3520 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:35.967694+0000 mon.c (mon.1) 3521 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:35.974947+0000 mon.a (mon.0) 1555 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: cephadm 2023-12-07T16:00:35.978312+0000 mgr.y (mgr.25453) 1559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.058969+0000 mon.c (mon.1) 3522 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.060925+0000 mon.c (mon.1) 3523 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.063988+0000 mon.c (mon.1) 3524 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.065021+0000 mon.c (mon.1) 3525 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.073917+0000 mon.a (mon.0) 1556 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: cephadm 2023-12-07T16:00:36.077915+0000 mgr.y (mgr.25453) 1560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.156756+0000 mon.c (mon.1) 3526 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: cluster 2023-12-07T16:00:36.157188+0000 mgr.y (mgr.25453) 1561 : cluster 0 pgmap v292: 161 pgs: 19 active+undersized+degraded, 35 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-07T16:00:37.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.161241+0000 mon.c (mon.1) 3527 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.164880+0000 mon.c (mon.1) 3528 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.165901+0000 mon.c (mon.1) 3529 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.172326+0000 mon.a (mon.0) 1557 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: cephadm 2023-12-07T16:00:36.176361+0000 mgr.y (mgr.25453) 1562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.259711+0000 mon.c (mon.1) 3530 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.263945+0000 mon.c (mon.1) 3531 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.266874+0000 mon.c (mon.1) 3532 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.268140+0000 mon.c (mon.1) 3533 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.276165+0000 mon.a (mon.0) 1558 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.359968+0000 mon.c (mon.1) 3534 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.362549+0000 mon.c (mon.1) 3535 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.366179+0000 mon.c (mon.1) 3536 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.063988+0000 mon.c (mon.1) 3524 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.065021+0000 mon.c (mon.1) 3525 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.073917+0000 mon.a (mon.0) 1556 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: cephadm 2023-12-07T16:00:36.077915+0000 mgr.y (mgr.25453) 1560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.156756+0000 mon.c (mon.1) 3526 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: cluster 2023-12-07T16:00:36.157188+0000 mgr.y (mgr.25453) 1561 : cluster 0 pgmap v292: 161 pgs: 19 active+undersized+degraded, 35 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-07T16:00:37.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.161241+0000 mon.c (mon.1) 3527 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.164880+0000 mon.c (mon.1) 3528 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.165901+0000 mon.c (mon.1) 3529 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.172326+0000 mon.a (mon.0) 1557 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: cephadm 2023-12-07T16:00:36.176361+0000 mgr.y (mgr.25453) 1562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:37.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.259711+0000 mon.c (mon.1) 3530 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.263945+0000 mon.c (mon.1) 3531 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.266874+0000 mon.c (mon.1) 3532 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.268140+0000 mon.c (mon.1) 3533 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.276165+0000 mon.a (mon.0) 1558 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.359968+0000 mon.c (mon.1) 3534 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.362549+0000 mon.c (mon.1) 3535 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.366179+0000 mon.c (mon.1) 3536 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.367000+0000 mon.c (mon.1) 3537 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.376255+0000 mon.a (mon.0) 1559 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.459486+0000 mon.c (mon.1) 3538 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.461984+0000 mon.c (mon.1) 3539 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.465222+0000 mon.c (mon.1) 3540 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.466329+0000 mon.c (mon.1) 3541 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.474191+0000 mon.a (mon.0) 1560 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.555673+0000 mon.c (mon.1) 3542 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.557874+0000 mon.c (mon.1) 3543 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.561297+0000 mon.c (mon.1) 3544 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.562458+0000 mon.c (mon.1) 3545 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.570915+0000 mon.a (mon.0) 1561 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.654147+0000 mon.c (mon.1) 3546 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.656627+0000 mon.c (mon.1) 3547 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.660360+0000 mon.c (mon.1) 3548 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.661492+0000 mon.c (mon.1) 3549 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.669087+0000 mon.a (mon.0) 1562 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.750061+0000 mon.c (mon.1) 3550 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.754643+0000 mon.c (mon.1) 3551 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.759974+0000 mon.c (mon.1) 3552 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.761349+0000 mon.c (mon.1) 3553 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[81553]: audit 2023-12-07T16:00:36.768499+0000 mon.a (mon.0) 1563 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.367000+0000 mon.c (mon.1) 3537 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.376255+0000 mon.a (mon.0) 1559 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.459486+0000 mon.c (mon.1) 3538 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.461984+0000 mon.c (mon.1) 3539 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.465222+0000 mon.c (mon.1) 3540 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.466329+0000 mon.c (mon.1) 3541 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.474191+0000 mon.a (mon.0) 1560 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.555673+0000 mon.c (mon.1) 3542 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.557874+0000 mon.c (mon.1) 3543 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.561297+0000 mon.c (mon.1) 3544 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.562458+0000 mon.c (mon.1) 3545 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.570915+0000 mon.a (mon.0) 1561 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.654147+0000 mon.c (mon.1) 3546 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.656627+0000 mon.c (mon.1) 3547 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.660360+0000 mon.c (mon.1) 3548 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.661492+0000 mon.c (mon.1) 3549 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.669087+0000 mon.a (mon.0) 1562 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:37.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.750061+0000 mon.c (mon.1) 3550 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:37.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.754643+0000 mon.c (mon.1) 3551 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:37.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.759974+0000 mon.c (mon.1) 3552 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:37.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.761349+0000 mon.c (mon.1) 3553 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:37.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:36 smithi121 bash[83807]: audit 2023-12-07T16:00:36.768499+0000 mon.a (mon.0) 1563 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: cephadm 2023-12-07T16:00:36.278524+0000 mgr.y (mgr.25453) 1563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: cephadm 2023-12-07T16:00:36.378744+0000 mgr.y (mgr.25453) 1564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: cephadm 2023-12-07T16:00:36.475832+0000 mgr.y (mgr.25453) 1565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: cephadm 2023-12-07T16:00:36.574290+0000 mgr.y (mgr.25453) 1566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: cephadm 2023-12-07T16:00:36.671187+0000 mgr.y (mgr.25453) 1567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: cephadm 2023-12-07T16:00:36.769425+0000 mgr.y (mgr.25453) 1568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:36.849546+0000 mon.c (mon.1) 3554 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:36.863831+0000 mon.c (mon.1) 3555 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:36.866069+0000 mon.c (mon.1) 3556 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:36.866884+0000 mon.c (mon.1) 3557 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:36.874082+0000 mon.a (mon.0) 1564 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: cephadm 2023-12-07T16:00:36.874853+0000 mgr.y (mgr.25453) 1569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:36.951773+0000 mon.c (mon.1) 3558 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:36.955108+0000 mon.c (mon.1) 3559 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:36.959195+0000 mon.c (mon.1) 3560 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:36.960927+0000 mon.c (mon.1) 3561 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:36.972171+0000 mon.a (mon.0) 1565 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: cephadm 2023-12-07T16:00:36.973098+0000 mgr.y (mgr.25453) 1570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.055433+0000 mon.c (mon.1) 3562 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.057547+0000 mon.c (mon.1) 3563 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.061622+0000 mon.c (mon.1) 3564 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.062939+0000 mon.c (mon.1) 3565 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.073347+0000 mon.a (mon.0) 1566 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: cephadm 2023-12-07T16:00:37.074270+0000 mgr.y (mgr.25453) 1571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.158843+0000 mon.c (mon.1) 3566 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.161648+0000 mon.c (mon.1) 3567 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.165040+0000 mon.c (mon.1) 3568 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.166294+0000 mon.c (mon.1) 3569 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.173070+0000 mon.a (mon.0) 1567 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: cephadm 2023-12-07T16:00:37.175385+0000 mgr.y (mgr.25453) 1572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.258590+0000 mon.c (mon.1) 3570 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.261037+0000 mon.c (mon.1) 3571 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.264390+0000 mon.c (mon.1) 3572 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.265444+0000 mon.c (mon.1) 3573 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.278908+0000 mon.a (mon.0) 1568 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.362850+0000 mon.c (mon.1) 3574 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.364960+0000 mon.c (mon.1) 3575 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.367336+0000 mon.c (mon.1) 3576 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.368219+0000 mon.c (mon.1) 3577 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.376663+0000 mon.a (mon.0) 1569 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.456321+0000 mon.c (mon.1) 3578 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.458624+0000 mon.c (mon.1) 3579 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.462547+0000 mon.c (mon.1) 3580 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.463865+0000 mon.c (mon.1) 3581 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.474459+0000 mon.a (mon.0) 1570 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.556514+0000 mon.c (mon.1) 3582 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.558990+0000 mon.c (mon.1) 3583 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.562080+0000 mon.c (mon.1) 3584 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.562988+0000 mon.c (mon.1) 3585 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.571437+0000 mon.a (mon.0) 1571 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.651433+0000 mon.c (mon.1) 3586 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.654676+0000 mon.c (mon.1) 3587 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.658520+0000 mon.c (mon.1) 3588 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.659953+0000 mon.c (mon.1) 3589 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.672262+0000 mon.a (mon.0) 1572 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.752476+0000 mon.c (mon.1) 3590 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.754829+0000 mon.c (mon.1) 3591 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.757334+0000 mon.c (mon.1) 3592 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.758497+0000 mon.c (mon.1) 3593 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.768154+0000 mon.a (mon.0) 1573 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:37 smithi144 bash[66528]: audit 2023-12-07T16:00:37.849595+0000 mon.c (mon.1) 3594 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: cephadm 2023-12-07T16:00:36.278524+0000 mgr.y (mgr.25453) 1563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: cephadm 2023-12-07T16:00:36.378744+0000 mgr.y (mgr.25453) 1564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: cephadm 2023-12-07T16:00:36.475832+0000 mgr.y (mgr.25453) 1565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: cephadm 2023-12-07T16:00:36.574290+0000 mgr.y (mgr.25453) 1566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: cephadm 2023-12-07T16:00:36.671187+0000 mgr.y (mgr.25453) 1567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: cephadm 2023-12-07T16:00:36.769425+0000 mgr.y (mgr.25453) 1568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:36.849546+0000 mon.c (mon.1) 3554 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:36.863831+0000 mon.c (mon.1) 3555 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:36.866069+0000 mon.c (mon.1) 3556 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:36.866884+0000 mon.c (mon.1) 3557 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:36.874082+0000 mon.a (mon.0) 1564 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: cephadm 2023-12-07T16:00:36.874853+0000 mgr.y (mgr.25453) 1569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:36.951773+0000 mon.c (mon.1) 3558 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:36.955108+0000 mon.c (mon.1) 3559 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:36.959195+0000 mon.c (mon.1) 3560 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:36.960927+0000 mon.c (mon.1) 3561 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:36.972171+0000 mon.a (mon.0) 1565 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: cephadm 2023-12-07T16:00:36.973098+0000 mgr.y (mgr.25453) 1570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.055433+0000 mon.c (mon.1) 3562 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.057547+0000 mon.c (mon.1) 3563 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.061622+0000 mon.c (mon.1) 3564 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.062939+0000 mon.c (mon.1) 3565 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.073347+0000 mon.a (mon.0) 1566 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: cephadm 2023-12-07T16:00:37.074270+0000 mgr.y (mgr.25453) 1571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.158843+0000 mon.c (mon.1) 3566 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.161648+0000 mon.c (mon.1) 3567 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.165040+0000 mon.c (mon.1) 3568 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.166294+0000 mon.c (mon.1) 3569 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.173070+0000 mon.a (mon.0) 1567 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: cephadm 2023-12-07T16:00:37.175385+0000 mgr.y (mgr.25453) 1572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.258590+0000 mon.c (mon.1) 3570 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.261037+0000 mon.c (mon.1) 3571 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.264390+0000 mon.c (mon.1) 3572 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.265444+0000 mon.c (mon.1) 3573 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.278908+0000 mon.a (mon.0) 1568 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.362850+0000 mon.c (mon.1) 3574 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.364960+0000 mon.c (mon.1) 3575 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.367336+0000 mon.c (mon.1) 3576 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.368219+0000 mon.c (mon.1) 3577 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.376663+0000 mon.a (mon.0) 1569 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.456321+0000 mon.c (mon.1) 3578 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: cephadm 2023-12-07T16:00:36.278524+0000 mgr.y (mgr.25453) 1563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: cephadm 2023-12-07T16:00:36.378744+0000 mgr.y (mgr.25453) 1564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: cephadm 2023-12-07T16:00:36.475832+0000 mgr.y (mgr.25453) 1565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: cephadm 2023-12-07T16:00:36.574290+0000 mgr.y (mgr.25453) 1566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: cephadm 2023-12-07T16:00:36.671187+0000 mgr.y (mgr.25453) 1567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: cephadm 2023-12-07T16:00:36.769425+0000 mgr.y (mgr.25453) 1568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:36.849546+0000 mon.c (mon.1) 3554 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:36.863831+0000 mon.c (mon.1) 3555 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:36.866069+0000 mon.c (mon.1) 3556 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:36.866884+0000 mon.c (mon.1) 3557 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:36.874082+0000 mon.a (mon.0) 1564 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: cephadm 2023-12-07T16:00:36.874853+0000 mgr.y (mgr.25453) 1569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:36.951773+0000 mon.c (mon.1) 3558 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:36.955108+0000 mon.c (mon.1) 3559 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:36.959195+0000 mon.c (mon.1) 3560 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:36.960927+0000 mon.c (mon.1) 3561 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:36.972171+0000 mon.a (mon.0) 1565 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: cephadm 2023-12-07T16:00:36.973098+0000 mgr.y (mgr.25453) 1570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.055433+0000 mon.c (mon.1) 3562 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.057547+0000 mon.c (mon.1) 3563 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.458624+0000 mon.c (mon.1) 3579 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.462547+0000 mon.c (mon.1) 3580 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.463865+0000 mon.c (mon.1) 3581 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.474459+0000 mon.a (mon.0) 1570 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.556514+0000 mon.c (mon.1) 3582 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.558990+0000 mon.c (mon.1) 3583 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.562080+0000 mon.c (mon.1) 3584 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.562988+0000 mon.c (mon.1) 3585 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.571437+0000 mon.a (mon.0) 1571 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.651433+0000 mon.c (mon.1) 3586 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.654676+0000 mon.c (mon.1) 3587 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.658520+0000 mon.c (mon.1) 3588 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.659953+0000 mon.c (mon.1) 3589 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.672262+0000 mon.a (mon.0) 1572 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.752476+0000 mon.c (mon.1) 3590 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.754829+0000 mon.c (mon.1) 3591 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.757334+0000 mon.c (mon.1) 3592 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.758497+0000 mon.c (mon.1) 3593 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.768154+0000 mon.a (mon.0) 1573 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[81553]: audit 2023-12-07T16:00:37.849595+0000 mon.c (mon.1) 3594 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.061622+0000 mon.c (mon.1) 3564 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.062939+0000 mon.c (mon.1) 3565 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.073347+0000 mon.a (mon.0) 1566 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: cephadm 2023-12-07T16:00:37.074270+0000 mgr.y (mgr.25453) 1571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.158843+0000 mon.c (mon.1) 3566 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.161648+0000 mon.c (mon.1) 3567 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.165040+0000 mon.c (mon.1) 3568 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.166294+0000 mon.c (mon.1) 3569 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.173070+0000 mon.a (mon.0) 1567 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: cephadm 2023-12-07T16:00:37.175385+0000 mgr.y (mgr.25453) 1572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:38.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.258590+0000 mon.c (mon.1) 3570 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.261037+0000 mon.c (mon.1) 3571 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.264390+0000 mon.c (mon.1) 3572 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.265444+0000 mon.c (mon.1) 3573 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.278908+0000 mon.a (mon.0) 1568 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.362850+0000 mon.c (mon.1) 3574 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.364960+0000 mon.c (mon.1) 3575 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.367336+0000 mon.c (mon.1) 3576 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.368219+0000 mon.c (mon.1) 3577 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.376663+0000 mon.a (mon.0) 1569 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.456321+0000 mon.c (mon.1) 3578 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.458624+0000 mon.c (mon.1) 3579 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.462547+0000 mon.c (mon.1) 3580 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.463865+0000 mon.c (mon.1) 3581 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.474459+0000 mon.a (mon.0) 1570 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.556514+0000 mon.c (mon.1) 3582 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.558990+0000 mon.c (mon.1) 3583 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.562080+0000 mon.c (mon.1) 3584 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.562988+0000 mon.c (mon.1) 3585 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.571437+0000 mon.a (mon.0) 1571 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.651433+0000 mon.c (mon.1) 3586 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.654676+0000 mon.c (mon.1) 3587 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.658520+0000 mon.c (mon.1) 3588 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.659953+0000 mon.c (mon.1) 3589 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.672262+0000 mon.a (mon.0) 1572 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.752476+0000 mon.c (mon.1) 3590 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.754829+0000 mon.c (mon.1) 3591 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:38.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.757334+0000 mon.c (mon.1) 3592 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:38.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.758497+0000 mon.c (mon.1) 3593 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:38.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.768154+0000 mon.a (mon.0) 1573 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:38.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:37 smithi121 bash[83807]: audit 2023-12-07T16:00:37.849595+0000 mon.c (mon.1) 3594 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:38.626 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[81604]: debug 2023-12-07T16:00:38.366+0000 7f514b3da640 -1 osd.6 0 read_superblock omap replica is missing. 2023-12-07T16:00:38.626 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[81604]: debug 2023-12-07T16:00:38.414+0000 7f514b3da640 -1 osd.6 150 log_to_monitors true 2023-12-07T16:00:39.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: cephadm 2023-12-07T16:00:37.280063+0000 mgr.y (mgr.25453) 1573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: cephadm 2023-12-07T16:00:37.377483+0000 mgr.y (mgr.25453) 1574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: cephadm 2023-12-07T16:00:37.476737+0000 mgr.y (mgr.25453) 1575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: cephadm 2023-12-07T16:00:37.573841+0000 mgr.y (mgr.25453) 1576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: cephadm 2023-12-07T16:00:37.673217+0000 mgr.y (mgr.25453) 1577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: cephadm 2023-12-07T16:00:37.768940+0000 mgr.y (mgr.25453) 1578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:37.852658+0000 mon.c (mon.1) 3595 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:37.873178+0000 mon.c (mon.1) 3596 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:37.875413+0000 mon.a (mon.0) 1574 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:37.880424+0000 mon.c (mon.1) 3597 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:37.892474+0000 mon.a (mon.0) 1575 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: cephadm 2023-12-07T16:00:37.893369+0000 mgr.y (mgr.25453) 1579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:37.975776+0000 mon.c (mon.1) 3598 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:37.978283+0000 mon.c (mon.1) 3599 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:37.981470+0000 mon.c (mon.1) 3600 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:37.982614+0000 mon.c (mon.1) 3601 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:37.991346+0000 mon.a (mon.0) 1576 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: cephadm 2023-12-07T16:00:37.992140+0000 mgr.y (mgr.25453) 1580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.074738+0000 mon.c (mon.1) 3602 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.077011+0000 mon.c (mon.1) 3603 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.080683+0000 mon.c (mon.1) 3604 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.081972+0000 mon.c (mon.1) 3605 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.090650+0000 mon.a (mon.0) 1577 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: cephadm 2023-12-07T16:00:38.091600+0000 mgr.y (mgr.25453) 1581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: cluster 2023-12-07T16:00:38.158013+0000 mgr.y (mgr.25453) 1582 : cluster 0 pgmap v293: 161 pgs: 19 active+undersized+degraded, 35 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-07T16:00:39.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.173931+0000 mon.c (mon.1) 3606 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.176719+0000 mon.c (mon.1) 3607 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.179825+0000 mon.c (mon.1) 3608 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.181110+0000 mon.c (mon.1) 3609 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.188402+0000 mon.a (mon.0) 1578 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.273990+0000 mon.c (mon.1) 3610 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.277096+0000 mon.c (mon.1) 3611 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.280770+0000 mon.c (mon.1) 3612 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.281979+0000 mon.c (mon.1) 3613 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.290671+0000 mon.a (mon.0) 1579 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.374939+0000 mon.c (mon.1) 3614 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.379345+0000 mon.c (mon.1) 3615 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.384230+0000 mon.c (mon.1) 3616 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.385570+0000 mon.c (mon.1) 3617 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.397066+0000 mon.a (mon.0) 1580 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.418066+0000 mon.a (mon.0) 1581 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T16:00:39.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.418684+0000 mon.b (mon.2) 9 : audit 1 from='osd.6 [v2:172.21.15.144:6816/908753141,v1:172.21.15.144:6817/908753141]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T16:00:39.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.480004+0000 mon.c (mon.1) 3618 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.482351+0000 mon.c (mon.1) 3619 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.485301+0000 mon.c (mon.1) 3620 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.486450+0000 mon.c (mon.1) 3621 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.494667+0000 mon.a (mon.0) 1582 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.132 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.576498+0000 mon.c (mon.1) 3622 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.579109+0000 mon.c (mon.1) 3623 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.582134+0000 mon.c (mon.1) 3624 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.583357+0000 mon.c (mon.1) 3625 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.591910+0000 mon.a (mon.0) 1583 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.671075+0000 mon.c (mon.1) 3626 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.673923+0000 mon.c (mon.1) 3627 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.677736+0000 mon.c (mon.1) 3628 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.679160+0000 mon.c (mon.1) 3629 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.687074+0000 mon.a (mon.0) 1584 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.133 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.768861+0000 mon.c (mon.1) 3630 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.134 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.771464+0000 mon.c (mon.1) 3631 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.134 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.773985+0000 mon.c (mon.1) 3632 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.134 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.775193+0000 mon.c (mon.1) 3633 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.134 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: audit 2023-12-07T16:00:38.784955+0000 mon.a (mon.0) 1585 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.134 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:38 smithi144 bash[66528]: cluster 2023-12-07T16:00:38.825243+0000 mon.a (mon.0) 1586 : cluster 3 Health check update: Degraded data redundancy: 76/630 objects degraded (12.063%), 19 pgs degraded (PG_DEGRADED) 2023-12-07T16:00:39.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: cephadm 2023-12-07T16:00:37.280063+0000 mgr.y (mgr.25453) 1573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: cephadm 2023-12-07T16:00:37.377483+0000 mgr.y (mgr.25453) 1574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: cephadm 2023-12-07T16:00:37.476737+0000 mgr.y (mgr.25453) 1575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: cephadm 2023-12-07T16:00:37.573841+0000 mgr.y (mgr.25453) 1576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: cephadm 2023-12-07T16:00:37.673217+0000 mgr.y (mgr.25453) 1577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: cephadm 2023-12-07T16:00:37.768940+0000 mgr.y (mgr.25453) 1578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:37.852658+0000 mon.c (mon.1) 3595 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:37.873178+0000 mon.c (mon.1) 3596 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:37.875413+0000 mon.a (mon.0) 1574 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:37.880424+0000 mon.c (mon.1) 3597 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:37.892474+0000 mon.a (mon.0) 1575 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: cephadm 2023-12-07T16:00:37.893369+0000 mgr.y (mgr.25453) 1579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:37.975776+0000 mon.c (mon.1) 3598 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:37.978283+0000 mon.c (mon.1) 3599 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:37.981470+0000 mon.c (mon.1) 3600 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:37.982614+0000 mon.c (mon.1) 3601 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:37.991346+0000 mon.a (mon.0) 1576 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: cephadm 2023-12-07T16:00:37.992140+0000 mgr.y (mgr.25453) 1580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.074738+0000 mon.c (mon.1) 3602 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.077011+0000 mon.c (mon.1) 3603 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.080683+0000 mon.c (mon.1) 3604 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: cephadm 2023-12-07T16:00:37.280063+0000 mgr.y (mgr.25453) 1573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: cephadm 2023-12-07T16:00:37.377483+0000 mgr.y (mgr.25453) 1574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: cephadm 2023-12-07T16:00:37.476737+0000 mgr.y (mgr.25453) 1575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: cephadm 2023-12-07T16:00:37.573841+0000 mgr.y (mgr.25453) 1576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: cephadm 2023-12-07T16:00:37.673217+0000 mgr.y (mgr.25453) 1577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: cephadm 2023-12-07T16:00:37.768940+0000 mgr.y (mgr.25453) 1578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:37.852658+0000 mon.c (mon.1) 3595 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:37.873178+0000 mon.c (mon.1) 3596 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:37.875413+0000 mon.a (mon.0) 1574 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:37.880424+0000 mon.c (mon.1) 3597 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:37.892474+0000 mon.a (mon.0) 1575 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: cephadm 2023-12-07T16:00:37.893369+0000 mgr.y (mgr.25453) 1579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:37.975776+0000 mon.c (mon.1) 3598 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:37.978283+0000 mon.c (mon.1) 3599 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:37.981470+0000 mon.c (mon.1) 3600 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:37.982614+0000 mon.c (mon.1) 3601 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:37.991346+0000 mon.a (mon.0) 1576 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: cephadm 2023-12-07T16:00:37.992140+0000 mgr.y (mgr.25453) 1580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.074738+0000 mon.c (mon.1) 3602 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.077011+0000 mon.c (mon.1) 3603 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.080683+0000 mon.c (mon.1) 3604 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.081972+0000 mon.c (mon.1) 3605 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.090650+0000 mon.a (mon.0) 1577 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: cephadm 2023-12-07T16:00:38.091600+0000 mgr.y (mgr.25453) 1581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: cluster 2023-12-07T16:00:38.158013+0000 mgr.y (mgr.25453) 1582 : cluster 0 pgmap v293: 161 pgs: 19 active+undersized+degraded, 35 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-07T16:00:39.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.173931+0000 mon.c (mon.1) 3606 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.176719+0000 mon.c (mon.1) 3607 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.179825+0000 mon.c (mon.1) 3608 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.181110+0000 mon.c (mon.1) 3609 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.188402+0000 mon.a (mon.0) 1578 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.273990+0000 mon.c (mon.1) 3610 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.316 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.277096+0000 mon.c (mon.1) 3611 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.280770+0000 mon.c (mon.1) 3612 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.281979+0000 mon.c (mon.1) 3613 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.290671+0000 mon.a (mon.0) 1579 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.374939+0000 mon.c (mon.1) 3614 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.379345+0000 mon.c (mon.1) 3615 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.384230+0000 mon.c (mon.1) 3616 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.385570+0000 mon.c (mon.1) 3617 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.397066+0000 mon.a (mon.0) 1580 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.317 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.418066+0000 mon.a (mon.0) 1581 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T16:00:39.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.081972+0000 mon.c (mon.1) 3605 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.090650+0000 mon.a (mon.0) 1577 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: cephadm 2023-12-07T16:00:38.091600+0000 mgr.y (mgr.25453) 1581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:39.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: cluster 2023-12-07T16:00:38.158013+0000 mgr.y (mgr.25453) 1582 : cluster 0 pgmap v293: 161 pgs: 19 active+undersized+degraded, 35 active+undersized, 107 active+clean; 585 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-07T16:00:39.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.173931+0000 mon.c (mon.1) 3606 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.176719+0000 mon.c (mon.1) 3607 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.179825+0000 mon.c (mon.1) 3608 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.181110+0000 mon.c (mon.1) 3609 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.188402+0000 mon.a (mon.0) 1578 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.273990+0000 mon.c (mon.1) 3610 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.277096+0000 mon.c (mon.1) 3611 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.280770+0000 mon.c (mon.1) 3612 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.281979+0000 mon.c (mon.1) 3613 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.290671+0000 mon.a (mon.0) 1579 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.374939+0000 mon.c (mon.1) 3614 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.379345+0000 mon.c (mon.1) 3615 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.384230+0000 mon.c (mon.1) 3616 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.385570+0000 mon.c (mon.1) 3617 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.397066+0000 mon.a (mon.0) 1580 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.418066+0000 mon.a (mon.0) 1581 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T16:00:39.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.418684+0000 mon.b (mon.2) 9 : audit 1 from='osd.6 [v2:172.21.15.144:6816/908753141,v1:172.21.15.144:6817/908753141]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T16:00:39.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.480004+0000 mon.c (mon.1) 3618 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.482351+0000 mon.c (mon.1) 3619 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.485301+0000 mon.c (mon.1) 3620 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.486450+0000 mon.c (mon.1) 3621 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.494667+0000 mon.a (mon.0) 1582 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.576498+0000 mon.c (mon.1) 3622 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.579109+0000 mon.c (mon.1) 3623 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.582134+0000 mon.c (mon.1) 3624 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.583357+0000 mon.c (mon.1) 3625 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.591910+0000 mon.a (mon.0) 1583 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.671075+0000 mon.c (mon.1) 3626 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.673923+0000 mon.c (mon.1) 3627 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.321 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.677736+0000 mon.c (mon.1) 3628 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.679160+0000 mon.c (mon.1) 3629 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.687074+0000 mon.a (mon.0) 1584 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.768861+0000 mon.c (mon.1) 3630 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.771464+0000 mon.c (mon.1) 3631 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.773985+0000 mon.c (mon.1) 3632 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.775193+0000 mon.c (mon.1) 3633 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: audit 2023-12-07T16:00:38.784955+0000 mon.a (mon.0) 1585 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[81553]: cluster 2023-12-07T16:00:38.825243+0000 mon.a (mon.0) 1586 : cluster 3 Health check update: Degraded data redundancy: 76/630 objects degraded (12.063%), 19 pgs degraded (PG_DEGRADED) 2023-12-07T16:00:39.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.418684+0000 mon.b (mon.2) 9 : audit 1 from='osd.6 [v2:172.21.15.144:6816/908753141,v1:172.21.15.144:6817/908753141]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-07T16:00:39.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.480004+0000 mon.c (mon.1) 3618 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.482351+0000 mon.c (mon.1) 3619 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.485301+0000 mon.c (mon.1) 3620 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.486450+0000 mon.c (mon.1) 3621 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.494667+0000 mon.a (mon.0) 1582 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.576498+0000 mon.c (mon.1) 3622 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.323 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.579109+0000 mon.c (mon.1) 3623 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.582134+0000 mon.c (mon.1) 3624 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.583357+0000 mon.c (mon.1) 3625 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.591910+0000 mon.a (mon.0) 1583 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.671075+0000 mon.c (mon.1) 3626 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.673923+0000 mon.c (mon.1) 3627 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.677736+0000 mon.c (mon.1) 3628 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.679160+0000 mon.c (mon.1) 3629 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.687074+0000 mon.a (mon.0) 1584 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.768861+0000 mon.c (mon.1) 3630 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:39.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.771464+0000 mon.c (mon.1) 3631 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:39.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.773985+0000 mon.c (mon.1) 3632 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:39.325 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.775193+0000 mon.c (mon.1) 3633 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:39.325 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: audit 2023-12-07T16:00:38.784955+0000 mon.a (mon.0) 1585 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:39.325 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:38 smithi121 bash[83807]: cluster 2023-12-07T16:00:38.825243+0000 mon.a (mon.0) 1586 : cluster 3 Health check update: Degraded data redundancy: 76/630 objects degraded (12.063%), 19 pgs degraded (PG_DEGRADED) 2023-12-07T16:00:39.871 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[81604]: debug 2023-12-07T16:00:39.462+0000 7f5139044700 -1 osd.6 150 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T16:00:40.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: cephadm 2023-12-07T16:00:38.196170+0000 mgr.y (mgr.25453) 1583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: cephadm 2023-12-07T16:00:38.291717+0000 mgr.y (mgr.25453) 1584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: cephadm 2023-12-07T16:00:38.398274+0000 mgr.y (mgr.25453) 1585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: cephadm 2023-12-07T16:00:38.495779+0000 mgr.y (mgr.25453) 1586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: cephadm 2023-12-07T16:00:38.592944+0000 mgr.y (mgr.25453) 1587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: cephadm 2023-12-07T16:00:38.689710+0000 mgr.y (mgr.25453) 1588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: cephadm 2023-12-07T16:00:38.786014+0000 mgr.y (mgr.25453) 1589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:38.868503+0000 mon.c (mon.1) 3634 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:38.870816+0000 mon.c (mon.1) 3635 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:38.873421+0000 mon.c (mon.1) 3636 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:38.874267+0000 mon.c (mon.1) 3637 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:38.879864+0000 mon.a (mon.0) 1587 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: cephadm 2023-12-07T16:00:38.881368+0000 mgr.y (mgr.25453) 1590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:38.964019+0000 mon.c (mon.1) 3638 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:38.966278+0000 mon.c (mon.1) 3639 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:38.968928+0000 mon.c (mon.1) 3640 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:38.969939+0000 mon.c (mon.1) 3641 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:38.978084+0000 mon.a (mon.0) 1588 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: cephadm 2023-12-07T16:00:38.979106+0000 mgr.y (mgr.25453) 1591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.060556+0000 mon.c (mon.1) 3642 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.062883+0000 mon.c (mon.1) 3643 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.066046+0000 mon.c (mon.1) 3644 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.067412+0000 mon.c (mon.1) 3645 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.077652+0000 mon.a (mon.0) 1589 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: cephadm 2023-12-07T16:00:39.080250+0000 mgr.y (mgr.25453) 1592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.163371+0000 mon.c (mon.1) 3646 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.165992+0000 mon.c (mon.1) 3647 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.170127+0000 mon.c (mon.1) 3648 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.171599+0000 mon.c (mon.1) 3649 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.182741+0000 mon.a (mon.0) 1590 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.264494+0000 mon.c (mon.1) 3650 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.267725+0000 mon.c (mon.1) 3651 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.270267+0000 mon.c (mon.1) 3652 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.271419+0000 mon.c (mon.1) 3653 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.282385+0000 mon.a (mon.0) 1591 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.366264+0000 mon.c (mon.1) 3654 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.368917+0000 mon.c (mon.1) 3655 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.372228+0000 mon.c (mon.1) 3656 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.373477+0000 mon.c (mon.1) 3657 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.383284+0000 mon.a (mon.0) 1592 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.396367+0000 mon.a (mon.0) 1593 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-07T16:00:40.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: cluster 2023-12-07T16:00:39.403259+0000 mon.a (mon.0) 1594 : cluster 0 osdmap e153: 8 total, 7 up, 8 in 2023-12-07T16:00:40.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.406871+0000 mon.a (mon.0) 1595 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:00:40.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.407300+0000 mon.b (mon.2) 10 : audit 1 from='osd.6 [v2:172.21.15.144:6816/908753141,v1:172.21.15.144:6817/908753141]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:00:40.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.464291+0000 mon.c (mon.1) 3658 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.467009+0000 mon.c (mon.1) 3659 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.470699+0000 mon.c (mon.1) 3660 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.472092+0000 mon.c (mon.1) 3661 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.481146+0000 mon.a (mon.0) 1596 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.566186+0000 mon.c (mon.1) 3662 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.568936+0000 mon.c (mon.1) 3663 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.572209+0000 mon.c (mon.1) 3664 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.573365+0000 mon.c (mon.1) 3665 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.582444+0000 mon.a (mon.0) 1597 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.666903+0000 mon.c (mon.1) 3666 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.668886+0000 mon.c (mon.1) 3667 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.671868+0000 mon.c (mon.1) 3668 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.672913+0000 mon.c (mon.1) 3669 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.681392+0000 mon.a (mon.0) 1598 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.764269+0000 mon.c (mon.1) 3670 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.766603+0000 mon.c (mon.1) 3671 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.769100+0000 mon.c (mon.1) 3672 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.770012+0000 mon.c (mon.1) 3673 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.778398+0000 mon.a (mon.0) 1599 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.842681+0000 mon.c (mon.1) 3674 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.847011+0000 mon.c (mon.1) 3675 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.850536+0000 mon.c (mon.1) 3676 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:39 smithi144 bash[66528]: audit 2023-12-07T16:00:39.851770+0000 mon.c (mon.1) 3677 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: cephadm 2023-12-07T16:00:38.196170+0000 mgr.y (mgr.25453) 1583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: cephadm 2023-12-07T16:00:38.291717+0000 mgr.y (mgr.25453) 1584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: cephadm 2023-12-07T16:00:38.398274+0000 mgr.y (mgr.25453) 1585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: cephadm 2023-12-07T16:00:38.495779+0000 mgr.y (mgr.25453) 1586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: cephadm 2023-12-07T16:00:38.592944+0000 mgr.y (mgr.25453) 1587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: cephadm 2023-12-07T16:00:38.689710+0000 mgr.y (mgr.25453) 1588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: cephadm 2023-12-07T16:00:38.786014+0000 mgr.y (mgr.25453) 1589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:38.868503+0000 mon.c (mon.1) 3634 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:38.870816+0000 mon.c (mon.1) 3635 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:38.873421+0000 mon.c (mon.1) 3636 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:38.874267+0000 mon.c (mon.1) 3637 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:38.879864+0000 mon.a (mon.0) 1587 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: cephadm 2023-12-07T16:00:38.881368+0000 mgr.y (mgr.25453) 1590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:38.964019+0000 mon.c (mon.1) 3638 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:38.966278+0000 mon.c (mon.1) 3639 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:38.968928+0000 mon.c (mon.1) 3640 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:38.969939+0000 mon.c (mon.1) 3641 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:38.978084+0000 mon.a (mon.0) 1588 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: cephadm 2023-12-07T16:00:38.979106+0000 mgr.y (mgr.25453) 1591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.060556+0000 mon.c (mon.1) 3642 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.062883+0000 mon.c (mon.1) 3643 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: cephadm 2023-12-07T16:00:38.196170+0000 mgr.y (mgr.25453) 1583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: cephadm 2023-12-07T16:00:38.291717+0000 mgr.y (mgr.25453) 1584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: cephadm 2023-12-07T16:00:38.398274+0000 mgr.y (mgr.25453) 1585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: cephadm 2023-12-07T16:00:38.495779+0000 mgr.y (mgr.25453) 1586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: cephadm 2023-12-07T16:00:38.592944+0000 mgr.y (mgr.25453) 1587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: cephadm 2023-12-07T16:00:38.689710+0000 mgr.y (mgr.25453) 1588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.314 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: cephadm 2023-12-07T16:00:38.786014+0000 mgr.y (mgr.25453) 1589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:38.868503+0000 mon.c (mon.1) 3634 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:38.870816+0000 mon.c (mon.1) 3635 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:38.873421+0000 mon.c (mon.1) 3636 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:38.874267+0000 mon.c (mon.1) 3637 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:38.879864+0000 mon.a (mon.0) 1587 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: cephadm 2023-12-07T16:00:38.881368+0000 mgr.y (mgr.25453) 1590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:38.964019+0000 mon.c (mon.1) 3638 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:38.966278+0000 mon.c (mon.1) 3639 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:38.968928+0000 mon.c (mon.1) 3640 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:38.969939+0000 mon.c (mon.1) 3641 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:38.978084+0000 mon.a (mon.0) 1588 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: cephadm 2023-12-07T16:00:38.979106+0000 mgr.y (mgr.25453) 1591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.060556+0000 mon.c (mon.1) 3642 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.062883+0000 mon.c (mon.1) 3643 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.066046+0000 mon.c (mon.1) 3644 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.067412+0000 mon.c (mon.1) 3645 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.077652+0000 mon.a (mon.0) 1589 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: cephadm 2023-12-07T16:00:39.080250+0000 mgr.y (mgr.25453) 1592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.163371+0000 mon.c (mon.1) 3646 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.165992+0000 mon.c (mon.1) 3647 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.170127+0000 mon.c (mon.1) 3648 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.171599+0000 mon.c (mon.1) 3649 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.182741+0000 mon.a (mon.0) 1590 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.264494+0000 mon.c (mon.1) 3650 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.267725+0000 mon.c (mon.1) 3651 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.270267+0000 mon.c (mon.1) 3652 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.271419+0000 mon.c (mon.1) 3653 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.282385+0000 mon.a (mon.0) 1591 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.366264+0000 mon.c (mon.1) 3654 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.368917+0000 mon.c (mon.1) 3655 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.372228+0000 mon.c (mon.1) 3656 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.373477+0000 mon.c (mon.1) 3657 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.383284+0000 mon.a (mon.0) 1592 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.396367+0000 mon.a (mon.0) 1593 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-07T16:00:40.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.066046+0000 mon.c (mon.1) 3644 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.067412+0000 mon.c (mon.1) 3645 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.077652+0000 mon.a (mon.0) 1589 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: cephadm 2023-12-07T16:00:39.080250+0000 mgr.y (mgr.25453) 1592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:40.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.163371+0000 mon.c (mon.1) 3646 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.165992+0000 mon.c (mon.1) 3647 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.170127+0000 mon.c (mon.1) 3648 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.171599+0000 mon.c (mon.1) 3649 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.182741+0000 mon.a (mon.0) 1590 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.264494+0000 mon.c (mon.1) 3650 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.267725+0000 mon.c (mon.1) 3651 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.270267+0000 mon.c (mon.1) 3652 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.271419+0000 mon.c (mon.1) 3653 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.282385+0000 mon.a (mon.0) 1591 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.366264+0000 mon.c (mon.1) 3654 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.368917+0000 mon.c (mon.1) 3655 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.372228+0000 mon.c (mon.1) 3656 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.373477+0000 mon.c (mon.1) 3657 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.383284+0000 mon.a (mon.0) 1592 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.396367+0000 mon.a (mon.0) 1593 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-07T16:00:40.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: cluster 2023-12-07T16:00:39.403259+0000 mon.a (mon.0) 1594 : cluster 0 osdmap e153: 8 total, 7 up, 8 in 2023-12-07T16:00:40.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.406871+0000 mon.a (mon.0) 1595 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:00:40.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.407300+0000 mon.b (mon.2) 10 : audit 1 from='osd.6 [v2:172.21.15.144:6816/908753141,v1:172.21.15.144:6817/908753141]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:00:40.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.464291+0000 mon.c (mon.1) 3658 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.467009+0000 mon.c (mon.1) 3659 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.470699+0000 mon.c (mon.1) 3660 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.472092+0000 mon.c (mon.1) 3661 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.481146+0000 mon.a (mon.0) 1596 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.566186+0000 mon.c (mon.1) 3662 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.568936+0000 mon.c (mon.1) 3663 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.572209+0000 mon.c (mon.1) 3664 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.573365+0000 mon.c (mon.1) 3665 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.321 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.582444+0000 mon.a (mon.0) 1597 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.666903+0000 mon.c (mon.1) 3666 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.668886+0000 mon.c (mon.1) 3667 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.671868+0000 mon.c (mon.1) 3668 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.672913+0000 mon.c (mon.1) 3669 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.681392+0000 mon.a (mon.0) 1598 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.322 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.764269+0000 mon.c (mon.1) 3670 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: cluster 2023-12-07T16:00:39.403259+0000 mon.a (mon.0) 1594 : cluster 0 osdmap e153: 8 total, 7 up, 8 in 2023-12-07T16:00:40.322 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.406871+0000 mon.a (mon.0) 1595 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:00:40.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.407300+0000 mon.b (mon.2) 10 : audit 1 from='osd.6 [v2:172.21.15.144:6816/908753141,v1:172.21.15.144:6817/908753141]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:00:40.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.464291+0000 mon.c (mon.1) 3658 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.467009+0000 mon.c (mon.1) 3659 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.470699+0000 mon.c (mon.1) 3660 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.472092+0000 mon.c (mon.1) 3661 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.481146+0000 mon.a (mon.0) 1596 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.566186+0000 mon.c (mon.1) 3662 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.568936+0000 mon.c (mon.1) 3663 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.572209+0000 mon.c (mon.1) 3664 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.573365+0000 mon.c (mon.1) 3665 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.323 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.582444+0000 mon.a (mon.0) 1597 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.666903+0000 mon.c (mon.1) 3666 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.668886+0000 mon.c (mon.1) 3667 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.671868+0000 mon.c (mon.1) 3668 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.672913+0000 mon.c (mon.1) 3669 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.681392+0000 mon.a (mon.0) 1598 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.324 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.764269+0000 mon.c (mon.1) 3670 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.324 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.766603+0000 mon.c (mon.1) 3671 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.325 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.769100+0000 mon.c (mon.1) 3672 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.325 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.770012+0000 mon.c (mon.1) 3673 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.325 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.778398+0000 mon.a (mon.0) 1599 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.325 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.842681+0000 mon.c (mon.1) 3674 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.325 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.847011+0000 mon.c (mon.1) 3675 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.325 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.850536+0000 mon.c (mon.1) 3676 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.325 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[83807]: audit 2023-12-07T16:00:39.851770+0000 mon.c (mon.1) 3677 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.766603+0000 mon.c (mon.1) 3671 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.325 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.769100+0000 mon.c (mon.1) 3672 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.326 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.770012+0000 mon.c (mon.1) 3673 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:40.326 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.778398+0000 mon.a (mon.0) 1599 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:40.326 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.842681+0000 mon.c (mon.1) 3674 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:40.326 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.847011+0000 mon.c (mon.1) 3675 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:40.326 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.850536+0000 mon.c (mon.1) 3676 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:40.326 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:39 smithi121 bash[81553]: audit 2023-12-07T16:00:39.851770+0000 mon.c (mon.1) 3677 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: cephadm 2023-12-07T16:00:39.183984+0000 mgr.y (mgr.25453) 1593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: cephadm 2023-12-07T16:00:39.283342+0000 mgr.y (mgr.25453) 1594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: cephadm 2023-12-07T16:00:39.384961+0000 mgr.y (mgr.25453) 1595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.067 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: cluster 2023-12-07T16:00:39.401764+0000 osd.7 (osd.7) 75 : cluster 3 failed to encode map e153 with expected crc 2023-12-07T16:00:41.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: cephadm 2023-12-07T16:00:39.483702+0000 mgr.y (mgr.25453) 1596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: cephadm 2023-12-07T16:00:39.585857+0000 mgr.y (mgr.25453) 1597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: cephadm 2023-12-07T16:00:39.683690+0000 mgr.y (mgr.25453) 1598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: cephadm 2023-12-07T16:00:39.779911+0000 mgr.y (mgr.25453) 1599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:39.860292+0000 mon.a (mon.0) 1600 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: cephadm 2023-12-07T16:00:39.862799+0000 mgr.y (mgr.25453) 1600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:39.947201+0000 mon.c (mon.1) 3678 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:39.949618+0000 mon.c (mon.1) 3679 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:39.952563+0000 mon.c (mon.1) 3680 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:39.953701+0000 mon.c (mon.1) 3681 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:39.962194+0000 mon.a (mon.0) 1601 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: cephadm 2023-12-07T16:00:39.965473+0000 mgr.y (mgr.25453) 1601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.044242+0000 mon.c (mon.1) 3682 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.048135+0000 mon.c (mon.1) 3683 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.051326+0000 mon.c (mon.1) 3684 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.052656+0000 mon.c (mon.1) 3685 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.068 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.060131+0000 mon.a (mon.0) 1602 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: cephadm 2023-12-07T16:00:40.061438+0000 mgr.y (mgr.25453) 1602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.140539+0000 mon.c (mon.1) 3686 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.144451+0000 mon.c (mon.1) 3687 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.148313+0000 mon.c (mon.1) 3688 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.149561+0000 mon.c (mon.1) 3689 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.157904+0000 mon.a (mon.0) 1603 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: cluster 2023-12-07T16:00:40.158743+0000 mgr.y (mgr.25453) 1603 : cluster 0 pgmap v295: 161 pgs: 19 active+undersized+degraded, 35 active+undersized, 107 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 76/630 objects degraded (12.063%) 2023-12-07T16:00:41.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: cephadm 2023-12-07T16:00:40.158999+0000 mgr.y (mgr.25453) 1604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.236628+0000 mon.c (mon.1) 3690 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.239145+0000 mon.c (mon.1) 3691 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.241679+0000 mon.c (mon.1) 3692 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.242922+0000 mon.c (mon.1) 3693 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.069 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.251252+0000 mon.a (mon.0) 1604 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.332051+0000 mon.c (mon.1) 3694 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.335526+0000 mon.c (mon.1) 3695 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.338389+0000 mon.c (mon.1) 3696 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.339473+0000 mon.c (mon.1) 3697 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.346866+0000 mon.a (mon.0) 1605 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.431412+0000 mon.c (mon.1) 3698 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.433923+0000 mon.c (mon.1) 3699 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.437189+0000 mon.c (mon.1) 3700 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.438519+0000 mon.c (mon.1) 3701 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.449110+0000 mon.a (mon.0) 1606 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: cluster 2023-12-07T16:00:40.478426+0000 mon.a (mon.0) 1607 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:00:41.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: cluster 2023-12-07T16:00:40.485411+0000 mon.a (mon.0) 1608 : cluster 1 osd.6 [v2:172.21.15.144:6816/908753141,v1:172.21.15.144:6817/908753141] boot 2023-12-07T16:00:41.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: cluster 2023-12-07T16:00:40.485502+0000 mon.a (mon.0) 1609 : cluster 0 osdmap e154: 8 total, 8 up, 8 in 2023-12-07T16:00:41.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.488041+0000 mon.c (mon.1) 3702 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T16:00:41.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.530689+0000 mon.c (mon.1) 3703 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.533527+0000 mon.c (mon.1) 3704 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.536565+0000 mon.c (mon.1) 3705 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.537701+0000 mon.c (mon.1) 3706 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.544962+0000 mon.a (mon.0) 1610 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.628328+0000 mon.c (mon.1) 3707 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.632694+0000 mon.c (mon.1) 3708 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.641312+0000 mon.c (mon.1) 3709 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.642399+0000 mon.c (mon.1) 3710 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.649495+0000 mon.a (mon.0) 1611 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.735379+0000 mon.c (mon.1) 3711 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.738283+0000 mon.c (mon.1) 3712 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.741887+0000 mon.c (mon.1) 3713 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.743194+0000 mon.c (mon.1) 3714 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.750416+0000 mon.a (mon.0) 1612 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.832451+0000 mon.c (mon.1) 3715 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.835950+0000 mon.c (mon.1) 3716 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.839850+0000 mon.c (mon.1) 3717 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.841203+0000 mon.c (mon.1) 3718 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.072 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:40 smithi144 bash[66528]: audit 2023-12-07T16:00:40.849500+0000 mon.a (mon.0) 1613 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: cephadm 2023-12-07T16:00:39.183984+0000 mgr.y (mgr.25453) 1593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: cephadm 2023-12-07T16:00:39.283342+0000 mgr.y (mgr.25453) 1594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: cephadm 2023-12-07T16:00:39.384961+0000 mgr.y (mgr.25453) 1595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: cluster 2023-12-07T16:00:39.401764+0000 osd.7 (osd.7) 75 : cluster 3 failed to encode map e153 with expected crc 2023-12-07T16:00:41.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: cephadm 2023-12-07T16:00:39.483702+0000 mgr.y (mgr.25453) 1596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: cephadm 2023-12-07T16:00:39.585857+0000 mgr.y (mgr.25453) 1597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: cephadm 2023-12-07T16:00:39.683690+0000 mgr.y (mgr.25453) 1598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: cephadm 2023-12-07T16:00:39.779911+0000 mgr.y (mgr.25453) 1599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:39.860292+0000 mon.a (mon.0) 1600 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: cephadm 2023-12-07T16:00:39.862799+0000 mgr.y (mgr.25453) 1600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:39.947201+0000 mon.c (mon.1) 3678 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:39.949618+0000 mon.c (mon.1) 3679 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:39.952563+0000 mon.c (mon.1) 3680 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:39.953701+0000 mon.c (mon.1) 3681 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:39.962194+0000 mon.a (mon.0) 1601 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: cephadm 2023-12-07T16:00:39.965473+0000 mgr.y (mgr.25453) 1601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.044242+0000 mon.c (mon.1) 3682 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.048135+0000 mon.c (mon.1) 3683 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.051326+0000 mon.c (mon.1) 3684 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.052656+0000 mon.c (mon.1) 3685 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.060131+0000 mon.a (mon.0) 1602 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: cephadm 2023-12-07T16:00:39.183984+0000 mgr.y (mgr.25453) 1593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: cephadm 2023-12-07T16:00:39.283342+0000 mgr.y (mgr.25453) 1594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: cephadm 2023-12-07T16:00:39.384961+0000 mgr.y (mgr.25453) 1595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: cluster 2023-12-07T16:00:39.401764+0000 osd.7 (osd.7) 75 : cluster 3 failed to encode map e153 with expected crc 2023-12-07T16:00:41.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: cephadm 2023-12-07T16:00:39.483702+0000 mgr.y (mgr.25453) 1596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: cephadm 2023-12-07T16:00:39.585857+0000 mgr.y (mgr.25453) 1597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: cephadm 2023-12-07T16:00:39.683690+0000 mgr.y (mgr.25453) 1598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: cephadm 2023-12-07T16:00:39.779911+0000 mgr.y (mgr.25453) 1599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:39.860292+0000 mon.a (mon.0) 1600 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: cephadm 2023-12-07T16:00:39.862799+0000 mgr.y (mgr.25453) 1600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:39.947201+0000 mon.c (mon.1) 3678 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:39.949618+0000 mon.c (mon.1) 3679 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:39.952563+0000 mon.c (mon.1) 3680 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:39.953701+0000 mon.c (mon.1) 3681 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:39.962194+0000 mon.a (mon.0) 1601 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: cephadm 2023-12-07T16:00:39.965473+0000 mgr.y (mgr.25453) 1601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.044242+0000 mon.c (mon.1) 3682 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.048135+0000 mon.c (mon.1) 3683 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.051326+0000 mon.c (mon.1) 3684 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.052656+0000 mon.c (mon.1) 3685 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.313 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.060131+0000 mon.a (mon.0) 1602 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: cephadm 2023-12-07T16:00:40.061438+0000 mgr.y (mgr.25453) 1602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.140539+0000 mon.c (mon.1) 3686 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.144451+0000 mon.c (mon.1) 3687 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.148313+0000 mon.c (mon.1) 3688 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.149561+0000 mon.c (mon.1) 3689 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.157904+0000 mon.a (mon.0) 1603 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: cluster 2023-12-07T16:00:40.158743+0000 mgr.y (mgr.25453) 1603 : cluster 0 pgmap v295: 161 pgs: 19 active+undersized+degraded, 35 active+undersized, 107 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 76/630 objects degraded (12.063%) 2023-12-07T16:00:41.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: cephadm 2023-12-07T16:00:40.158999+0000 mgr.y (mgr.25453) 1604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.236628+0000 mon.c (mon.1) 3690 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.239145+0000 mon.c (mon.1) 3691 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.241679+0000 mon.c (mon.1) 3692 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.242922+0000 mon.c (mon.1) 3693 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.251252+0000 mon.a (mon.0) 1604 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.332051+0000 mon.c (mon.1) 3694 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.335526+0000 mon.c (mon.1) 3695 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.338389+0000 mon.c (mon.1) 3696 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.314 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.339473+0000 mon.c (mon.1) 3697 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.346866+0000 mon.a (mon.0) 1605 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.431412+0000 mon.c (mon.1) 3698 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.315 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.433923+0000 mon.c (mon.1) 3699 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: cephadm 2023-12-07T16:00:40.061438+0000 mgr.y (mgr.25453) 1602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.140539+0000 mon.c (mon.1) 3686 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.144451+0000 mon.c (mon.1) 3687 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.148313+0000 mon.c (mon.1) 3688 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.149561+0000 mon.c (mon.1) 3689 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.315 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.157904+0000 mon.a (mon.0) 1603 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: cluster 2023-12-07T16:00:40.158743+0000 mgr.y (mgr.25453) 1603 : cluster 0 pgmap v295: 161 pgs: 19 active+undersized+degraded, 35 active+undersized, 107 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 76/630 objects degraded (12.063%) 2023-12-07T16:00:41.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: cephadm 2023-12-07T16:00:40.158999+0000 mgr.y (mgr.25453) 1604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:41.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.236628+0000 mon.c (mon.1) 3690 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.239145+0000 mon.c (mon.1) 3691 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.241679+0000 mon.c (mon.1) 3692 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.242922+0000 mon.c (mon.1) 3693 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.251252+0000 mon.a (mon.0) 1604 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.332051+0000 mon.c (mon.1) 3694 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.335526+0000 mon.c (mon.1) 3695 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.338389+0000 mon.c (mon.1) 3696 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.339473+0000 mon.c (mon.1) 3697 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.346866+0000 mon.a (mon.0) 1605 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.431412+0000 mon.c (mon.1) 3698 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.433923+0000 mon.c (mon.1) 3699 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.437189+0000 mon.c (mon.1) 3700 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.438519+0000 mon.c (mon.1) 3701 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.316 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.449110+0000 mon.a (mon.0) 1606 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: cluster 2023-12-07T16:00:40.478426+0000 mon.a (mon.0) 1607 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:00:41.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: cluster 2023-12-07T16:00:40.485411+0000 mon.a (mon.0) 1608 : cluster 1 osd.6 [v2:172.21.15.144:6816/908753141,v1:172.21.15.144:6817/908753141] boot 2023-12-07T16:00:41.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: cluster 2023-12-07T16:00:40.485502+0000 mon.a (mon.0) 1609 : cluster 0 osdmap e154: 8 total, 8 up, 8 in 2023-12-07T16:00:41.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.488041+0000 mon.c (mon.1) 3702 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T16:00:41.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.530689+0000 mon.c (mon.1) 3703 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.533527+0000 mon.c (mon.1) 3704 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.536565+0000 mon.c (mon.1) 3705 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.537701+0000 mon.c (mon.1) 3706 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.544962+0000 mon.a (mon.0) 1610 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.628328+0000 mon.c (mon.1) 3707 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.632694+0000 mon.c (mon.1) 3708 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.641312+0000 mon.c (mon.1) 3709 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.642399+0000 mon.c (mon.1) 3710 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.649495+0000 mon.a (mon.0) 1611 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.735379+0000 mon.c (mon.1) 3711 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.738283+0000 mon.c (mon.1) 3712 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.317 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.741887+0000 mon.c (mon.1) 3713 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.437189+0000 mon.c (mon.1) 3700 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.438519+0000 mon.c (mon.1) 3701 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.449110+0000 mon.a (mon.0) 1606 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: cluster 2023-12-07T16:00:40.478426+0000 mon.a (mon.0) 1607 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:00:41.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: cluster 2023-12-07T16:00:40.485411+0000 mon.a (mon.0) 1608 : cluster 1 osd.6 [v2:172.21.15.144:6816/908753141,v1:172.21.15.144:6817/908753141] boot 2023-12-07T16:00:41.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: cluster 2023-12-07T16:00:40.485502+0000 mon.a (mon.0) 1609 : cluster 0 osdmap e154: 8 total, 8 up, 8 in 2023-12-07T16:00:41.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.488041+0000 mon.c (mon.1) 3702 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-07T16:00:41.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.530689+0000 mon.c (mon.1) 3703 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.533527+0000 mon.c (mon.1) 3704 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.536565+0000 mon.c (mon.1) 3705 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.537701+0000 mon.c (mon.1) 3706 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.544962+0000 mon.a (mon.0) 1610 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.628328+0000 mon.c (mon.1) 3707 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.632694+0000 mon.c (mon.1) 3708 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.641312+0000 mon.c (mon.1) 3709 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.642399+0000 mon.c (mon.1) 3710 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.649495+0000 mon.a (mon.0) 1611 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.735379+0000 mon.c (mon.1) 3711 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.738283+0000 mon.c (mon.1) 3712 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.319 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.741887+0000 mon.c (mon.1) 3713 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.743194+0000 mon.c (mon.1) 3714 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.750416+0000 mon.a (mon.0) 1612 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.832451+0000 mon.c (mon.1) 3715 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.319 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.835950+0000 mon.c (mon.1) 3716 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.839850+0000 mon.c (mon.1) 3717 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.841203+0000 mon.c (mon.1) 3718 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.320 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[83807]: audit 2023-12-07T16:00:40.849500+0000 mon.a (mon.0) 1613 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.743194+0000 mon.c (mon.1) 3714 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.750416+0000 mon.a (mon.0) 1612 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:41.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.832451+0000 mon.c (mon.1) 3715 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:41.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.835950+0000 mon.c (mon.1) 3716 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:41.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.839850+0000 mon.c (mon.1) 3717 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:41.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.841203+0000 mon.c (mon.1) 3718 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:41.320 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:40 smithi121 bash[81553]: audit 2023-12-07T16:00:40.849500+0000 mon.a (mon.0) 1613 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[75663]: debug 2023-12-07T16:00:41.771+0000 7f9f0e6d2700 -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) 2023-12-07T16:00:42.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: cephadm 2023-12-07T16:00:40.252152+0000 mgr.y (mgr.25453) 1605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: cephadm 2023-12-07T16:00:40.347710+0000 mgr.y (mgr.25453) 1606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: cephadm 2023-12-07T16:00:40.449865+0000 mgr.y (mgr.25453) 1607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: cluster 2023-12-07T16:00:40.495254+0000 osd.7 (osd.7) 76 : cluster 3 failed to encode map e154 with expected crc 2023-12-07T16:00:42.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: cluster 2023-12-07T16:00:40.497597+0000 osd.7 (osd.7) 77 : cluster 3 failed to encode map e154 with expected crc 2023-12-07T16:00:42.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: cephadm 2023-12-07T16:00:40.545878+0000 mgr.y (mgr.25453) 1608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: cephadm 2023-12-07T16:00:40.651392+0000 mgr.y (mgr.25453) 1609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: cephadm 2023-12-07T16:00:40.753420+0000 mgr.y (mgr.25453) 1610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: cephadm 2023-12-07T16:00:40.850433+0000 mgr.y (mgr.25453) 1611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:40.929038+0000 mon.c (mon.1) 3719 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:40.932303+0000 mon.c (mon.1) 3720 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:40.935047+0000 mon.c (mon.1) 3721 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:40.936317+0000 mon.c (mon.1) 3722 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:40.943844+0000 mon.a (mon.0) 1614 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: cephadm 2023-12-07T16:00:40.944731+0000 mgr.y (mgr.25453) 1612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.027177+0000 mon.c (mon.1) 3723 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.029201+0000 mon.c (mon.1) 3724 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.032250+0000 mon.c (mon.1) 3725 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.033463+0000 mon.c (mon.1) 3726 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.042952+0000 mon.a (mon.0) 1615 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: cephadm 2023-12-07T16:00:41.043834+0000 mgr.y (mgr.25453) 1613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: cephadm 2023-12-07T16:00:40.252152+0000 mgr.y (mgr.25453) 1605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: cephadm 2023-12-07T16:00:40.347710+0000 mgr.y (mgr.25453) 1606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: cephadm 2023-12-07T16:00:40.449865+0000 mgr.y (mgr.25453) 1607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: cluster 2023-12-07T16:00:40.495254+0000 osd.7 (osd.7) 76 : cluster 3 failed to encode map e154 with expected crc 2023-12-07T16:00:42.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: cluster 2023-12-07T16:00:40.497597+0000 osd.7 (osd.7) 77 : cluster 3 failed to encode map e154 with expected crc 2023-12-07T16:00:42.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: cephadm 2023-12-07T16:00:40.545878+0000 mgr.y (mgr.25453) 1608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: cephadm 2023-12-07T16:00:40.651392+0000 mgr.y (mgr.25453) 1609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: cephadm 2023-12-07T16:00:40.753420+0000 mgr.y (mgr.25453) 1610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: cephadm 2023-12-07T16:00:40.850433+0000 mgr.y (mgr.25453) 1611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:40.929038+0000 mon.c (mon.1) 3719 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:40.932303+0000 mon.c (mon.1) 3720 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:40.935047+0000 mon.c (mon.1) 3721 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:40.936317+0000 mon.c (mon.1) 3722 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:40.943844+0000 mon.a (mon.0) 1614 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: cephadm 2023-12-07T16:00:40.944731+0000 mgr.y (mgr.25453) 1612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.027177+0000 mon.c (mon.1) 3723 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.029201+0000 mon.c (mon.1) 3724 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.032250+0000 mon.c (mon.1) 3725 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.033463+0000 mon.c (mon.1) 3726 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.042952+0000 mon.a (mon.0) 1615 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: cephadm 2023-12-07T16:00:41.043834+0000 mgr.y (mgr.25453) 1613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.121497+0000 mon.c (mon.1) 3727 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.124555+0000 mon.c (mon.1) 3728 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.127429+0000 mon.c (mon.1) 3729 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.128396+0000 mon.c (mon.1) 3730 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.136790+0000 mon.a (mon.0) 1616 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: cephadm 2023-12-07T16:00:41.137663+0000 mgr.y (mgr.25453) 1614 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.219332+0000 mon.c (mon.1) 3731 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.221863+0000 mon.c (mon.1) 3732 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.225097+0000 mon.c (mon.1) 3733 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.226502+0000 mon.c (mon.1) 3734 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.233715+0000 mon.a (mon.0) 1617 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.314893+0000 mon.c (mon.1) 3735 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.317688+0000 mon.c (mon.1) 3736 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.321071+0000 mon.c (mon.1) 3737 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.321923+0000 mon.c (mon.1) 3738 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.330619+0000 mon.a (mon.0) 1618 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.412201+0000 mon.c (mon.1) 3739 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.414704+0000 mon.c (mon.1) 3740 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.419309+0000 mon.c (mon.1) 3741 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.420288+0000 mon.c (mon.1) 3742 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.121497+0000 mon.c (mon.1) 3727 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.124555+0000 mon.c (mon.1) 3728 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.127429+0000 mon.c (mon.1) 3729 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.128396+0000 mon.c (mon.1) 3730 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.136790+0000 mon.a (mon.0) 1616 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: cephadm 2023-12-07T16:00:41.137663+0000 mgr.y (mgr.25453) 1614 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.219332+0000 mon.c (mon.1) 3731 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.221863+0000 mon.c (mon.1) 3732 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.225097+0000 mon.c (mon.1) 3733 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.226502+0000 mon.c (mon.1) 3734 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.233715+0000 mon.a (mon.0) 1617 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.314893+0000 mon.c (mon.1) 3735 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.317688+0000 mon.c (mon.1) 3736 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.321071+0000 mon.c (mon.1) 3737 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.321923+0000 mon.c (mon.1) 3738 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.330619+0000 mon.a (mon.0) 1618 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.412201+0000 mon.c (mon.1) 3739 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.414704+0000 mon.c (mon.1) 3740 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.419309+0000 mon.c (mon.1) 3741 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.420288+0000 mon.c (mon.1) 3742 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.428414+0000 mon.a (mon.0) 1619 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: cluster 2023-12-07T16:00:41.490832+0000 mon.a (mon.0) 1620 : cluster 0 osdmap e155: 8 total, 8 up, 8 in 2023-12-07T16:00:42.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.507478+0000 mon.c (mon.1) 3743 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.509954+0000 mon.c (mon.1) 3744 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.513121+0000 mon.c (mon.1) 3745 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.514043+0000 mon.c (mon.1) 3746 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.522094+0000 mon.a (mon.0) 1621 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.571639+0000 mon.c (mon.1) 3747 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.573884+0000 mon.c (mon.1) 3748 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.576412+0000 mon.c (mon.1) 3749 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.577432+0000 mon.c (mon.1) 3750 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.583264+0000 mon.a (mon.0) 1622 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.668480+0000 mon.c (mon.1) 3751 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.671155+0000 mon.c (mon.1) 3752 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.674828+0000 mon.c (mon.1) 3753 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.676060+0000 mon.c (mon.1) 3754 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.685657+0000 mon.a (mon.0) 1623 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.737985+0000 mon.a (mon.0) 1624 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.749867+0000 mon.a (mon.0) 1625 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.759980+0000 mon.a (mon.0) 1626 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.769337+0000 mon.c (mon.1) 3755 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.771897+0000 mon.c (mon.1) 3756 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.774031+0000 mon.c (mon.1) 3757 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.775784+0000 mon.c (mon.1) 3758 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[83807]: audit 2023-12-07T16:00:41.778220+0000 mon.c (mon.1) 3759 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:00:42.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.428414+0000 mon.a (mon.0) 1619 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: cluster 2023-12-07T16:00:41.490832+0000 mon.a (mon.0) 1620 : cluster 0 osdmap e155: 8 total, 8 up, 8 in 2023-12-07T16:00:42.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.507478+0000 mon.c (mon.1) 3743 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.509954+0000 mon.c (mon.1) 3744 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.513121+0000 mon.c (mon.1) 3745 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.514043+0000 mon.c (mon.1) 3746 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.522094+0000 mon.a (mon.0) 1621 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.571639+0000 mon.c (mon.1) 3747 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.573884+0000 mon.c (mon.1) 3748 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.576412+0000 mon.c (mon.1) 3749 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.577432+0000 mon.c (mon.1) 3750 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.583264+0000 mon.a (mon.0) 1622 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.668480+0000 mon.c (mon.1) 3751 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.671155+0000 mon.c (mon.1) 3752 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.674828+0000 mon.c (mon.1) 3753 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.676060+0000 mon.c (mon.1) 3754 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.685657+0000 mon.a (mon.0) 1623 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.737985+0000 mon.a (mon.0) 1624 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.749867+0000 mon.a (mon.0) 1625 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.759980+0000 mon.a (mon.0) 1626 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.769337+0000 mon.c (mon.1) 3755 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.771897+0000 mon.c (mon.1) 3756 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.774031+0000 mon.c (mon.1) 3757 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.775784+0000 mon.c (mon.1) 3758 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:41 smithi121 bash[81553]: audit 2023-12-07T16:00:41.778220+0000 mon.c (mon.1) 3759 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:00:42.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: cephadm 2023-12-07T16:00:40.252152+0000 mgr.y (mgr.25453) 1605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: cephadm 2023-12-07T16:00:40.347710+0000 mgr.y (mgr.25453) 1606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: cephadm 2023-12-07T16:00:40.449865+0000 mgr.y (mgr.25453) 1607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: cluster 2023-12-07T16:00:40.495254+0000 osd.7 (osd.7) 76 : cluster 3 failed to encode map e154 with expected crc 2023-12-07T16:00:42.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: cluster 2023-12-07T16:00:40.497597+0000 osd.7 (osd.7) 77 : cluster 3 failed to encode map e154 with expected crc 2023-12-07T16:00:42.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: cephadm 2023-12-07T16:00:40.545878+0000 mgr.y (mgr.25453) 1608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: cephadm 2023-12-07T16:00:40.651392+0000 mgr.y (mgr.25453) 1609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: cephadm 2023-12-07T16:00:40.753420+0000 mgr.y (mgr.25453) 1610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: cephadm 2023-12-07T16:00:40.850433+0000 mgr.y (mgr.25453) 1611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:40.929038+0000 mon.c (mon.1) 3719 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:40.932303+0000 mon.c (mon.1) 3720 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:40.935047+0000 mon.c (mon.1) 3721 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:40.936317+0000 mon.c (mon.1) 3722 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:40.943844+0000 mon.a (mon.0) 1614 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: cephadm 2023-12-07T16:00:40.944731+0000 mgr.y (mgr.25453) 1612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.027177+0000 mon.c (mon.1) 3723 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.029201+0000 mon.c (mon.1) 3724 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.032250+0000 mon.c (mon.1) 3725 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.033463+0000 mon.c (mon.1) 3726 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.042952+0000 mon.a (mon.0) 1615 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: cephadm 2023-12-07T16:00:41.043834+0000 mgr.y (mgr.25453) 1613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.121497+0000 mon.c (mon.1) 3727 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.124555+0000 mon.c (mon.1) 3728 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.127429+0000 mon.c (mon.1) 3729 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.128396+0000 mon.c (mon.1) 3730 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.136790+0000 mon.a (mon.0) 1616 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: cephadm 2023-12-07T16:00:41.137663+0000 mgr.y (mgr.25453) 1614 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:42.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.219332+0000 mon.c (mon.1) 3731 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.221863+0000 mon.c (mon.1) 3732 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.225097+0000 mon.c (mon.1) 3733 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.226502+0000 mon.c (mon.1) 3734 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.233715+0000 mon.a (mon.0) 1617 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.314893+0000 mon.c (mon.1) 3735 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.317688+0000 mon.c (mon.1) 3736 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.321071+0000 mon.c (mon.1) 3737 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.321923+0000 mon.c (mon.1) 3738 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.330619+0000 mon.a (mon.0) 1618 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.412201+0000 mon.c (mon.1) 3739 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.414704+0000 mon.c (mon.1) 3740 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.419309+0000 mon.c (mon.1) 3741 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.420288+0000 mon.c (mon.1) 3742 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.428414+0000 mon.a (mon.0) 1619 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: cluster 2023-12-07T16:00:41.490832+0000 mon.a (mon.0) 1620 : cluster 0 osdmap e155: 8 total, 8 up, 8 in 2023-12-07T16:00:42.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.507478+0000 mon.c (mon.1) 3743 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.509954+0000 mon.c (mon.1) 3744 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.513121+0000 mon.c (mon.1) 3745 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.514043+0000 mon.c (mon.1) 3746 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.522094+0000 mon.a (mon.0) 1621 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.571639+0000 mon.c (mon.1) 3747 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.573884+0000 mon.c (mon.1) 3748 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.576412+0000 mon.c (mon.1) 3749 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.577432+0000 mon.c (mon.1) 3750 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.583264+0000 mon.a (mon.0) 1622 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.668480+0000 mon.c (mon.1) 3751 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.671155+0000 mon.c (mon.1) 3752 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.674828+0000 mon.c (mon.1) 3753 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:42.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.676060+0000 mon.c (mon.1) 3754 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:42.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.685657+0000 mon.a (mon.0) 1623 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.737985+0000 mon.a (mon.0) 1624 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.749867+0000 mon.a (mon.0) 1625 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.759980+0000 mon.a (mon.0) 1626 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:42.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.769337+0000 mon.c (mon.1) 3755 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:42.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.771897+0000 mon.c (mon.1) 3756 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.774031+0000 mon.c (mon.1) 3757 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.775784+0000 mon.c (mon.1) 3758 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:00:42.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:41 smithi144 bash[66528]: audit 2023-12-07T16:00:41.778220+0000 mon.c (mon.1) 3759 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:00:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[83807]: cephadm 2023-12-07T16:00:41.236392+0000 mgr.y (mgr.25453) 1615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[83807]: cephadm 2023-12-07T16:00:41.331612+0000 mgr.y (mgr.25453) 1616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[83807]: cephadm 2023-12-07T16:00:41.429471+0000 mgr.y (mgr.25453) 1617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[83807]: cluster 2023-12-07T16:00:41.490022+0000 osd.7 (osd.7) 78 : cluster 3 failed to encode map e155 with expected crc 2023-12-07T16:00:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[83807]: cluster 2023-12-07T16:00:41.492926+0000 osd.7 (osd.7) 79 : cluster 3 failed to encode map e155 with expected crc 2023-12-07T16:00:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[83807]: cephadm 2023-12-07T16:00:41.525860+0000 mgr.y (mgr.25453) 1618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[83807]: cephadm 2023-12-07T16:00:41.585930+0000 mgr.y (mgr.25453) 1619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[83807]: cephadm 2023-12-07T16:00:41.686617+0000 mgr.y (mgr.25453) 1620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[83807]: audit 2023-12-07T16:00:41.778475+0000 mgr.y (mgr.25453) 1621 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:00:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[83807]: cephadm 2023-12-07T16:00:41.779679+0000 mgr.y (mgr.25453) 1622 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-12-07T16:00:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[83807]: cluster 2023-12-07T16:00:42.159635+0000 mgr.y (mgr.25453) 1623 : cluster 0 pgmap v298: 161 pgs: 15 peering, 13 active+undersized+degraded, 26 active+undersized, 107 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 51/630 objects degraded (8.095%) 2023-12-07T16:00:43.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[83807]: audit 2023-12-07T16:00:42.471503+0000 mon.a (mon.0) 1627 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:43.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[83807]: audit 2023-12-07T16:00:42.474387+0000 mon.c (mon.1) 3760 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:00:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[81553]: cephadm 2023-12-07T16:00:41.236392+0000 mgr.y (mgr.25453) 1615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[81553]: cephadm 2023-12-07T16:00:41.331612+0000 mgr.y (mgr.25453) 1616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[81553]: cephadm 2023-12-07T16:00:41.429471+0000 mgr.y (mgr.25453) 1617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[81553]: cluster 2023-12-07T16:00:41.490022+0000 osd.7 (osd.7) 78 : cluster 3 failed to encode map e155 with expected crc 2023-12-07T16:00:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[81553]: cluster 2023-12-07T16:00:41.492926+0000 osd.7 (osd.7) 79 : cluster 3 failed to encode map e155 with expected crc 2023-12-07T16:00:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[81553]: cephadm 2023-12-07T16:00:41.525860+0000 mgr.y (mgr.25453) 1618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[81553]: cephadm 2023-12-07T16:00:41.585930+0000 mgr.y (mgr.25453) 1619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[81553]: cephadm 2023-12-07T16:00:41.686617+0000 mgr.y (mgr.25453) 1620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[81553]: audit 2023-12-07T16:00:41.778475+0000 mgr.y (mgr.25453) 1621 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:00:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[81553]: cephadm 2023-12-07T16:00:41.779679+0000 mgr.y (mgr.25453) 1622 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-12-07T16:00:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[81553]: cluster 2023-12-07T16:00:42.159635+0000 mgr.y (mgr.25453) 1623 : cluster 0 pgmap v298: 161 pgs: 15 peering, 13 active+undersized+degraded, 26 active+undersized, 107 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 51/630 objects degraded (8.095%) 2023-12-07T16:00:43.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[81553]: audit 2023-12-07T16:00:42.471503+0000 mon.a (mon.0) 1627 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:43.313 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:42 smithi121 bash[81553]: audit 2023-12-07T16:00:42.474387+0000 mon.c (mon.1) 3760 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:00:43.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:42 smithi144 bash[66528]: cephadm 2023-12-07T16:00:41.236392+0000 mgr.y (mgr.25453) 1615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:42 smithi144 bash[66528]: cephadm 2023-12-07T16:00:41.331612+0000 mgr.y (mgr.25453) 1616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:42 smithi144 bash[66528]: cephadm 2023-12-07T16:00:41.429471+0000 mgr.y (mgr.25453) 1617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:42 smithi144 bash[66528]: cluster 2023-12-07T16:00:41.490022+0000 osd.7 (osd.7) 78 : cluster 3 failed to encode map e155 with expected crc 2023-12-07T16:00:43.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:42 smithi144 bash[66528]: cluster 2023-12-07T16:00:41.492926+0000 osd.7 (osd.7) 79 : cluster 3 failed to encode map e155 with expected crc 2023-12-07T16:00:43.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:42 smithi144 bash[66528]: cephadm 2023-12-07T16:00:41.525860+0000 mgr.y (mgr.25453) 1618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:42 smithi144 bash[66528]: cephadm 2023-12-07T16:00:41.585930+0000 mgr.y (mgr.25453) 1619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:42 smithi144 bash[66528]: cephadm 2023-12-07T16:00:41.686617+0000 mgr.y (mgr.25453) 1620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:00:43.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:42 smithi144 bash[66528]: audit 2023-12-07T16:00:41.778475+0000 mgr.y (mgr.25453) 1621 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:00:43.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:42 smithi144 bash[66528]: cephadm 2023-12-07T16:00:41.779679+0000 mgr.y (mgr.25453) 1622 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-12-07T16:00:43.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:42 smithi144 bash[66528]: cluster 2023-12-07T16:00:42.159635+0000 mgr.y (mgr.25453) 1623 : cluster 0 pgmap v298: 161 pgs: 15 peering, 13 active+undersized+degraded, 26 active+undersized, 107 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 51/630 objects degraded (8.095%) 2023-12-07T16:00:43.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:42 smithi144 bash[66528]: audit 2023-12-07T16:00:42.471503+0000 mon.a (mon.0) 1627 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:43.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:42 smithi144 bash[66528]: audit 2023-12-07T16:00:42.474387+0000 mon.c (mon.1) 3760 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:00:44.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:43 smithi121 bash[81553]: cluster 2023-12-07T16:00:43.826565+0000 mon.a (mon.0) 1628 : cluster 3 Health check update: Degraded data redundancy: 51/630 objects degraded (8.095%), 13 pgs degraded (PG_DEGRADED) 2023-12-07T16:00:44.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:43 smithi121 bash[83807]: cluster 2023-12-07T16:00:43.826565+0000 mon.a (mon.0) 1628 : cluster 3 Health check update: Degraded data redundancy: 51/630 objects degraded (8.095%), 13 pgs degraded (PG_DEGRADED) 2023-12-07T16:00:44.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:43 smithi144 bash[66528]: cluster 2023-12-07T16:00:43.826565+0000 mon.a (mon.0) 1628 : cluster 3 Health check update: Degraded data redundancy: 51/630 objects degraded (8.095%), 13 pgs degraded (PG_DEGRADED) 2023-12-07T16:00:44.895 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:00:44 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:00:44] "GET /metrics HTTP/1.1" 200 38365 "" "Prometheus/2.33.4" 2023-12-07T16:00:44.896 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:44 smithi121 bash[81553]: audit 2023-12-07T16:00:43.751097+0000 mgr.y (mgr.25453) 1624 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:44.896 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:44 smithi121 bash[81553]: cluster 2023-12-07T16:00:44.161176+0000 mgr.y (mgr.25453) 1625 : cluster 0 pgmap v299: 161 pgs: 15 peering, 5 active+undersized+degraded, 9 active+undersized, 132 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s; 14/630 objects degraded (2.222%) 2023-12-07T16:00:45.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:44 smithi144 bash[66528]: audit 2023-12-07T16:00:43.751097+0000 mgr.y (mgr.25453) 1624 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:45.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:44 smithi144 bash[66528]: cluster 2023-12-07T16:00:44.161176+0000 mgr.y (mgr.25453) 1625 : cluster 0 pgmap v299: 161 pgs: 15 peering, 5 active+undersized+degraded, 9 active+undersized, 132 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s; 14/630 objects degraded (2.222%) 2023-12-07T16:00:45.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:44 smithi121 bash[83807]: audit 2023-12-07T16:00:43.751097+0000 mgr.y (mgr.25453) 1624 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:45.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:44 smithi121 bash[83807]: cluster 2023-12-07T16:00:44.161176+0000 mgr.y (mgr.25453) 1625 : cluster 0 pgmap v299: 161 pgs: 15 peering, 5 active+undersized+degraded, 9 active+undersized, 132 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s; 14/630 objects degraded (2.222%) 2023-12-07T16:00:46.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:46 smithi144 bash[66528]: audit 2023-12-07T16:00:45.316406+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:46.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:46 smithi144 bash[66528]: audit 2023-12-07T16:00:45.330294+0000 mon.a (mon.0) 1630 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:46.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:46 smithi144 bash[66528]: audit 2023-12-07T16:00:45.341680+0000 mon.a (mon.0) 1631 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:46.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:46 smithi144 bash[66528]: cluster 2023-12-07T16:00:46.162184+0000 mgr.y (mgr.25453) 1626 : cluster 0 pgmap v300: 161 pgs: 8 peering, 153 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 605 B/s rd, 0 op/s 2023-12-07T16:00:46.656 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:46 smithi121 bash[81553]: audit 2023-12-07T16:00:45.316406+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:46.656 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:46 smithi121 bash[81553]: audit 2023-12-07T16:00:45.330294+0000 mon.a (mon.0) 1630 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:46.657 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:46 smithi121 bash[81553]: audit 2023-12-07T16:00:45.341680+0000 mon.a (mon.0) 1631 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:46.657 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:46 smithi121 bash[81553]: cluster 2023-12-07T16:00:46.162184+0000 mgr.y (mgr.25453) 1626 : cluster 0 pgmap v300: 161 pgs: 8 peering, 153 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 605 B/s rd, 0 op/s 2023-12-07T16:00:46.657 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:46 smithi121 bash[83807]: audit 2023-12-07T16:00:45.316406+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:46.657 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:46 smithi121 bash[83807]: audit 2023-12-07T16:00:45.330294+0000 mon.a (mon.0) 1630 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:46.657 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:46 smithi121 bash[83807]: audit 2023-12-07T16:00:45.341680+0000 mon.a (mon.0) 1631 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:46.657 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:46 smithi121 bash[83807]: cluster 2023-12-07T16:00:46.162184+0000 mgr.y (mgr.25453) 1626 : cluster 0 pgmap v300: 161 pgs: 8 peering, 153 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 605 B/s rd, 0 op/s 2023-12-07T16:00:47.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:47 smithi144 bash[66528]: cluster 2023-12-07T16:00:46.338410+0000 mon.a (mon.0) 1632 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 14/630 objects degraded (2.222%), 5 pgs degraded) 2023-12-07T16:00:47.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:47 smithi144 bash[66528]: cluster 2023-12-07T16:00:46.338471+0000 mon.a (mon.0) 1633 : cluster 1 Cluster is now healthy 2023-12-07T16:00:47.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:47 smithi144 bash[66528]: audit 2023-12-07T16:00:46.631191+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:47.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:47 smithi144 bash[66528]: audit 2023-12-07T16:00:46.641394+0000 mon.a (mon.0) 1635 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:47.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:47 smithi144 bash[66528]: audit 2023-12-07T16:00:46.651099+0000 mon.a (mon.0) 1636 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:47.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:47 smithi121 bash[83807]: cluster 2023-12-07T16:00:46.338410+0000 mon.a (mon.0) 1632 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 14/630 objects degraded (2.222%), 5 pgs degraded) 2023-12-07T16:00:47.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:47 smithi121 bash[83807]: cluster 2023-12-07T16:00:46.338471+0000 mon.a (mon.0) 1633 : cluster 1 Cluster is now healthy 2023-12-07T16:00:47.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:47 smithi121 bash[83807]: audit 2023-12-07T16:00:46.631191+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:47.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:47 smithi121 bash[83807]: audit 2023-12-07T16:00:46.641394+0000 mon.a (mon.0) 1635 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:47.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:47 smithi121 bash[83807]: audit 2023-12-07T16:00:46.651099+0000 mon.a (mon.0) 1636 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:47.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:47 smithi121 bash[81553]: cluster 2023-12-07T16:00:46.338410+0000 mon.a (mon.0) 1632 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 14/630 objects degraded (2.222%), 5 pgs degraded) 2023-12-07T16:00:47.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:47 smithi121 bash[81553]: cluster 2023-12-07T16:00:46.338471+0000 mon.a (mon.0) 1633 : cluster 1 Cluster is now healthy 2023-12-07T16:00:47.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:47 smithi121 bash[81553]: audit 2023-12-07T16:00:46.631191+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:47.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:47 smithi121 bash[81553]: audit 2023-12-07T16:00:46.641394+0000 mon.a (mon.0) 1635 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:47.812 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:47 smithi121 bash[81553]: audit 2023-12-07T16:00:46.651099+0000 mon.a (mon.0) 1636 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:48.530 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:48 smithi121 bash[83807]: cluster 2023-12-07T16:00:48.163442+0000 mgr.y (mgr.25453) 1627 : cluster 0 pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-07T16:00:48.531 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:48 smithi121 bash[81553]: cluster 2023-12-07T16:00:48.163442+0000 mgr.y (mgr.25453) 1627 : cluster 0 pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-07T16:00:48.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:48 smithi144 bash[66528]: cluster 2023-12-07T16:00:48.163442+0000 mgr.y (mgr.25453) 1627 : cluster 0 pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-07T16:00:50.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:50 smithi121 bash[83807]: cluster 2023-12-07T16:00:50.164547+0000 mgr.y (mgr.25453) 1628 : cluster 0 pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2023-12-07T16:00:50.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:50 smithi121 bash[81553]: cluster 2023-12-07T16:00:50.164547+0000 mgr.y (mgr.25453) 1628 : cluster 0 pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2023-12-07T16:00:50.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:50 smithi144 bash[66528]: cluster 2023-12-07T16:00:50.164547+0000 mgr.y (mgr.25453) 1628 : cluster 0 pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2023-12-07T16:00:52.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:52 smithi121 bash[83807]: cluster 2023-12-07T16:00:52.165680+0000 mgr.y (mgr.25453) 1629 : cluster 0 pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2023-12-07T16:00:52.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:52 smithi121 bash[81553]: cluster 2023-12-07T16:00:52.165680+0000 mgr.y (mgr.25453) 1629 : cluster 0 pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2023-12-07T16:00:52.627 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:52 smithi144 bash[66528]: cluster 2023-12-07T16:00:52.165680+0000 mgr.y (mgr.25453) 1629 : cluster 0 pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2023-12-07T16:00:55.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:00:54 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:00:54] "GET /metrics HTTP/1.1" 200 38365 "" "Prometheus/2.33.4" 2023-12-07T16:00:55.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:54 smithi121 bash[83807]: audit 2023-12-07T16:00:53.758239+0000 mgr.y (mgr.25453) 1630 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:55.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:54 smithi121 bash[83807]: cluster 2023-12-07T16:00:54.167087+0000 mgr.y (mgr.25453) 1631 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:54 smithi121 bash[81553]: audit 2023-12-07T16:00:53.758239+0000 mgr.y (mgr.25453) 1630 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:55.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:54 smithi121 bash[81553]: cluster 2023-12-07T16:00:54.167087+0000 mgr.y (mgr.25453) 1631 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:55.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:54 smithi144 bash[66528]: audit 2023-12-07T16:00:53.758239+0000 mgr.y (mgr.25453) 1630 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:00:55.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:54 smithi144 bash[66528]: cluster 2023-12-07T16:00:54.167087+0000 mgr.y (mgr.25453) 1631 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:00:56.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:56 smithi121 bash[81553]: cluster 2023-12-07T16:00:56.168143+0000 mgr.y (mgr.25453) 1632 : cluster 0 pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:56.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:56 smithi121 bash[83807]: cluster 2023-12-07T16:00:56.168143+0000 mgr.y (mgr.25453) 1632 : cluster 0 pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:56.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:56 smithi144 bash[66528]: cluster 2023-12-07T16:00:56.168143+0000 mgr.y (mgr.25453) 1632 : cluster 0 pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:57.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:57 smithi121 bash[81553]: audit 2023-12-07T16:00:56.794821+0000 mon.c (mon.1) 3761 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:00:57.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:57 smithi121 bash[81553]: audit 2023-12-07T16:00:56.795276+0000 mgr.y (mgr.25453) 1633 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:00:57.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:57 smithi121 bash[81553]: cephadm 2023-12-07T16:00:56.798043+0000 mgr.y (mgr.25453) 1634 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-07T16:00:57.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:57 smithi121 bash[83807]: audit 2023-12-07T16:00:56.794821+0000 mon.c (mon.1) 3761 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:00:57.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:57 smithi121 bash[83807]: audit 2023-12-07T16:00:56.795276+0000 mgr.y (mgr.25453) 1633 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:00:57.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:57 smithi121 bash[83807]: cephadm 2023-12-07T16:00:56.798043+0000 mgr.y (mgr.25453) 1634 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-07T16:00:57.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:57 smithi144 bash[66528]: audit 2023-12-07T16:00:56.794821+0000 mon.c (mon.1) 3761 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:00:57.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:57 smithi144 bash[66528]: audit 2023-12-07T16:00:56.795276+0000 mgr.y (mgr.25453) 1633 : audit 0 from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-07T16:00:57.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:57 smithi144 bash[66528]: cephadm 2023-12-07T16:00:56.798043+0000 mgr.y (mgr.25453) 1634 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-07T16:00:58.495 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:58 smithi144 bash[66528]: audit 2023-12-07T16:00:57.471939+0000 mon.a (mon.0) 1637 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:58.495 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:58 smithi144 bash[66528]: audit 2023-12-07T16:00:57.475260+0000 mon.c (mon.1) 3762 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:00:58.496 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:58 smithi144 bash[66528]: audit 2023-12-07T16:00:57.907112+0000 mon.a (mon.0) 1638 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:58.496 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:00:58 smithi144 bash[66528]: cluster 2023-12-07T16:00:58.169345+0000 mgr.y (mgr.25453) 1635 : cluster 0 pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:58.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:58 smithi121 bash[81553]: audit 2023-12-07T16:00:57.471939+0000 mon.a (mon.0) 1637 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:58.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:58 smithi121 bash[81553]: audit 2023-12-07T16:00:57.475260+0000 mon.c (mon.1) 3762 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:00:58.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:58 smithi121 bash[81553]: audit 2023-12-07T16:00:57.907112+0000 mon.a (mon.0) 1638 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:58.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:00:58 smithi121 bash[81553]: cluster 2023-12-07T16:00:58.169345+0000 mgr.y (mgr.25453) 1635 : cluster 0 pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:00:58.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:58 smithi121 bash[83807]: audit 2023-12-07T16:00:57.471939+0000 mon.a (mon.0) 1637 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:58.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:58 smithi121 bash[83807]: audit 2023-12-07T16:00:57.475260+0000 mon.c (mon.1) 3762 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:00:58.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:58 smithi121 bash[83807]: audit 2023-12-07T16:00:57.907112+0000 mon.a (mon.0) 1638 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:00:58.811 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:00:58 smithi121 bash[83807]: cluster 2023-12-07T16:00:58.169345+0000 mgr.y (mgr.25453) 1635 : cluster 0 pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:00.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:00 smithi121 bash[83807]: cephadm 2023-12-07T16:00:59.269126+0000 mgr.y (mgr.25453) 1636 : cephadm 1 Upgrade: Updating osd.7 2023-12-07T16:01:00.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:00 smithi121 bash[83807]: audit 2023-12-07T16:00:59.277858+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:00.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:00 smithi121 bash[83807]: audit 2023-12-07T16:00:59.284468+0000 mon.c (mon.1) 3763 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T16:01:00.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:00 smithi121 bash[83807]: audit 2023-12-07T16:00:59.286140+0000 mon.c (mon.1) 3764 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:00.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:00 smithi121 bash[83807]: cephadm 2023-12-07T16:00:59.290126+0000 mgr.y (mgr.25453) 1637 : cephadm 1 Deploying daemon osd.7 on smithi144 2023-12-07T16:01:00.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:00 smithi121 bash[83807]: cluster 2023-12-07T16:01:00.170660+0000 mgr.y (mgr.25453) 1638 : cluster 0 pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:00.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:00 smithi121 bash[81553]: cephadm 2023-12-07T16:00:59.269126+0000 mgr.y (mgr.25453) 1636 : cephadm 1 Upgrade: Updating osd.7 2023-12-07T16:01:00.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:00 smithi121 bash[81553]: audit 2023-12-07T16:00:59.277858+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:00.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:00 smithi121 bash[81553]: audit 2023-12-07T16:00:59.284468+0000 mon.c (mon.1) 3763 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T16:01:00.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:00 smithi121 bash[81553]: audit 2023-12-07T16:00:59.286140+0000 mon.c (mon.1) 3764 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:00.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:00 smithi121 bash[81553]: cephadm 2023-12-07T16:00:59.290126+0000 mgr.y (mgr.25453) 1637 : cephadm 1 Deploying daemon osd.7 on smithi144 2023-12-07T16:01:00.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:00 smithi121 bash[81553]: cluster 2023-12-07T16:01:00.170660+0000 mgr.y (mgr.25453) 1638 : cluster 0 pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:00.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:00 smithi144 bash[66528]: cephadm 2023-12-07T16:00:59.269126+0000 mgr.y (mgr.25453) 1636 : cephadm 1 Upgrade: Updating osd.7 2023-12-07T16:01:00.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:00 smithi144 bash[66528]: audit 2023-12-07T16:00:59.277858+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:00.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:00 smithi144 bash[66528]: audit 2023-12-07T16:00:59.284468+0000 mon.c (mon.1) 3763 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-07T16:01:00.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:00 smithi144 bash[66528]: audit 2023-12-07T16:00:59.286140+0000 mon.c (mon.1) 3764 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:00.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:00 smithi144 bash[66528]: cephadm 2023-12-07T16:00:59.290126+0000 mgr.y (mgr.25453) 1637 : cephadm 1 Deploying daemon osd.7 on smithi144 2023-12-07T16:01:00.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:00 smithi144 bash[66528]: cluster 2023-12-07T16:01:00.170660+0000 mgr.y (mgr.25453) 1638 : cluster 0 pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:02.562 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:02 smithi121 bash[81553]: cluster 2023-12-07T16:01:02.171798+0000 mgr.y (mgr.25453) 1639 : cluster 0 pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:02.562 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:02 smithi121 bash[83807]: cluster 2023-12-07T16:01:02.171798+0000 mgr.y (mgr.25453) 1639 : cluster 0 pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:02.616 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:02 smithi144 bash[66528]: cluster 2023-12-07T16:01:02.171798+0000 mgr.y (mgr.25453) 1639 : cluster 0 pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:03.453 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T16:01:03.847 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:03 smithi144 systemd[1]: Stopping Ceph osd.7 for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:01:04.126 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:03 smithi144 bash[40828]: debug 2023-12-07T16:01:03.842+0000 7fb07d7f3700 -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 2023-12-07T16:01:04.126 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:03 smithi144 bash[40828]: debug 2023-12-07T16:01:03.842+0000 7fb07d7f3700 -1 osd.7 155 *** Got signal Terminated *** 2023-12-07T16:01:04.126 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:03 smithi144 bash[40828]: debug 2023-12-07T16:01:03.842+0000 7fb07d7f3700 -1 osd.7 155 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:01:04.214 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:01:04.214 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 17s ago 22m - - 2023-12-07T16:01:04.215 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 18s ago 22m - - 2023-12-07T16:01:04.215 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (9m) 17s ago 15m 16.5M - 0.23.0 ba2b418f427c 967bceda37f6 2023-12-07T16:01:04.215 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (8m) 18s ago 15m 44.4M - 8.3.5 dad864ee21e9 f9c66575cb4a 2023-12-07T16:01:04.215 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (7m) 17s ago 13m 48.4M - 3.5 e1d6a67b021e 5b982a4ff84a 2023-12-07T16:01:04.215 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283,8765 running (7m) 18s ago 22m 435M - 19.0.0-13-ge6605fb8 104f332cd0a9 b518ffbe0a91 2023-12-07T16:01:04.215 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:8443,9283,8765 running (7m) 17s ago 24m 518M - 19.0.0-13-ge6605fb8 104f332cd0a9 104d769d2d66 2023-12-07T16:01:04.215 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (6m) 17s ago 24m 70.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 46122fbb14c0 2023-12-07T16:01:04.215 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (5m) 18s ago 22m 53.9M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 f065215e6f46 2023-12-07T16:01:04.215 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (6m) 17s ago 22m 60.0M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d92fb430c584 2023-12-07T16:01:04.215 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (9m) 17s ago 16m 14.8M - 1.3.1 1dbe0e931976 20eca3d71286 2023-12-07T16:01:04.215 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (8m) 18s ago 16m 13.0M - 1.3.1 1dbe0e931976 0024f19bccdb 2023-12-07T16:01:04.215 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (4m) 17s ago 21m 59.7M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 1c6417ba1117 2023-12-07T16:01:04.215 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (4m) 17s ago 20m 59.3M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 7a224a561741 2023-12-07T16:01:04.215 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (3m) 17s ago 20m 51.0M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 00d71a801fed 2023-12-07T16:01:04.215 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (2m) 17s ago 19m 53.7M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 722b2617412e 2023-12-07T16:01:04.215 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (109s) 18s ago 19m 48.3M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 d81b80ea4a46 2023-12-07T16:01:04.216 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (70s) 18s ago 18m 50.5M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 a33a1de528b2 2023-12-07T16:01:04.216 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (31s) 18s ago 17m 48.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 83cede07b727 2023-12-07T16:01:04.216 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (17m) 18s ago 17m 74.8M 4096M 17.2.0 e1d6a67b021e 526c5714ba71 2023-12-07T16:01:04.216 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (7m) 18s ago 16m 66.9M - 2.33.4 514e6a882f6e 64f00ffdc6cb 2023-12-07T16:01:04.216 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (13m) 17s ago 13m 89.9M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T16:01:04.216 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (13m) 18s ago 13m 89.3M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T16:01:04.216 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (13m) 17s ago 13m 91.0M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T16:01:04.216 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (13m) 18s ago 13m 89.9M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T16:01:04.644 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T16:01:04.644 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T16:01:04.644 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T16:01:04.644 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T16:01:04.644 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T16:01:04.644 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:01:04.644 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T16:01:04.644 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T16:01:04.644 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-07T16:01:04.644 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 7 2023-12-07T16:01:04.644 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T16:01:04.644 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T16:01:04.644 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:01:04.645 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T16:01:04.645 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T16:01:04.645 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-07T16:01:04.645 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 12 2023-12-07T16:01:04.645 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T16:01:04.645 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T16:01:05.041 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T16:01:05.041 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:01:05.042 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T16:01:05.042 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:01:05.042 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [ 2023-12-07T16:01:05.042 INFO:teuthology.orchestra.run.smithi121.stdout: "mon", 2023-12-07T16:01:05.042 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr" 2023-12-07T16:01:05.042 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T16:01:05.042 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "12/23 daemons upgraded", 2023-12-07T16:01:05.042 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Currently upgrading osd daemons", 2023-12-07T16:01:05.042 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": false 2023-12-07T16:01:05.042 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T16:01:05.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:01:04 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:01:04] "GET /metrics HTTP/1.1" 200 38515 "" "Prometheus/2.33.4" 2023-12-07T16:01:05.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:04 smithi121 bash[83807]: audit 2023-12-07T16:01:03.429615+0000 mgr.y (mgr.25453) 1640 : audit 0 from='client.44544 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:05.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:04 smithi121 bash[83807]: audit 2023-12-07T16:01:03.763395+0000 mgr.y (mgr.25453) 1641 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:05.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:04 smithi121 bash[83807]: audit 2023-12-07T16:01:03.814595+0000 mgr.y (mgr.25453) 1642 : audit 0 from='client.54544 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:05.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:04 smithi121 bash[83807]: cluster 2023-12-07T16:01:03.846938+0000 mon.a (mon.0) 1640 : cluster 1 osd.7 marked itself down and dead 2023-12-07T16:01:05.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:04 smithi121 bash[83807]: cluster 2023-12-07T16:01:04.173153+0000 mgr.y (mgr.25453) 1643 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:05.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:04 smithi121 bash[83807]: audit 2023-12-07T16:01:04.640157+0000 mon.c (mon.1) 3765 : audit 0 from='client.? 172.21.15.121:0/1418570317' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:04 smithi121 bash[81553]: audit 2023-12-07T16:01:03.429615+0000 mgr.y (mgr.25453) 1640 : audit 0 from='client.44544 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:04 smithi121 bash[81553]: audit 2023-12-07T16:01:03.763395+0000 mgr.y (mgr.25453) 1641 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:04 smithi121 bash[81553]: audit 2023-12-07T16:01:03.814595+0000 mgr.y (mgr.25453) 1642 : audit 0 from='client.54544 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:04 smithi121 bash[81553]: cluster 2023-12-07T16:01:03.846938+0000 mon.a (mon.0) 1640 : cluster 1 osd.7 marked itself down and dead 2023-12-07T16:01:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:04 smithi121 bash[81553]: cluster 2023-12-07T16:01:04.173153+0000 mgr.y (mgr.25453) 1643 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:05.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:04 smithi121 bash[81553]: audit 2023-12-07T16:01:04.640157+0000 mon.c (mon.1) 3765 : audit 0 from='client.? 172.21.15.121:0/1418570317' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:05.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:04 smithi144 bash[66528]: audit 2023-12-07T16:01:03.429615+0000 mgr.y (mgr.25453) 1640 : audit 0 from='client.44544 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:05.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:04 smithi144 bash[66528]: audit 2023-12-07T16:01:03.763395+0000 mgr.y (mgr.25453) 1641 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:05.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:04 smithi144 bash[66528]: audit 2023-12-07T16:01:03.814595+0000 mgr.y (mgr.25453) 1642 : audit 0 from='client.54544 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:05.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:04 smithi144 bash[66528]: cluster 2023-12-07T16:01:03.846938+0000 mon.a (mon.0) 1640 : cluster 1 osd.7 marked itself down and dead 2023-12-07T16:01:05.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:04 smithi144 bash[66528]: cluster 2023-12-07T16:01:04.173153+0000 mgr.y (mgr.25453) 1643 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:05.071 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:04 smithi144 bash[66528]: audit 2023-12-07T16:01:04.640157+0000 mon.c (mon.1) 3765 : audit 0 from='client.? 172.21.15.121:0/1418570317' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:05.466 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_WARN 1 osds down 2023-12-07T16:01:05.467 INFO:teuthology.orchestra.run.smithi121.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-07T16:01:05.467 INFO:teuthology.orchestra.run.smithi121.stdout: osd.7 (root=default,host=smithi144) is down 2023-12-07T16:01:06.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:05 smithi144 bash[66528]: audit 2023-12-07T16:01:04.189120+0000 mgr.y (mgr.25453) 1644 : audit 0 from='client.54550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:06.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:05 smithi144 bash[66528]: cluster 2023-12-07T16:01:04.843988+0000 mon.a (mon.0) 1641 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:01:06.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:05 smithi144 bash[66528]: cluster 2023-12-07T16:01:04.857114+0000 mon.a (mon.0) 1642 : cluster 0 osdmap e156: 8 total, 7 up, 8 in 2023-12-07T16:01:06.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:05 smithi144 bash[66528]: audit 2023-12-07T16:01:05.037591+0000 mgr.y (mgr.25453) 1645 : audit 0 from='client.64460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:06.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:05 smithi144 bash[66528]: audit 2023-12-07T16:01:05.063315+0000 mon.a (mon.0) 1643 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:06.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:05 smithi144 bash[66528]: audit 2023-12-07T16:01:05.072155+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:06.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:05 smithi144 bash[66528]: cluster 2023-12-07T16:01:05.075106+0000 mgr.y (mgr.25453) 1646 : cluster 0 pgmap v311: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:01:06.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:05 smithi144 bash[66528]: audit 2023-12-07T16:01:05.081573+0000 mon.a (mon.0) 1645 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:06.051 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:05 smithi144 bash[66528]: audit 2023-12-07T16:01:05.463831+0000 mon.c (mon.1) 3766 : audit 0 from='client.? 172.21.15.121:0/3810560019' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:01:06.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[81553]: audit 2023-12-07T16:01:04.189120+0000 mgr.y (mgr.25453) 1644 : audit 0 from='client.54550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:06.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[81553]: cluster 2023-12-07T16:01:04.843988+0000 mon.a (mon.0) 1641 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:01:06.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[81553]: cluster 2023-12-07T16:01:04.857114+0000 mon.a (mon.0) 1642 : cluster 0 osdmap e156: 8 total, 7 up, 8 in 2023-12-07T16:01:06.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[81553]: audit 2023-12-07T16:01:05.037591+0000 mgr.y (mgr.25453) 1645 : audit 0 from='client.64460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:06.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[81553]: audit 2023-12-07T16:01:05.063315+0000 mon.a (mon.0) 1643 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:06.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[81553]: audit 2023-12-07T16:01:05.072155+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:06.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[81553]: cluster 2023-12-07T16:01:05.075106+0000 mgr.y (mgr.25453) 1646 : cluster 0 pgmap v311: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:01:06.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[81553]: audit 2023-12-07T16:01:05.081573+0000 mon.a (mon.0) 1645 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:06.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[81553]: audit 2023-12-07T16:01:05.463831+0000 mon.c (mon.1) 3766 : audit 0 from='client.? 172.21.15.121:0/3810560019' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:01:06.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[83807]: audit 2023-12-07T16:01:04.189120+0000 mgr.y (mgr.25453) 1644 : audit 0 from='client.54550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:06.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[83807]: cluster 2023-12-07T16:01:04.843988+0000 mon.a (mon.0) 1641 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-07T16:01:06.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[83807]: cluster 2023-12-07T16:01:04.857114+0000 mon.a (mon.0) 1642 : cluster 0 osdmap e156: 8 total, 7 up, 8 in 2023-12-07T16:01:06.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[83807]: audit 2023-12-07T16:01:05.037591+0000 mgr.y (mgr.25453) 1645 : audit 0 from='client.64460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:06.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[83807]: audit 2023-12-07T16:01:05.063315+0000 mon.a (mon.0) 1643 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:06.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[83807]: audit 2023-12-07T16:01:05.072155+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:06.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[83807]: cluster 2023-12-07T16:01:05.075106+0000 mgr.y (mgr.25453) 1646 : cluster 0 pgmap v311: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:01:06.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[83807]: audit 2023-12-07T16:01:05.081573+0000 mon.a (mon.0) 1645 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:06.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:05 smithi121 bash[83807]: audit 2023-12-07T16:01:05.463831+0000 mon.c (mon.1) 3766 : audit 0 from='client.? 172.21.15.121:0/3810560019' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:01:06.340 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:06 smithi144 bash[83893]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-7 2023-12-07T16:01:06.340 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:06 smithi144 bash[84118]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-7 2023-12-07T16:01:07.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:06 smithi144 bash[66528]: cluster 2023-12-07T16:01:05.862921+0000 mon.a (mon.0) 1646 : cluster 0 osdmap e157: 8 total, 7 up, 8 in 2023-12-07T16:01:07.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:06 smithi144 bash[66528]: cluster 2023-12-07T16:01:06.069907+0000 mon.a (mon.0) 1647 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T16:01:07.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:06 smithi144 bash[66528]: audit 2023-12-07T16:01:06.825359+0000 mon.a (mon.0) 1648 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:07.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:06 smithi144 bash[66528]: audit 2023-12-07T16:01:06.837021+0000 mon.a (mon.0) 1649 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:07.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:06 smithi144 bash[66528]: audit 2023-12-07T16:01:06.852793+0000 mon.a (mon.0) 1650 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:07.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:06 smithi121 bash[83807]: cluster 2023-12-07T16:01:05.862921+0000 mon.a (mon.0) 1646 : cluster 0 osdmap e157: 8 total, 7 up, 8 in 2023-12-07T16:01:07.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:06 smithi121 bash[83807]: cluster 2023-12-07T16:01:06.069907+0000 mon.a (mon.0) 1647 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T16:01:07.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:06 smithi121 bash[83807]: audit 2023-12-07T16:01:06.825359+0000 mon.a (mon.0) 1648 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:07.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:06 smithi121 bash[83807]: audit 2023-12-07T16:01:06.837021+0000 mon.a (mon.0) 1649 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:07.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:06 smithi121 bash[83807]: audit 2023-12-07T16:01:06.852793+0000 mon.a (mon.0) 1650 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:07.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:06 smithi121 bash[81553]: cluster 2023-12-07T16:01:05.862921+0000 mon.a (mon.0) 1646 : cluster 0 osdmap e157: 8 total, 7 up, 8 in 2023-12-07T16:01:07.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:06 smithi121 bash[81553]: cluster 2023-12-07T16:01:06.069907+0000 mon.a (mon.0) 1647 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-07T16:01:07.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:06 smithi121 bash[81553]: audit 2023-12-07T16:01:06.825359+0000 mon.a (mon.0) 1648 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:07.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:06 smithi121 bash[81553]: audit 2023-12-07T16:01:06.837021+0000 mon.a (mon.0) 1649 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:07.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:06 smithi121 bash[81553]: audit 2023-12-07T16:01:06.852793+0000 mon.a (mon.0) 1650 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:08.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:07 smithi144 bash[66528]: cluster 2023-12-07T16:01:06.840617+0000 mgr.y (mgr.25453) 1647 : cluster 0 pgmap v313: 161 pgs: 12 active+undersized+degraded, 12 stale+active+clean, 8 active+undersized, 129 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2023-12-07T16:01:08.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:07 smithi144 bash[66528]: cluster 2023-12-07T16:01:06.841254+0000 mgr.y (mgr.25453) 1648 : cluster 0 pgmap v314: 161 pgs: 12 active+undersized+degraded, 12 stale+active+clean, 8 active+undersized, 129 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2023-12-07T16:01:08.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:07 smithi144 bash[66528]: cluster 2023-12-07T16:01:07.834358+0000 mon.a (mon.0) 1651 : cluster 3 Health check failed: Degraded data redundancy: 49/630 objects degraded (7.778%), 12 pgs degraded (PG_DEGRADED) 2023-12-07T16:01:08.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:07 smithi121 bash[83807]: cluster 2023-12-07T16:01:06.840617+0000 mgr.y (mgr.25453) 1647 : cluster 0 pgmap v313: 161 pgs: 12 active+undersized+degraded, 12 stale+active+clean, 8 active+undersized, 129 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2023-12-07T16:01:08.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:07 smithi121 bash[83807]: cluster 2023-12-07T16:01:06.841254+0000 mgr.y (mgr.25453) 1648 : cluster 0 pgmap v314: 161 pgs: 12 active+undersized+degraded, 12 stale+active+clean, 8 active+undersized, 129 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2023-12-07T16:01:08.231 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:07 smithi121 bash[83807]: cluster 2023-12-07T16:01:07.834358+0000 mon.a (mon.0) 1651 : cluster 3 Health check failed: Degraded data redundancy: 49/630 objects degraded (7.778%), 12 pgs degraded (PG_DEGRADED) 2023-12-07T16:01:08.231 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:07 smithi121 bash[81553]: cluster 2023-12-07T16:01:06.840617+0000 mgr.y (mgr.25453) 1647 : cluster 0 pgmap v313: 161 pgs: 12 active+undersized+degraded, 12 stale+active+clean, 8 active+undersized, 129 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2023-12-07T16:01:08.232 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:07 smithi121 bash[81553]: cluster 2023-12-07T16:01:06.841254+0000 mgr.y (mgr.25453) 1648 : cluster 0 pgmap v314: 161 pgs: 12 active+undersized+degraded, 12 stale+active+clean, 8 active+undersized, 129 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2023-12-07T16:01:08.232 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:07 smithi121 bash[81553]: cluster 2023-12-07T16:01:07.834358+0000 mon.a (mon.0) 1651 : cluster 3 Health check failed: Degraded data redundancy: 49/630 objects degraded (7.778%), 12 pgs degraded (PG_DEGRADED) 2023-12-07T16:01:08.575 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:08 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.7.service: Succeeded. 2023-12-07T16:01:08.576 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:08 smithi144 systemd[1]: Stopped Ceph osd.7 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T16:01:08.875 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:08 smithi144 systemd[1]: Started Ceph osd.7 for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T16:01:09.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.625192+0000 mon.a (mon.0) 1652 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.638581+0000 mon.a (mon.0) 1653 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.679836+0000 mon.c (mon.1) 3767 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.681897+0000 mon.c (mon.1) 3768 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: cluster 2023-12-07T16:01:08.686860+0000 mgr.y (mgr.25453) 1649 : cluster 0 pgmap v315: 161 pgs: 19 active+undersized+degraded, 8 stale+active+clean, 19 active+undersized, 115 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 62/630 objects degraded (9.841%) 2023-12-07T16:01:09.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.700045+0000 mon.a (mon.0) 1654 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: cephadm 2023-12-07T16:01:08.701509+0000 mgr.y (mgr.25453) 1650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:09.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.784173+0000 mon.c (mon.1) 3769 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.786942+0000 mon.c (mon.1) 3770 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.791867+0000 mon.c (mon.1) 3771 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.793175+0000 mon.c (mon.1) 3772 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.802720+0000 mon.a (mon.0) 1655 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: cephadm 2023-12-07T16:01:08.803894+0000 mgr.y (mgr.25453) 1651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:09.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.882650+0000 mon.c (mon.1) 3773 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.885467+0000 mon.c (mon.1) 3774 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.888559+0000 mon.c (mon.1) 3775 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.889731+0000 mon.c (mon.1) 3776 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.897639+0000 mon.a (mon.0) 1656 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: cephadm 2023-12-07T16:01:08.898657+0000 mgr.y (mgr.25453) 1652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:09.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.976955+0000 mon.c (mon.1) 3777 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.980410+0000 mon.c (mon.1) 3778 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.984309+0000 mon.c (mon.1) 3779 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.985659+0000 mon.c (mon.1) 3780 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:08.995752+0000 mon.a (mon.0) 1657 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: cephadm 2023-12-07T16:01:08.996844+0000 mgr.y (mgr.25453) 1653 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:09.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.074732+0000 mon.c (mon.1) 3781 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.078941+0000 mon.c (mon.1) 3782 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.082463+0000 mon.c (mon.1) 3783 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.083587+0000 mon.c (mon.1) 3784 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.091035+0000 mon.a (mon.0) 1658 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: cephadm 2023-12-07T16:01:09.092056+0000 mgr.y (mgr.25453) 1654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:09.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.175487+0000 mon.c (mon.1) 3785 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.178455+0000 mon.c (mon.1) 3786 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.181350+0000 mon.c (mon.1) 3787 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.182478+0000 mon.c (mon.1) 3788 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.191035+0000 mon.a (mon.0) 1659 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.258925+0000 mon.c (mon.1) 3789 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.261453+0000 mon.c (mon.1) 3790 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.264781+0000 mon.c (mon.1) 3791 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.265773+0000 mon.c (mon.1) 3792 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.273217+0000 mon.a (mon.0) 1660 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.352777+0000 mon.c (mon.1) 3793 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.357147+0000 mon.c (mon.1) 3794 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.361154+0000 mon.c (mon.1) 3795 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.362365+0000 mon.c (mon.1) 3796 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.371185+0000 mon.a (mon.0) 1661 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.453063+0000 mon.c (mon.1) 3797 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.455621+0000 mon.c (mon.1) 3798 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.458543+0000 mon.c (mon.1) 3799 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.459778+0000 mon.c (mon.1) 3800 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.468197+0000 mon.a (mon.0) 1662 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.548661+0000 mon.c (mon.1) 3801 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.550837+0000 mon.c (mon.1) 3802 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.553574+0000 mon.c (mon.1) 3803 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.554378+0000 mon.c (mon.1) 3804 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:09 smithi144 bash[66528]: audit 2023-12-07T16:01:09.561947+0000 mon.a (mon.0) 1663 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.980 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.625192+0000 mon.a (mon.0) 1652 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.980 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.638581+0000 mon.a (mon.0) 1653 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.980 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.679836+0000 mon.c (mon.1) 3767 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.980 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.681897+0000 mon.c (mon.1) 3768 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.980 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: cluster 2023-12-07T16:01:08.686860+0000 mgr.y (mgr.25453) 1649 : cluster 0 pgmap v315: 161 pgs: 19 active+undersized+degraded, 8 stale+active+clean, 19 active+undersized, 115 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 62/630 objects degraded (9.841%) 2023-12-07T16:01:09.980 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.700045+0000 mon.a (mon.0) 1654 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.980 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: cephadm 2023-12-07T16:01:08.701509+0000 mgr.y (mgr.25453) 1650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:09.981 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.784173+0000 mon.c (mon.1) 3769 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.981 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.786942+0000 mon.c (mon.1) 3770 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.981 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.791867+0000 mon.c (mon.1) 3771 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.981 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.793175+0000 mon.c (mon.1) 3772 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.981 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.802720+0000 mon.a (mon.0) 1655 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.981 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: cephadm 2023-12-07T16:01:08.803894+0000 mgr.y (mgr.25453) 1651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:09.981 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.882650+0000 mon.c (mon.1) 3773 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.981 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.885467+0000 mon.c (mon.1) 3774 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.981 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.888559+0000 mon.c (mon.1) 3775 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.981 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.889731+0000 mon.c (mon.1) 3776 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.981 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.897639+0000 mon.a (mon.0) 1656 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.981 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: cephadm 2023-12-07T16:01:08.898657+0000 mgr.y (mgr.25453) 1652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:09.981 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.976955+0000 mon.c (mon.1) 3777 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.981 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.980410+0000 mon.c (mon.1) 3778 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.981 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.984309+0000 mon.c (mon.1) 3779 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.981 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.985659+0000 mon.c (mon.1) 3780 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.982 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:08.995752+0000 mon.a (mon.0) 1657 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.982 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: cephadm 2023-12-07T16:01:08.996844+0000 mgr.y (mgr.25453) 1653 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:09.982 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.074732+0000 mon.c (mon.1) 3781 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.982 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.078941+0000 mon.c (mon.1) 3782 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.982 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.082463+0000 mon.c (mon.1) 3783 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.982 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.083587+0000 mon.c (mon.1) 3784 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.982 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.091035+0000 mon.a (mon.0) 1658 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.982 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: cephadm 2023-12-07T16:01:09.092056+0000 mgr.y (mgr.25453) 1654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:09.982 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.175487+0000 mon.c (mon.1) 3785 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.982 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.178455+0000 mon.c (mon.1) 3786 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.982 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.181350+0000 mon.c (mon.1) 3787 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.982 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.182478+0000 mon.c (mon.1) 3788 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.982 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.191035+0000 mon.a (mon.0) 1659 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.982 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.258925+0000 mon.c (mon.1) 3789 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.982 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.261453+0000 mon.c (mon.1) 3790 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.982 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.264781+0000 mon.c (mon.1) 3791 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.983 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.265773+0000 mon.c (mon.1) 3792 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.983 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.273217+0000 mon.a (mon.0) 1660 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.983 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.352777+0000 mon.c (mon.1) 3793 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.983 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.357147+0000 mon.c (mon.1) 3794 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.983 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.361154+0000 mon.c (mon.1) 3795 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.983 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.362365+0000 mon.c (mon.1) 3796 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.983 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.371185+0000 mon.a (mon.0) 1661 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.983 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.453063+0000 mon.c (mon.1) 3797 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.983 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.455621+0000 mon.c (mon.1) 3798 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.983 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.458543+0000 mon.c (mon.1) 3799 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.983 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.459778+0000 mon.c (mon.1) 3800 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.983 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.468197+0000 mon.a (mon.0) 1662 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.983 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.548661+0000 mon.c (mon.1) 3801 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.983 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.550837+0000 mon.c (mon.1) 3802 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.983 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.553574+0000 mon.c (mon.1) 3803 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.983 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.554378+0000 mon.c (mon.1) 3804 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.983 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[81553]: audit 2023-12-07T16:01:09.561947+0000 mon.a (mon.0) 1663 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.984 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.625192+0000 mon.a (mon.0) 1652 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.984 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.638581+0000 mon.a (mon.0) 1653 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.984 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.679836+0000 mon.c (mon.1) 3767 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.984 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.681897+0000 mon.c (mon.1) 3768 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.984 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: cluster 2023-12-07T16:01:08.686860+0000 mgr.y (mgr.25453) 1649 : cluster 0 pgmap v315: 161 pgs: 19 active+undersized+degraded, 8 stale+active+clean, 19 active+undersized, 115 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 62/630 objects degraded (9.841%) 2023-12-07T16:01:09.984 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.700045+0000 mon.a (mon.0) 1654 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.984 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: cephadm 2023-12-07T16:01:08.701509+0000 mgr.y (mgr.25453) 1650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:09.984 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.784173+0000 mon.c (mon.1) 3769 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.984 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.786942+0000 mon.c (mon.1) 3770 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.984 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.791867+0000 mon.c (mon.1) 3771 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.984 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.793175+0000 mon.c (mon.1) 3772 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.802720+0000 mon.a (mon.0) 1655 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: cephadm 2023-12-07T16:01:08.803894+0000 mgr.y (mgr.25453) 1651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:09.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.882650+0000 mon.c (mon.1) 3773 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.885467+0000 mon.c (mon.1) 3774 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.888559+0000 mon.c (mon.1) 3775 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.889731+0000 mon.c (mon.1) 3776 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.897639+0000 mon.a (mon.0) 1656 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: cephadm 2023-12-07T16:01:08.898657+0000 mgr.y (mgr.25453) 1652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:09.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.976955+0000 mon.c (mon.1) 3777 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.980410+0000 mon.c (mon.1) 3778 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.984309+0000 mon.c (mon.1) 3779 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.985659+0000 mon.c (mon.1) 3780 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:08.995752+0000 mon.a (mon.0) 1657 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: cephadm 2023-12-07T16:01:08.996844+0000 mgr.y (mgr.25453) 1653 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:09.985 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.074732+0000 mon.c (mon.1) 3781 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.986 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.078941+0000 mon.c (mon.1) 3782 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.986 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.082463+0000 mon.c (mon.1) 3783 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.986 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.083587+0000 mon.c (mon.1) 3784 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.986 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.091035+0000 mon.a (mon.0) 1658 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.986 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: cephadm 2023-12-07T16:01:09.092056+0000 mgr.y (mgr.25453) 1654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:09.986 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.175487+0000 mon.c (mon.1) 3785 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.986 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.178455+0000 mon.c (mon.1) 3786 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.986 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.181350+0000 mon.c (mon.1) 3787 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.986 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.182478+0000 mon.c (mon.1) 3788 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.986 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.191035+0000 mon.a (mon.0) 1659 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.986 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.258925+0000 mon.c (mon.1) 3789 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.986 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.261453+0000 mon.c (mon.1) 3790 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.986 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.264781+0000 mon.c (mon.1) 3791 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.986 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.265773+0000 mon.c (mon.1) 3792 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.986 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.273217+0000 mon.a (mon.0) 1660 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.986 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.352777+0000 mon.c (mon.1) 3793 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.987 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.357147+0000 mon.c (mon.1) 3794 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.987 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.361154+0000 mon.c (mon.1) 3795 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.987 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.362365+0000 mon.c (mon.1) 3796 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.987 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.371185+0000 mon.a (mon.0) 1661 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.987 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.453063+0000 mon.c (mon.1) 3797 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.987 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.455621+0000 mon.c (mon.1) 3798 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.987 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.458543+0000 mon.c (mon.1) 3799 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.987 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.459778+0000 mon.c (mon.1) 3800 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.987 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.468197+0000 mon.a (mon.0) 1662 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:09.987 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.548661+0000 mon.c (mon.1) 3801 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:09.987 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.550837+0000 mon.c (mon.1) 3802 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:09.987 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.553574+0000 mon.c (mon.1) 3803 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:09.987 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.554378+0000 mon.c (mon.1) 3804 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:09.987 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:09 smithi121 bash[83807]: audit 2023-12-07T16:01:09.561947+0000 mon.a (mon.0) 1663 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:10.876 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[84287]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-07T16:01:10.876 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[84287]: 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 2023-12-07T16:01:10.876 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[84287]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-07T16:01:10.876 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[84287]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-07T16:01:10.876 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[84287]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2023-12-07T16:01:10.876 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[84287]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-07T16:01:10.876 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[84287]: --> ceph-volume raw activate successful for osd ID: 7 2023-12-07T16:01:10.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: cephadm 2023-12-07T16:01:09.191990+0000 mgr.y (mgr.25453) 1655 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:10.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: cephadm 2023-12-07T16:01:09.275635+0000 mgr.y (mgr.25453) 1656 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:10.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: cephadm 2023-12-07T16:01:09.372297+0000 mgr.y (mgr.25453) 1657 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:10.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: cephadm 2023-12-07T16:01:09.468991+0000 mgr.y (mgr.25453) 1658 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:10.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: cephadm 2023-12-07T16:01:09.562695+0000 mgr.y (mgr.25453) 1659 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:10.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: cluster 2023-12-07T16:01:09.635791+0000 mon.a (mon.0) 1664 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T16:01:10.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.642845+0000 mon.c (mon.1) 3805 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:10.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.644860+0000 mon.c (mon.1) 3806 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:10.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.647032+0000 mon.c (mon.1) 3807 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:10.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.647933+0000 mon.c (mon.1) 3808 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:10.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.654081+0000 mon.a (mon.0) 1665 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:10.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: cephadm 2023-12-07T16:01:09.656799+0000 mgr.y (mgr.25453) 1660 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:10.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.734629+0000 mon.c (mon.1) 3809 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:10.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.741241+0000 mon.c (mon.1) 3810 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:10.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.744142+0000 mon.c (mon.1) 3811 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:10.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.745162+0000 mon.c (mon.1) 3812 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:10.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.752982+0000 mon.a (mon.0) 1666 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:10.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: cephadm 2023-12-07T16:01:09.755248+0000 mgr.y (mgr.25453) 1661 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:10.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.835993+0000 mon.c (mon.1) 3813 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:10.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.840193+0000 mon.c (mon.1) 3814 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:10.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.843028+0000 mon.c (mon.1) 3815 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:10.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.844188+0000 mon.c (mon.1) 3816 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:10.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.853216+0000 mon.a (mon.0) 1667 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:10.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: cephadm 2023-12-07T16:01:09.854881+0000 mgr.y (mgr.25453) 1662 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:10.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.931352+0000 mon.c (mon.1) 3817 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:10.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.935624+0000 mon.c (mon.1) 3818 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:10.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.940162+0000 mon.c (mon.1) 3819 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:10.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.941287+0000 mon.c (mon.1) 3820 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:10.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:09.950273+0000 mon.a (mon.0) 1668 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:10.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: cephadm 2023-12-07T16:01:09.953876+0000 mgr.y (mgr.25453) 1663 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:10.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.033374+0000 mon.c (mon.1) 3821 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:10.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.036209+0000 mon.c (mon.1) 3822 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:10.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.039097+0000 mon.c (mon.1) 3823 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:10.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.040015+0000 mon.c (mon.1) 3824 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:10.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.046875+0000 mon.a (mon.0) 1669 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:10.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: cephadm 2023-12-07T16:01:10.049513+0000 mgr.y (mgr.25453) 1664 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:10.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.127780+0000 mon.c (mon.1) 3825 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:10.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.130072+0000 mon.c (mon.1) 3826 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:10.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.133046+0000 mon.c (mon.1) 3827 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:10.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.134240+0000 mon.c (mon.1) 3828 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:10.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.142715+0000 mon.a (mon.0) 1670 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:10.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: cephadm 2023-12-07T16:01:10.145941+0000 mgr.y (mgr.25453) 1665 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:10.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.229955+0000 mon.c (mon.1) 3829 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:10.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.233436+0000 mon.c (mon.1) 3830 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:10.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.236308+0000 mon.c (mon.1) 3831 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:10.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.237584+0000 mon.c (mon.1) 3832 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:10.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.245983+0000 mon.a (mon.0) 1671 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:10.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.327059+0000 mon.c (mon.1) 3833 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:10.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.329727+0000 mon.c (mon.1) 3834 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:10.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.332815+0000 mon.c (mon.1) 3835 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:10.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.334049+0000 mon.c (mon.1) 3836 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:10.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.341001+0000 mon.a (mon.0) 1672 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:10.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.426003+0000 mon.c (mon.1) 3837 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:10.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.428791+0000 mon.c (mon.1) 3838 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:10.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.433382+0000 mon.c (mon.1) 3839 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:10.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.435049+0000 mon.c (mon.1) 3840 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:10.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.444760+0000 mon.a (mon.0) 1673 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:10.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.525738+0000 mon.c (mon.1) 3841 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:10.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.528538+0000 mon.c (mon.1) 3842 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:10.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.532688+0000 mon.c (mon.1) 3843 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:10.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.533659+0000 mon.c (mon.1) 3844 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:10.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:10 smithi144 bash[66528]: audit 2023-12-07T16:01:10.541744+0000 mon.a (mon.0) 1674 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: cephadm 2023-12-07T16:01:09.191990+0000 mgr.y (mgr.25453) 1655 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: cephadm 2023-12-07T16:01:09.275635+0000 mgr.y (mgr.25453) 1656 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: cephadm 2023-12-07T16:01:09.372297+0000 mgr.y (mgr.25453) 1657 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: cephadm 2023-12-07T16:01:09.468991+0000 mgr.y (mgr.25453) 1658 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: cephadm 2023-12-07T16:01:09.562695+0000 mgr.y (mgr.25453) 1659 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: cluster 2023-12-07T16:01:09.635791+0000 mon.a (mon.0) 1664 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T16:01:11.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.642845+0000 mon.c (mon.1) 3805 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.644860+0000 mon.c (mon.1) 3806 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.647032+0000 mon.c (mon.1) 3807 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.647933+0000 mon.c (mon.1) 3808 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.654081+0000 mon.a (mon.0) 1665 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: cephadm 2023-12-07T16:01:09.656799+0000 mgr.y (mgr.25453) 1660 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.734629+0000 mon.c (mon.1) 3809 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.741241+0000 mon.c (mon.1) 3810 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.744142+0000 mon.c (mon.1) 3811 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.745162+0000 mon.c (mon.1) 3812 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.752982+0000 mon.a (mon.0) 1666 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: cephadm 2023-12-07T16:01:09.755248+0000 mgr.y (mgr.25453) 1661 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.835993+0000 mon.c (mon.1) 3813 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.840193+0000 mon.c (mon.1) 3814 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.843028+0000 mon.c (mon.1) 3815 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.844188+0000 mon.c (mon.1) 3816 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.853216+0000 mon.a (mon.0) 1667 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: cephadm 2023-12-07T16:01:09.854881+0000 mgr.y (mgr.25453) 1662 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.931352+0000 mon.c (mon.1) 3817 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.935624+0000 mon.c (mon.1) 3818 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.940162+0000 mon.c (mon.1) 3819 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.941287+0000 mon.c (mon.1) 3820 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:09.950273+0000 mon.a (mon.0) 1668 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: cephadm 2023-12-07T16:01:09.953876+0000 mgr.y (mgr.25453) 1663 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.033374+0000 mon.c (mon.1) 3821 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.036209+0000 mon.c (mon.1) 3822 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.039097+0000 mon.c (mon.1) 3823 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.040015+0000 mon.c (mon.1) 3824 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.046875+0000 mon.a (mon.0) 1669 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: cephadm 2023-12-07T16:01:10.049513+0000 mgr.y (mgr.25453) 1664 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.127780+0000 mon.c (mon.1) 3825 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.130072+0000 mon.c (mon.1) 3826 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.133046+0000 mon.c (mon.1) 3827 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.134240+0000 mon.c (mon.1) 3828 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.142715+0000 mon.a (mon.0) 1670 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: cephadm 2023-12-07T16:01:09.191990+0000 mgr.y (mgr.25453) 1655 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: cephadm 2023-12-07T16:01:09.275635+0000 mgr.y (mgr.25453) 1656 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: cephadm 2023-12-07T16:01:09.372297+0000 mgr.y (mgr.25453) 1657 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: cephadm 2023-12-07T16:01:09.468991+0000 mgr.y (mgr.25453) 1658 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: cephadm 2023-12-07T16:01:09.562695+0000 mgr.y (mgr.25453) 1659 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: cluster 2023-12-07T16:01:09.635791+0000 mon.a (mon.0) 1664 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-07T16:01:11.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.642845+0000 mon.c (mon.1) 3805 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.644860+0000 mon.c (mon.1) 3806 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.647032+0000 mon.c (mon.1) 3807 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.647933+0000 mon.c (mon.1) 3808 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.654081+0000 mon.a (mon.0) 1665 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: cephadm 2023-12-07T16:01:09.656799+0000 mgr.y (mgr.25453) 1660 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.734629+0000 mon.c (mon.1) 3809 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.741241+0000 mon.c (mon.1) 3810 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.744142+0000 mon.c (mon.1) 3811 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.745162+0000 mon.c (mon.1) 3812 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.752982+0000 mon.a (mon.0) 1666 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: cephadm 2023-12-07T16:01:09.755248+0000 mgr.y (mgr.25453) 1661 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.835993+0000 mon.c (mon.1) 3813 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.840193+0000 mon.c (mon.1) 3814 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: cephadm 2023-12-07T16:01:10.145941+0000 mgr.y (mgr.25453) 1665 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.229955+0000 mon.c (mon.1) 3829 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.233436+0000 mon.c (mon.1) 3830 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.236308+0000 mon.c (mon.1) 3831 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.237584+0000 mon.c (mon.1) 3832 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.245983+0000 mon.a (mon.0) 1671 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.327059+0000 mon.c (mon.1) 3833 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.329727+0000 mon.c (mon.1) 3834 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.332815+0000 mon.c (mon.1) 3835 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.334049+0000 mon.c (mon.1) 3836 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.341001+0000 mon.a (mon.0) 1672 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.426003+0000 mon.c (mon.1) 3837 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.428791+0000 mon.c (mon.1) 3838 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.433382+0000 mon.c (mon.1) 3839 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.435049+0000 mon.c (mon.1) 3840 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.444760+0000 mon.a (mon.0) 1673 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.525738+0000 mon.c (mon.1) 3841 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.528538+0000 mon.c (mon.1) 3842 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.532688+0000 mon.c (mon.1) 3843 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.533659+0000 mon.c (mon.1) 3844 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[81553]: audit 2023-12-07T16:01:10.541744+0000 mon.a (mon.0) 1674 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.843028+0000 mon.c (mon.1) 3815 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.844188+0000 mon.c (mon.1) 3816 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.853216+0000 mon.a (mon.0) 1667 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: cephadm 2023-12-07T16:01:09.854881+0000 mgr.y (mgr.25453) 1662 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.931352+0000 mon.c (mon.1) 3817 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.935624+0000 mon.c (mon.1) 3818 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.940162+0000 mon.c (mon.1) 3819 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.941287+0000 mon.c (mon.1) 3820 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:09.950273+0000 mon.a (mon.0) 1668 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: cephadm 2023-12-07T16:01:09.953876+0000 mgr.y (mgr.25453) 1663 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.033374+0000 mon.c (mon.1) 3821 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.036209+0000 mon.c (mon.1) 3822 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.039097+0000 mon.c (mon.1) 3823 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.040015+0000 mon.c (mon.1) 3824 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.046875+0000 mon.a (mon.0) 1669 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: cephadm 2023-12-07T16:01:10.049513+0000 mgr.y (mgr.25453) 1664 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.127780+0000 mon.c (mon.1) 3825 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.130072+0000 mon.c (mon.1) 3826 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.133046+0000 mon.c (mon.1) 3827 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.134240+0000 mon.c (mon.1) 3828 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.142715+0000 mon.a (mon.0) 1670 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: cephadm 2023-12-07T16:01:10.145941+0000 mgr.y (mgr.25453) 1665 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.229955+0000 mon.c (mon.1) 3829 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.233436+0000 mon.c (mon.1) 3830 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.236308+0000 mon.c (mon.1) 3831 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.237584+0000 mon.c (mon.1) 3832 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.245983+0000 mon.a (mon.0) 1671 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.327059+0000 mon.c (mon.1) 3833 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.329727+0000 mon.c (mon.1) 3834 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.332815+0000 mon.c (mon.1) 3835 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.334049+0000 mon.c (mon.1) 3836 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.341001+0000 mon.a (mon.0) 1672 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.426003+0000 mon.c (mon.1) 3837 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.428791+0000 mon.c (mon.1) 3838 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.433382+0000 mon.c (mon.1) 3839 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.435049+0000 mon.c (mon.1) 3840 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.444760+0000 mon.a (mon.0) 1673 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.525738+0000 mon.c (mon.1) 3841 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.528538+0000 mon.c (mon.1) 3842 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.532688+0000 mon.c (mon.1) 3843 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.533659+0000 mon.c (mon.1) 3844 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:10 smithi121 bash[83807]: audit 2023-12-07T16:01:10.541744+0000 mon.a (mon.0) 1674 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: cephadm 2023-12-07T16:01:10.248939+0000 mgr.y (mgr.25453) 1666 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: cephadm 2023-12-07T16:01:10.343461+0000 mgr.y (mgr.25453) 1667 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: cephadm 2023-12-07T16:01:10.448631+0000 mgr.y (mgr.25453) 1668 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: cephadm 2023-12-07T16:01:10.546200+0000 mgr.y (mgr.25453) 1669 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.623646+0000 mon.c (mon.1) 3845 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.636133+0000 mon.c (mon.1) 3846 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.638114+0000 mon.c (mon.1) 3847 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.638911+0000 mon.c (mon.1) 3848 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.645285+0000 mon.a (mon.0) 1675 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: cephadm 2023-12-07T16:01:10.648531+0000 mgr.y (mgr.25453) 1670 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: cluster 2023-12-07T16:01:10.688226+0000 mgr.y (mgr.25453) 1671 : cluster 0 pgmap v316: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-07T16:01:11.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.728890+0000 mon.c (mon.1) 3849 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.731289+0000 mon.c (mon.1) 3850 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.733765+0000 mon.c (mon.1) 3851 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.734800+0000 mon.c (mon.1) 3852 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.744213+0000 mon.a (mon.0) 1676 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: cephadm 2023-12-07T16:01:10.745209+0000 mgr.y (mgr.25453) 1672 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.826280+0000 mon.c (mon.1) 3853 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.828357+0000 mon.c (mon.1) 3854 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.830531+0000 mon.c (mon.1) 3855 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.831389+0000 mon.c (mon.1) 3856 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.838933+0000 mon.a (mon.0) 1677 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: cephadm 2023-12-07T16:01:10.840797+0000 mgr.y (mgr.25453) 1673 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.923202+0000 mon.c (mon.1) 3857 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.925602+0000 mon.c (mon.1) 3858 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.928428+0000 mon.c (mon.1) 3859 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.929354+0000 mon.c (mon.1) 3860 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:10.936641+0000 mon.a (mon.0) 1678 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: cephadm 2023-12-07T16:01:10.940250+0000 mgr.y (mgr.25453) 1674 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.020491+0000 mon.c (mon.1) 3861 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.022891+0000 mon.c (mon.1) 3862 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.026559+0000 mon.c (mon.1) 3863 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.027868+0000 mon.c (mon.1) 3864 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.038510+0000 mon.a (mon.0) 1679 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: cephadm 2023-12-07T16:01:11.040869+0000 mgr.y (mgr.25453) 1675 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.119795+0000 mon.c (mon.1) 3865 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.122491+0000 mon.c (mon.1) 3866 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.125357+0000 mon.c (mon.1) 3867 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.126551+0000 mon.c (mon.1) 3868 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.135293+0000 mon.a (mon.0) 1680 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: cephadm 2023-12-07T16:01:11.136473+0000 mgr.y (mgr.25453) 1676 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:11.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.217880+0000 mon.c (mon.1) 3869 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.221362+0000 mon.c (mon.1) 3870 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.224784+0000 mon.c (mon.1) 3871 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.225951+0000 mon.c (mon.1) 3872 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.235363+0000 mon.a (mon.0) 1681 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.301035+0000 mon.c (mon.1) 3873 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.303456+0000 mon.c (mon.1) 3874 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.307316+0000 mon.c (mon.1) 3875 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.308514+0000 mon.c (mon.1) 3876 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.318179+0000 mon.a (mon.0) 1682 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.399872+0000 mon.c (mon.1) 3877 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.402610+0000 mon.c (mon.1) 3878 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.405474+0000 mon.c (mon.1) 3879 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.406741+0000 mon.c (mon.1) 3880 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.414812+0000 mon.a (mon.0) 1683 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.500159+0000 mon.c (mon.1) 3881 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.503122+0000 mon.c (mon.1) 3882 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.506359+0000 mon.c (mon.1) 3883 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.507701+0000 mon.c (mon.1) 3884 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.517233+0000 mon.a (mon.0) 1684 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:11.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.596866+0000 mon.c (mon.1) 3885 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:11.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.599671+0000 mon.c (mon.1) 3886 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:11.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.602902+0000 mon.c (mon.1) 3887 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:11.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.604112+0000 mon.c (mon.1) 3888 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:11.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:11 smithi144 bash[66528]: audit 2023-12-07T16:01:11.613151+0000 mon.a (mon.0) 1685 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: cephadm 2023-12-07T16:01:10.248939+0000 mgr.y (mgr.25453) 1666 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: cephadm 2023-12-07T16:01:10.343461+0000 mgr.y (mgr.25453) 1667 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: cephadm 2023-12-07T16:01:10.448631+0000 mgr.y (mgr.25453) 1668 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: cephadm 2023-12-07T16:01:10.546200+0000 mgr.y (mgr.25453) 1669 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.623646+0000 mon.c (mon.1) 3845 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.636133+0000 mon.c (mon.1) 3846 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.638114+0000 mon.c (mon.1) 3847 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.638911+0000 mon.c (mon.1) 3848 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.645285+0000 mon.a (mon.0) 1675 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: cephadm 2023-12-07T16:01:10.648531+0000 mgr.y (mgr.25453) 1670 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: cluster 2023-12-07T16:01:10.688226+0000 mgr.y (mgr.25453) 1671 : cluster 0 pgmap v316: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-07T16:01:12.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.728890+0000 mon.c (mon.1) 3849 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.731289+0000 mon.c (mon.1) 3850 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.733765+0000 mon.c (mon.1) 3851 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.734800+0000 mon.c (mon.1) 3852 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.744213+0000 mon.a (mon.0) 1676 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: cephadm 2023-12-07T16:01:10.745209+0000 mgr.y (mgr.25453) 1672 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.826280+0000 mon.c (mon.1) 3853 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.828357+0000 mon.c (mon.1) 3854 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.830531+0000 mon.c (mon.1) 3855 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: cephadm 2023-12-07T16:01:10.248939+0000 mgr.y (mgr.25453) 1666 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: cephadm 2023-12-07T16:01:10.343461+0000 mgr.y (mgr.25453) 1667 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: cephadm 2023-12-07T16:01:10.448631+0000 mgr.y (mgr.25453) 1668 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: cephadm 2023-12-07T16:01:10.546200+0000 mgr.y (mgr.25453) 1669 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.623646+0000 mon.c (mon.1) 3845 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.636133+0000 mon.c (mon.1) 3846 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.638114+0000 mon.c (mon.1) 3847 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.638911+0000 mon.c (mon.1) 3848 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.645285+0000 mon.a (mon.0) 1675 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: cephadm 2023-12-07T16:01:10.648531+0000 mgr.y (mgr.25453) 1670 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: cluster 2023-12-07T16:01:10.688226+0000 mgr.y (mgr.25453) 1671 : cluster 0 pgmap v316: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-07T16:01:12.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.728890+0000 mon.c (mon.1) 3849 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.731289+0000 mon.c (mon.1) 3850 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.733765+0000 mon.c (mon.1) 3851 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.734800+0000 mon.c (mon.1) 3852 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.744213+0000 mon.a (mon.0) 1676 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: cephadm 2023-12-07T16:01:10.745209+0000 mgr.y (mgr.25453) 1672 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.826280+0000 mon.c (mon.1) 3853 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.828357+0000 mon.c (mon.1) 3854 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.830531+0000 mon.c (mon.1) 3855 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.831389+0000 mon.c (mon.1) 3856 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.838933+0000 mon.a (mon.0) 1677 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: cephadm 2023-12-07T16:01:10.840797+0000 mgr.y (mgr.25453) 1673 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.923202+0000 mon.c (mon.1) 3857 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.925602+0000 mon.c (mon.1) 3858 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.928428+0000 mon.c (mon.1) 3859 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.929354+0000 mon.c (mon.1) 3860 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:10.936641+0000 mon.a (mon.0) 1678 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: cephadm 2023-12-07T16:01:10.940250+0000 mgr.y (mgr.25453) 1674 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.020491+0000 mon.c (mon.1) 3861 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.022891+0000 mon.c (mon.1) 3862 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.026559+0000 mon.c (mon.1) 3863 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.027868+0000 mon.c (mon.1) 3864 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.038510+0000 mon.a (mon.0) 1679 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: cephadm 2023-12-07T16:01:11.040869+0000 mgr.y (mgr.25453) 1675 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.119795+0000 mon.c (mon.1) 3865 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.122491+0000 mon.c (mon.1) 3866 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.125357+0000 mon.c (mon.1) 3867 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.126551+0000 mon.c (mon.1) 3868 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.135293+0000 mon.a (mon.0) 1680 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.831389+0000 mon.c (mon.1) 3856 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.838933+0000 mon.a (mon.0) 1677 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: cephadm 2023-12-07T16:01:10.840797+0000 mgr.y (mgr.25453) 1673 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.923202+0000 mon.c (mon.1) 3857 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.925602+0000 mon.c (mon.1) 3858 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.928428+0000 mon.c (mon.1) 3859 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.929354+0000 mon.c (mon.1) 3860 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:10.936641+0000 mon.a (mon.0) 1678 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: cephadm 2023-12-07T16:01:10.940250+0000 mgr.y (mgr.25453) 1674 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.020491+0000 mon.c (mon.1) 3861 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.022891+0000 mon.c (mon.1) 3862 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.026559+0000 mon.c (mon.1) 3863 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.027868+0000 mon.c (mon.1) 3864 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.038510+0000 mon.a (mon.0) 1679 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: cephadm 2023-12-07T16:01:11.040869+0000 mgr.y (mgr.25453) 1675 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.119795+0000 mon.c (mon.1) 3865 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.122491+0000 mon.c (mon.1) 3866 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.125357+0000 mon.c (mon.1) 3867 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.126551+0000 mon.c (mon.1) 3868 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.135293+0000 mon.a (mon.0) 1680 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: cephadm 2023-12-07T16:01:11.136473+0000 mgr.y (mgr.25453) 1676 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.217880+0000 mon.c (mon.1) 3869 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.221362+0000 mon.c (mon.1) 3870 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.224784+0000 mon.c (mon.1) 3871 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.225951+0000 mon.c (mon.1) 3872 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.235363+0000 mon.a (mon.0) 1681 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.301035+0000 mon.c (mon.1) 3873 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.303456+0000 mon.c (mon.1) 3874 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.307316+0000 mon.c (mon.1) 3875 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.308514+0000 mon.c (mon.1) 3876 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.318179+0000 mon.a (mon.0) 1682 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.399872+0000 mon.c (mon.1) 3877 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.402610+0000 mon.c (mon.1) 3878 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.405474+0000 mon.c (mon.1) 3879 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.406741+0000 mon.c (mon.1) 3880 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.414812+0000 mon.a (mon.0) 1683 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.500159+0000 mon.c (mon.1) 3881 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.503122+0000 mon.c (mon.1) 3882 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.506359+0000 mon.c (mon.1) 3883 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.507701+0000 mon.c (mon.1) 3884 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.517233+0000 mon.a (mon.0) 1684 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: cephadm 2023-12-07T16:01:11.136473+0000 mgr.y (mgr.25453) 1676 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.217880+0000 mon.c (mon.1) 3869 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.221362+0000 mon.c (mon.1) 3870 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.224784+0000 mon.c (mon.1) 3871 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.225951+0000 mon.c (mon.1) 3872 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.235363+0000 mon.a (mon.0) 1681 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.301035+0000 mon.c (mon.1) 3873 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.303456+0000 mon.c (mon.1) 3874 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.307316+0000 mon.c (mon.1) 3875 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.308514+0000 mon.c (mon.1) 3876 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.318179+0000 mon.a (mon.0) 1682 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.399872+0000 mon.c (mon.1) 3877 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.402610+0000 mon.c (mon.1) 3878 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.405474+0000 mon.c (mon.1) 3879 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.406741+0000 mon.c (mon.1) 3880 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.414812+0000 mon.a (mon.0) 1683 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.500159+0000 mon.c (mon.1) 3881 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.503122+0000 mon.c (mon.1) 3882 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.506359+0000 mon.c (mon.1) 3883 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.507701+0000 mon.c (mon.1) 3884 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.517233+0000 mon.a (mon.0) 1684 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.596866+0000 mon.c (mon.1) 3885 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.599671+0000 mon.c (mon.1) 3886 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.602902+0000 mon.c (mon.1) 3887 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.604112+0000 mon.c (mon.1) 3888 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[81553]: audit 2023-12-07T16:01:11.613151+0000 mon.a (mon.0) 1685 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.596866+0000 mon.c (mon.1) 3885 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.599671+0000 mon.c (mon.1) 3886 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.602902+0000 mon.c (mon.1) 3887 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.604112+0000 mon.c (mon.1) 3888 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:11 smithi121 bash[83807]: audit 2023-12-07T16:01:11.613151+0000 mon.a (mon.0) 1685 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: cephadm 2023-12-07T16:01:11.238713+0000 mgr.y (mgr.25453) 1677 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: cephadm 2023-12-07T16:01:11.318986+0000 mgr.y (mgr.25453) 1678 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: cephadm 2023-12-07T16:01:11.417401+0000 mgr.y (mgr.25453) 1679 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: cephadm 2023-12-07T16:01:11.518158+0000 mgr.y (mgr.25453) 1680 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: cephadm 2023-12-07T16:01:11.613934+0000 mgr.y (mgr.25453) 1681 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.691048+0000 mon.c (mon.1) 3889 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.694744+0000 mon.c (mon.1) 3890 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.698417+0000 mon.c (mon.1) 3891 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.699646+0000 mon.c (mon.1) 3892 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.706827+0000 mon.a (mon.0) 1686 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: cephadm 2023-12-07T16:01:11.710288+0000 mgr.y (mgr.25453) 1682 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.791922+0000 mon.c (mon.1) 3893 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.795765+0000 mon.c (mon.1) 3894 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.800888+0000 mon.c (mon.1) 3895 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.802568+0000 mon.c (mon.1) 3896 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.811762+0000 mon.a (mon.0) 1687 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: cephadm 2023-12-07T16:01:11.812843+0000 mgr.y (mgr.25453) 1683 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.895296+0000 mon.c (mon.1) 3897 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.897541+0000 mon.c (mon.1) 3898 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.900433+0000 mon.c (mon.1) 3899 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.901267+0000 mon.c (mon.1) 3900 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.908967+0000 mon.a (mon.0) 1688 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: cephadm 2023-12-07T16:01:11.909664+0000 mgr.y (mgr.25453) 1684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.991328+0000 mon.c (mon.1) 3901 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.994110+0000 mon.c (mon.1) 3902 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.997083+0000 mon.c (mon.1) 3903 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:11.998136+0000 mon.c (mon.1) 3904 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.005958+0000 mon.a (mon.0) 1689 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: cephadm 2023-12-07T16:01:12.006903+0000 mgr.y (mgr.25453) 1685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.087877+0000 mon.c (mon.1) 3905 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.090361+0000 mon.c (mon.1) 3906 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.094633+0000 mon.c (mon.1) 3907 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.096213+0000 mon.c (mon.1) 3908 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.107740+0000 mon.a (mon.0) 1690 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: cephadm 2023-12-07T16:01:12.108993+0000 mgr.y (mgr.25453) 1686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.188232+0000 mon.c (mon.1) 3909 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.192639+0000 mon.c (mon.1) 3910 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.197705+0000 mon.c (mon.1) 3911 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.199026+0000 mon.c (mon.1) 3912 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.207238+0000 mon.a (mon.0) 1691 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.289812+0000 mon.c (mon.1) 3913 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.293950+0000 mon.c (mon.1) 3914 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.297075+0000 mon.c (mon.1) 3915 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.298426+0000 mon.c (mon.1) 3916 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.307993+0000 mon.a (mon.0) 1692 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.389826+0000 mon.c (mon.1) 3917 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.392745+0000 mon.c (mon.1) 3918 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.396278+0000 mon.c (mon.1) 3919 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.397280+0000 mon.c (mon.1) 3920 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.405283+0000 mon.a (mon.0) 1693 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.473328+0000 mon.a (mon.0) 1694 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.475398+0000 mon.c (mon.1) 3921 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.510157+0000 mon.c (mon.1) 3922 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.513171+0000 mon.c (mon.1) 3923 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:12.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.516267+0000 mon.c (mon.1) 3924 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:12.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.517370+0000 mon.c (mon.1) 3925 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:12.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:12 smithi144 bash[66528]: audit 2023-12-07T16:01:12.524378+0000 mon.a (mon.0) 1695 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: cephadm 2023-12-07T16:01:11.238713+0000 mgr.y (mgr.25453) 1677 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: cephadm 2023-12-07T16:01:11.318986+0000 mgr.y (mgr.25453) 1678 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: cephadm 2023-12-07T16:01:11.417401+0000 mgr.y (mgr.25453) 1679 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: cephadm 2023-12-07T16:01:11.518158+0000 mgr.y (mgr.25453) 1680 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: cephadm 2023-12-07T16:01:11.613934+0000 mgr.y (mgr.25453) 1681 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.691048+0000 mon.c (mon.1) 3889 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.694744+0000 mon.c (mon.1) 3890 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.698417+0000 mon.c (mon.1) 3891 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.699646+0000 mon.c (mon.1) 3892 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.706827+0000 mon.a (mon.0) 1686 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: cephadm 2023-12-07T16:01:11.710288+0000 mgr.y (mgr.25453) 1682 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.791922+0000 mon.c (mon.1) 3893 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.795765+0000 mon.c (mon.1) 3894 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.800888+0000 mon.c (mon.1) 3895 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.802568+0000 mon.c (mon.1) 3896 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.811762+0000 mon.a (mon.0) 1687 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: cephadm 2023-12-07T16:01:11.812843+0000 mgr.y (mgr.25453) 1683 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.895296+0000 mon.c (mon.1) 3897 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.897541+0000 mon.c (mon.1) 3898 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.900433+0000 mon.c (mon.1) 3899 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: cephadm 2023-12-07T16:01:11.238713+0000 mgr.y (mgr.25453) 1677 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: cephadm 2023-12-07T16:01:11.318986+0000 mgr.y (mgr.25453) 1678 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: cephadm 2023-12-07T16:01:11.417401+0000 mgr.y (mgr.25453) 1679 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: cephadm 2023-12-07T16:01:11.518158+0000 mgr.y (mgr.25453) 1680 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: cephadm 2023-12-07T16:01:11.613934+0000 mgr.y (mgr.25453) 1681 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.691048+0000 mon.c (mon.1) 3889 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.694744+0000 mon.c (mon.1) 3890 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.698417+0000 mon.c (mon.1) 3891 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.699646+0000 mon.c (mon.1) 3892 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.706827+0000 mon.a (mon.0) 1686 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: cephadm 2023-12-07T16:01:11.710288+0000 mgr.y (mgr.25453) 1682 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.791922+0000 mon.c (mon.1) 3893 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.795765+0000 mon.c (mon.1) 3894 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.800888+0000 mon.c (mon.1) 3895 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.802568+0000 mon.c (mon.1) 3896 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.811762+0000 mon.a (mon.0) 1687 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: cephadm 2023-12-07T16:01:11.812843+0000 mgr.y (mgr.25453) 1683 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.895296+0000 mon.c (mon.1) 3897 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.897541+0000 mon.c (mon.1) 3898 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.900433+0000 mon.c (mon.1) 3899 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.901267+0000 mon.c (mon.1) 3900 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.908967+0000 mon.a (mon.0) 1688 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: cephadm 2023-12-07T16:01:11.909664+0000 mgr.y (mgr.25453) 1684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.991328+0000 mon.c (mon.1) 3901 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.994110+0000 mon.c (mon.1) 3902 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.997083+0000 mon.c (mon.1) 3903 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:11.998136+0000 mon.c (mon.1) 3904 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.005958+0000 mon.a (mon.0) 1689 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: cephadm 2023-12-07T16:01:12.006903+0000 mgr.y (mgr.25453) 1685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.087877+0000 mon.c (mon.1) 3905 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.090361+0000 mon.c (mon.1) 3906 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.094633+0000 mon.c (mon.1) 3907 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.096213+0000 mon.c (mon.1) 3908 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.107740+0000 mon.a (mon.0) 1690 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: cephadm 2023-12-07T16:01:12.108993+0000 mgr.y (mgr.25453) 1686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.188232+0000 mon.c (mon.1) 3909 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.192639+0000 mon.c (mon.1) 3910 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.197705+0000 mon.c (mon.1) 3911 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.199026+0000 mon.c (mon.1) 3912 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.207238+0000 mon.a (mon.0) 1691 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.289812+0000 mon.c (mon.1) 3913 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.901267+0000 mon.c (mon.1) 3900 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.908967+0000 mon.a (mon.0) 1688 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: cephadm 2023-12-07T16:01:11.909664+0000 mgr.y (mgr.25453) 1684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.991328+0000 mon.c (mon.1) 3901 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.994110+0000 mon.c (mon.1) 3902 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.997083+0000 mon.c (mon.1) 3903 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:11.998136+0000 mon.c (mon.1) 3904 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.005958+0000 mon.a (mon.0) 1689 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: cephadm 2023-12-07T16:01:12.006903+0000 mgr.y (mgr.25453) 1685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.087877+0000 mon.c (mon.1) 3905 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.090361+0000 mon.c (mon.1) 3906 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.094633+0000 mon.c (mon.1) 3907 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.096213+0000 mon.c (mon.1) 3908 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.107740+0000 mon.a (mon.0) 1690 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: cephadm 2023-12-07T16:01:12.108993+0000 mgr.y (mgr.25453) 1686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.188232+0000 mon.c (mon.1) 3909 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.192639+0000 mon.c (mon.1) 3910 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.197705+0000 mon.c (mon.1) 3911 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.199026+0000 mon.c (mon.1) 3912 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.207238+0000 mon.a (mon.0) 1691 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.289812+0000 mon.c (mon.1) 3913 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.293950+0000 mon.c (mon.1) 3914 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.297075+0000 mon.c (mon.1) 3915 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.298426+0000 mon.c (mon.1) 3916 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.307993+0000 mon.a (mon.0) 1692 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.389826+0000 mon.c (mon.1) 3917 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.392745+0000 mon.c (mon.1) 3918 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.396278+0000 mon.c (mon.1) 3919 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.397280+0000 mon.c (mon.1) 3920 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.405283+0000 mon.a (mon.0) 1693 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.473328+0000 mon.a (mon.0) 1694 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.475398+0000 mon.c (mon.1) 3921 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:13.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.510157+0000 mon.c (mon.1) 3922 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.513171+0000 mon.c (mon.1) 3923 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.516267+0000 mon.c (mon.1) 3924 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.517370+0000 mon.c (mon.1) 3925 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[81553]: audit 2023-12-07T16:01:12.524378+0000 mon.a (mon.0) 1695 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.293950+0000 mon.c (mon.1) 3914 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.297075+0000 mon.c (mon.1) 3915 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.298426+0000 mon.c (mon.1) 3916 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.307993+0000 mon.a (mon.0) 1692 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.389826+0000 mon.c (mon.1) 3917 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.392745+0000 mon.c (mon.1) 3918 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.396278+0000 mon.c (mon.1) 3919 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.397280+0000 mon.c (mon.1) 3920 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.405283+0000 mon.a (mon.0) 1693 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.473328+0000 mon.a (mon.0) 1694 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.475398+0000 mon.c (mon.1) 3921 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:13.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.510157+0000 mon.c (mon.1) 3922 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.513171+0000 mon.c (mon.1) 3923 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.516267+0000 mon.c (mon.1) 3924 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.517370+0000 mon.c (mon.1) 3925 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:12 smithi121 bash[83807]: audit 2023-12-07T16:01:12.524378+0000 mon.a (mon.0) 1695 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.607 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[84756]: debug 2023-12-07T16:01:13.437+0000 7fc447bf5700 1 -- 172.21.15.144:0/1505094126 <== mon.2 v2:172.21.15.144:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562d3bfe71e0 con 0x562d3c06c800 2023-12-07T16:01:13.875 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[84756]: debug 2023-12-07T16:01:13.749+0000 7fc450d7b640 -1 Falling back to public interface 2023-12-07T16:01:13.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: cephadm 2023-12-07T16:01:12.208691+0000 mgr.y (mgr.25453) 1687 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: cephadm 2023-12-07T16:01:12.308759+0000 mgr.y (mgr.25453) 1688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: cephadm 2023-12-07T16:01:12.408322+0000 mgr.y (mgr.25453) 1689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: cephadm 2023-12-07T16:01:12.527508+0000 mgr.y (mgr.25453) 1690 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.648550+0000 mon.c (mon.1) 3926 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.661690+0000 mon.c (mon.1) 3927 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.664188+0000 mon.c (mon.1) 3928 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.665320+0000 mon.c (mon.1) 3929 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.674375+0000 mon.a (mon.0) 1696 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: cephadm 2023-12-07T16:01:12.675531+0000 mgr.y (mgr.25453) 1691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: cluster 2023-12-07T16:01:12.689610+0000 mgr.y (mgr.25453) 1692 : cluster 0 pgmap v317: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-07T16:01:13.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.755406+0000 mon.c (mon.1) 3930 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.758217+0000 mon.c (mon.1) 3931 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.761097+0000 mon.c (mon.1) 3932 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.762256+0000 mon.c (mon.1) 3933 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.770952+0000 mon.a (mon.0) 1697 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: cephadm 2023-12-07T16:01:12.772537+0000 mgr.y (mgr.25453) 1693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.852634+0000 mon.c (mon.1) 3934 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.856690+0000 mon.c (mon.1) 3935 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.860338+0000 mon.c (mon.1) 3936 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.861341+0000 mon.c (mon.1) 3937 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.873247+0000 mon.a (mon.0) 1698 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: cephadm 2023-12-07T16:01:12.874321+0000 mgr.y (mgr.25453) 1694 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.957170+0000 mon.c (mon.1) 3938 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.961694+0000 mon.c (mon.1) 3939 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.965501+0000 mon.c (mon.1) 3940 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.967086+0000 mon.c (mon.1) 3941 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:12.978092+0000 mon.a (mon.0) 1699 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: cephadm 2023-12-07T16:01:12.979854+0000 mgr.y (mgr.25453) 1695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.058185+0000 mon.c (mon.1) 3942 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.061041+0000 mon.c (mon.1) 3943 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.064184+0000 mon.c (mon.1) 3944 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.065250+0000 mon.c (mon.1) 3945 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.072811+0000 mon.a (mon.0) 1700 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: cephadm 2023-12-07T16:01:13.074944+0000 mgr.y (mgr.25453) 1696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.156021+0000 mon.c (mon.1) 3946 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.158610+0000 mon.c (mon.1) 3947 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.163009+0000 mon.c (mon.1) 3948 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.164374+0000 mon.c (mon.1) 3949 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.174107+0000 mon.a (mon.0) 1701 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: cephadm 2023-12-07T16:01:13.176166+0000 mgr.y (mgr.25453) 1697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:13.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.255651+0000 mon.c (mon.1) 3950 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.260208+0000 mon.c (mon.1) 3951 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.264230+0000 mon.c (mon.1) 3952 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.265760+0000 mon.c (mon.1) 3953 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.276656+0000 mon.a (mon.0) 1702 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.356249+0000 mon.c (mon.1) 3954 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.358813+0000 mon.c (mon.1) 3955 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.362031+0000 mon.c (mon.1) 3956 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.363130+0000 mon.c (mon.1) 3957 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.371271+0000 mon.a (mon.0) 1703 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.456354+0000 mon.c (mon.1) 3958 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.459476+0000 mon.c (mon.1) 3959 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.463134+0000 mon.c (mon.1) 3960 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.464694+0000 mon.c (mon.1) 3961 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.474883+0000 mon.a (mon.0) 1704 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:13.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.555653+0000 mon.c (mon.1) 3962 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:13.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.558749+0000 mon.c (mon.1) 3963 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:13.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.561335+0000 mon.c (mon.1) 3964 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:13.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.562482+0000 mon.c (mon.1) 3965 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:13.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:13 smithi144 bash[66528]: audit 2023-12-07T16:01:13.572631+0000 mon.a (mon.0) 1705 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: cephadm 2023-12-07T16:01:12.208691+0000 mgr.y (mgr.25453) 1687 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: cephadm 2023-12-07T16:01:12.308759+0000 mgr.y (mgr.25453) 1688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: cephadm 2023-12-07T16:01:12.408322+0000 mgr.y (mgr.25453) 1689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: cephadm 2023-12-07T16:01:12.527508+0000 mgr.y (mgr.25453) 1690 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.648550+0000 mon.c (mon.1) 3926 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.661690+0000 mon.c (mon.1) 3927 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.664188+0000 mon.c (mon.1) 3928 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.665320+0000 mon.c (mon.1) 3929 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.674375+0000 mon.a (mon.0) 1696 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: cephadm 2023-12-07T16:01:12.675531+0000 mgr.y (mgr.25453) 1691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: cluster 2023-12-07T16:01:12.689610+0000 mgr.y (mgr.25453) 1692 : cluster 0 pgmap v317: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-07T16:01:14.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.755406+0000 mon.c (mon.1) 3930 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.758217+0000 mon.c (mon.1) 3931 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.761097+0000 mon.c (mon.1) 3932 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.762256+0000 mon.c (mon.1) 3933 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.770952+0000 mon.a (mon.0) 1697 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: cephadm 2023-12-07T16:01:12.772537+0000 mgr.y (mgr.25453) 1693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.852634+0000 mon.c (mon.1) 3934 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.856690+0000 mon.c (mon.1) 3935 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.860338+0000 mon.c (mon.1) 3936 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: cephadm 2023-12-07T16:01:12.208691+0000 mgr.y (mgr.25453) 1687 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: cephadm 2023-12-07T16:01:12.308759+0000 mgr.y (mgr.25453) 1688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: cephadm 2023-12-07T16:01:12.408322+0000 mgr.y (mgr.25453) 1689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: cephadm 2023-12-07T16:01:12.527508+0000 mgr.y (mgr.25453) 1690 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.648550+0000 mon.c (mon.1) 3926 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.661690+0000 mon.c (mon.1) 3927 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.664188+0000 mon.c (mon.1) 3928 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.665320+0000 mon.c (mon.1) 3929 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.674375+0000 mon.a (mon.0) 1696 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: cephadm 2023-12-07T16:01:12.675531+0000 mgr.y (mgr.25453) 1691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: cluster 2023-12-07T16:01:12.689610+0000 mgr.y (mgr.25453) 1692 : cluster 0 pgmap v317: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-07T16:01:14.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.755406+0000 mon.c (mon.1) 3930 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.758217+0000 mon.c (mon.1) 3931 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.761097+0000 mon.c (mon.1) 3932 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.762256+0000 mon.c (mon.1) 3933 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.770952+0000 mon.a (mon.0) 1697 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: cephadm 2023-12-07T16:01:12.772537+0000 mgr.y (mgr.25453) 1693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.852634+0000 mon.c (mon.1) 3934 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.856690+0000 mon.c (mon.1) 3935 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.860338+0000 mon.c (mon.1) 3936 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.861341+0000 mon.c (mon.1) 3937 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.873247+0000 mon.a (mon.0) 1698 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: cephadm 2023-12-07T16:01:12.874321+0000 mgr.y (mgr.25453) 1694 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.957170+0000 mon.c (mon.1) 3938 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.961694+0000 mon.c (mon.1) 3939 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.965501+0000 mon.c (mon.1) 3940 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.967086+0000 mon.c (mon.1) 3941 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:12.978092+0000 mon.a (mon.0) 1699 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: cephadm 2023-12-07T16:01:12.979854+0000 mgr.y (mgr.25453) 1695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.058185+0000 mon.c (mon.1) 3942 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.061041+0000 mon.c (mon.1) 3943 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.064184+0000 mon.c (mon.1) 3944 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.065250+0000 mon.c (mon.1) 3945 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.072811+0000 mon.a (mon.0) 1700 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: cephadm 2023-12-07T16:01:13.074944+0000 mgr.y (mgr.25453) 1696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.156021+0000 mon.c (mon.1) 3946 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.158610+0000 mon.c (mon.1) 3947 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.163009+0000 mon.c (mon.1) 3948 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.164374+0000 mon.c (mon.1) 3949 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.174107+0000 mon.a (mon.0) 1701 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.861341+0000 mon.c (mon.1) 3937 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.873247+0000 mon.a (mon.0) 1698 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: cephadm 2023-12-07T16:01:12.874321+0000 mgr.y (mgr.25453) 1694 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.957170+0000 mon.c (mon.1) 3938 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.961694+0000 mon.c (mon.1) 3939 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.965501+0000 mon.c (mon.1) 3940 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.967086+0000 mon.c (mon.1) 3941 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:12.978092+0000 mon.a (mon.0) 1699 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: cephadm 2023-12-07T16:01:12.979854+0000 mgr.y (mgr.25453) 1695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.058185+0000 mon.c (mon.1) 3942 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.061041+0000 mon.c (mon.1) 3943 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.064184+0000 mon.c (mon.1) 3944 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.065250+0000 mon.c (mon.1) 3945 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.072811+0000 mon.a (mon.0) 1700 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: cephadm 2023-12-07T16:01:13.074944+0000 mgr.y (mgr.25453) 1696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.156021+0000 mon.c (mon.1) 3946 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.158610+0000 mon.c (mon.1) 3947 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.163009+0000 mon.c (mon.1) 3948 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.164374+0000 mon.c (mon.1) 3949 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.174107+0000 mon.a (mon.0) 1701 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: cephadm 2023-12-07T16:01:13.176166+0000 mgr.y (mgr.25453) 1697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.255651+0000 mon.c (mon.1) 3950 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.260208+0000 mon.c (mon.1) 3951 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.264230+0000 mon.c (mon.1) 3952 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.265760+0000 mon.c (mon.1) 3953 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.276656+0000 mon.a (mon.0) 1702 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.356249+0000 mon.c (mon.1) 3954 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.358813+0000 mon.c (mon.1) 3955 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.362031+0000 mon.c (mon.1) 3956 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.363130+0000 mon.c (mon.1) 3957 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.371271+0000 mon.a (mon.0) 1703 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.456354+0000 mon.c (mon.1) 3958 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.459476+0000 mon.c (mon.1) 3959 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.463134+0000 mon.c (mon.1) 3960 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.464694+0000 mon.c (mon.1) 3961 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.474883+0000 mon.a (mon.0) 1704 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.555653+0000 mon.c (mon.1) 3962 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.558749+0000 mon.c (mon.1) 3963 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.561335+0000 mon.c (mon.1) 3964 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.562482+0000 mon.c (mon.1) 3965 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[83807]: audit 2023-12-07T16:01:13.572631+0000 mon.a (mon.0) 1705 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: cephadm 2023-12-07T16:01:13.176166+0000 mgr.y (mgr.25453) 1697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.255651+0000 mon.c (mon.1) 3950 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.260208+0000 mon.c (mon.1) 3951 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.264230+0000 mon.c (mon.1) 3952 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.265760+0000 mon.c (mon.1) 3953 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.276656+0000 mon.a (mon.0) 1702 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.356249+0000 mon.c (mon.1) 3954 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.358813+0000 mon.c (mon.1) 3955 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.362031+0000 mon.c (mon.1) 3956 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.363130+0000 mon.c (mon.1) 3957 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.371271+0000 mon.a (mon.0) 1703 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.456354+0000 mon.c (mon.1) 3958 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.459476+0000 mon.c (mon.1) 3959 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.463134+0000 mon.c (mon.1) 3960 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.464694+0000 mon.c (mon.1) 3961 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.474883+0000 mon.a (mon.0) 1704 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.555653+0000 mon.c (mon.1) 3962 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.558749+0000 mon.c (mon.1) 3963 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.561335+0000 mon.c (mon.1) 3964 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.562482+0000 mon.c (mon.1) 3965 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:13 smithi121 bash[81553]: audit 2023-12-07T16:01:13.572631+0000 mon.a (mon.0) 1705 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: cephadm 2023-12-07T16:01:13.277470+0000 mgr.y (mgr.25453) 1698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: cephadm 2023-12-07T16:01:13.374160+0000 mgr.y (mgr.25453) 1699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: cephadm 2023-12-07T16:01:13.475737+0000 mgr.y (mgr.25453) 1700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: cephadm 2023-12-07T16:01:13.573498+0000 mgr.y (mgr.25453) 1701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.652599+0000 mon.c (mon.1) 3966 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.664671+0000 mon.c (mon.1) 3967 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.667396+0000 mon.c (mon.1) 3968 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.876 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.668130+0000 mon.c (mon.1) 3969 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.673234+0000 mon.a (mon.0) 1706 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: cephadm 2023-12-07T16:01:13.673849+0000 mgr.y (mgr.25453) 1702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.755939+0000 mon.c (mon.1) 3970 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.759656+0000 mon.c (mon.1) 3971 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.763348+0000 mon.c (mon.1) 3972 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.764641+0000 mon.c (mon.1) 3973 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.771904+0000 mgr.y (mgr.25453) 1703 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:14.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.772246+0000 mon.a (mon.0) 1707 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: cephadm 2023-12-07T16:01:13.774837+0000 mgr.y (mgr.25453) 1704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: cluster 2023-12-07T16:01:13.842515+0000 mon.a (mon.0) 1708 : cluster 3 Health check update: Degraded data redundancy: 80/630 objects degraded (12.698%), 24 pgs degraded (PG_DEGRADED) 2023-12-07T16:01:14.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.854393+0000 mon.c (mon.1) 3974 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.877 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.856754+0000 mon.c (mon.1) 3975 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.858753+0000 mon.c (mon.1) 3976 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.859591+0000 mon.c (mon.1) 3977 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.865481+0000 mon.a (mon.0) 1709 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: cephadm 2023-12-07T16:01:13.868528+0000 mgr.y (mgr.25453) 1705 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.950988+0000 mon.c (mon.1) 3978 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.953404+0000 mon.c (mon.1) 3979 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.956232+0000 mon.c (mon.1) 3980 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.957371+0000 mon.c (mon.1) 3981 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:13.964469+0000 mon.a (mon.0) 1710 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: cephadm 2023-12-07T16:01:13.968384+0000 mgr.y (mgr.25453) 1706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.048065+0000 mon.c (mon.1) 3982 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.051211+0000 mon.c (mon.1) 3983 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.878 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.054932+0000 mon.c (mon.1) 3984 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.056295+0000 mon.c (mon.1) 3985 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.063325+0000 mon.a (mon.0) 1711 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: cephadm 2023-12-07T16:01:14.068545+0000 mgr.y (mgr.25453) 1707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.147088+0000 mon.c (mon.1) 3986 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.151478+0000 mon.c (mon.1) 3987 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.155791+0000 mon.c (mon.1) 3988 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.157222+0000 mon.c (mon.1) 3989 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.167251+0000 mon.a (mon.0) 1712 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: cephadm 2023-12-07T16:01:14.168503+0000 mgr.y (mgr.25453) 1708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:14.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.250318+0000 mon.c (mon.1) 3990 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.254465+0000 mon.c (mon.1) 3991 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.257396+0000 mon.c (mon.1) 3992 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.258371+0000 mon.c (mon.1) 3993 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.265890+0000 mon.a (mon.0) 1713 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.350247+0000 mon.c (mon.1) 3994 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.353169+0000 mon.c (mon.1) 3995 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.879 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.357291+0000 mon.c (mon.1) 3996 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.358853+0000 mon.c (mon.1) 3997 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.368564+0000 mon.a (mon.0) 1714 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.452238+0000 mon.c (mon.1) 3998 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.455014+0000 mon.c (mon.1) 3999 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.458461+0000 mon.c (mon.1) 4000 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.459678+0000 mon.c (mon.1) 4001 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.466610+0000 mon.a (mon.0) 1715 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:14.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.561022+0000 mon.c (mon.1) 4002 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:14.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.563983+0000 mon.c (mon.1) 4003 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:14.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.567624+0000 mon.c (mon.1) 4004 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:14.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.569078+0000 mon.c (mon.1) 4005 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:14.880 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:14 smithi144 bash[66528]: audit 2023-12-07T16:01:14.576149+0000 mon.a (mon.0) 1716 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:01:14] "GET /metrics HTTP/1.1" 200 38518 "" "Prometheus/2.33.4" 2023-12-07T16:01:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: cephadm 2023-12-07T16:01:13.277470+0000 mgr.y (mgr.25453) 1698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: cephadm 2023-12-07T16:01:13.374160+0000 mgr.y (mgr.25453) 1699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: cephadm 2023-12-07T16:01:13.475737+0000 mgr.y (mgr.25453) 1700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: cephadm 2023-12-07T16:01:13.573498+0000 mgr.y (mgr.25453) 1701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.652599+0000 mon.c (mon.1) 3966 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.664671+0000 mon.c (mon.1) 3967 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.667396+0000 mon.c (mon.1) 3968 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.668130+0000 mon.c (mon.1) 3969 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.673234+0000 mon.a (mon.0) 1706 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: cephadm 2023-12-07T16:01:13.673849+0000 mgr.y (mgr.25453) 1702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.755939+0000 mon.c (mon.1) 3970 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.759656+0000 mon.c (mon.1) 3971 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.763348+0000 mon.c (mon.1) 3972 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.764641+0000 mon.c (mon.1) 3973 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.771904+0000 mgr.y (mgr.25453) 1703 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:15.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.772246+0000 mon.a (mon.0) 1707 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: cephadm 2023-12-07T16:01:13.774837+0000 mgr.y (mgr.25453) 1704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: cluster 2023-12-07T16:01:13.842515+0000 mon.a (mon.0) 1708 : cluster 3 Health check update: Degraded data redundancy: 80/630 objects degraded (12.698%), 24 pgs degraded (PG_DEGRADED) 2023-12-07T16:01:15.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.854393+0000 mon.c (mon.1) 3974 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.856754+0000 mon.c (mon.1) 3975 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.858753+0000 mon.c (mon.1) 3976 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.859591+0000 mon.c (mon.1) 3977 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.865481+0000 mon.a (mon.0) 1709 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: cephadm 2023-12-07T16:01:13.868528+0000 mgr.y (mgr.25453) 1705 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.950988+0000 mon.c (mon.1) 3978 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.953404+0000 mon.c (mon.1) 3979 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.956232+0000 mon.c (mon.1) 3980 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.957371+0000 mon.c (mon.1) 3981 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:13.964469+0000 mon.a (mon.0) 1710 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: cephadm 2023-12-07T16:01:13.968384+0000 mgr.y (mgr.25453) 1706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.048065+0000 mon.c (mon.1) 3982 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.051211+0000 mon.c (mon.1) 3983 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.054932+0000 mon.c (mon.1) 3984 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.056295+0000 mon.c (mon.1) 3985 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.063325+0000 mon.a (mon.0) 1711 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: cephadm 2023-12-07T16:01:14.068545+0000 mgr.y (mgr.25453) 1707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.147088+0000 mon.c (mon.1) 3986 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.151478+0000 mon.c (mon.1) 3987 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.155791+0000 mon.c (mon.1) 3988 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.157222+0000 mon.c (mon.1) 3989 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.167251+0000 mon.a (mon.0) 1712 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: cephadm 2023-12-07T16:01:14.168503+0000 mgr.y (mgr.25453) 1708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.250318+0000 mon.c (mon.1) 3990 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.254465+0000 mon.c (mon.1) 3991 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.257396+0000 mon.c (mon.1) 3992 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.258371+0000 mon.c (mon.1) 3993 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.265890+0000 mon.a (mon.0) 1713 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.350247+0000 mon.c (mon.1) 3994 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.353169+0000 mon.c (mon.1) 3995 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.357291+0000 mon.c (mon.1) 3996 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.358853+0000 mon.c (mon.1) 3997 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.368564+0000 mon.a (mon.0) 1714 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.452238+0000 mon.c (mon.1) 3998 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.455014+0000 mon.c (mon.1) 3999 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.458461+0000 mon.c (mon.1) 4000 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.459678+0000 mon.c (mon.1) 4001 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.466610+0000 mon.a (mon.0) 1715 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.561022+0000 mon.c (mon.1) 4002 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.563983+0000 mon.c (mon.1) 4003 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.567624+0000 mon.c (mon.1) 4004 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.569078+0000 mon.c (mon.1) 4005 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[83807]: audit 2023-12-07T16:01:14.576149+0000 mon.a (mon.0) 1716 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: cephadm 2023-12-07T16:01:13.277470+0000 mgr.y (mgr.25453) 1698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: cephadm 2023-12-07T16:01:13.374160+0000 mgr.y (mgr.25453) 1699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: cephadm 2023-12-07T16:01:13.475737+0000 mgr.y (mgr.25453) 1700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: cephadm 2023-12-07T16:01:13.573498+0000 mgr.y (mgr.25453) 1701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.652599+0000 mon.c (mon.1) 3966 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.664671+0000 mon.c (mon.1) 3967 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.667396+0000 mon.c (mon.1) 3968 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.668130+0000 mon.c (mon.1) 3969 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.673234+0000 mon.a (mon.0) 1706 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: cephadm 2023-12-07T16:01:13.673849+0000 mgr.y (mgr.25453) 1702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.755939+0000 mon.c (mon.1) 3970 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.759656+0000 mon.c (mon.1) 3971 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.763348+0000 mon.c (mon.1) 3972 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.764641+0000 mon.c (mon.1) 3973 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.771904+0000 mgr.y (mgr.25453) 1703 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:15.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.772246+0000 mon.a (mon.0) 1707 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: cephadm 2023-12-07T16:01:13.774837+0000 mgr.y (mgr.25453) 1704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: cluster 2023-12-07T16:01:13.842515+0000 mon.a (mon.0) 1708 : cluster 3 Health check update: Degraded data redundancy: 80/630 objects degraded (12.698%), 24 pgs degraded (PG_DEGRADED) 2023-12-07T16:01:15.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.854393+0000 mon.c (mon.1) 3974 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.856754+0000 mon.c (mon.1) 3975 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.858753+0000 mon.c (mon.1) 3976 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.859591+0000 mon.c (mon.1) 3977 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.865481+0000 mon.a (mon.0) 1709 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: cephadm 2023-12-07T16:01:13.868528+0000 mgr.y (mgr.25453) 1705 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.950988+0000 mon.c (mon.1) 3978 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.953404+0000 mon.c (mon.1) 3979 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.956232+0000 mon.c (mon.1) 3980 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.957371+0000 mon.c (mon.1) 3981 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:13.964469+0000 mon.a (mon.0) 1710 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: cephadm 2023-12-07T16:01:13.968384+0000 mgr.y (mgr.25453) 1706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.048065+0000 mon.c (mon.1) 3982 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.051211+0000 mon.c (mon.1) 3983 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.054932+0000 mon.c (mon.1) 3984 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.056295+0000 mon.c (mon.1) 3985 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.063325+0000 mon.a (mon.0) 1711 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: cephadm 2023-12-07T16:01:14.068545+0000 mgr.y (mgr.25453) 1707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.147088+0000 mon.c (mon.1) 3986 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.151478+0000 mon.c (mon.1) 3987 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.155791+0000 mon.c (mon.1) 3988 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.157222+0000 mon.c (mon.1) 3989 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.167251+0000 mon.a (mon.0) 1712 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: cephadm 2023-12-07T16:01:14.168503+0000 mgr.y (mgr.25453) 1708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:15.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.250318+0000 mon.c (mon.1) 3990 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.254465+0000 mon.c (mon.1) 3991 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.257396+0000 mon.c (mon.1) 3992 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.258371+0000 mon.c (mon.1) 3993 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.265890+0000 mon.a (mon.0) 1713 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.350247+0000 mon.c (mon.1) 3994 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.353169+0000 mon.c (mon.1) 3995 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.357291+0000 mon.c (mon.1) 3996 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.358853+0000 mon.c (mon.1) 3997 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.368564+0000 mon.a (mon.0) 1714 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.452238+0000 mon.c (mon.1) 3998 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.455014+0000 mon.c (mon.1) 3999 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.458461+0000 mon.c (mon.1) 4000 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.459678+0000 mon.c (mon.1) 4001 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.466610+0000 mon.a (mon.0) 1715 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:15.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.561022+0000 mon.c (mon.1) 4002 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:15.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.563983+0000 mon.c (mon.1) 4003 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:15.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.567624+0000 mon.c (mon.1) 4004 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:15.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.569078+0000 mon.c (mon.1) 4005 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:15.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:14 smithi121 bash[81553]: audit 2023-12-07T16:01:14.576149+0000 mon.a (mon.0) 1716 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: cephadm 2023-12-07T16:01:14.269300+0000 mgr.y (mgr.25453) 1709 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: cephadm 2023-12-07T16:01:14.369674+0000 mgr.y (mgr.25453) 1710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: cephadm 2023-12-07T16:01:14.480259+0000 mgr.y (mgr.25453) 1711 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: cephadm 2023-12-07T16:01:14.580741+0000 mgr.y (mgr.25453) 1712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.673824+0000 mon.c (mon.1) 4006 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.676327+0000 mon.c (mon.1) 4007 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.678430+0000 mon.c (mon.1) 4008 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.679199+0000 mon.c (mon.1) 4009 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.685241+0000 mon.a (mon.0) 1717 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: cephadm 2023-12-07T16:01:14.689955+0000 mgr.y (mgr.25453) 1713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: cluster 2023-12-07T16:01:14.690840+0000 mgr.y (mgr.25453) 1714 : cluster 0 pgmap v318: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-07T16:01:16.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.768744+0000 mon.c (mon.1) 4010 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.771657+0000 mon.c (mon.1) 4011 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.775337+0000 mon.c (mon.1) 4012 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.776571+0000 mon.c (mon.1) 4013 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.787797+0000 mon.a (mon.0) 1718 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: cephadm 2023-12-07T16:01:14.792236+0000 mgr.y (mgr.25453) 1715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.869668+0000 mon.c (mon.1) 4014 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.872859+0000 mon.c (mon.1) 4015 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.876885+0000 mon.c (mon.1) 4016 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.878188+0000 mon.c (mon.1) 4017 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.889541+0000 mon.a (mon.0) 1719 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: cephadm 2023-12-07T16:01:14.894335+0000 mgr.y (mgr.25453) 1716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.971863+0000 mon.c (mon.1) 4018 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.974742+0000 mon.c (mon.1) 4019 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.978397+0000 mon.c (mon.1) 4020 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.979503+0000 mon.c (mon.1) 4021 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:14.991087+0000 mon.a (mon.0) 1720 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: cephadm 2023-12-07T16:01:14.995493+0000 mgr.y (mgr.25453) 1717 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.072720+0000 mon.c (mon.1) 4022 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.075485+0000 mon.c (mon.1) 4023 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.078783+0000 mon.c (mon.1) 4024 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.080006+0000 mon.c (mon.1) 4025 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.091397+0000 mon.a (mon.0) 1721 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: cephadm 2023-12-07T16:01:15.095892+0000 mgr.y (mgr.25453) 1718 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.173024+0000 mon.c (mon.1) 4026 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.176218+0000 mon.c (mon.1) 4027 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.179718+0000 mon.c (mon.1) 4028 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.180890+0000 mon.c (mon.1) 4029 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.191943+0000 mon.a (mon.0) 1722 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: cephadm 2023-12-07T16:01:14.269300+0000 mgr.y (mgr.25453) 1709 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: cephadm 2023-12-07T16:01:14.369674+0000 mgr.y (mgr.25453) 1710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: cephadm 2023-12-07T16:01:14.480259+0000 mgr.y (mgr.25453) 1711 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: cephadm 2023-12-07T16:01:14.580741+0000 mgr.y (mgr.25453) 1712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.673824+0000 mon.c (mon.1) 4006 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.676327+0000 mon.c (mon.1) 4007 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.678430+0000 mon.c (mon.1) 4008 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.679199+0000 mon.c (mon.1) 4009 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.685241+0000 mon.a (mon.0) 1717 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: cephadm 2023-12-07T16:01:14.689955+0000 mgr.y (mgr.25453) 1713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: cluster 2023-12-07T16:01:14.690840+0000 mgr.y (mgr.25453) 1714 : cluster 0 pgmap v318: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-07T16:01:16.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.768744+0000 mon.c (mon.1) 4010 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.771657+0000 mon.c (mon.1) 4011 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.775337+0000 mon.c (mon.1) 4012 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.776571+0000 mon.c (mon.1) 4013 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.787797+0000 mon.a (mon.0) 1718 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: cephadm 2023-12-07T16:01:14.792236+0000 mgr.y (mgr.25453) 1715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.869668+0000 mon.c (mon.1) 4014 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.872859+0000 mon.c (mon.1) 4015 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.876885+0000 mon.c (mon.1) 4016 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.276660+0000 mon.c (mon.1) 4030 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.279331+0000 mon.c (mon.1) 4031 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.282193+0000 mon.c (mon.1) 4032 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.283385+0000 mon.c (mon.1) 4033 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.290657+0000 mon.a (mon.0) 1723 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.372660+0000 mon.c (mon.1) 4034 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.375824+0000 mon.c (mon.1) 4035 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.379674+0000 mon.c (mon.1) 4036 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.380813+0000 mon.c (mon.1) 4037 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.388098+0000 mon.a (mon.0) 1724 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.474553+0000 mon.c (mon.1) 4038 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.476842+0000 mon.c (mon.1) 4039 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.479640+0000 mon.c (mon.1) 4040 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.480520+0000 mon.c (mon.1) 4041 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.489122+0000 mon.a (mon.0) 1725 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.574723+0000 mon.c (mon.1) 4042 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.577323+0000 mon.c (mon.1) 4043 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.580441+0000 mon.c (mon.1) 4044 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.581499+0000 mon.c (mon.1) 4045 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[83807]: audit 2023-12-07T16:01:15.589083+0000 mon.a (mon.0) 1726 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.878188+0000 mon.c (mon.1) 4017 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.889541+0000 mon.a (mon.0) 1719 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: cephadm 2023-12-07T16:01:14.894335+0000 mgr.y (mgr.25453) 1716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.971863+0000 mon.c (mon.1) 4018 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.974742+0000 mon.c (mon.1) 4019 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.978397+0000 mon.c (mon.1) 4020 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.979503+0000 mon.c (mon.1) 4021 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:14.991087+0000 mon.a (mon.0) 1720 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: cephadm 2023-12-07T16:01:14.995493+0000 mgr.y (mgr.25453) 1717 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.072720+0000 mon.c (mon.1) 4022 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.075485+0000 mon.c (mon.1) 4023 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.078783+0000 mon.c (mon.1) 4024 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.080006+0000 mon.c (mon.1) 4025 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.091397+0000 mon.a (mon.0) 1721 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: cephadm 2023-12-07T16:01:15.095892+0000 mgr.y (mgr.25453) 1718 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.173024+0000 mon.c (mon.1) 4026 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.176218+0000 mon.c (mon.1) 4027 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.179718+0000 mon.c (mon.1) 4028 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.180890+0000 mon.c (mon.1) 4029 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.191943+0000 mon.a (mon.0) 1722 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.276660+0000 mon.c (mon.1) 4030 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.279331+0000 mon.c (mon.1) 4031 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.282193+0000 mon.c (mon.1) 4032 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.283385+0000 mon.c (mon.1) 4033 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.290657+0000 mon.a (mon.0) 1723 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.372660+0000 mon.c (mon.1) 4034 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.375824+0000 mon.c (mon.1) 4035 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.379674+0000 mon.c (mon.1) 4036 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.380813+0000 mon.c (mon.1) 4037 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.388098+0000 mon.a (mon.0) 1724 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.474553+0000 mon.c (mon.1) 4038 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.476842+0000 mon.c (mon.1) 4039 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.479640+0000 mon.c (mon.1) 4040 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.480520+0000 mon.c (mon.1) 4041 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.489122+0000 mon.a (mon.0) 1725 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.574723+0000 mon.c (mon.1) 4042 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.577323+0000 mon.c (mon.1) 4043 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.580441+0000 mon.c (mon.1) 4044 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.581499+0000 mon.c (mon.1) 4045 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:15 smithi121 bash[81553]: audit 2023-12-07T16:01:15.589083+0000 mon.a (mon.0) 1726 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: cephadm 2023-12-07T16:01:14.269300+0000 mgr.y (mgr.25453) 1709 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: cephadm 2023-12-07T16:01:14.369674+0000 mgr.y (mgr.25453) 1710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: cephadm 2023-12-07T16:01:14.480259+0000 mgr.y (mgr.25453) 1711 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: cephadm 2023-12-07T16:01:14.580741+0000 mgr.y (mgr.25453) 1712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.673824+0000 mon.c (mon.1) 4006 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.676327+0000 mon.c (mon.1) 4007 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.678430+0000 mon.c (mon.1) 4008 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.679199+0000 mon.c (mon.1) 4009 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.685241+0000 mon.a (mon.0) 1717 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: cephadm 2023-12-07T16:01:14.689955+0000 mgr.y (mgr.25453) 1713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: cluster 2023-12-07T16:01:14.690840+0000 mgr.y (mgr.25453) 1714 : cluster 0 pgmap v318: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-07T16:01:16.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.768744+0000 mon.c (mon.1) 4010 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.771657+0000 mon.c (mon.1) 4011 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.775337+0000 mon.c (mon.1) 4012 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.776571+0000 mon.c (mon.1) 4013 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.787797+0000 mon.a (mon.0) 1718 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: cephadm 2023-12-07T16:01:14.792236+0000 mgr.y (mgr.25453) 1715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.869668+0000 mon.c (mon.1) 4014 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.872859+0000 mon.c (mon.1) 4015 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.876885+0000 mon.c (mon.1) 4016 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.878188+0000 mon.c (mon.1) 4017 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.889541+0000 mon.a (mon.0) 1719 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: cephadm 2023-12-07T16:01:14.894335+0000 mgr.y (mgr.25453) 1716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.971863+0000 mon.c (mon.1) 4018 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.974742+0000 mon.c (mon.1) 4019 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.978397+0000 mon.c (mon.1) 4020 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.979503+0000 mon.c (mon.1) 4021 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:14.991087+0000 mon.a (mon.0) 1720 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: cephadm 2023-12-07T16:01:14.995493+0000 mgr.y (mgr.25453) 1717 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.072720+0000 mon.c (mon.1) 4022 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.075485+0000 mon.c (mon.1) 4023 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.078783+0000 mon.c (mon.1) 4024 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.080006+0000 mon.c (mon.1) 4025 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.091397+0000 mon.a (mon.0) 1721 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: cephadm 2023-12-07T16:01:15.095892+0000 mgr.y (mgr.25453) 1718 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.173024+0000 mon.c (mon.1) 4026 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.176218+0000 mon.c (mon.1) 4027 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.179718+0000 mon.c (mon.1) 4028 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.180890+0000 mon.c (mon.1) 4029 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.191943+0000 mon.a (mon.0) 1722 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.276660+0000 mon.c (mon.1) 4030 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.279331+0000 mon.c (mon.1) 4031 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.282193+0000 mon.c (mon.1) 4032 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.283385+0000 mon.c (mon.1) 4033 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.290657+0000 mon.a (mon.0) 1723 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.372660+0000 mon.c (mon.1) 4034 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.375824+0000 mon.c (mon.1) 4035 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.379674+0000 mon.c (mon.1) 4036 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.380813+0000 mon.c (mon.1) 4037 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.388098+0000 mon.a (mon.0) 1724 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.474553+0000 mon.c (mon.1) 4038 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.476842+0000 mon.c (mon.1) 4039 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.479640+0000 mon.c (mon.1) 4040 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.480520+0000 mon.c (mon.1) 4041 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.489122+0000 mon.a (mon.0) 1725 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.574723+0000 mon.c (mon.1) 4042 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.577323+0000 mon.c (mon.1) 4043 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.580441+0000 mon.c (mon.1) 4044 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.581499+0000 mon.c (mon.1) 4045 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:15 smithi144 bash[66528]: audit 2023-12-07T16:01:15.589083+0000 mon.a (mon.0) 1726 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.997 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[84756]: debug 2023-12-07T16:01:16.813+0000 7fc450d7b640 -1 osd.7 0 read_superblock omap replica is missing. 2023-12-07T16:01:16.998 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[84756]: debug 2023-12-07T16:01:16.853+0000 7fc450d7b640 -1 osd.7 155 log_to_monitors true 2023-12-07T16:01:16.998 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: cephadm 2023-12-07T16:01:15.195731+0000 mgr.y (mgr.25453) 1719 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.998 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: cephadm 2023-12-07T16:01:15.294515+0000 mgr.y (mgr.25453) 1720 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.998 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: cephadm 2023-12-07T16:01:15.391741+0000 mgr.y (mgr.25453) 1721 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.998 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: cephadm 2023-12-07T16:01:15.490045+0000 mgr.y (mgr.25453) 1722 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.998 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: cephadm 2023-12-07T16:01:15.591544+0000 mgr.y (mgr.25453) 1723 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.998 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.674005+0000 mon.c (mon.1) 4046 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.998 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.676350+0000 mon.c (mon.1) 4047 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.998 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.678274+0000 mon.c (mon.1) 4048 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.999 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.679012+0000 mon.c (mon.1) 4049 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.999 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.685319+0000 mon.a (mon.0) 1727 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.999 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: cephadm 2023-12-07T16:01:15.686293+0000 mgr.y (mgr.25453) 1724 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.999 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.769839+0000 mon.c (mon.1) 4050 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.999 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.772537+0000 mon.c (mon.1) 4051 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.999 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.777493+0000 mon.c (mon.1) 4052 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:16.999 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.778927+0000 mon.c (mon.1) 4053 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:16.999 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.788223+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:16.999 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: cephadm 2023-12-07T16:01:15.789055+0000 mgr.y (mgr.25453) 1725 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:16.999 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.866411+0000 mon.c (mon.1) 4054 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:16.999 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.870623+0000 mon.c (mon.1) 4055 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:16.999 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.874994+0000 mon.c (mon.1) 4056 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.000 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.876307+0000 mon.c (mon.1) 4057 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.000 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.884012+0000 mon.a (mon.0) 1729 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.000 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: cephadm 2023-12-07T16:01:15.885192+0000 mgr.y (mgr.25453) 1726 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.000 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.965034+0000 mon.c (mon.1) 4058 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.000 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.970131+0000 mon.c (mon.1) 4059 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.000 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.974764+0000 mon.c (mon.1) 4060 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.000 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.976165+0000 mon.c (mon.1) 4061 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.000 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:15.986267+0000 mon.a (mon.0) 1730 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.000 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: cephadm 2023-12-07T16:01:15.987392+0000 mgr.y (mgr.25453) 1727 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.000 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.068578+0000 mon.c (mon.1) 4062 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.000 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.071007+0000 mon.c (mon.1) 4063 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.073928+0000 mon.c (mon.1) 4064 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.075060+0000 mon.c (mon.1) 4065 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.083758+0000 mon.a (mon.0) 1731 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: cephadm 2023-12-07T16:01:16.084700+0000 mgr.y (mgr.25453) 1728 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.164488+0000 mon.c (mon.1) 4066 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.167175+0000 mon.c (mon.1) 4067 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.170683+0000 mon.c (mon.1) 4068 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.171755+0000 mon.c (mon.1) 4069 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.181251+0000 mon.a (mon.0) 1732 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: cephadm 2023-12-07T16:01:16.182265+0000 mgr.y (mgr.25453) 1729 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.261499+0000 mon.c (mon.1) 4070 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.266151+0000 mon.c (mon.1) 4071 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.269036+0000 mon.c (mon.1) 4072 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.270105+0000 mon.c (mon.1) 4073 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.277895+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.363130+0000 mon.c (mon.1) 4074 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.366187+0000 mon.c (mon.1) 4075 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.002 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.369927+0000 mon.c (mon.1) 4076 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.002 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.371300+0000 mon.c (mon.1) 4077 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.002 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.378078+0000 mon.a (mon.0) 1734 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.002 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.461863+0000 mon.c (mon.1) 4078 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.002 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.464367+0000 mon.c (mon.1) 4079 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.002 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.467761+0000 mon.c (mon.1) 4080 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.002 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.468880+0000 mon.c (mon.1) 4081 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.002 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.476155+0000 mon.a (mon.0) 1735 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.002 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.556882+0000 mon.c (mon.1) 4082 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.002 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.559164+0000 mon.c (mon.1) 4083 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.002 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.562125+0000 mon.c (mon.1) 4084 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.002 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.563474+0000 mon.c (mon.1) 4085 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.002 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.572780+0000 mon.a (mon.0) 1736 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.002 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.653014+0000 mon.c (mon.1) 4086 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.003 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.655614+0000 mon.c (mon.1) 4087 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.003 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.658369+0000 mon.c (mon.1) 4088 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.003 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:16 smithi144 bash[66528]: audit 2023-12-07T16:01:16.659467+0000 mon.c (mon.1) 4089 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: cephadm 2023-12-07T16:01:15.195731+0000 mgr.y (mgr.25453) 1719 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: cephadm 2023-12-07T16:01:15.294515+0000 mgr.y (mgr.25453) 1720 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: cephadm 2023-12-07T16:01:15.391741+0000 mgr.y (mgr.25453) 1721 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: cephadm 2023-12-07T16:01:15.490045+0000 mgr.y (mgr.25453) 1722 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: cephadm 2023-12-07T16:01:15.591544+0000 mgr.y (mgr.25453) 1723 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.674005+0000 mon.c (mon.1) 4046 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.676350+0000 mon.c (mon.1) 4047 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.678274+0000 mon.c (mon.1) 4048 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.679012+0000 mon.c (mon.1) 4049 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.685319+0000 mon.a (mon.0) 1727 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: cephadm 2023-12-07T16:01:15.686293+0000 mgr.y (mgr.25453) 1724 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.769839+0000 mon.c (mon.1) 4050 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.772537+0000 mon.c (mon.1) 4051 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.777493+0000 mon.c (mon.1) 4052 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.778927+0000 mon.c (mon.1) 4053 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.788223+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: cephadm 2023-12-07T16:01:15.789055+0000 mgr.y (mgr.25453) 1725 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.866411+0000 mon.c (mon.1) 4054 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.870623+0000 mon.c (mon.1) 4055 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.874994+0000 mon.c (mon.1) 4056 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: cephadm 2023-12-07T16:01:15.195731+0000 mgr.y (mgr.25453) 1719 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: cephadm 2023-12-07T16:01:15.294515+0000 mgr.y (mgr.25453) 1720 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: cephadm 2023-12-07T16:01:15.391741+0000 mgr.y (mgr.25453) 1721 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: cephadm 2023-12-07T16:01:15.490045+0000 mgr.y (mgr.25453) 1722 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: cephadm 2023-12-07T16:01:15.591544+0000 mgr.y (mgr.25453) 1723 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.674005+0000 mon.c (mon.1) 4046 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.676350+0000 mon.c (mon.1) 4047 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.678274+0000 mon.c (mon.1) 4048 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.679012+0000 mon.c (mon.1) 4049 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.685319+0000 mon.a (mon.0) 1727 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: cephadm 2023-12-07T16:01:15.686293+0000 mgr.y (mgr.25453) 1724 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.769839+0000 mon.c (mon.1) 4050 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.772537+0000 mon.c (mon.1) 4051 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.777493+0000 mon.c (mon.1) 4052 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.778927+0000 mon.c (mon.1) 4053 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.063 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.788223+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: cephadm 2023-12-07T16:01:15.789055+0000 mgr.y (mgr.25453) 1725 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.866411+0000 mon.c (mon.1) 4054 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.870623+0000 mon.c (mon.1) 4055 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.874994+0000 mon.c (mon.1) 4056 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.876307+0000 mon.c (mon.1) 4057 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.884012+0000 mon.a (mon.0) 1729 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: cephadm 2023-12-07T16:01:15.885192+0000 mgr.y (mgr.25453) 1726 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.965034+0000 mon.c (mon.1) 4058 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.970131+0000 mon.c (mon.1) 4059 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.974764+0000 mon.c (mon.1) 4060 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.976165+0000 mon.c (mon.1) 4061 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:15.986267+0000 mon.a (mon.0) 1730 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: cephadm 2023-12-07T16:01:15.987392+0000 mgr.y (mgr.25453) 1727 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.068578+0000 mon.c (mon.1) 4062 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.071007+0000 mon.c (mon.1) 4063 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.073928+0000 mon.c (mon.1) 4064 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.075060+0000 mon.c (mon.1) 4065 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.083758+0000 mon.a (mon.0) 1731 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: cephadm 2023-12-07T16:01:16.084700+0000 mgr.y (mgr.25453) 1728 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.164488+0000 mon.c (mon.1) 4066 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.167175+0000 mon.c (mon.1) 4067 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.170683+0000 mon.c (mon.1) 4068 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.171755+0000 mon.c (mon.1) 4069 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.181251+0000 mon.a (mon.0) 1732 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: cephadm 2023-12-07T16:01:16.182265+0000 mgr.y (mgr.25453) 1729 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.876307+0000 mon.c (mon.1) 4057 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.884012+0000 mon.a (mon.0) 1729 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: cephadm 2023-12-07T16:01:15.885192+0000 mgr.y (mgr.25453) 1726 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.965034+0000 mon.c (mon.1) 4058 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.970131+0000 mon.c (mon.1) 4059 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.974764+0000 mon.c (mon.1) 4060 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.976165+0000 mon.c (mon.1) 4061 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:15.986267+0000 mon.a (mon.0) 1730 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: cephadm 2023-12-07T16:01:15.987392+0000 mgr.y (mgr.25453) 1727 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.068578+0000 mon.c (mon.1) 4062 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.071007+0000 mon.c (mon.1) 4063 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.073928+0000 mon.c (mon.1) 4064 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.075060+0000 mon.c (mon.1) 4065 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.083758+0000 mon.a (mon.0) 1731 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: cephadm 2023-12-07T16:01:16.084700+0000 mgr.y (mgr.25453) 1728 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.164488+0000 mon.c (mon.1) 4066 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.167175+0000 mon.c (mon.1) 4067 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.170683+0000 mon.c (mon.1) 4068 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.171755+0000 mon.c (mon.1) 4069 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.181251+0000 mon.a (mon.0) 1732 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: cephadm 2023-12-07T16:01:16.182265+0000 mgr.y (mgr.25453) 1729 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:17.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.261499+0000 mon.c (mon.1) 4070 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.266151+0000 mon.c (mon.1) 4071 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.269036+0000 mon.c (mon.1) 4072 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.270105+0000 mon.c (mon.1) 4073 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.277895+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.363130+0000 mon.c (mon.1) 4074 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.366187+0000 mon.c (mon.1) 4075 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.369927+0000 mon.c (mon.1) 4076 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.371300+0000 mon.c (mon.1) 4077 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.378078+0000 mon.a (mon.0) 1734 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.461863+0000 mon.c (mon.1) 4078 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.464367+0000 mon.c (mon.1) 4079 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.467761+0000 mon.c (mon.1) 4080 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.468880+0000 mon.c (mon.1) 4081 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.476155+0000 mon.a (mon.0) 1735 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.556882+0000 mon.c (mon.1) 4082 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.559164+0000 mon.c (mon.1) 4083 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.562125+0000 mon.c (mon.1) 4084 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.563474+0000 mon.c (mon.1) 4085 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.572780+0000 mon.a (mon.0) 1736 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.261499+0000 mon.c (mon.1) 4070 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.266151+0000 mon.c (mon.1) 4071 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.269036+0000 mon.c (mon.1) 4072 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.270105+0000 mon.c (mon.1) 4073 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.277895+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.363130+0000 mon.c (mon.1) 4074 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.366187+0000 mon.c (mon.1) 4075 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.369927+0000 mon.c (mon.1) 4076 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.371300+0000 mon.c (mon.1) 4077 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.378078+0000 mon.a (mon.0) 1734 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.461863+0000 mon.c (mon.1) 4078 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.464367+0000 mon.c (mon.1) 4079 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.467761+0000 mon.c (mon.1) 4080 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.468880+0000 mon.c (mon.1) 4081 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.476155+0000 mon.a (mon.0) 1735 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.556882+0000 mon.c (mon.1) 4082 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.559164+0000 mon.c (mon.1) 4083 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.562125+0000 mon.c (mon.1) 4084 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.563474+0000 mon.c (mon.1) 4085 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.572780+0000 mon.a (mon.0) 1736 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:17.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.653014+0000 mon.c (mon.1) 4086 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.655614+0000 mon.c (mon.1) 4087 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.658369+0000 mon.c (mon.1) 4088 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[83807]: audit 2023-12-07T16:01:16.659467+0000 mon.c (mon.1) 4089 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:17.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.653014+0000 mon.c (mon.1) 4086 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:17.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.655614+0000 mon.c (mon.1) 4087 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:17.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.658369+0000 mon.c (mon.1) 4088 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:17.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:16 smithi121 bash[81553]: audit 2023-12-07T16:01:16.659467+0000 mon.c (mon.1) 4089 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: cephadm 2023-12-07T16:01:16.280763+0000 mgr.y (mgr.25453) 1730 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: cephadm 2023-12-07T16:01:16.381295+0000 mgr.y (mgr.25453) 1731 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: cephadm 2023-12-07T16:01:16.477974+0000 mgr.y (mgr.25453) 1732 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: cephadm 2023-12-07T16:01:16.574072+0000 mgr.y (mgr.25453) 1733 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.677786+0000 mon.a (mon.0) 1737 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: cephadm 2023-12-07T16:01:16.679302+0000 mgr.y (mgr.25453) 1734 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: cluster 2023-12-07T16:01:16.691663+0000 mgr.y (mgr.25453) 1735 : cluster 0 pgmap v319: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-07T16:01:18.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.758356+0000 mon.c (mon.1) 4090 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.761326+0000 mon.c (mon.1) 4091 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.765997+0000 mon.c (mon.1) 4092 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.767527+0000 mon.c (mon.1) 4093 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.778923+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: cephadm 2023-12-07T16:01:16.780303+0000 mgr.y (mgr.25453) 1736 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.859234+0000 mon.a (mon.0) 1739 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T16:01:18.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.860136+0000 mon.b (mon.2) 11 : audit 1 from='osd.7 [v2:172.21.15.144:6824/1596151517,v1:172.21.15.144:6825/1596151517]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T16:01:18.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.862530+0000 mon.c (mon.1) 4094 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.865121+0000 mon.c (mon.1) 4095 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.867670+0000 mon.c (mon.1) 4096 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.868798+0000 mon.c (mon.1) 4097 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.878025+0000 mon.a (mon.0) 1740 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.062 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: cephadm 2023-12-07T16:01:16.280763+0000 mgr.y (mgr.25453) 1730 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: cephadm 2023-12-07T16:01:16.381295+0000 mgr.y (mgr.25453) 1731 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: cephadm 2023-12-07T16:01:16.477974+0000 mgr.y (mgr.25453) 1732 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: cephadm 2023-12-07T16:01:16.574072+0000 mgr.y (mgr.25453) 1733 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.677786+0000 mon.a (mon.0) 1737 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: cephadm 2023-12-07T16:01:16.679302+0000 mgr.y (mgr.25453) 1734 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: cluster 2023-12-07T16:01:16.691663+0000 mgr.y (mgr.25453) 1735 : cluster 0 pgmap v319: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-07T16:01:18.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.758356+0000 mon.c (mon.1) 4090 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.761326+0000 mon.c (mon.1) 4091 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.765997+0000 mon.c (mon.1) 4092 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.767527+0000 mon.c (mon.1) 4093 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.778923+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: cephadm 2023-12-07T16:01:16.780303+0000 mgr.y (mgr.25453) 1736 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.859234+0000 mon.a (mon.0) 1739 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T16:01:18.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.860136+0000 mon.b (mon.2) 11 : audit 1 from='osd.7 [v2:172.21.15.144:6824/1596151517,v1:172.21.15.144:6825/1596151517]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T16:01:18.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.862530+0000 mon.c (mon.1) 4094 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.865121+0000 mon.c (mon.1) 4095 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.867670+0000 mon.c (mon.1) 4096 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.868798+0000 mon.c (mon.1) 4097 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.878025+0000 mon.a (mon.0) 1740 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: cephadm 2023-12-07T16:01:16.878986+0000 mgr.y (mgr.25453) 1737 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.961780+0000 mon.c (mon.1) 4098 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.963888+0000 mon.c (mon.1) 4099 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.966766+0000 mon.c (mon.1) 4100 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.967840+0000 mon.c (mon.1) 4101 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:16.977800+0000 mon.a (mon.0) 1741 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: cephadm 2023-12-07T16:01:16.980064+0000 mgr.y (mgr.25453) 1738 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.057800+0000 mon.c (mon.1) 4102 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.060962+0000 mon.c (mon.1) 4103 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.064941+0000 mon.c (mon.1) 4104 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.066445+0000 mon.c (mon.1) 4105 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.078460+0000 mon.a (mon.0) 1742 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: cephadm 2023-12-07T16:01:17.079490+0000 mgr.y (mgr.25453) 1739 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.159905+0000 mon.c (mon.1) 4106 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.162291+0000 mon.c (mon.1) 4107 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.165365+0000 mon.c (mon.1) 4108 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.166354+0000 mon.c (mon.1) 4109 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.174833+0000 mon.a (mon.0) 1743 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: cephadm 2023-12-07T16:01:17.177545+0000 mgr.y (mgr.25453) 1740 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.257127+0000 mon.c (mon.1) 4110 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: cephadm 2023-12-07T16:01:16.878986+0000 mgr.y (mgr.25453) 1737 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.961780+0000 mon.c (mon.1) 4098 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.963888+0000 mon.c (mon.1) 4099 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.966766+0000 mon.c (mon.1) 4100 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.967840+0000 mon.c (mon.1) 4101 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:16.977800+0000 mon.a (mon.0) 1741 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: cephadm 2023-12-07T16:01:16.980064+0000 mgr.y (mgr.25453) 1738 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.057800+0000 mon.c (mon.1) 4102 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.060962+0000 mon.c (mon.1) 4103 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.064941+0000 mon.c (mon.1) 4104 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.066445+0000 mon.c (mon.1) 4105 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.078460+0000 mon.a (mon.0) 1742 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: cephadm 2023-12-07T16:01:17.079490+0000 mgr.y (mgr.25453) 1739 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.159905+0000 mon.c (mon.1) 4106 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.162291+0000 mon.c (mon.1) 4107 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.165365+0000 mon.c (mon.1) 4108 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.166354+0000 mon.c (mon.1) 4109 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.174833+0000 mon.a (mon.0) 1743 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: cephadm 2023-12-07T16:01:17.177545+0000 mgr.y (mgr.25453) 1740 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.257127+0000 mon.c (mon.1) 4110 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.259548+0000 mon.c (mon.1) 4111 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.262978+0000 mon.c (mon.1) 4112 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.264226+0000 mon.c (mon.1) 4113 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.274673+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.352179+0000 mon.c (mon.1) 4114 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.355169+0000 mon.c (mon.1) 4115 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.358670+0000 mon.c (mon.1) 4116 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.359838+0000 mon.c (mon.1) 4117 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.372669+0000 mon.a (mon.0) 1745 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.456498+0000 mon.c (mon.1) 4118 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.459364+0000 mon.c (mon.1) 4119 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.462058+0000 mon.c (mon.1) 4120 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.463064+0000 mon.c (mon.1) 4121 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.473061+0000 mon.a (mon.0) 1746 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.556224+0000 mon.c (mon.1) 4122 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.559004+0000 mon.c (mon.1) 4123 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.562182+0000 mon.c (mon.1) 4124 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.563302+0000 mon.c (mon.1) 4125 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.574358+0000 mon.a (mon.0) 1747 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.655709+0000 mon.c (mon.1) 4126 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.658054+0000 mon.c (mon.1) 4127 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.662841+0000 mon.c (mon.1) 4128 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.664068+0000 mon.c (mon.1) 4129 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[81553]: audit 2023-12-07T16:01:17.674760+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.259548+0000 mon.c (mon.1) 4111 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.262978+0000 mon.c (mon.1) 4112 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.264226+0000 mon.c (mon.1) 4113 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.274673+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.352179+0000 mon.c (mon.1) 4114 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.355169+0000 mon.c (mon.1) 4115 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.358670+0000 mon.c (mon.1) 4116 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.359838+0000 mon.c (mon.1) 4117 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.372669+0000 mon.a (mon.0) 1745 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.456498+0000 mon.c (mon.1) 4118 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.459364+0000 mon.c (mon.1) 4119 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.462058+0000 mon.c (mon.1) 4120 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.463064+0000 mon.c (mon.1) 4121 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.473061+0000 mon.a (mon.0) 1746 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.556224+0000 mon.c (mon.1) 4122 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.559004+0000 mon.c (mon.1) 4123 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.562182+0000 mon.c (mon.1) 4124 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.563302+0000 mon.c (mon.1) 4125 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.574358+0000 mon.a (mon.0) 1747 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.655709+0000 mon.c (mon.1) 4126 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.658054+0000 mon.c (mon.1) 4127 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.662841+0000 mon.c (mon.1) 4128 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.664068+0000 mon.c (mon.1) 4129 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:17 smithi121 bash[83807]: audit 2023-12-07T16:01:17.674760+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.125 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[84756]: debug 2023-12-07T16:01:17.837+0000 7fc43f9e7700 -1 osd.7 155 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T16:01:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: cephadm 2023-12-07T16:01:16.280763+0000 mgr.y (mgr.25453) 1730 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: cephadm 2023-12-07T16:01:16.381295+0000 mgr.y (mgr.25453) 1731 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: cephadm 2023-12-07T16:01:16.477974+0000 mgr.y (mgr.25453) 1732 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: cephadm 2023-12-07T16:01:16.574072+0000 mgr.y (mgr.25453) 1733 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.677786+0000 mon.a (mon.0) 1737 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: cephadm 2023-12-07T16:01:16.679302+0000 mgr.y (mgr.25453) 1734 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: cluster 2023-12-07T16:01:16.691663+0000 mgr.y (mgr.25453) 1735 : cluster 0 pgmap v319: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-07T16:01:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.758356+0000 mon.c (mon.1) 4090 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.761326+0000 mon.c (mon.1) 4091 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.765997+0000 mon.c (mon.1) 4092 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.767527+0000 mon.c (mon.1) 4093 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.778923+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: cephadm 2023-12-07T16:01:16.780303+0000 mgr.y (mgr.25453) 1736 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.859234+0000 mon.a (mon.0) 1739 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T16:01:18.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.860136+0000 mon.b (mon.2) 11 : audit 1 from='osd.7 [v2:172.21.15.144:6824/1596151517,v1:172.21.15.144:6825/1596151517]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-07T16:01:18.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.862530+0000 mon.c (mon.1) 4094 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.865121+0000 mon.c (mon.1) 4095 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.867670+0000 mon.c (mon.1) 4096 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.868798+0000 mon.c (mon.1) 4097 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.878025+0000 mon.a (mon.0) 1740 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: cephadm 2023-12-07T16:01:16.878986+0000 mgr.y (mgr.25453) 1737 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.961780+0000 mon.c (mon.1) 4098 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.963888+0000 mon.c (mon.1) 4099 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.966766+0000 mon.c (mon.1) 4100 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.967840+0000 mon.c (mon.1) 4101 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:16.977800+0000 mon.a (mon.0) 1741 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: cephadm 2023-12-07T16:01:16.980064+0000 mgr.y (mgr.25453) 1738 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.057800+0000 mon.c (mon.1) 4102 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.060962+0000 mon.c (mon.1) 4103 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.064941+0000 mon.c (mon.1) 4104 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.066445+0000 mon.c (mon.1) 4105 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.078460+0000 mon.a (mon.0) 1742 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: cephadm 2023-12-07T16:01:17.079490+0000 mgr.y (mgr.25453) 1739 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.159905+0000 mon.c (mon.1) 4106 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.162291+0000 mon.c (mon.1) 4107 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.165365+0000 mon.c (mon.1) 4108 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.166354+0000 mon.c (mon.1) 4109 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.174833+0000 mon.a (mon.0) 1743 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: cephadm 2023-12-07T16:01:17.177545+0000 mgr.y (mgr.25453) 1740 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.257127+0000 mon.c (mon.1) 4110 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.259548+0000 mon.c (mon.1) 4111 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.262978+0000 mon.c (mon.1) 4112 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.264226+0000 mon.c (mon.1) 4113 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.274673+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.352179+0000 mon.c (mon.1) 4114 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.355169+0000 mon.c (mon.1) 4115 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.358670+0000 mon.c (mon.1) 4116 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.359838+0000 mon.c (mon.1) 4117 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.372669+0000 mon.a (mon.0) 1745 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.456498+0000 mon.c (mon.1) 4118 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.459364+0000 mon.c (mon.1) 4119 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.462058+0000 mon.c (mon.1) 4120 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.463064+0000 mon.c (mon.1) 4121 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.473061+0000 mon.a (mon.0) 1746 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.556224+0000 mon.c (mon.1) 4122 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.559004+0000 mon.c (mon.1) 4123 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.562182+0000 mon.c (mon.1) 4124 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.563302+0000 mon.c (mon.1) 4125 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.574358+0000 mon.a (mon.0) 1747 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.655709+0000 mon.c (mon.1) 4126 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.658054+0000 mon.c (mon.1) 4127 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.662841+0000 mon.c (mon.1) 4128 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.664068+0000 mon.c (mon.1) 4129 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:17 smithi144 bash[66528]: audit 2023-12-07T16:01:17.674760+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: cephadm 2023-12-07T16:01:17.275586+0000 mgr.y (mgr.25453) 1741 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: cephadm 2023-12-07T16:01:17.374154+0000 mgr.y (mgr.25453) 1742 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: cephadm 2023-12-07T16:01:17.473829+0000 mgr.y (mgr.25453) 1743 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: cephadm 2023-12-07T16:01:17.575114+0000 mgr.y (mgr.25453) 1744 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: cephadm 2023-12-07T16:01:17.675736+0000 mgr.y (mgr.25453) 1745 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.759326+0000 mon.c (mon.1) 4130 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.761460+0000 mon.c (mon.1) 4131 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.764581+0000 mon.c (mon.1) 4132 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.765747+0000 mon.c (mon.1) 4133 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.773951+0000 mon.a (mon.0) 1749 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: cephadm 2023-12-07T16:01:17.774765+0000 mgr.y (mgr.25453) 1746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.777836+0000 mon.a (mon.0) 1750 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-07T16:01:18.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: cluster 2023-12-07T16:01:17.782171+0000 mon.a (mon.0) 1751 : cluster 0 osdmap e158: 8 total, 7 up, 8 in 2023-12-07T16:01:18.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.787303+0000 mon.a (mon.0) 1752 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:01:18.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.788121+0000 mon.b (mon.2) 12 : audit 1 from='osd.7 [v2:172.21.15.144:6824/1596151517,v1:172.21.15.144:6825/1596151517]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:01:18.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.840503+0000 mon.c (mon.1) 4134 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.844306+0000 mon.c (mon.1) 4135 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.847307+0000 mon.c (mon.1) 4136 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.848583+0000 mon.c (mon.1) 4137 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.856008+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: cephadm 2023-12-07T16:01:17.856942+0000 mgr.y (mgr.25453) 1747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.934802+0000 mon.c (mon.1) 4138 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.940553+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.945416+0000 mon.c (mon.1) 4139 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.952982+0000 mon.c (mon.1) 4140 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.953975+0000 mon.c (mon.1) 4141 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:17.962897+0000 mon.a (mon.0) 1755 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: cephadm 2023-12-07T16:01:17.964563+0000 mgr.y (mgr.25453) 1748 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.044515+0000 mon.c (mon.1) 4142 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.047090+0000 mon.c (mon.1) 4143 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.050034+0000 mon.c (mon.1) 4144 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.051126+0000 mon.c (mon.1) 4145 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.059136+0000 mon.a (mon.0) 1756 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: cephadm 2023-12-07T16:01:18.060148+0000 mgr.y (mgr.25453) 1749 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.140436+0000 mon.c (mon.1) 4146 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.144731+0000 mon.c (mon.1) 4147 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.147373+0000 mon.c (mon.1) 4148 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.148609+0000 mon.c (mon.1) 4149 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.155328+0000 mon.a (mon.0) 1757 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: cephadm 2023-12-07T16:01:18.157783+0000 mgr.y (mgr.25453) 1750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:18.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.237153+0000 mon.c (mon.1) 4150 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.239748+0000 mon.c (mon.1) 4151 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.242755+0000 mon.c (mon.1) 4152 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.243909+0000 mon.c (mon.1) 4153 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.251958+0000 mon.a (mon.0) 1758 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.335664+0000 mon.c (mon.1) 4154 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.339573+0000 mon.c (mon.1) 4155 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.342841+0000 mon.c (mon.1) 4156 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.344275+0000 mon.c (mon.1) 4157 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.353648+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.464815+0000 mon.c (mon.1) 4158 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.467254+0000 mon.c (mon.1) 4159 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.470388+0000 mon.c (mon.1) 4160 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.471616+0000 mon.c (mon.1) 4161 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.479513+0000 mon.a (mon.0) 1760 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.956 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.559307+0000 mon.c (mon.1) 4162 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.956 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.562476+0000 mon.c (mon.1) 4163 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.956 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.565503+0000 mon.c (mon.1) 4164 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.956 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.566682+0000 mon.c (mon.1) 4165 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.956 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.574598+0000 mon.a (mon.0) 1761 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:18.956 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.657346+0000 mon.c (mon.1) 4166 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:18.956 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.661956+0000 mon.c (mon.1) 4167 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:18.956 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.664331+0000 mon.c (mon.1) 4168 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:18.956 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.665474+0000 mon.c (mon.1) 4169 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:18.956 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:18 smithi144 bash[66528]: audit 2023-12-07T16:01:18.673422+0000 mon.a (mon.0) 1762 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: cephadm 2023-12-07T16:01:17.275586+0000 mgr.y (mgr.25453) 1741 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: cephadm 2023-12-07T16:01:17.374154+0000 mgr.y (mgr.25453) 1742 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: cephadm 2023-12-07T16:01:17.473829+0000 mgr.y (mgr.25453) 1743 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: cephadm 2023-12-07T16:01:17.575114+0000 mgr.y (mgr.25453) 1744 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: cephadm 2023-12-07T16:01:17.675736+0000 mgr.y (mgr.25453) 1745 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.759326+0000 mon.c (mon.1) 4130 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.761460+0000 mon.c (mon.1) 4131 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.764581+0000 mon.c (mon.1) 4132 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.765747+0000 mon.c (mon.1) 4133 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.773951+0000 mon.a (mon.0) 1749 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: cephadm 2023-12-07T16:01:17.774765+0000 mgr.y (mgr.25453) 1746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.777836+0000 mon.a (mon.0) 1750 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-07T16:01:19.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: cluster 2023-12-07T16:01:17.782171+0000 mon.a (mon.0) 1751 : cluster 0 osdmap e158: 8 total, 7 up, 8 in 2023-12-07T16:01:19.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.787303+0000 mon.a (mon.0) 1752 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:01:19.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.788121+0000 mon.b (mon.2) 12 : audit 1 from='osd.7 [v2:172.21.15.144:6824/1596151517,v1:172.21.15.144:6825/1596151517]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:01:19.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.840503+0000 mon.c (mon.1) 4134 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.844306+0000 mon.c (mon.1) 4135 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.847307+0000 mon.c (mon.1) 4136 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.848583+0000 mon.c (mon.1) 4137 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.856008+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: cephadm 2023-12-07T16:01:17.275586+0000 mgr.y (mgr.25453) 1741 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: cephadm 2023-12-07T16:01:17.374154+0000 mgr.y (mgr.25453) 1742 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: cephadm 2023-12-07T16:01:17.473829+0000 mgr.y (mgr.25453) 1743 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: cephadm 2023-12-07T16:01:17.575114+0000 mgr.y (mgr.25453) 1744 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: cephadm 2023-12-07T16:01:17.675736+0000 mgr.y (mgr.25453) 1745 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.759326+0000 mon.c (mon.1) 4130 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.761460+0000 mon.c (mon.1) 4131 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.764581+0000 mon.c (mon.1) 4132 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.765747+0000 mon.c (mon.1) 4133 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.773951+0000 mon.a (mon.0) 1749 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: cephadm 2023-12-07T16:01:17.774765+0000 mgr.y (mgr.25453) 1746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.777836+0000 mon.a (mon.0) 1750 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-07T16:01:19.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: cluster 2023-12-07T16:01:17.782171+0000 mon.a (mon.0) 1751 : cluster 0 osdmap e158: 8 total, 7 up, 8 in 2023-12-07T16:01:19.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.787303+0000 mon.a (mon.0) 1752 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:01:19.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.788121+0000 mon.b (mon.2) 12 : audit 1 from='osd.7 [v2:172.21.15.144:6824/1596151517,v1:172.21.15.144:6825/1596151517]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2023-12-07T16:01:19.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.840503+0000 mon.c (mon.1) 4134 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.844306+0000 mon.c (mon.1) 4135 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.847307+0000 mon.c (mon.1) 4136 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.848583+0000 mon.c (mon.1) 4137 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.856008+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: cephadm 2023-12-07T16:01:17.856942+0000 mgr.y (mgr.25453) 1747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.934802+0000 mon.c (mon.1) 4138 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.064 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.940553+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.945416+0000 mon.c (mon.1) 4139 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.952982+0000 mon.c (mon.1) 4140 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.953975+0000 mon.c (mon.1) 4141 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:17.962897+0000 mon.a (mon.0) 1755 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: cephadm 2023-12-07T16:01:17.964563+0000 mgr.y (mgr.25453) 1748 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.044515+0000 mon.c (mon.1) 4142 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.047090+0000 mon.c (mon.1) 4143 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.050034+0000 mon.c (mon.1) 4144 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.051126+0000 mon.c (mon.1) 4145 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.059136+0000 mon.a (mon.0) 1756 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: cephadm 2023-12-07T16:01:18.060148+0000 mgr.y (mgr.25453) 1749 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.140436+0000 mon.c (mon.1) 4146 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.144731+0000 mon.c (mon.1) 4147 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.147373+0000 mon.c (mon.1) 4148 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.148609+0000 mon.c (mon.1) 4149 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.155328+0000 mon.a (mon.0) 1757 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: cephadm 2023-12-07T16:01:18.157783+0000 mgr.y (mgr.25453) 1750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: cephadm 2023-12-07T16:01:17.856942+0000 mgr.y (mgr.25453) 1747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.934802+0000 mon.c (mon.1) 4138 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.940553+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.945416+0000 mon.c (mon.1) 4139 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.952982+0000 mon.c (mon.1) 4140 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.953975+0000 mon.c (mon.1) 4141 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:17.962897+0000 mon.a (mon.0) 1755 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: cephadm 2023-12-07T16:01:17.964563+0000 mgr.y (mgr.25453) 1748 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.044515+0000 mon.c (mon.1) 4142 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.047090+0000 mon.c (mon.1) 4143 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.050034+0000 mon.c (mon.1) 4144 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.051126+0000 mon.c (mon.1) 4145 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.059136+0000 mon.a (mon.0) 1756 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: cephadm 2023-12-07T16:01:18.060148+0000 mgr.y (mgr.25453) 1749 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.140436+0000 mon.c (mon.1) 4146 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.144731+0000 mon.c (mon.1) 4147 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.147373+0000 mon.c (mon.1) 4148 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.148609+0000 mon.c (mon.1) 4149 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.155328+0000 mon.a (mon.0) 1757 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: cephadm 2023-12-07T16:01:18.157783+0000 mgr.y (mgr.25453) 1750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.237153+0000 mon.c (mon.1) 4150 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.239748+0000 mon.c (mon.1) 4151 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.242755+0000 mon.c (mon.1) 4152 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.243909+0000 mon.c (mon.1) 4153 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.251958+0000 mon.a (mon.0) 1758 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.335664+0000 mon.c (mon.1) 4154 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.068 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.339573+0000 mon.c (mon.1) 4155 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.342841+0000 mon.c (mon.1) 4156 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.344275+0000 mon.c (mon.1) 4157 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.353648+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.464815+0000 mon.c (mon.1) 4158 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.467254+0000 mon.c (mon.1) 4159 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.470388+0000 mon.c (mon.1) 4160 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.471616+0000 mon.c (mon.1) 4161 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.479513+0000 mon.a (mon.0) 1760 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.559307+0000 mon.c (mon.1) 4162 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.562476+0000 mon.c (mon.1) 4163 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.565503+0000 mon.c (mon.1) 4164 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.566682+0000 mon.c (mon.1) 4165 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.574598+0000 mon.a (mon.0) 1761 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.657346+0000 mon.c (mon.1) 4166 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.661956+0000 mon.c (mon.1) 4167 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.664331+0000 mon.c (mon.1) 4168 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.665474+0000 mon.c (mon.1) 4169 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[81553]: audit 2023-12-07T16:01:18.673422+0000 mon.a (mon.0) 1762 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.237153+0000 mon.c (mon.1) 4150 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.239748+0000 mon.c (mon.1) 4151 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.242755+0000 mon.c (mon.1) 4152 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.243909+0000 mon.c (mon.1) 4153 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.251958+0000 mon.a (mon.0) 1758 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.335664+0000 mon.c (mon.1) 4154 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.339573+0000 mon.c (mon.1) 4155 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.342841+0000 mon.c (mon.1) 4156 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.344275+0000 mon.c (mon.1) 4157 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.353648+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.464815+0000 mon.c (mon.1) 4158 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.467254+0000 mon.c (mon.1) 4159 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.470388+0000 mon.c (mon.1) 4160 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.471616+0000 mon.c (mon.1) 4161 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.479513+0000 mon.a (mon.0) 1760 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.559307+0000 mon.c (mon.1) 4162 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.562476+0000 mon.c (mon.1) 4163 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.565503+0000 mon.c (mon.1) 4164 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.566682+0000 mon.c (mon.1) 4165 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.574598+0000 mon.a (mon.0) 1761 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.657346+0000 mon.c (mon.1) 4166 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.661956+0000 mon.c (mon.1) 4167 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.664331+0000 mon.c (mon.1) 4168 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.665474+0000 mon.c (mon.1) 4169 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:18 smithi121 bash[83807]: audit 2023-12-07T16:01:18.673422+0000 mon.a (mon.0) 1762 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.708 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: cephadm 2023-12-07T16:01:18.252899+0000 mgr.y (mgr.25453) 1751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.708 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: cephadm 2023-12-07T16:01:18.354407+0000 mgr.y (mgr.25453) 1752 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.708 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: cephadm 2023-12-07T16:01:18.480476+0000 mgr.y (mgr.25453) 1753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.708 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: cephadm 2023-12-07T16:01:18.575740+0000 mgr.y (mgr.25453) 1754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.708 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: cephadm 2023-12-07T16:01:18.674150+0000 mgr.y (mgr.25453) 1755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.708 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: cluster 2023-12-07T16:01:18.692626+0000 mgr.y (mgr.25453) 1756 : cluster 0 pgmap v321: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s; 80/630 objects degraded (12.698%) 2023-12-07T16:01:19.708 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:18.752038+0000 mon.c (mon.1) 4170 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.708 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:18.755006+0000 mon.c (mon.1) 4171 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.708 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:18.759046+0000 mon.c (mon.1) 4172 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.709 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:18.760495+0000 mon.c (mon.1) 4173 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.709 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:18.769817+0000 mon.a (mon.0) 1763 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.709 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: cephadm 2023-12-07T16:01:18.771087+0000 mgr.y (mgr.25453) 1757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.709 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: cluster 2023-12-07T16:01:18.778547+0000 mon.a (mon.0) 1764 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:01:19.709 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: cluster 2023-12-07T16:01:18.785013+0000 mon.a (mon.0) 1765 : cluster 1 osd.7 [v2:172.21.15.144:6824/1596151517,v1:172.21.15.144:6825/1596151517] boot 2023-12-07T16:01:19.709 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: cluster 2023-12-07T16:01:18.785118+0000 mon.a (mon.0) 1766 : cluster 0 osdmap e159: 8 total, 8 up, 8 in 2023-12-07T16:01:19.709 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:18.785656+0000 mon.c (mon.1) 4174 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T16:01:19.709 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:18.883295+0000 mon.c (mon.1) 4175 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.709 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:18.885444+0000 mon.c (mon.1) 4176 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.709 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:18.887383+0000 mon.c (mon.1) 4177 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.709 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:18.888168+0000 mon.c (mon.1) 4178 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.709 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:18.909820+0000 mon.a (mon.0) 1767 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.709 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: cephadm 2023-12-07T16:01:18.913582+0000 mgr.y (mgr.25453) 1758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.709 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:18.992283+0000 mon.c (mon.1) 4179 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.710 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:18.995507+0000 mon.c (mon.1) 4180 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.710 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:18.999033+0000 mon.c (mon.1) 4181 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.710 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.000283+0000 mon.c (mon.1) 4182 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.710 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.012025+0000 mon.a (mon.0) 1768 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.710 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: cephadm 2023-12-07T16:01:19.013589+0000 mgr.y (mgr.25453) 1759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.710 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.093189+0000 mon.c (mon.1) 4183 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.710 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.095660+0000 mon.c (mon.1) 4184 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.710 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.099156+0000 mon.c (mon.1) 4185 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.710 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.100664+0000 mon.c (mon.1) 4186 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.710 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.110230+0000 mon.a (mon.0) 1769 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.710 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: cephadm 2023-12-07T16:01:19.113356+0000 mgr.y (mgr.25453) 1760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:19.710 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.193582+0000 mon.c (mon.1) 4187 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.710 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.195867+0000 mon.c (mon.1) 4188 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.710 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.199241+0000 mon.c (mon.1) 4189 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.711 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.200412+0000 mon.c (mon.1) 4190 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.711 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.210052+0000 mon.a (mon.0) 1770 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:19.711 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.292948+0000 mon.c (mon.1) 4191 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:19.711 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.295587+0000 mon.c (mon.1) 4192 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:19.711 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.298866+0000 mon.c (mon.1) 4193 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:19.711 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.300053+0000 mon.c (mon.1) 4194 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:19.711 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.308966+0000 mon.a (mon.0) 1771 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: cephadm 2023-12-07T16:01:18.252899+0000 mgr.y (mgr.25453) 1751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: cephadm 2023-12-07T16:01:18.354407+0000 mgr.y (mgr.25453) 1752 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: cephadm 2023-12-07T16:01:18.480476+0000 mgr.y (mgr.25453) 1753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: cephadm 2023-12-07T16:01:18.575740+0000 mgr.y (mgr.25453) 1754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: cephadm 2023-12-07T16:01:18.674150+0000 mgr.y (mgr.25453) 1755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: cluster 2023-12-07T16:01:18.692626+0000 mgr.y (mgr.25453) 1756 : cluster 0 pgmap v321: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s; 80/630 objects degraded (12.698%) 2023-12-07T16:01:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:18.752038+0000 mon.c (mon.1) 4170 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:18.755006+0000 mon.c (mon.1) 4171 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:18.759046+0000 mon.c (mon.1) 4172 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:18.760495+0000 mon.c (mon.1) 4173 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:18.769817+0000 mon.a (mon.0) 1763 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: cephadm 2023-12-07T16:01:18.771087+0000 mgr.y (mgr.25453) 1757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: cluster 2023-12-07T16:01:18.778547+0000 mon.a (mon.0) 1764 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:01:20.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: cluster 2023-12-07T16:01:18.785013+0000 mon.a (mon.0) 1765 : cluster 1 osd.7 [v2:172.21.15.144:6824/1596151517,v1:172.21.15.144:6825/1596151517] boot 2023-12-07T16:01:20.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: cluster 2023-12-07T16:01:18.785118+0000 mon.a (mon.0) 1766 : cluster 0 osdmap e159: 8 total, 8 up, 8 in 2023-12-07T16:01:20.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:18.785656+0000 mon.c (mon.1) 4174 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T16:01:20.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:18.883295+0000 mon.c (mon.1) 4175 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:18.885444+0000 mon.c (mon.1) 4176 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:18.887383+0000 mon.c (mon.1) 4177 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:18.888168+0000 mon.c (mon.1) 4178 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: cephadm 2023-12-07T16:01:18.252899+0000 mgr.y (mgr.25453) 1751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: cephadm 2023-12-07T16:01:18.354407+0000 mgr.y (mgr.25453) 1752 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: cephadm 2023-12-07T16:01:18.480476+0000 mgr.y (mgr.25453) 1753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: cephadm 2023-12-07T16:01:18.575740+0000 mgr.y (mgr.25453) 1754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: cephadm 2023-12-07T16:01:18.674150+0000 mgr.y (mgr.25453) 1755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: cluster 2023-12-07T16:01:18.692626+0000 mgr.y (mgr.25453) 1756 : cluster 0 pgmap v321: 161 pgs: 24 active+undersized+degraded, 41 active+undersized, 96 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s; 80/630 objects degraded (12.698%) 2023-12-07T16:01:20.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:18.752038+0000 mon.c (mon.1) 4170 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:18.755006+0000 mon.c (mon.1) 4171 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:18.759046+0000 mon.c (mon.1) 4172 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:18.760495+0000 mon.c (mon.1) 4173 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:18.769817+0000 mon.a (mon.0) 1763 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: cephadm 2023-12-07T16:01:18.771087+0000 mgr.y (mgr.25453) 1757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: cluster 2023-12-07T16:01:18.778547+0000 mon.a (mon.0) 1764 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-07T16:01:20.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: cluster 2023-12-07T16:01:18.785013+0000 mon.a (mon.0) 1765 : cluster 1 osd.7 [v2:172.21.15.144:6824/1596151517,v1:172.21.15.144:6825/1596151517] boot 2023-12-07T16:01:20.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: cluster 2023-12-07T16:01:18.785118+0000 mon.a (mon.0) 1766 : cluster 0 osdmap e159: 8 total, 8 up, 8 in 2023-12-07T16:01:20.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:18.785656+0000 mon.c (mon.1) 4174 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-07T16:01:20.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:18.883295+0000 mon.c (mon.1) 4175 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:18.885444+0000 mon.c (mon.1) 4176 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:18.887383+0000 mon.c (mon.1) 4177 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:18.888168+0000 mon.c (mon.1) 4178 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:18.909820+0000 mon.a (mon.0) 1767 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: cephadm 2023-12-07T16:01:18.913582+0000 mgr.y (mgr.25453) 1758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:18.992283+0000 mon.c (mon.1) 4179 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:18.995507+0000 mon.c (mon.1) 4180 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.065 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:18.999033+0000 mon.c (mon.1) 4181 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.000283+0000 mon.c (mon.1) 4182 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.012025+0000 mon.a (mon.0) 1768 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: cephadm 2023-12-07T16:01:19.013589+0000 mgr.y (mgr.25453) 1759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.093189+0000 mon.c (mon.1) 4183 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.095660+0000 mon.c (mon.1) 4184 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.099156+0000 mon.c (mon.1) 4185 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.100664+0000 mon.c (mon.1) 4186 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.110230+0000 mon.a (mon.0) 1769 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: cephadm 2023-12-07T16:01:19.113356+0000 mgr.y (mgr.25453) 1760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.193582+0000 mon.c (mon.1) 4187 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.195867+0000 mon.c (mon.1) 4188 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.199241+0000 mon.c (mon.1) 4189 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.200412+0000 mon.c (mon.1) 4190 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.210052+0000 mon.a (mon.0) 1770 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.292948+0000 mon.c (mon.1) 4191 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.295587+0000 mon.c (mon.1) 4192 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:18.909820+0000 mon.a (mon.0) 1767 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: cephadm 2023-12-07T16:01:18.913582+0000 mgr.y (mgr.25453) 1758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.067 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:18.992283+0000 mon.c (mon.1) 4179 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:18.995507+0000 mon.c (mon.1) 4180 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:18.999033+0000 mon.c (mon.1) 4181 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.000283+0000 mon.c (mon.1) 4182 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.012025+0000 mon.a (mon.0) 1768 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: cephadm 2023-12-07T16:01:19.013589+0000 mgr.y (mgr.25453) 1759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.093189+0000 mon.c (mon.1) 4183 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.095660+0000 mon.c (mon.1) 4184 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.099156+0000 mon.c (mon.1) 4185 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.100664+0000 mon.c (mon.1) 4186 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.110230+0000 mon.a (mon.0) 1769 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: cephadm 2023-12-07T16:01:19.113356+0000 mgr.y (mgr.25453) 1760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:20.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.193582+0000 mon.c (mon.1) 4187 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.195867+0000 mon.c (mon.1) 4188 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.199241+0000 mon.c (mon.1) 4189 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.200412+0000 mon.c (mon.1) 4190 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.210052+0000 mon.a (mon.0) 1770 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.292948+0000 mon.c (mon.1) 4191 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.295587+0000 mon.c (mon.1) 4192 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.298866+0000 mon.c (mon.1) 4193 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.300053+0000 mon.c (mon.1) 4194 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.308966+0000 mon.a (mon.0) 1771 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.392709+0000 mon.c (mon.1) 4195 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.396147+0000 mon.c (mon.1) 4196 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.399893+0000 mon.c (mon.1) 4197 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.401236+0000 mon.c (mon.1) 4198 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.412647+0000 mon.a (mon.0) 1772 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.525235+0000 mon.c (mon.1) 4199 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.527691+0000 mon.c (mon.1) 4200 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.529885+0000 mon.c (mon.1) 4201 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.530879+0000 mon.c (mon.1) 4202 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.541636+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.627626+0000 mon.c (mon.1) 4203 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.630369+0000 mon.c (mon.1) 4204 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.633762+0000 mon.c (mon.1) 4205 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.634843+0000 mon.c (mon.1) 4206 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[81553]: audit 2023-12-07T16:01:19.642789+0000 mon.a (mon.0) 1774 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.298866+0000 mon.c (mon.1) 4193 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.300053+0000 mon.c (mon.1) 4194 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.308966+0000 mon.a (mon.0) 1771 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.392709+0000 mon.c (mon.1) 4195 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.396147+0000 mon.c (mon.1) 4196 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.399893+0000 mon.c (mon.1) 4197 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.401236+0000 mon.c (mon.1) 4198 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.412647+0000 mon.a (mon.0) 1772 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.525235+0000 mon.c (mon.1) 4199 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.527691+0000 mon.c (mon.1) 4200 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.529885+0000 mon.c (mon.1) 4201 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.072 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.530879+0000 mon.c (mon.1) 4202 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.541636+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.627626+0000 mon.c (mon.1) 4203 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.630369+0000 mon.c (mon.1) 4204 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.633762+0000 mon.c (mon.1) 4205 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.634843+0000 mon.c (mon.1) 4206 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.073 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:19 smithi121 bash[83807]: audit 2023-12-07T16:01:19.642789+0000 mon.a (mon.0) 1774 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.076 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.392709+0000 mon.c (mon.1) 4195 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.076 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.396147+0000 mon.c (mon.1) 4196 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.076 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.399893+0000 mon.c (mon.1) 4197 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.076 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.401236+0000 mon.c (mon.1) 4198 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.076 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.412647+0000 mon.a (mon.0) 1772 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.076 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.525235+0000 mon.c (mon.1) 4199 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.527691+0000 mon.c (mon.1) 4200 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.529885+0000 mon.c (mon.1) 4201 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.530879+0000 mon.c (mon.1) 4202 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.541636+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.627626+0000 mon.c (mon.1) 4203 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:20.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.630369+0000 mon.c (mon.1) 4204 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:20.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.633762+0000 mon.c (mon.1) 4205 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:20.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.634843+0000 mon.c (mon.1) 4206 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:20.077 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:19 smithi144 bash[66528]: audit 2023-12-07T16:01:19.642789+0000 mon.a (mon.0) 1774 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:20.560 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[75663]: debug 2023-12-07T16:01:20.202+0000 7f9edd825700 -1 log_channel(cephadm) log [ERR] : Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-07T16:01:21.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: cephadm 2023-12-07T16:01:19.213407+0000 mgr.y (mgr.25453) 1761 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: cephadm 2023-12-07T16:01:19.313018+0000 mgr.y (mgr.25453) 1762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: cephadm 2023-12-07T16:01:19.413750+0000 mgr.y (mgr.25453) 1763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: cephadm 2023-12-07T16:01:19.544753+0000 mgr.y (mgr.25453) 1764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: cephadm 2023-12-07T16:01:19.645658+0000 mgr.y (mgr.25453) 1765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:19.720123+0000 mon.c (mon.1) 4207 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:21.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:19.722651+0000 mon.c (mon.1) 4208 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:19.725003+0000 mon.c (mon.1) 4209 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:21.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:19.725897+0000 mon.c (mon.1) 4210 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:21.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:19.731854+0000 mon.a (mon.0) 1775 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: cephadm 2023-12-07T16:01:19.735287+0000 mgr.y (mgr.25453) 1766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: cluster 2023-12-07T16:01:19.796807+0000 mon.a (mon.0) 1776 : cluster 0 osdmap e160: 8 total, 8 up, 8 in 2023-12-07T16:01:21.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:19.822749+0000 mon.c (mon.1) 4211 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:21.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:19.827003+0000 mon.c (mon.1) 4212 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:19.830048+0000 mon.c (mon.1) 4213 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:21.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:19.831120+0000 mon.c (mon.1) 4214 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:21.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:19.836816+0000 mon.a (mon.0) 1777 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: cephadm 2023-12-07T16:01:19.837525+0000 mgr.y (mgr.25453) 1767 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:19.903016+0000 mon.c (mon.1) 4215 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:21.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:19.905385+0000 mon.c (mon.1) 4216 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.062 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:19.909353+0000 mon.c (mon.1) 4217 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:21.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: cephadm 2023-12-07T16:01:19.213407+0000 mgr.y (mgr.25453) 1761 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: cephadm 2023-12-07T16:01:19.313018+0000 mgr.y (mgr.25453) 1762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: cephadm 2023-12-07T16:01:19.413750+0000 mgr.y (mgr.25453) 1763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: cephadm 2023-12-07T16:01:19.544753+0000 mgr.y (mgr.25453) 1764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: cephadm 2023-12-07T16:01:19.645658+0000 mgr.y (mgr.25453) 1765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:19.720123+0000 mon.c (mon.1) 4207 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:21.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:19.722651+0000 mon.c (mon.1) 4208 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:19.725003+0000 mon.c (mon.1) 4209 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:21.063 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:19.725897+0000 mon.c (mon.1) 4210 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:21.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:19.731854+0000 mon.a (mon.0) 1775 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: cephadm 2023-12-07T16:01:19.735287+0000 mgr.y (mgr.25453) 1766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: cluster 2023-12-07T16:01:19.796807+0000 mon.a (mon.0) 1776 : cluster 0 osdmap e160: 8 total, 8 up, 8 in 2023-12-07T16:01:21.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:19.822749+0000 mon.c (mon.1) 4211 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:21.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:19.827003+0000 mon.c (mon.1) 4212 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:19.830048+0000 mon.c (mon.1) 4213 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:21.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:19.831120+0000 mon.c (mon.1) 4214 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:21.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:19.836816+0000 mon.a (mon.0) 1777 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: cephadm 2023-12-07T16:01:19.837525+0000 mgr.y (mgr.25453) 1767 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:19.903016+0000 mon.c (mon.1) 4215 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:21.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:19.905385+0000 mon.c (mon.1) 4216 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:19.909353+0000 mon.c (mon.1) 4217 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:21.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:19.910948+0000 mon.c (mon.1) 4218 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:21.064 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:19.921954+0000 mon.a (mon.0) 1778 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: cephadm 2023-12-07T16:01:19.922735+0000 mgr.y (mgr.25453) 1768 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.004245+0000 mon.c (mon.1) 4219 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:21.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.007365+0000 mon.c (mon.1) 4220 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.010769+0000 mon.c (mon.1) 4221 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:21.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.012106+0000 mon.c (mon.1) 4222 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:21.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.021768+0000 mon.a (mon.0) 1779 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: cephadm 2023-12-07T16:01:20.022620+0000 mgr.y (mgr.25453) 1769 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.051136+0000 mon.a (mon.0) 1780 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.062561+0000 mon.a (mon.0) 1781 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.070739+0000 mon.a (mon.0) 1782 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.104008+0000 mon.c (mon.1) 4223 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:21.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.106357+0000 mon.c (mon.1) 4224 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.108211+0000 mon.c (mon.1) 4225 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.065 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.109760+0000 mon.c (mon.1) 4226 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.112679+0000 mon.c (mon.1) 4227 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: cephadm 2023-12-07T16:01:20.113615+0000 mgr.y (mgr.25453) 1770 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-07T16:01:21.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.121772+0000 mon.a (mon.0) 1783 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.126176+0000 mon.c (mon.1) 4228 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-07T16:01:21.066 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.126706+0000 mon.a (mon.0) 1784 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-07T16:01:21.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:19.910948+0000 mon.c (mon.1) 4218 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:21.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:19.921954+0000 mon.a (mon.0) 1778 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: cephadm 2023-12-07T16:01:19.922735+0000 mgr.y (mgr.25453) 1768 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.004245+0000 mon.c (mon.1) 4219 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:21.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.007365+0000 mon.c (mon.1) 4220 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.066 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.010769+0000 mon.c (mon.1) 4221 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:21.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.012106+0000 mon.c (mon.1) 4222 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:21.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.021768+0000 mon.a (mon.0) 1779 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: cephadm 2023-12-07T16:01:20.022620+0000 mgr.y (mgr.25453) 1769 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.051136+0000 mon.a (mon.0) 1780 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.062561+0000 mon.a (mon.0) 1781 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.070739+0000 mon.a (mon.0) 1782 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.104008+0000 mon.c (mon.1) 4223 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:21.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.106357+0000 mon.c (mon.1) 4224 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.108211+0000 mon.c (mon.1) 4225 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.109760+0000 mon.c (mon.1) 4226 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.112679+0000 mon.c (mon.1) 4227 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: cephadm 2023-12-07T16:01:20.113615+0000 mgr.y (mgr.25453) 1770 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-07T16:01:21.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.121772+0000 mon.a (mon.0) 1783 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.126176+0000 mon.c (mon.1) 4228 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-07T16:01:21.067 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.126706+0000 mon.a (mon.0) 1784 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-07T16:01:21.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.132558+0000 mon.a (mon.0) 1785 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-07T16:01:21.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.135178+0000 mon.c (mon.1) 4229 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-07T16:01:21.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.135470+0000 mon.a (mon.0) 1786 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-07T16:01:21.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.140605+0000 mon.a (mon.0) 1787 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-07T16:01:21.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.143169+0000 mon.c (mon.1) 4230 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-07T16:01:21.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.143532+0000 mon.a (mon.0) 1788 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-07T16:01:21.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.148866+0000 mon.a (mon.0) 1789 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-07T16:01:21.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.152077+0000 mon.c (mon.1) 4231 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-07T16:01:21.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.152588+0000 mon.a (mon.0) 1790 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-07T16:01:21.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.158592+0000 mon.a (mon.0) 1791 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-07T16:01:21.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.161737+0000 mon.c (mon.1) 4232 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-07T16:01:21.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.162302+0000 mon.a (mon.0) 1792 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-07T16:01:21.068 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.169055+0000 mon.a (mon.0) 1793 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-07T16:01:21.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.172106+0000 mon.c (mon.1) 4233 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-07T16:01:21.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.172517+0000 mon.a (mon.0) 1794 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-07T16:01:21.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.177668+0000 mon.a (mon.0) 1795 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-07T16:01:21.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.181020+0000 mon.c (mon.1) 4234 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-07T16:01:21.069 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.181465+0000 mon.a (mon.0) 1796 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-07T16:01:21.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.132558+0000 mon.a (mon.0) 1785 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-07T16:01:21.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.135178+0000 mon.c (mon.1) 4229 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-07T16:01:21.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.135470+0000 mon.a (mon.0) 1786 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-07T16:01:21.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.140605+0000 mon.a (mon.0) 1787 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-07T16:01:21.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.143169+0000 mon.c (mon.1) 4230 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-07T16:01:21.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.143532+0000 mon.a (mon.0) 1788 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-07T16:01:21.069 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.148866+0000 mon.a (mon.0) 1789 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-07T16:01:21.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.152077+0000 mon.c (mon.1) 4231 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-07T16:01:21.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.152588+0000 mon.a (mon.0) 1790 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-07T16:01:21.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.158592+0000 mon.a (mon.0) 1791 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-07T16:01:21.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.161737+0000 mon.c (mon.1) 4232 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-07T16:01:21.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.162302+0000 mon.a (mon.0) 1792 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-07T16:01:21.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.169055+0000 mon.a (mon.0) 1793 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-07T16:01:21.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.172106+0000 mon.c (mon.1) 4233 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-07T16:01:21.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.172517+0000 mon.a (mon.0) 1794 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-07T16:01:21.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.177668+0000 mon.a (mon.0) 1795 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-07T16:01:21.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.181020+0000 mon.c (mon.1) 4234 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-07T16:01:21.070 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.181465+0000 mon.a (mon.0) 1796 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-07T16:01:21.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.187793+0000 mon.a (mon.0) 1797 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-07T16:01:21.070 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.190680+0000 mon.c (mon.1) 4235 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-07T16:01:21.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.191163+0000 mon.a (mon.0) 1798 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-07T16:01:21.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.196461+0000 mon.a (mon.0) 1799 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-07T16:01:21.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.202480+0000 mon.c (mon.1) 4236 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-07T16:01:21.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.202909+0000 mon.a (mon.0) 1800 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-07T16:01:21.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.210566+0000 mon.a (mon.0) 1801 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.213753+0000 mon.c (mon.1) 4237 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:21.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.215031+0000 mon.c (mon.1) 4238 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:21.071 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[83807]: audit 2023-12-07T16:01:20.224611+0000 mon.a (mon.0) 1802 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.187793+0000 mon.a (mon.0) 1797 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-07T16:01:21.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.190680+0000 mon.c (mon.1) 4235 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-07T16:01:21.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.191163+0000 mon.a (mon.0) 1798 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-07T16:01:21.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.196461+0000 mon.a (mon.0) 1799 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-07T16:01:21.071 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.202480+0000 mon.c (mon.1) 4236 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-07T16:01:21.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.202909+0000 mon.a (mon.0) 1800 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-07T16:01:21.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.210566+0000 mon.a (mon.0) 1801 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.213753+0000 mon.c (mon.1) 4237 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:21.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.215031+0000 mon.c (mon.1) 4238 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:21.072 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:20 smithi121 bash[81553]: audit 2023-12-07T16:01:20.224611+0000 mon.a (mon.0) 1802 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: cephadm 2023-12-07T16:01:19.213407+0000 mgr.y (mgr.25453) 1761 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: cephadm 2023-12-07T16:01:19.313018+0000 mgr.y (mgr.25453) 1762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: cephadm 2023-12-07T16:01:19.413750+0000 mgr.y (mgr.25453) 1763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: cephadm 2023-12-07T16:01:19.544753+0000 mgr.y (mgr.25453) 1764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: cephadm 2023-12-07T16:01:19.645658+0000 mgr.y (mgr.25453) 1765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:19.720123+0000 mon.c (mon.1) 4207 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:19.722651+0000 mon.c (mon.1) 4208 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:19.725003+0000 mon.c (mon.1) 4209 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:21.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:19.725897+0000 mon.c (mon.1) 4210 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:19.731854+0000 mon.a (mon.0) 1775 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: cephadm 2023-12-07T16:01:19.735287+0000 mgr.y (mgr.25453) 1766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: cluster 2023-12-07T16:01:19.796807+0000 mon.a (mon.0) 1776 : cluster 0 osdmap e160: 8 total, 8 up, 8 in 2023-12-07T16:01:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:19.822749+0000 mon.c (mon.1) 4211 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:19.827003+0000 mon.c (mon.1) 4212 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:19.830048+0000 mon.c (mon.1) 4213 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:19.831120+0000 mon.c (mon.1) 4214 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:19.836816+0000 mon.a (mon.0) 1777 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: cephadm 2023-12-07T16:01:19.837525+0000 mgr.y (mgr.25453) 1767 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:19.903016+0000 mon.c (mon.1) 4215 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:19.905385+0000 mon.c (mon.1) 4216 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:19.909353+0000 mon.c (mon.1) 4217 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:19.910948+0000 mon.c (mon.1) 4218 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:19.921954+0000 mon.a (mon.0) 1778 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: cephadm 2023-12-07T16:01:19.922735+0000 mgr.y (mgr.25453) 1768 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.004245+0000 mon.c (mon.1) 4219 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.007365+0000 mon.c (mon.1) 4220 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.010769+0000 mon.c (mon.1) 4221 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.012106+0000 mon.c (mon.1) 4222 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.021768+0000 mon.a (mon.0) 1779 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: cephadm 2023-12-07T16:01:20.022620+0000 mgr.y (mgr.25453) 1769 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-07T16:01:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.051136+0000 mon.a (mon.0) 1780 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.062561+0000 mon.a (mon.0) 1781 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.070739+0000 mon.a (mon.0) 1782 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.104008+0000 mon.c (mon.1) 4223 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.106357+0000 mon.c (mon.1) 4224 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.108211+0000 mon.c (mon.1) 4225 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.109760+0000 mon.c (mon.1) 4226 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.112679+0000 mon.c (mon.1) 4227 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: cephadm 2023-12-07T16:01:20.113615+0000 mgr.y (mgr.25453) 1770 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-07T16:01:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.121772+0000 mon.a (mon.0) 1783 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.126176+0000 mon.c (mon.1) 4228 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-07T16:01:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.126706+0000 mon.a (mon.0) 1784 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-07T16:01:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.132558+0000 mon.a (mon.0) 1785 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-07T16:01:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.135178+0000 mon.c (mon.1) 4229 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-07T16:01:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.135470+0000 mon.a (mon.0) 1786 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-07T16:01:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.140605+0000 mon.a (mon.0) 1787 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-07T16:01:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.143169+0000 mon.c (mon.1) 4230 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-07T16:01:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.143532+0000 mon.a (mon.0) 1788 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-07T16:01:21.129 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.148866+0000 mon.a (mon.0) 1789 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-07T16:01:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.152077+0000 mon.c (mon.1) 4231 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-07T16:01:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.152588+0000 mon.a (mon.0) 1790 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-07T16:01:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.158592+0000 mon.a (mon.0) 1791 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-07T16:01:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.161737+0000 mon.c (mon.1) 4232 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-07T16:01:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.162302+0000 mon.a (mon.0) 1792 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-07T16:01:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.169055+0000 mon.a (mon.0) 1793 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-07T16:01:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.172106+0000 mon.c (mon.1) 4233 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-07T16:01:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.172517+0000 mon.a (mon.0) 1794 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-07T16:01:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.177668+0000 mon.a (mon.0) 1795 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-07T16:01:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.181020+0000 mon.c (mon.1) 4234 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-07T16:01:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.181465+0000 mon.a (mon.0) 1796 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-07T16:01:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.187793+0000 mon.a (mon.0) 1797 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-07T16:01:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.190680+0000 mon.c (mon.1) 4235 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-07T16:01:21.130 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.191163+0000 mon.a (mon.0) 1798 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-07T16:01:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.196461+0000 mon.a (mon.0) 1799 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-07T16:01:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.202480+0000 mon.c (mon.1) 4236 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-07T16:01:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.202909+0000 mon.a (mon.0) 1800 : audit 1 from='mgr.25453 ' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-07T16:01:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.210566+0000 mon.a (mon.0) 1801 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.213753+0000 mon.c (mon.1) 4237 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.215031+0000 mon.c (mon.1) 4238 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:21.131 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:20 smithi144 bash[66528]: audit 2023-12-07T16:01:20.224611+0000 mon.a (mon.0) 1802 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:21.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:21 smithi121 bash[81553]: debug 2023-12-07T16:01:21.206+0000 7f346fc05700 -1 log_channel(cluster) log [ERR] : Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-07T16:01:22.022 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:21 smithi144 bash[66528]: cephadm 2023-12-07T16:01:20.202159+0000 mgr.y (mgr.25453) 1771 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-07T16:01:22.022 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:21 smithi144 bash[66528]: cephadm 2023-12-07T16:01:20.203991+0000 mgr.y (mgr.25453) 1772 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-07T16:01:22.022 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:21 smithi144 bash[66528]: cluster 2023-12-07T16:01:20.212215+0000 mgr.y (mgr.25453) 1773 : cluster 0 pgmap v324: 161 pgs: 15 peering, 20 active+undersized+degraded, 30 active+undersized, 96 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 927 B/s rd, 0 op/s; 66/630 objects degraded (10.476%) 2023-12-07T16:01:22.023 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:21 smithi144 bash[66528]: cluster 2023-12-07T16:01:21.208342+0000 mon.a (mon.0) 1803 : cluster 3 Health check update: Degraded data redundancy: 66/630 objects degraded (10.476%), 20 pgs degraded (PG_DEGRADED) 2023-12-07T16:01:22.023 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:21 smithi144 bash[66528]: cluster 2023-12-07T16:01:21.208436+0000 mon.a (mon.0) 1804 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-07T16:01:22.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:21 smithi121 bash[81553]: cephadm 2023-12-07T16:01:20.202159+0000 mgr.y (mgr.25453) 1771 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-07T16:01:22.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:21 smithi121 bash[81553]: cephadm 2023-12-07T16:01:20.203991+0000 mgr.y (mgr.25453) 1772 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-07T16:01:22.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:21 smithi121 bash[81553]: cluster 2023-12-07T16:01:20.212215+0000 mgr.y (mgr.25453) 1773 : cluster 0 pgmap v324: 161 pgs: 15 peering, 20 active+undersized+degraded, 30 active+undersized, 96 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 927 B/s rd, 0 op/s; 66/630 objects degraded (10.476%) 2023-12-07T16:01:22.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:21 smithi121 bash[81553]: cluster 2023-12-07T16:01:21.208342+0000 mon.a (mon.0) 1803 : cluster 3 Health check update: Degraded data redundancy: 66/630 objects degraded (10.476%), 20 pgs degraded (PG_DEGRADED) 2023-12-07T16:01:22.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:21 smithi121 bash[81553]: cluster 2023-12-07T16:01:21.208436+0000 mon.a (mon.0) 1804 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-07T16:01:22.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:21 smithi121 bash[83807]: cephadm 2023-12-07T16:01:20.202159+0000 mgr.y (mgr.25453) 1771 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-07T16:01:22.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:21 smithi121 bash[83807]: cephadm 2023-12-07T16:01:20.203991+0000 mgr.y (mgr.25453) 1772 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-07T16:01:22.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:21 smithi121 bash[83807]: cluster 2023-12-07T16:01:20.212215+0000 mgr.y (mgr.25453) 1773 : cluster 0 pgmap v324: 161 pgs: 15 peering, 20 active+undersized+degraded, 30 active+undersized, 96 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 927 B/s rd, 0 op/s; 66/630 objects degraded (10.476%) 2023-12-07T16:01:22.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:21 smithi121 bash[83807]: cluster 2023-12-07T16:01:21.208342+0000 mon.a (mon.0) 1803 : cluster 3 Health check update: Degraded data redundancy: 66/630 objects degraded (10.476%), 20 pgs degraded (PG_DEGRADED) 2023-12-07T16:01:22.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:21 smithi121 bash[83807]: cluster 2023-12-07T16:01:21.208436+0000 mon.a (mon.0) 1804 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-07T16:01:24.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:23 smithi121 bash[83807]: cluster 2023-12-07T16:01:22.213561+0000 mgr.y (mgr.25453) 1774 : cluster 0 pgmap v325: 161 pgs: 15 peering, 13 active+undersized+degraded, 26 active+undersized, 107 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 927 B/s rd, 0 op/s; 47/630 objects degraded (7.460%) 2023-12-07T16:01:24.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:23 smithi121 bash[83807]: audit 2023-12-07T16:01:22.872926+0000 mon.a (mon.0) 1805 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:24.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:23 smithi121 bash[83807]: audit 2023-12-07T16:01:22.885249+0000 mon.a (mon.0) 1806 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:24.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:23 smithi121 bash[83807]: audit 2023-12-07T16:01:22.896474+0000 mon.a (mon.0) 1807 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:24.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:23 smithi121 bash[81553]: cluster 2023-12-07T16:01:22.213561+0000 mgr.y (mgr.25453) 1774 : cluster 0 pgmap v325: 161 pgs: 15 peering, 13 active+undersized+degraded, 26 active+undersized, 107 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 927 B/s rd, 0 op/s; 47/630 objects degraded (7.460%) 2023-12-07T16:01:24.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:23 smithi121 bash[81553]: audit 2023-12-07T16:01:22.872926+0000 mon.a (mon.0) 1805 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:24.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:23 smithi121 bash[81553]: audit 2023-12-07T16:01:22.885249+0000 mon.a (mon.0) 1806 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:24.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:23 smithi121 bash[81553]: audit 2023-12-07T16:01:22.896474+0000 mon.a (mon.0) 1807 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:24.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:23 smithi144 bash[66528]: cluster 2023-12-07T16:01:22.213561+0000 mgr.y (mgr.25453) 1774 : cluster 0 pgmap v325: 161 pgs: 15 peering, 13 active+undersized+degraded, 26 active+undersized, 107 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 927 B/s rd, 0 op/s; 47/630 objects degraded (7.460%) 2023-12-07T16:01:24.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:23 smithi144 bash[66528]: audit 2023-12-07T16:01:22.872926+0000 mon.a (mon.0) 1805 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:24.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:23 smithi144 bash[66528]: audit 2023-12-07T16:01:22.885249+0000 mon.a (mon.0) 1806 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:24.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:23 smithi144 bash[66528]: audit 2023-12-07T16:01:22.896474+0000 mon.a (mon.0) 1807 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:25.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:24 smithi121 bash[81553]: audit 2023-12-07T16:01:23.780136+0000 mgr.y (mgr.25453) 1775 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:25.061 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:01:24 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:01:24] "GET /metrics HTTP/1.1" 200 38518 "" "Prometheus/2.33.4" 2023-12-07T16:01:25.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:24 smithi121 bash[83807]: audit 2023-12-07T16:01:23.780136+0000 mgr.y (mgr.25453) 1775 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:25.265 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:24 smithi144 bash[66528]: audit 2023-12-07T16:01:23.780136+0000 mgr.y (mgr.25453) 1775 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:26.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:25 smithi121 bash[83807]: cluster 2023-12-07T16:01:24.215097+0000 mgr.y (mgr.25453) 1776 : cluster 0 pgmap v326: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:01:26.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:25 smithi121 bash[83807]: cluster 2023-12-07T16:01:24.870601+0000 mon.a (mon.0) 1808 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/630 objects degraded (7.460%), 13 pgs degraded) 2023-12-07T16:01:26.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:25 smithi121 bash[81553]: cluster 2023-12-07T16:01:24.215097+0000 mgr.y (mgr.25453) 1776 : cluster 0 pgmap v326: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:01:26.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:25 smithi121 bash[81553]: cluster 2023-12-07T16:01:24.870601+0000 mon.a (mon.0) 1808 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/630 objects degraded (7.460%), 13 pgs degraded) 2023-12-07T16:01:26.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:25 smithi144 bash[66528]: cluster 2023-12-07T16:01:24.215097+0000 mgr.y (mgr.25453) 1776 : cluster 0 pgmap v326: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:01:26.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:25 smithi144 bash[66528]: cluster 2023-12-07T16:01:24.870601+0000 mon.a (mon.0) 1808 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/630 objects degraded (7.460%), 13 pgs degraded) 2023-12-07T16:01:28.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:28 smithi121 bash[83807]: cluster 2023-12-07T16:01:26.216155+0000 mgr.y (mgr.25453) 1777 : cluster 0 pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:01:28.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:28 smithi121 bash[83807]: audit 2023-12-07T16:01:27.013669+0000 mon.a (mon.0) 1809 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:28.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:28 smithi121 bash[83807]: audit 2023-12-07T16:01:27.028790+0000 mon.a (mon.0) 1810 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:28.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:28 smithi121 bash[83807]: audit 2023-12-07T16:01:27.041998+0000 mon.a (mon.0) 1811 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:28.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:28 smithi121 bash[83807]: audit 2023-12-07T16:01:27.475339+0000 mon.a (mon.0) 1812 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:28.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:28 smithi121 bash[83807]: audit 2023-12-07T16:01:27.480031+0000 mon.c (mon.1) 4239 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:28.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:28 smithi121 bash[81553]: cluster 2023-12-07T16:01:26.216155+0000 mgr.y (mgr.25453) 1777 : cluster 0 pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:01:28.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:28 smithi121 bash[81553]: audit 2023-12-07T16:01:27.013669+0000 mon.a (mon.0) 1809 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:28.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:28 smithi121 bash[81553]: audit 2023-12-07T16:01:27.028790+0000 mon.a (mon.0) 1810 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:28.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:28 smithi121 bash[81553]: audit 2023-12-07T16:01:27.041998+0000 mon.a (mon.0) 1811 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:28.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:28 smithi121 bash[81553]: audit 2023-12-07T16:01:27.475339+0000 mon.a (mon.0) 1812 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:28.312 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:28 smithi121 bash[81553]: audit 2023-12-07T16:01:27.480031+0000 mon.c (mon.1) 4239 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:28.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:28 smithi144 bash[66528]: cluster 2023-12-07T16:01:26.216155+0000 mgr.y (mgr.25453) 1777 : cluster 0 pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:01:28.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:28 smithi144 bash[66528]: audit 2023-12-07T16:01:27.013669+0000 mon.a (mon.0) 1809 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:28.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:28 smithi144 bash[66528]: audit 2023-12-07T16:01:27.028790+0000 mon.a (mon.0) 1810 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:28.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:28 smithi144 bash[66528]: audit 2023-12-07T16:01:27.041998+0000 mon.a (mon.0) 1811 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:28.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:28 smithi144 bash[66528]: audit 2023-12-07T16:01:27.475339+0000 mon.a (mon.0) 1812 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:28.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:28 smithi144 bash[66528]: audit 2023-12-07T16:01:27.480031+0000 mon.c (mon.1) 4239 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:30.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:30 smithi121 bash[83807]: cluster 2023-12-07T16:01:28.217536+0000 mgr.y (mgr.25453) 1778 : cluster 0 pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:30.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:30 smithi121 bash[81553]: cluster 2023-12-07T16:01:28.217536+0000 mgr.y (mgr.25453) 1778 : cluster 0 pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:30.377 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:30 smithi144 bash[66528]: cluster 2023-12-07T16:01:28.217536+0000 mgr.y (mgr.25453) 1778 : cluster 0 pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:32.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:32 smithi121 bash[81553]: cluster 2023-12-07T16:01:30.218683+0000 mgr.y (mgr.25453) 1779 : cluster 0 pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:01:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:32 smithi121 bash[83807]: cluster 2023-12-07T16:01:30.218683+0000 mgr.y (mgr.25453) 1779 : cluster 0 pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:01:32.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:32 smithi144 bash[66528]: cluster 2023-12-07T16:01:30.218683+0000 mgr.y (mgr.25453) 1779 : cluster 0 pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:01:34.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:33 smithi121 bash[81553]: cluster 2023-12-07T16:01:32.219858+0000 mgr.y (mgr.25453) 1780 : cluster 0 pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-07T16:01:34.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:33 smithi121 bash[81553]: audit 2023-12-07T16:01:32.970706+0000 mon.a (mon.0) 1813 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:34.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:33 smithi121 bash[83807]: cluster 2023-12-07T16:01:32.219858+0000 mgr.y (mgr.25453) 1780 : cluster 0 pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-07T16:01:34.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:33 smithi121 bash[83807]: audit 2023-12-07T16:01:32.970706+0000 mon.a (mon.0) 1813 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:34.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:33 smithi144 bash[66528]: cluster 2023-12-07T16:01:32.219858+0000 mgr.y (mgr.25453) 1780 : cluster 0 pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-07T16:01:34.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:33 smithi144 bash[66528]: audit 2023-12-07T16:01:32.970706+0000 mon.a (mon.0) 1813 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:34.986 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:01:34 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:01:34] "GET /metrics HTTP/1.1" 200 38595 "" "Prometheus/2.33.4" 2023-12-07T16:01:35.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:34 smithi121 bash[81553]: audit 2023-12-07T16:01:33.785588+0000 mgr.y (mgr.25453) 1781 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:35.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:34 smithi121 bash[83807]: audit 2023-12-07T16:01:33.785588+0000 mgr.y (mgr.25453) 1781 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:35.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:34 smithi144 bash[66528]: audit 2023-12-07T16:01:33.785588+0000 mgr.y (mgr.25453) 1781 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:35.875 INFO:teuthology.orchestra.run.smithi121.stdout:true 2023-12-07T16:01:36.258 INFO:teuthology.orchestra.run.smithi121.stdout:"Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception" 2023-12-07T16:01:36.293 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:35 smithi121 bash[83807]: cluster 2023-12-07T16:01:34.221300+0000 mgr.y (mgr.25453) 1782 : cluster 0 pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:01:36.293 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:35 smithi121 bash[81553]: cluster 2023-12-07T16:01:34.221300+0000 mgr.y (mgr.25453) 1782 : cluster 0 pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:01:36.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:35 smithi144 bash[66528]: cluster 2023-12-07T16:01:34.221300+0000 mgr.y (mgr.25453) 1782 : cluster 0 pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:01:37.088 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch ps' 2023-12-07T16:01:37.270 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:36 smithi121 bash[83807]: audit 2023-12-07T16:01:35.858214+0000 mgr.y (mgr.25453) 1783 : audit 0 from='client.54580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:37.271 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:36 smithi121 bash[81553]: audit 2023-12-07T16:01:35.858214+0000 mgr.y (mgr.25453) 1783 : audit 0 from='client.54580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:37.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:37 smithi144 bash[66528]: audit 2023-12-07T16:01:35.858214+0000 mgr.y (mgr.25453) 1783 : audit 0 from='client.54580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:38.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:38 smithi121 bash[83807]: cluster 2023-12-07T16:01:36.222306+0000 mgr.y (mgr.25453) 1784 : cluster 0 pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:38.308 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:38 smithi121 bash[83807]: audit 2023-12-07T16:01:36.239650+0000 mgr.y (mgr.25453) 1785 : audit 0 from='client.54586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:38.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:38 smithi121 bash[81553]: cluster 2023-12-07T16:01:36.222306+0000 mgr.y (mgr.25453) 1784 : cluster 0 pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:38.308 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:38 smithi121 bash[81553]: audit 2023-12-07T16:01:36.239650+0000 mgr.y (mgr.25453) 1785 : audit 0 from='client.54586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:38.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:38 smithi144 bash[66528]: cluster 2023-12-07T16:01:36.222306+0000 mgr.y (mgr.25453) 1784 : cluster 0 pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:38.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:38 smithi144 bash[66528]: audit 2023-12-07T16:01:36.239650+0000 mgr.y (mgr.25453) 1785 : audit 0 from='client.54586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:40.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:40 smithi121 bash[83807]: cluster 2023-12-07T16:01:38.223731+0000 mgr.y (mgr.25453) 1786 : cluster 0 pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:40.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:40 smithi121 bash[81553]: cluster 2023-12-07T16:01:38.223731+0000 mgr.y (mgr.25453) 1786 : cluster 0 pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:40.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:40 smithi144 bash[66528]: cluster 2023-12-07T16:01:38.223731+0000 mgr.y (mgr.25453) 1786 : cluster 0 pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:40.431 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:01:40.431 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 13s ago 23m - - 2023-12-07T16:01:40.431 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 17s ago 23m - - 2023-12-07T16:01:40.431 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (9m) 13s ago 16m 16.7M - 0.23.0 ba2b418f427c 967bceda37f6 2023-12-07T16:01:40.432 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (8m) 17s ago 15m 44.9M - 8.3.5 dad864ee21e9 f9c66575cb4a 2023-12-07T16:01:40.432 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (8m) 13s ago 14m 48.5M - 3.5 e1d6a67b021e 5b982a4ff84a 2023-12-07T16:01:40.432 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283,8765 running (7m) 17s ago 22m 436M - 19.0.0-13-ge6605fb8 104f332cd0a9 b518ffbe0a91 2023-12-07T16:01:40.432 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:8443,9283,8765 running (8m) 13s ago 24m 521M - 19.0.0-13-ge6605fb8 104f332cd0a9 104d769d2d66 2023-12-07T16:01:40.432 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (7m) 13s ago 24m 72.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 46122fbb14c0 2023-12-07T16:01:40.432 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (6m) 17s ago 22m 54.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 f065215e6f46 2023-12-07T16:01:40.432 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (6m) 13s ago 22m 62.2M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d92fb430c584 2023-12-07T16:01:40.432 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (9m) 13s ago 16m 12.8M - 1.3.1 1dbe0e931976 20eca3d71286 2023-12-07T16:01:40.432 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (9m) 17s ago 16m 12.6M - 1.3.1 1dbe0e931976 0024f19bccdb 2023-12-07T16:01:40.432 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (5m) 13s ago 22m 60.5M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 1c6417ba1117 2023-12-07T16:01:40.432 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (4m) 13s ago 21m 61.0M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 7a224a561741 2023-12-07T16:01:40.432 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (4m) 13s ago 20m 52.9M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 00d71a801fed 2023-12-07T16:01:40.432 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (3m) 13s ago 20m 55.9M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 722b2617412e 2023-12-07T16:01:40.433 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (2m) 17s ago 19m 50.3M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 d81b80ea4a46 2023-12-07T16:01:40.433 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (106s) 17s ago 18m 51.2M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 a33a1de528b2 2023-12-07T16:01:40.433 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (67s) 17s ago 18m 50.2M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 83cede07b727 2023-12-07T16:01:40.433 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (29s) 17s ago 17m 50.2M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 35dc4ae1b679 2023-12-07T16:01:40.433 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (8m) 17s ago 16m 69.8M - 2.33.4 514e6a882f6e 64f00ffdc6cb 2023-12-07T16:01:40.433 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (14m) 13s ago 14m 90.0M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T16:01:40.433 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (14m) 17s ago 14m 90.2M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T16:01:40.433 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (14m) 13s ago 14m 91.2M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T16:01:40.433 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (14m) 17s ago 14m 90.0M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T16:01:41.330 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions' 2023-12-07T16:01:42.282 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:42 smithi121 bash[83807]: cluster 2023-12-07T16:01:40.224904+0000 mgr.y (mgr.25453) 1787 : cluster 0 pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:42.283 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:42 smithi121 bash[83807]: audit 2023-12-07T16:01:40.410547+0000 mgr.y (mgr.25453) 1788 : audit 0 from='client.44598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:42.283 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:42 smithi121 bash[81553]: cluster 2023-12-07T16:01:40.224904+0000 mgr.y (mgr.25453) 1787 : cluster 0 pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:42.283 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:42 smithi121 bash[81553]: audit 2023-12-07T16:01:40.410547+0000 mgr.y (mgr.25453) 1788 : audit 0 from='client.44598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:42.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:42 smithi144 bash[66528]: cluster 2023-12-07T16:01:40.224904+0000 mgr.y (mgr.25453) 1787 : cluster 0 pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:42.376 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:42 smithi144 bash[66528]: audit 2023-12-07T16:01:40.410547+0000 mgr.y (mgr.25453) 1788 : audit 0 from='client.44598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:43.101 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:43 smithi144 bash[66528]: audit 2023-12-07T16:01:42.466708+0000 mon.c (mon.1) 4240 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:43.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:43 smithi121 bash[81553]: audit 2023-12-07T16:01:42.466708+0000 mon.c (mon.1) 4240 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:43 smithi121 bash[83807]: audit 2023-12-07T16:01:42.466708+0000 mon.c (mon.1) 4240 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:44.357 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:44 smithi144 bash[66528]: cluster 2023-12-07T16:01:42.226008+0000 mgr.y (mgr.25453) 1789 : cluster 0 pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:44.357 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:44 smithi144 bash[66528]: audit 2023-12-07T16:01:43.071276+0000 mon.a (mon.0) 1814 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:44.357 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:44 smithi144 bash[66528]: audit 2023-12-07T16:01:43.084572+0000 mon.a (mon.0) 1815 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:44.357 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:44 smithi144 bash[66528]: audit 2023-12-07T16:01:43.095805+0000 mon.a (mon.0) 1816 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:44.362 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:44 smithi121 bash[81553]: cluster 2023-12-07T16:01:42.226008+0000 mgr.y (mgr.25453) 1789 : cluster 0 pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:44.362 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:44 smithi121 bash[81553]: audit 2023-12-07T16:01:43.071276+0000 mon.a (mon.0) 1814 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:44.362 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:44 smithi121 bash[81553]: audit 2023-12-07T16:01:43.084572+0000 mon.a (mon.0) 1815 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:44.363 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:44 smithi121 bash[81553]: audit 2023-12-07T16:01:43.095805+0000 mon.a (mon.0) 1816 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:44.363 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:44 smithi121 bash[83807]: cluster 2023-12-07T16:01:42.226008+0000 mgr.y (mgr.25453) 1789 : cluster 0 pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:44.363 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:44 smithi121 bash[83807]: audit 2023-12-07T16:01:43.071276+0000 mon.a (mon.0) 1814 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:44.363 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:44 smithi121 bash[83807]: audit 2023-12-07T16:01:43.084572+0000 mon.a (mon.0) 1815 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:44.363 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:44 smithi121 bash[83807]: audit 2023-12-07T16:01:43.095805+0000 mon.a (mon.0) 1816 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:44.812 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T16:01:44.812 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T16:01:44.812 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T16:01:44.812 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T16:01:44.812 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T16:01:44.812 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:01:44.812 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T16:01:44.812 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T16:01:44.812 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 8 2023-12-07T16:01:44.812 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T16:01:44.812 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T16:01:44.813 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:01:44.813 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T16:01:44.813 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T16:01:44.813 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-07T16:01:44.813 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 13 2023-12-07T16:01:44.813 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T16:01:44.813 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T16:01:45.001 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:01:44 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:01:44] "GET /metrics HTTP/1.1" 200 38591 "" "Prometheus/2.33.4" 2023-12-07T16:01:45.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:45 smithi121 bash[81553]: audit 2023-12-07T16:01:43.791239+0000 mgr.y (mgr.25453) 1790 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:45.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:45 smithi121 bash[81553]: audit 2023-12-07T16:01:44.808259+0000 mon.c (mon.1) 4241 : audit 0 from='client.? 172.21.15.121:0/241082898' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:45.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:45 smithi121 bash[83807]: audit 2023-12-07T16:01:43.791239+0000 mgr.y (mgr.25453) 1790 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:45.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:45 smithi121 bash[83807]: audit 2023-12-07T16:01:44.808259+0000 mon.c (mon.1) 4241 : audit 0 from='client.? 172.21.15.121:0/241082898' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:45.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:45 smithi144 bash[66528]: audit 2023-12-07T16:01:43.791239+0000 mgr.y (mgr.25453) 1790 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:45.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:45 smithi144 bash[66528]: audit 2023-12-07T16:01:44.808259+0000 mon.c (mon.1) 4241 : audit 0 from='client.? 172.21.15.121:0/241082898' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:01:45.667 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-07T16:01:46.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:46 smithi121 bash[81553]: cluster 2023-12-07T16:01:44.227456+0000 mgr.y (mgr.25453) 1791 : cluster 0 pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:46.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:46 smithi121 bash[83807]: cluster 2023-12-07T16:01:44.227456+0000 mgr.y (mgr.25453) 1791 : cluster 0 pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:46.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:46 smithi144 bash[66528]: cluster 2023-12-07T16:01:44.227456+0000 mgr.y (mgr.25453) 1791 : cluster 0 pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:48.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:48 smithi121 bash[81553]: cluster 2023-12-07T16:01:46.228512+0000 mgr.y (mgr.25453) 1792 : cluster 0 pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:48.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:48 smithi121 bash[81553]: audit 2023-12-07T16:01:47.186088+0000 mon.a (mon.0) 1817 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:48.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:48 smithi121 bash[81553]: audit 2023-12-07T16:01:47.197981+0000 mon.a (mon.0) 1818 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:48.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:48 smithi121 bash[81553]: audit 2023-12-07T16:01:47.208423+0000 mon.a (mon.0) 1819 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:48.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:48 smithi121 bash[83807]: cluster 2023-12-07T16:01:46.228512+0000 mgr.y (mgr.25453) 1792 : cluster 0 pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:48.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:48 smithi121 bash[83807]: audit 2023-12-07T16:01:47.186088+0000 mon.a (mon.0) 1817 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:48.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:48 smithi121 bash[83807]: audit 2023-12-07T16:01:47.197981+0000 mon.a (mon.0) 1818 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:48.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:48 smithi121 bash[83807]: audit 2023-12-07T16:01:47.208423+0000 mon.a (mon.0) 1819 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:48.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:48 smithi144 bash[66528]: cluster 2023-12-07T16:01:46.228512+0000 mgr.y (mgr.25453) 1792 : cluster 0 pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:48.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:48 smithi144 bash[66528]: audit 2023-12-07T16:01:47.186088+0000 mon.a (mon.0) 1817 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:48.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:48 smithi144 bash[66528]: audit 2023-12-07T16:01:47.197981+0000 mon.a (mon.0) 1818 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:48.626 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:48 smithi144 bash[66528]: audit 2023-12-07T16:01:47.208423+0000 mon.a (mon.0) 1819 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:01:50.311 INFO:teuthology.orchestra.run.smithi121.stdout:wait for servicemap items w/ changing names to refresh 2023-12-07T16:01:50.448 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:50 smithi121 bash[81553]: cluster 2023-12-07T16:01:48.229863+0000 mgr.y (mgr.25453) 1793 : cluster 0 pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:50.448 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:50 smithi121 bash[83807]: cluster 2023-12-07T16:01:48.229863+0000 mgr.y (mgr.25453) 1793 : cluster 0 pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:50.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:50 smithi144 bash[66528]: cluster 2023-12-07T16:01:48.229863+0000 mgr.y (mgr.25453) 1793 : cluster 0 pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:51.513 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'sleep 60' 2023-12-07T16:01:52.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:52 smithi121 bash[83807]: cluster 2023-12-07T16:01:50.231053+0000 mgr.y (mgr.25453) 1794 : cluster 0 pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:52.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:52 smithi121 bash[81553]: cluster 2023-12-07T16:01:50.231053+0000 mgr.y (mgr.25453) 1794 : cluster 0 pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:52.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:52 smithi144 bash[66528]: cluster 2023-12-07T16:01:50.231053+0000 mgr.y (mgr.25453) 1794 : cluster 0 pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:54.572 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:54 smithi121 bash[83807]: cluster 2023-12-07T16:01:52.232216+0000 mgr.y (mgr.25453) 1795 : cluster 0 pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:54.572 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:54 smithi121 bash[83807]: audit 2023-12-07T16:01:53.801722+0000 mgr.y (mgr.25453) 1796 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:54.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:54 smithi121 bash[81553]: cluster 2023-12-07T16:01:52.232216+0000 mgr.y (mgr.25453) 1795 : cluster 0 pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:54.572 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:54 smithi121 bash[81553]: audit 2023-12-07T16:01:53.801722+0000 mgr.y (mgr.25453) 1796 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:54.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:54 smithi144 bash[66528]: cluster 2023-12-07T16:01:52.232216+0000 mgr.y (mgr.25453) 1795 : cluster 0 pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:54.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:54 smithi144 bash[66528]: audit 2023-12-07T16:01:53.801722+0000 mgr.y (mgr.25453) 1796 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:01:55.061 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:01:54 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:01:54] "GET /metrics HTTP/1.1" 200 38591 "" "Prometheus/2.33.4" 2023-12-07T16:01:55.497 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:55 smithi121 bash[83807]: cluster 2023-12-07T16:01:54.233817+0000 mgr.y (mgr.25453) 1797 : cluster 0 pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:55.497 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:55 smithi121 bash[81553]: cluster 2023-12-07T16:01:54.233817+0000 mgr.y (mgr.25453) 1797 : cluster 0 pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:55.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:55 smithi144 bash[66528]: cluster 2023-12-07T16:01:54.233817+0000 mgr.y (mgr.25453) 1797 : cluster 0 pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:01:57.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:57 smithi121 bash[81553]: cluster 2023-12-07T16:01:56.234940+0000 mgr.y (mgr.25453) 1798 : cluster 0 pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:57.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:57 smithi121 bash[83807]: cluster 2023-12-07T16:01:56.234940+0000 mgr.y (mgr.25453) 1798 : cluster 0 pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:57.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:57 smithi144 bash[66528]: cluster 2023-12-07T16:01:56.234940+0000 mgr.y (mgr.25453) 1798 : cluster 0 pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:01:58.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:58 smithi144 bash[66528]: audit 2023-12-07T16:01:57.466891+0000 mon.c (mon.1) 4242 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:58.810 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:58 smithi121 bash[83807]: audit 2023-12-07T16:01:57.466891+0000 mon.c (mon.1) 4242 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:01:58.811 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:58 smithi121 bash[81553]: audit 2023-12-07T16:01:57.466891+0000 mon.c (mon.1) 4242 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:00.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:01:59 smithi144 bash[66528]: cluster 2023-12-07T16:01:58.236322+0000 mgr.y (mgr.25453) 1799 : cluster 0 pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:00.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:01:59 smithi121 bash[81553]: cluster 2023-12-07T16:01:58.236322+0000 mgr.y (mgr.25453) 1799 : cluster 0 pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:00.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:01:59 smithi121 bash[83807]: cluster 2023-12-07T16:01:58.236322+0000 mgr.y (mgr.25453) 1799 : cluster 0 pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:02.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:01 smithi144 bash[66528]: cluster 2023-12-07T16:02:00.237514+0000 mgr.y (mgr.25453) 1800 : cluster 0 pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:02.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:01 smithi121 bash[81553]: cluster 2023-12-07T16:02:00.237514+0000 mgr.y (mgr.25453) 1800 : cluster 0 pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:02.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:01 smithi121 bash[83807]: cluster 2023-12-07T16:02:00.237514+0000 mgr.y (mgr.25453) 1800 : cluster 0 pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:04.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:03 smithi144 bash[66528]: cluster 2023-12-07T16:02:02.238728+0000 mgr.y (mgr.25453) 1801 : cluster 0 pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:04.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:03 smithi144 bash[66528]: audit 2023-12-07T16:02:03.255525+0000 mon.a (mon.0) 1820 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:04.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:03 smithi144 bash[66528]: audit 2023-12-07T16:02:03.267904+0000 mon.a (mon.0) 1821 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:04.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:03 smithi144 bash[66528]: audit 2023-12-07T16:02:03.282116+0000 mon.a (mon.0) 1822 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:04.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:03 smithi121 bash[81553]: cluster 2023-12-07T16:02:02.238728+0000 mgr.y (mgr.25453) 1801 : cluster 0 pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:04.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:03 smithi121 bash[81553]: audit 2023-12-07T16:02:03.255525+0000 mon.a (mon.0) 1820 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:04.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:03 smithi121 bash[81553]: audit 2023-12-07T16:02:03.267904+0000 mon.a (mon.0) 1821 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:04.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:03 smithi121 bash[81553]: audit 2023-12-07T16:02:03.282116+0000 mon.a (mon.0) 1822 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:04.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:03 smithi121 bash[83807]: cluster 2023-12-07T16:02:02.238728+0000 mgr.y (mgr.25453) 1801 : cluster 0 pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:04.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:03 smithi121 bash[83807]: audit 2023-12-07T16:02:03.255525+0000 mon.a (mon.0) 1820 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:04.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:03 smithi121 bash[83807]: audit 2023-12-07T16:02:03.267904+0000 mon.a (mon.0) 1821 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:04.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:03 smithi121 bash[83807]: audit 2023-12-07T16:02:03.282116+0000 mon.a (mon.0) 1822 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:05.060 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:04 smithi121 bash[81553]: audit 2023-12-07T16:02:03.812980+0000 mgr.y (mgr.25453) 1802 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:05.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:04 smithi121 bash[83807]: audit 2023-12-07T16:02:03.812980+0000 mgr.y (mgr.25453) 1802 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:05.061 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:02:04 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:02:04] "GET /metrics HTTP/1.1" 200 38591 "" "Prometheus/2.33.4" 2023-12-07T16:02:05.086 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:04 smithi144 bash[66528]: audit 2023-12-07T16:02:03.812980+0000 mgr.y (mgr.25453) 1802 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:06.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:05 smithi144 bash[66528]: cluster 2023-12-07T16:02:04.240288+0000 mgr.y (mgr.25453) 1803 : cluster 0 pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:06.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:05 smithi121 bash[81553]: cluster 2023-12-07T16:02:04.240288+0000 mgr.y (mgr.25453) 1803 : cluster 0 pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:06.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:05 smithi121 bash[83807]: cluster 2023-12-07T16:02:04.240288+0000 mgr.y (mgr.25453) 1803 : cluster 0 pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:08.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:07 smithi144 bash[66528]: cluster 2023-12-07T16:02:06.241313+0000 mgr.y (mgr.25453) 1804 : cluster 0 pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:08.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:07 smithi144 bash[66528]: audit 2023-12-07T16:02:07.358911+0000 mon.a (mon.0) 1823 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:08.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:07 smithi144 bash[66528]: audit 2023-12-07T16:02:07.371238+0000 mon.a (mon.0) 1824 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:08.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:07 smithi144 bash[66528]: audit 2023-12-07T16:02:07.382204+0000 mon.a (mon.0) 1825 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:08.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:07 smithi121 bash[83807]: cluster 2023-12-07T16:02:06.241313+0000 mgr.y (mgr.25453) 1804 : cluster 0 pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:08.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:07 smithi121 bash[83807]: audit 2023-12-07T16:02:07.358911+0000 mon.a (mon.0) 1823 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:08.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:07 smithi121 bash[83807]: audit 2023-12-07T16:02:07.371238+0000 mon.a (mon.0) 1824 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:08.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:07 smithi121 bash[83807]: audit 2023-12-07T16:02:07.382204+0000 mon.a (mon.0) 1825 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:08.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:07 smithi121 bash[81553]: cluster 2023-12-07T16:02:06.241313+0000 mgr.y (mgr.25453) 1804 : cluster 0 pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:08.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:07 smithi121 bash[81553]: audit 2023-12-07T16:02:07.358911+0000 mon.a (mon.0) 1823 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:08.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:07 smithi121 bash[81553]: audit 2023-12-07T16:02:07.371238+0000 mon.a (mon.0) 1824 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:08.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:07 smithi121 bash[81553]: audit 2023-12-07T16:02:07.382204+0000 mon.a (mon.0) 1825 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:10.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:09 smithi121 bash[83807]: cluster 2023-12-07T16:02:08.242683+0000 mgr.y (mgr.25453) 1805 : cluster 0 pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:10.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:09 smithi121 bash[81553]: cluster 2023-12-07T16:02:08.242683+0000 mgr.y (mgr.25453) 1805 : cluster 0 pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:10.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:09 smithi144 bash[66528]: cluster 2023-12-07T16:02:08.242683+0000 mgr.y (mgr.25453) 1805 : cluster 0 pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:12.177 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:11 smithi121 bash[83807]: cluster 2023-12-07T16:02:10.243861+0000 mgr.y (mgr.25453) 1806 : cluster 0 pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:12.177 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:11 smithi121 bash[81553]: cluster 2023-12-07T16:02:10.243861+0000 mgr.y (mgr.25453) 1806 : cluster 0 pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:12.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:11 smithi144 bash[66528]: cluster 2023-12-07T16:02:10.243861+0000 mgr.y (mgr.25453) 1806 : cluster 0 pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:13.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:12 smithi121 bash[83807]: audit 2023-12-07T16:02:12.467117+0000 mon.c (mon.1) 4243 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:13.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:12 smithi121 bash[81553]: audit 2023-12-07T16:02:12.467117+0000 mon.c (mon.1) 4243 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:13.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:12 smithi144 bash[66528]: audit 2023-12-07T16:02:12.467117+0000 mon.c (mon.1) 4243 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:14.061 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:13 smithi121 bash[83807]: cluster 2023-12-07T16:02:12.244839+0000 mgr.y (mgr.25453) 1807 : cluster 0 pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:14.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:13 smithi121 bash[81553]: cluster 2023-12-07T16:02:12.244839+0000 mgr.y (mgr.25453) 1807 : cluster 0 pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:14.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:13 smithi144 bash[66528]: cluster 2023-12-07T16:02:12.244839+0000 mgr.y (mgr.25453) 1807 : cluster 0 pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:14.925 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:02:14 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:02:14] "GET /metrics HTTP/1.1" 200 38595 "" "Prometheus/2.33.4" 2023-12-07T16:02:14.927 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:14 smithi121 bash[81553]: audit 2023-12-07T16:02:13.824064+0000 mgr.y (mgr.25453) 1808 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:15.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:14 smithi121 bash[83807]: audit 2023-12-07T16:02:13.824064+0000 mgr.y (mgr.25453) 1808 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:15.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:14 smithi144 bash[66528]: audit 2023-12-07T16:02:13.824064+0000 mgr.y (mgr.25453) 1808 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:16.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:15 smithi121 bash[81553]: cluster 2023-12-07T16:02:14.246333+0000 mgr.y (mgr.25453) 1809 : cluster 0 pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:15 smithi121 bash[83807]: cluster 2023-12-07T16:02:14.246333+0000 mgr.y (mgr.25453) 1809 : cluster 0 pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:16.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:15 smithi144 bash[66528]: cluster 2023-12-07T16:02:14.246333+0000 mgr.y (mgr.25453) 1809 : cluster 0 pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:18.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:17 smithi121 bash[83807]: cluster 2023-12-07T16:02:16.247360+0000 mgr.y (mgr.25453) 1810 : cluster 0 pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:18.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:17 smithi121 bash[81553]: cluster 2023-12-07T16:02:16.247360+0000 mgr.y (mgr.25453) 1810 : cluster 0 pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:18.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:17 smithi144 bash[66528]: cluster 2023-12-07T16:02:16.247360+0000 mgr.y (mgr.25453) 1810 : cluster 0 pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:20.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:19 smithi121 bash[81553]: cluster 2023-12-07T16:02:18.248725+0000 mgr.y (mgr.25453) 1811 : cluster 0 pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:20.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:19 smithi121 bash[83807]: cluster 2023-12-07T16:02:18.248725+0000 mgr.y (mgr.25453) 1811 : cluster 0 pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:20.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:19 smithi144 bash[66528]: cluster 2023-12-07T16:02:18.248725+0000 mgr.y (mgr.25453) 1811 : cluster 0 pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:21.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:20 smithi121 bash[83807]: audit 2023-12-07T16:02:20.313395+0000 mon.c (mon.1) 4244 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:02:21.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:20 smithi121 bash[83807]: audit 2023-12-07T16:02:20.315368+0000 mon.c (mon.1) 4245 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:02:21.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:20 smithi121 bash[83807]: audit 2023-12-07T16:02:20.327058+0000 mon.a (mon.0) 1826 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:20 smithi121 bash[81553]: audit 2023-12-07T16:02:20.313395+0000 mon.c (mon.1) 4244 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:02:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:20 smithi121 bash[81553]: audit 2023-12-07T16:02:20.315368+0000 mon.c (mon.1) 4245 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:02:21.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:20 smithi121 bash[81553]: audit 2023-12-07T16:02:20.327058+0000 mon.a (mon.0) 1826 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:21.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:20 smithi144 bash[66528]: audit 2023-12-07T16:02:20.313395+0000 mon.c (mon.1) 4244 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:02:21.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:20 smithi144 bash[66528]: audit 2023-12-07T16:02:20.315368+0000 mon.c (mon.1) 4245 : audit 1 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:02:21.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:20 smithi144 bash[66528]: audit 2023-12-07T16:02:20.327058+0000 mon.a (mon.0) 1826 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:22.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:21 smithi121 bash[81553]: cluster 2023-12-07T16:02:20.249947+0000 mgr.y (mgr.25453) 1812 : cluster 0 pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:22.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:21 smithi121 bash[83807]: cluster 2023-12-07T16:02:20.249947+0000 mgr.y (mgr.25453) 1812 : cluster 0 pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:22.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:21 smithi144 bash[66528]: cluster 2023-12-07T16:02:20.249947+0000 mgr.y (mgr.25453) 1812 : cluster 0 pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:24.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:23 smithi121 bash[81553]: cluster 2023-12-07T16:02:22.251052+0000 mgr.y (mgr.25453) 1813 : cluster 0 pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:24.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:23 smithi121 bash[81553]: audit 2023-12-07T16:02:23.439147+0000 mon.a (mon.0) 1827 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:24.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:23 smithi121 bash[81553]: audit 2023-12-07T16:02:23.453715+0000 mon.a (mon.0) 1828 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:24.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:23 smithi121 bash[81553]: audit 2023-12-07T16:02:23.464324+0000 mon.a (mon.0) 1829 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:24.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:23 smithi121 bash[83807]: cluster 2023-12-07T16:02:22.251052+0000 mgr.y (mgr.25453) 1813 : cluster 0 pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:24.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:23 smithi121 bash[83807]: audit 2023-12-07T16:02:23.439147+0000 mon.a (mon.0) 1827 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:24.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:23 smithi121 bash[83807]: audit 2023-12-07T16:02:23.453715+0000 mon.a (mon.0) 1828 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:24.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:23 smithi121 bash[83807]: audit 2023-12-07T16:02:23.464324+0000 mon.a (mon.0) 1829 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:24.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:23 smithi144 bash[66528]: cluster 2023-12-07T16:02:22.251052+0000 mgr.y (mgr.25453) 1813 : cluster 0 pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:24.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:23 smithi144 bash[66528]: audit 2023-12-07T16:02:23.439147+0000 mon.a (mon.0) 1827 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:24.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:23 smithi144 bash[66528]: audit 2023-12-07T16:02:23.453715+0000 mon.a (mon.0) 1828 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:24.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:23 smithi144 bash[66528]: audit 2023-12-07T16:02:23.464324+0000 mon.a (mon.0) 1829 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:24.961 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:02:24 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:02:24] "GET /metrics HTTP/1.1" 200 38595 "" "Prometheus/2.33.4" 2023-12-07T16:02:25.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:24 smithi121 bash[83807]: audit 2023-12-07T16:02:23.831873+0000 mgr.y (mgr.25453) 1814 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:25.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:24 smithi121 bash[81553]: audit 2023-12-07T16:02:23.831873+0000 mgr.y (mgr.25453) 1814 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:25.329 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:24 smithi144 bash[66528]: audit 2023-12-07T16:02:23.831873+0000 mgr.y (mgr.25453) 1814 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:26.242 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:25 smithi144 bash[66528]: cluster 2023-12-07T16:02:24.252512+0000 mgr.y (mgr.25453) 1815 : cluster 0 pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:26.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:25 smithi121 bash[81553]: cluster 2023-12-07T16:02:24.252512+0000 mgr.y (mgr.25453) 1815 : cluster 0 pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:26.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:25 smithi121 bash[83807]: cluster 2023-12-07T16:02:24.252512+0000 mgr.y (mgr.25453) 1815 : cluster 0 pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:28.298 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:27 smithi121 bash[81553]: cluster 2023-12-07T16:02:26.253541+0000 mgr.y (mgr.25453) 1816 : cluster 0 pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:28.298 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:27 smithi121 bash[81553]: audit 2023-12-07T16:02:27.467726+0000 mon.c (mon.1) 4246 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:28.298 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:27 smithi121 bash[81553]: audit 2023-12-07T16:02:27.550659+0000 mon.a (mon.0) 1830 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:28.298 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:27 smithi121 bash[81553]: audit 2023-12-07T16:02:27.566227+0000 mon.a (mon.0) 1831 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:28.298 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:27 smithi121 bash[81553]: audit 2023-12-07T16:02:27.578368+0000 mon.a (mon.0) 1832 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:28.298 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:27 smithi121 bash[83807]: cluster 2023-12-07T16:02:26.253541+0000 mgr.y (mgr.25453) 1816 : cluster 0 pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:28.298 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:27 smithi121 bash[83807]: audit 2023-12-07T16:02:27.467726+0000 mon.c (mon.1) 4246 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:28.298 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:27 smithi121 bash[83807]: audit 2023-12-07T16:02:27.550659+0000 mon.a (mon.0) 1830 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:28.299 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:27 smithi121 bash[83807]: audit 2023-12-07T16:02:27.566227+0000 mon.a (mon.0) 1831 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:28.299 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:27 smithi121 bash[83807]: audit 2023-12-07T16:02:27.578368+0000 mon.a (mon.0) 1832 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:28.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:27 smithi144 bash[66528]: cluster 2023-12-07T16:02:26.253541+0000 mgr.y (mgr.25453) 1816 : cluster 0 pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:28.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:27 smithi144 bash[66528]: audit 2023-12-07T16:02:27.467726+0000 mon.c (mon.1) 4246 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:28.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:27 smithi144 bash[66528]: audit 2023-12-07T16:02:27.550659+0000 mon.a (mon.0) 1830 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:28.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:27 smithi144 bash[66528]: audit 2023-12-07T16:02:27.566227+0000 mon.a (mon.0) 1831 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:28.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:27 smithi144 bash[66528]: audit 2023-12-07T16:02:27.578368+0000 mon.a (mon.0) 1832 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:30.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:29 smithi121 bash[81553]: cluster 2023-12-07T16:02:28.254848+0000 mgr.y (mgr.25453) 1817 : cluster 0 pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:30.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:29 smithi121 bash[83807]: cluster 2023-12-07T16:02:28.254848+0000 mgr.y (mgr.25453) 1817 : cluster 0 pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:30.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:29 smithi144 bash[66528]: cluster 2023-12-07T16:02:28.254848+0000 mgr.y (mgr.25453) 1817 : cluster 0 pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:32.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:31 smithi121 bash[81553]: cluster 2023-12-07T16:02:30.256170+0000 mgr.y (mgr.25453) 1818 : cluster 0 pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:32.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:31 smithi121 bash[83807]: cluster 2023-12-07T16:02:30.256170+0000 mgr.y (mgr.25453) 1818 : cluster 0 pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:32.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:31 smithi144 bash[66528]: cluster 2023-12-07T16:02:30.256170+0000 mgr.y (mgr.25453) 1818 : cluster 0 pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:34.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:33 smithi121 bash[81553]: cluster 2023-12-07T16:02:32.257341+0000 mgr.y (mgr.25453) 1819 : cluster 0 pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:34.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:33 smithi121 bash[83807]: cluster 2023-12-07T16:02:32.257341+0000 mgr.y (mgr.25453) 1819 : cluster 0 pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:34.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:33 smithi144 bash[66528]: cluster 2023-12-07T16:02:32.257341+0000 mgr.y (mgr.25453) 1819 : cluster 0 pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:34.992 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:02:34 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:02:34] "GET /metrics HTTP/1.1" 200 38592 "" "Prometheus/2.33.4" 2023-12-07T16:02:34.994 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:34 smithi121 bash[81553]: audit 2023-12-07T16:02:33.835138+0000 mgr.y (mgr.25453) 1820 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:35.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:34 smithi121 bash[83807]: audit 2023-12-07T16:02:33.835138+0000 mgr.y (mgr.25453) 1820 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:35.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:34 smithi144 bash[66528]: audit 2023-12-07T16:02:33.835138+0000 mgr.y (mgr.25453) 1820 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:36.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:35 smithi121 bash[83807]: cluster 2023-12-07T16:02:34.258851+0000 mgr.y (mgr.25453) 1821 : cluster 0 pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:36.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:35 smithi121 bash[81553]: cluster 2023-12-07T16:02:34.258851+0000 mgr.y (mgr.25453) 1821 : cluster 0 pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:36.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:35 smithi144 bash[66528]: cluster 2023-12-07T16:02:34.258851+0000 mgr.y (mgr.25453) 1821 : cluster 0 pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:38.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:37 smithi121 bash[81553]: cluster 2023-12-07T16:02:36.259908+0000 mgr.y (mgr.25453) 1822 : cluster 0 pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:38.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:37 smithi121 bash[83807]: cluster 2023-12-07T16:02:36.259908+0000 mgr.y (mgr.25453) 1822 : cluster 0 pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:38.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:37 smithi144 bash[66528]: cluster 2023-12-07T16:02:36.259908+0000 mgr.y (mgr.25453) 1822 : cluster 0 pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:40.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:40 smithi121 bash[81553]: cluster 2023-12-07T16:02:38.261245+0000 mgr.y (mgr.25453) 1823 : cluster 0 pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:40.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:40 smithi121 bash[83807]: cluster 2023-12-07T16:02:38.261245+0000 mgr.y (mgr.25453) 1823 : cluster 0 pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:40.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:40 smithi144 bash[66528]: cluster 2023-12-07T16:02:38.261245+0000 mgr.y (mgr.25453) 1823 : cluster 0 pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:42.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:42 smithi121 bash[83807]: cluster 2023-12-07T16:02:40.262565+0000 mgr.y (mgr.25453) 1824 : cluster 0 pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:42.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:42 smithi121 bash[81553]: cluster 2023-12-07T16:02:40.262565+0000 mgr.y (mgr.25453) 1824 : cluster 0 pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:42.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:42 smithi144 bash[66528]: cluster 2023-12-07T16:02:40.262565+0000 mgr.y (mgr.25453) 1824 : cluster 0 pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:43.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:43 smithi121 bash[81553]: audit 2023-12-07T16:02:42.468037+0000 mon.c (mon.1) 4247 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:43.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:43 smithi121 bash[83807]: audit 2023-12-07T16:02:42.468037+0000 mon.c (mon.1) 4247 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:43.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:43 smithi144 bash[66528]: audit 2023-12-07T16:02:42.468037+0000 mon.c (mon.1) 4247 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:44.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:44 smithi121 bash[81553]: cluster 2023-12-07T16:02:42.263721+0000 mgr.y (mgr.25453) 1825 : cluster 0 pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:44.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:44 smithi121 bash[81553]: audit 2023-12-07T16:02:43.627725+0000 mon.a (mon.0) 1833 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:44.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:44 smithi121 bash[81553]: audit 2023-12-07T16:02:43.644811+0000 mon.a (mon.0) 1834 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:44.311 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:44 smithi121 bash[81553]: audit 2023-12-07T16:02:43.656215+0000 mon.a (mon.0) 1835 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:44.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:44 smithi121 bash[83807]: cluster 2023-12-07T16:02:42.263721+0000 mgr.y (mgr.25453) 1825 : cluster 0 pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:44.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:44 smithi121 bash[83807]: audit 2023-12-07T16:02:43.627725+0000 mon.a (mon.0) 1833 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:44.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:44 smithi121 bash[83807]: audit 2023-12-07T16:02:43.644811+0000 mon.a (mon.0) 1834 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:44.312 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:44 smithi121 bash[83807]: audit 2023-12-07T16:02:43.656215+0000 mon.a (mon.0) 1835 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:44.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:44 smithi144 bash[66528]: cluster 2023-12-07T16:02:42.263721+0000 mgr.y (mgr.25453) 1825 : cluster 0 pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:44.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:44 smithi144 bash[66528]: audit 2023-12-07T16:02:43.627725+0000 mon.a (mon.0) 1833 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:44.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:44 smithi144 bash[66528]: audit 2023-12-07T16:02:43.644811+0000 mon.a (mon.0) 1834 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:44.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:44 smithi144 bash[66528]: audit 2023-12-07T16:02:43.656215+0000 mon.a (mon.0) 1835 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:45.031 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:02:44 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:02:44] "GET /metrics HTTP/1.1" 200 38591 "" "Prometheus/2.33.4" 2023-12-07T16:02:45.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:45 smithi121 bash[81553]: audit 2023-12-07T16:02:43.844076+0000 mgr.y (mgr.25453) 1826 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:45.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:45 smithi121 bash[83807]: audit 2023-12-07T16:02:43.844076+0000 mgr.y (mgr.25453) 1826 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:45.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:45 smithi144 bash[66528]: audit 2023-12-07T16:02:43.844076+0000 mgr.y (mgr.25453) 1826 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:46.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:46 smithi121 bash[81553]: cluster 2023-12-07T16:02:44.265195+0000 mgr.y (mgr.25453) 1827 : cluster 0 pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:46.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:46 smithi121 bash[83807]: cluster 2023-12-07T16:02:44.265195+0000 mgr.y (mgr.25453) 1827 : cluster 0 pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:46.358 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:46 smithi144 bash[66528]: cluster 2023-12-07T16:02:44.265195+0000 mgr.y (mgr.25453) 1827 : cluster 0 pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:48.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:48 smithi121 bash[83807]: cluster 2023-12-07T16:02:46.266242+0000 mgr.y (mgr.25453) 1828 : cluster 0 pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:48.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:48 smithi121 bash[83807]: audit 2023-12-07T16:02:47.752519+0000 mon.a (mon.0) 1836 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:48.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:48 smithi121 bash[83807]: audit 2023-12-07T16:02:47.774842+0000 mon.a (mon.0) 1837 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:48.060 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:48 smithi121 bash[83807]: audit 2023-12-07T16:02:47.788806+0000 mon.a (mon.0) 1838 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:48.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:48 smithi121 bash[81553]: cluster 2023-12-07T16:02:46.266242+0000 mgr.y (mgr.25453) 1828 : cluster 0 pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:48.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:48 smithi121 bash[81553]: audit 2023-12-07T16:02:47.752519+0000 mon.a (mon.0) 1836 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:48.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:48 smithi121 bash[81553]: audit 2023-12-07T16:02:47.774842+0000 mon.a (mon.0) 1837 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:48.061 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:48 smithi121 bash[81553]: audit 2023-12-07T16:02:47.788806+0000 mon.a (mon.0) 1838 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:48.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:48 smithi144 bash[66528]: cluster 2023-12-07T16:02:46.266242+0000 mgr.y (mgr.25453) 1828 : cluster 0 pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:48.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:48 smithi144 bash[66528]: audit 2023-12-07T16:02:47.752519+0000 mon.a (mon.0) 1836 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:48.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:48 smithi144 bash[66528]: audit 2023-12-07T16:02:47.774842+0000 mon.a (mon.0) 1837 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:48.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:48 smithi144 bash[66528]: audit 2023-12-07T16:02:47.788806+0000 mon.a (mon.0) 1838 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:02:50.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:50 smithi121 bash[83807]: cluster 2023-12-07T16:02:48.267143+0000 mgr.y (mgr.25453) 1829 : cluster 0 pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:50.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:50 smithi121 bash[81553]: cluster 2023-12-07T16:02:48.267143+0000 mgr.y (mgr.25453) 1829 : cluster 0 pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:50.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:50 smithi144 bash[66528]: cluster 2023-12-07T16:02:48.267143+0000 mgr.y (mgr.25453) 1829 : cluster 0 pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:52.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:52 smithi121 bash[81553]: cluster 2023-12-07T16:02:50.268265+0000 mgr.y (mgr.25453) 1830 : cluster 0 pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:52.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:52 smithi121 bash[83807]: cluster 2023-12-07T16:02:50.268265+0000 mgr.y (mgr.25453) 1830 : cluster 0 pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:52.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:52 smithi144 bash[66528]: cluster 2023-12-07T16:02:50.268265+0000 mgr.y (mgr.25453) 1830 : cluster 0 pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:54.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:54 smithi121 bash[81553]: cluster 2023-12-07T16:02:52.269407+0000 mgr.y (mgr.25453) 1831 : cluster 0 pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:54.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:54 smithi121 bash[83807]: cluster 2023-12-07T16:02:52.269407+0000 mgr.y (mgr.25453) 1831 : cluster 0 pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:54.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:54 smithi144 bash[66528]: cluster 2023-12-07T16:02:52.269407+0000 mgr.y (mgr.25453) 1831 : cluster 0 pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:55.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:02:54 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:02:54] "GET /metrics HTTP/1.1" 200 38591 "" "Prometheus/2.33.4" 2023-12-07T16:02:55.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:55 smithi144 bash[66528]: audit 2023-12-07T16:02:53.852026+0000 mgr.y (mgr.25453) 1832 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:55.532 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:55 smithi121 bash[83807]: audit 2023-12-07T16:02:53.852026+0000 mgr.y (mgr.25453) 1832 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:55.532 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:55 smithi121 bash[81553]: audit 2023-12-07T16:02:53.852026+0000 mgr.y (mgr.25453) 1832 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:02:56.318 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:56 smithi121 bash[81553]: cluster 2023-12-07T16:02:54.270979+0000 mgr.y (mgr.25453) 1833 : cluster 0 pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:56.318 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:56 smithi121 bash[83807]: cluster 2023-12-07T16:02:54.270979+0000 mgr.y (mgr.25453) 1833 : cluster 0 pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:56.319 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch ps' 2023-12-07T16:02:56.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:56 smithi144 bash[66528]: cluster 2023-12-07T16:02:54.270979+0000 mgr.y (mgr.25453) 1833 : cluster 0 pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:58.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:58 smithi144 bash[66528]: cluster 2023-12-07T16:02:56.272237+0000 mgr.y (mgr.25453) 1834 : cluster 0 pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:58.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:02:58 smithi144 bash[66528]: audit 2023-12-07T16:02:57.468496+0000 mon.c (mon.1) 4248 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:58.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:58 smithi121 bash[81553]: cluster 2023-12-07T16:02:56.272237+0000 mgr.y (mgr.25453) 1834 : cluster 0 pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:58.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:02:58 smithi121 bash[81553]: audit 2023-12-07T16:02:57.468496+0000 mon.c (mon.1) 4248 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:58.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:58 smithi121 bash[83807]: cluster 2023-12-07T16:02:56.272237+0000 mgr.y (mgr.25453) 1834 : cluster 0 pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:02:58.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:02:58 smithi121 bash[83807]: audit 2023-12-07T16:02:57.468496+0000 mon.c (mon.1) 4248 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:02:59.755 INFO:teuthology.orchestra.run.smithi121.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-07T16:02:59.755 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi121 smithi121 running 11s ago 24m - - 2023-12-07T16:02:59.755 INFO:teuthology.orchestra.run.smithi121.stdout:agent.smithi144 smithi144 running 16s ago 24m - - 2023-12-07T16:02:59.755 INFO:teuthology.orchestra.run.smithi121.stdout:alertmanager.a smithi121 *:9093,9094 running (11m) 11s ago 17m 16.8M - 0.23.0 ba2b418f427c 967bceda37f6 2023-12-07T16:02:59.755 INFO:teuthology.orchestra.run.smithi121.stdout:grafana.a smithi144 *:3000 running (10m) 16s ago 17m 43.7M - 8.3.5 dad864ee21e9 f9c66575cb4a 2023-12-07T16:02:59.755 INFO:teuthology.orchestra.run.smithi121.stdout:iscsi.foo.smithi121.yucqht smithi121 running (9m) 11s ago 15m 48.8M - 3.5 e1d6a67b021e 5b982a4ff84a 2023-12-07T16:02:59.755 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.x smithi144 *:8443,9283,8765 running (9m) 16s ago 23m 436M - 19.0.0-13-ge6605fb8 104f332cd0a9 b518ffbe0a91 2023-12-07T16:02:59.755 INFO:teuthology.orchestra.run.smithi121.stdout:mgr.y smithi121 *:8443,9283,8765 running (9m) 11s ago 25m 524M - 19.0.0-13-ge6605fb8 104f332cd0a9 104d769d2d66 2023-12-07T16:02:59.756 INFO:teuthology.orchestra.run.smithi121.stdout:mon.a smithi121 running (8m) 11s ago 26m 76.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 46122fbb14c0 2023-12-07T16:02:59.756 INFO:teuthology.orchestra.run.smithi121.stdout:mon.b smithi144 running (7m) 16s ago 24m 56.0M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 f065215e6f46 2023-12-07T16:02:59.756 INFO:teuthology.orchestra.run.smithi121.stdout:mon.c smithi121 running (8m) 11s ago 24m 65.2M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 d92fb430c584 2023-12-07T16:02:59.756 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.a smithi121 *:9100 running (11m) 11s ago 18m 12.4M - 1.3.1 1dbe0e931976 20eca3d71286 2023-12-07T16:02:59.756 INFO:teuthology.orchestra.run.smithi121.stdout:node-exporter.b smithi144 *:9100 running (10m) 16s ago 17m 12.4M - 1.3.1 1dbe0e931976 0024f19bccdb 2023-12-07T16:02:59.756 INFO:teuthology.orchestra.run.smithi121.stdout:osd.0 smithi121 running (6m) 11s ago 23m 62.4M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 1c6417ba1117 2023-12-07T16:02:59.756 INFO:teuthology.orchestra.run.smithi121.stdout:osd.1 smithi121 running (6m) 11s ago 22m 61.5M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 7a224a561741 2023-12-07T16:02:59.756 INFO:teuthology.orchestra.run.smithi121.stdout:osd.2 smithi121 running (5m) 11s ago 22m 53.2M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 00d71a801fed 2023-12-07T16:02:59.756 INFO:teuthology.orchestra.run.smithi121.stdout:osd.3 smithi121 running (4m) 11s ago 21m 58.0M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 722b2617412e 2023-12-07T16:02:59.756 INFO:teuthology.orchestra.run.smithi121.stdout:osd.4 smithi144 running (3m) 16s ago 20m 50.7M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 d81b80ea4a46 2023-12-07T16:02:59.756 INFO:teuthology.orchestra.run.smithi121.stdout:osd.5 smithi144 running (3m) 16s ago 20m 52.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 a33a1de528b2 2023-12-07T16:02:59.756 INFO:teuthology.orchestra.run.smithi121.stdout:osd.6 smithi144 running (2m) 16s ago 19m 50.6M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 83cede07b727 2023-12-07T16:02:59.756 INFO:teuthology.orchestra.run.smithi121.stdout:osd.7 smithi144 running (108s) 16s ago 19m 51.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 35dc4ae1b679 2023-12-07T16:02:59.756 INFO:teuthology.orchestra.run.smithi121.stdout:prometheus.a smithi144 *:9095 running (9m) 16s ago 18m 70.3M - 2.33.4 514e6a882f6e 64f00ffdc6cb 2023-12-07T16:02:59.756 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi121.qinpyd smithi121 *:8000 running (15m) 11s ago 15m 90.4M - 17.2.0 e1d6a67b021e afc5a073beee 2023-12-07T16:02:59.756 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.foo.smithi144.ukcjdp smithi144 *:8000 running (15m) 16s ago 15m 90.5M - 17.2.0 e1d6a67b021e 6777cd425d16 2023-12-07T16:02:59.757 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi121.zmmcfa smithi121 *:80 running (15m) 11s ago 15m 91.6M - 17.2.0 e1d6a67b021e 0195f1bbc2fe 2023-12-07T16:02:59.757 INFO:teuthology.orchestra.run.smithi121.stdout:rgw.smpl.smithi144.qkcshe smithi144 *:80 running (15m) 16s ago 15m 90.3M - 17.2.0 e1d6a67b021e 1a53dbcd03d4 2023-12-07T16:03:00.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:00 smithi121 bash[81553]: cluster 2023-12-07T16:02:58.273511+0000 mgr.y (mgr.25453) 1835 : cluster 0 pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:00.310 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:00 smithi121 bash[83807]: cluster 2023-12-07T16:02:58.273511+0000 mgr.y (mgr.25453) 1835 : cluster 0 pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:00.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:00 smithi144 bash[66528]: cluster 2023-12-07T16:02:58.273511+0000 mgr.y (mgr.25453) 1835 : cluster 0 pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:00.632 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions' 2023-12-07T16:03:01.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:01 smithi144 bash[66528]: audit 2023-12-07T16:02:59.726486+0000 mgr.y (mgr.25453) 1836 : audit 0 from='client.44610 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:01.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:01 smithi121 bash[81553]: audit 2023-12-07T16:02:59.726486+0000 mgr.y (mgr.25453) 1836 : audit 0 from='client.44610 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:01.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:01 smithi121 bash[83807]: audit 2023-12-07T16:02:59.726486+0000 mgr.y (mgr.25453) 1836 : audit 0 from='client.44610 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:02.225 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:02 smithi121 bash[83807]: cluster 2023-12-07T16:03:00.274724+0000 mgr.y (mgr.25453) 1837 : cluster 0 pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:02.225 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:02 smithi121 bash[81553]: cluster 2023-12-07T16:03:00.274724+0000 mgr.y (mgr.25453) 1837 : cluster 0 pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:02.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:02 smithi144 bash[66528]: cluster 2023-12-07T16:03:00.274724+0000 mgr.y (mgr.25453) 1837 : cluster 0 pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:04.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:04 smithi144 bash[66528]: cluster 2023-12-07T16:03:02.276012+0000 mgr.y (mgr.25453) 1838 : cluster 0 pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:04.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:04 smithi144 bash[66528]: audit 2023-12-07T16:03:03.822897+0000 mon.a (mon.0) 1839 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:04.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:04 smithi144 bash[66528]: audit 2023-12-07T16:03:03.835686+0000 mon.a (mon.0) 1840 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:04.125 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:04 smithi144 bash[66528]: audit 2023-12-07T16:03:03.844758+0000 mon.a (mon.0) 1841 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:04.287 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T16:03:04.287 INFO:teuthology.orchestra.run.smithi121.stdout: "mon": { 2023-12-07T16:03:04.287 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-07T16:03:04.287 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T16:03:04.287 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr": { 2023-12-07T16:03:04.287 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-07T16:03:04.287 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T16:03:04.287 INFO:teuthology.orchestra.run.smithi121.stdout: "osd": { 2023-12-07T16:03:04.287 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 8 2023-12-07T16:03:04.288 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T16:03:04.288 INFO:teuthology.orchestra.run.smithi121.stdout: "rgw": { 2023-12-07T16:03:04.288 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-07T16:03:04.288 INFO:teuthology.orchestra.run.smithi121.stdout: }, 2023-12-07T16:03:04.288 INFO:teuthology.orchestra.run.smithi121.stdout: "overall": { 2023-12-07T16:03:04.288 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-07T16:03:04.288 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 13 2023-12-07T16:03:04.288 INFO:teuthology.orchestra.run.smithi121.stdout: } 2023-12-07T16:03:04.288 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T16:03:04.459 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:04 smithi121 bash[83807]: cluster 2023-12-07T16:03:02.276012+0000 mgr.y (mgr.25453) 1838 : cluster 0 pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:04.459 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:04 smithi121 bash[83807]: audit 2023-12-07T16:03:03.822897+0000 mon.a (mon.0) 1839 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:04.459 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:04 smithi121 bash[83807]: audit 2023-12-07T16:03:03.835686+0000 mon.a (mon.0) 1840 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:04.459 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:04 smithi121 bash[83807]: audit 2023-12-07T16:03:03.844758+0000 mon.a (mon.0) 1841 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:04.459 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:04 smithi121 bash[81553]: cluster 2023-12-07T16:03:02.276012+0000 mgr.y (mgr.25453) 1838 : cluster 0 pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:04.459 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:04 smithi121 bash[81553]: audit 2023-12-07T16:03:03.822897+0000 mon.a (mon.0) 1839 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:04.459 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:04 smithi121 bash[81553]: audit 2023-12-07T16:03:03.835686+0000 mon.a (mon.0) 1840 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:04.459 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:04 smithi121 bash[81553]: audit 2023-12-07T16:03:03.844758+0000 mon.a (mon.0) 1841 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:04.810 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:03:04 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:03:04] "GET /metrics HTTP/1.1" 200 38591 "" "Prometheus/2.33.4" 2023-12-07T16:03:05.214 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch upgrade status' 2023-12-07T16:03:05.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:05 smithi144 bash[66528]: audit 2023-12-07T16:03:03.862898+0000 mgr.y (mgr.25453) 1839 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:05.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:05 smithi144 bash[66528]: audit 2023-12-07T16:03:04.283663+0000 mon.c (mon.1) 4249 : audit 0 from='client.? 172.21.15.121:0/239638084' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:03:05.396 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:05 smithi121 bash[81553]: audit 2023-12-07T16:03:03.862898+0000 mgr.y (mgr.25453) 1839 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:05.396 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:05 smithi121 bash[81553]: audit 2023-12-07T16:03:04.283663+0000 mon.c (mon.1) 4249 : audit 0 from='client.? 172.21.15.121:0/239638084' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:03:05.396 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:05 smithi121 bash[83807]: audit 2023-12-07T16:03:03.862898+0000 mgr.y (mgr.25453) 1839 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:05.396 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:05 smithi121 bash[83807]: audit 2023-12-07T16:03:04.283663+0000 mon.c (mon.1) 4249 : audit 0 from='client.? 172.21.15.121:0/239638084' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:03:06.364 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:06 smithi121 bash[81553]: cluster 2023-12-07T16:03:04.277494+0000 mgr.y (mgr.25453) 1840 : cluster 0 pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:06.364 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:06 smithi121 bash[83807]: cluster 2023-12-07T16:03:04.277494+0000 mgr.y (mgr.25453) 1840 : cluster 0 pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:06.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:06 smithi144 bash[66528]: cluster 2023-12-07T16:03:04.277494+0000 mgr.y (mgr.25453) 1840 : cluster 0 pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:08.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:08 smithi121 bash[81553]: cluster 2023-12-07T16:03:06.278597+0000 mgr.y (mgr.25453) 1841 : cluster 0 pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:08.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:08 smithi121 bash[81553]: audit 2023-12-07T16:03:07.947407+0000 mon.a (mon.0) 1842 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:08.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:08 smithi121 bash[81553]: audit 2023-12-07T16:03:07.960014+0000 mon.a (mon.0) 1843 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:08.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:08 smithi121 bash[81553]: audit 2023-12-07T16:03:07.970119+0000 mon.a (mon.0) 1844 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:08.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:08 smithi121 bash[83807]: cluster 2023-12-07T16:03:06.278597+0000 mgr.y (mgr.25453) 1841 : cluster 0 pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:08.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:08 smithi121 bash[83807]: audit 2023-12-07T16:03:07.947407+0000 mon.a (mon.0) 1842 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:08.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:08 smithi121 bash[83807]: audit 2023-12-07T16:03:07.960014+0000 mon.a (mon.0) 1843 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:08.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:08 smithi121 bash[83807]: audit 2023-12-07T16:03:07.970119+0000 mon.a (mon.0) 1844 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:08.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:08 smithi144 bash[66528]: cluster 2023-12-07T16:03:06.278597+0000 mgr.y (mgr.25453) 1841 : cluster 0 pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:08.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:08 smithi144 bash[66528]: audit 2023-12-07T16:03:07.947407+0000 mon.a (mon.0) 1842 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:08.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:08 smithi144 bash[66528]: audit 2023-12-07T16:03:07.960014+0000 mon.a (mon.0) 1843 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:08.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:08 smithi144 bash[66528]: audit 2023-12-07T16:03:07.970119+0000 mon.a (mon.0) 1844 : audit 1 from='mgr.25453 ' entity='mgr.y' 2023-12-07T16:03:09.261 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2023-12-07T16:03:09.261 INFO:teuthology.orchestra.run.smithi121.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-07T16:03:09.261 INFO:teuthology.orchestra.run.smithi121.stdout: "in_progress": true, 2023-12-07T16:03:09.261 INFO:teuthology.orchestra.run.smithi121.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-07T16:03:09.261 INFO:teuthology.orchestra.run.smithi121.stdout: "services_complete": [ 2023-12-07T16:03:09.261 INFO:teuthology.orchestra.run.smithi121.stdout: "osd", 2023-12-07T16:03:09.261 INFO:teuthology.orchestra.run.smithi121.stdout: "mon", 2023-12-07T16:03:09.262 INFO:teuthology.orchestra.run.smithi121.stdout: "mgr" 2023-12-07T16:03:09.262 INFO:teuthology.orchestra.run.smithi121.stdout: ], 2023-12-07T16:03:09.262 INFO:teuthology.orchestra.run.smithi121.stdout: "progress": "13/23 daemons upgraded", 2023-12-07T16:03:09.262 INFO:teuthology.orchestra.run.smithi121.stdout: "message": "Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception", 2023-12-07T16:03:09.262 INFO:teuthology.orchestra.run.smithi121.stdout: "is_paused": true 2023-12-07T16:03:09.262 INFO:teuthology.orchestra.run.smithi121.stdout:} 2023-12-07T16:03:10.375 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:10 smithi144 bash[66528]: cluster 2023-12-07T16:03:08.280015+0000 mgr.y (mgr.25453) 1842 : cluster 0 pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:10.393 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:10 smithi121 bash[81553]: cluster 2023-12-07T16:03:08.280015+0000 mgr.y (mgr.25453) 1842 : cluster 0 pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:10.393 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:10 smithi121 bash[83807]: cluster 2023-12-07T16:03:08.280015+0000 mgr.y (mgr.25453) 1842 : cluster 0 pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:10.394 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph health detail' 2023-12-07T16:03:11.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:11 smithi121 bash[83807]: audit 2023-12-07T16:03:09.257213+0000 mgr.y (mgr.25453) 1843 : audit 0 from='client.44622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:11.561 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:11 smithi121 bash[81553]: audit 2023-12-07T16:03:09.257213+0000 mgr.y (mgr.25453) 1843 : audit 0 from='client.44622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:11.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:11 smithi144 bash[66528]: audit 2023-12-07T16:03:09.257213+0000 mgr.y (mgr.25453) 1843 : audit 0 from='client.44622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:12.466 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:12 smithi121 bash[83807]: cluster 2023-12-07T16:03:10.281152+0000 mgr.y (mgr.25453) 1844 : cluster 0 pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:12.467 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:12 smithi121 bash[81553]: cluster 2023-12-07T16:03:10.281152+0000 mgr.y (mgr.25453) 1844 : cluster 0 pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:12.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:12 smithi144 bash[66528]: cluster 2023-12-07T16:03:10.281152+0000 mgr.y (mgr.25453) 1844 : cluster 0 pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:13.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:13 smithi121 bash[81553]: audit 2023-12-07T16:03:12.468177+0000 mon.c (mon.1) 4250 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:03:13.560 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:13 smithi121 bash[83807]: audit 2023-12-07T16:03:12.468177+0000 mon.c (mon.1) 4250 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:03:13.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:13 smithi144 bash[66528]: audit 2023-12-07T16:03:12.468177+0000 mon.c (mon.1) 4250 : audit 0 from='mgr.25453 172.21.15.121:0/3953839616' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-07T16:03:14.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:14 smithi121 bash[81553]: cluster 2023-12-07T16:03:12.282026+0000 mgr.y (mgr.25453) 1845 : cluster 0 pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:14.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:14 smithi121 bash[83807]: cluster 2023-12-07T16:03:12.282026+0000 mgr.y (mgr.25453) 1845 : cluster 0 pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:14.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:14 smithi144 bash[66528]: cluster 2023-12-07T16:03:12.282026+0000 mgr.y (mgr.25453) 1845 : cluster 0 pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:15.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:03:14 smithi121 bash[75663]: ::ffff:172.21.15.144 - - [07/Dec/2023:16:03:14] "GET /metrics HTTP/1.1" 200 38592 "" "Prometheus/2.33.4" 2023-12-07T16:03:15.195 INFO:teuthology.orchestra.run.smithi121.stdout:HEALTH_ERR Upgrade: failed due to an unexpected exception 2023-12-07T16:03:15.195 INFO:teuthology.orchestra.run.smithi121.stdout:[ERR] UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-07T16:03:15.195 INFO:teuthology.orchestra.run.smithi121.stdout: Unexpected exception occurred during upgrade process: osd require-osd-release failed: unrecognized release unknown retval: -22 2023-12-07T16:03:15.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:15 smithi144 bash[66528]: audit 2023-12-07T16:03:13.872141+0000 mgr.y (mgr.25453) 1846 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:15.679 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:15 smithi121 bash[83807]: audit 2023-12-07T16:03:13.872141+0000 mgr.y (mgr.25453) 1846 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:15.679 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:15 smithi121 bash[81553]: audit 2023-12-07T16:03:13.872141+0000 mgr.y (mgr.25453) 1846 : audit 0 from='client.15501 -' entity='client.iscsi.foo.smithi121.yucqht' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-07T16:03:16.055 DEBUG:teuthology.orchestra.run.smithi121:> 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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-07T16:03:16.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:16 smithi121 bash[81553]: cluster 2023-12-07T16:03:14.283454+0000 mgr.y (mgr.25453) 1847 : cluster 0 pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:16.310 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:16 smithi121 bash[81553]: audit 2023-12-07T16:03:15.192130+0000 mon.c (mon.1) 4251 : audit 0 from='client.? 172.21.15.121:0/3240705264' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:03:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:16 smithi121 bash[83807]: cluster 2023-12-07T16:03:14.283454+0000 mgr.y (mgr.25453) 1847 : cluster 0 pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:16.311 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:16 smithi121 bash[83807]: audit 2023-12-07T16:03:15.192130+0000 mon.c (mon.1) 4251 : audit 0 from='client.? 172.21.15.121:0/3240705264' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:03:16.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:16 smithi144 bash[66528]: cluster 2023-12-07T16:03:14.283454+0000 mgr.y (mgr.25453) 1847 : cluster 0 pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:03:16.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:16 smithi144 bash[66528]: audit 2023-12-07T16:03:15.192130+0000 mon.c (mon.1) 4251 : audit 0 from='client.? 172.21.15.121:0/3240705264' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-07T16:03:18.560 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:18 smithi121 bash[81553]: cluster 2023-12-07T16:03:16.284446+0000 mgr.y (mgr.25453) 1848 : cluster 0 pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:18.561 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:18 smithi121 bash[83807]: cluster 2023-12-07T16:03:16.284446+0000 mgr.y (mgr.25453) 1848 : cluster 0 pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:18.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:18 smithi144 bash[66528]: cluster 2023-12-07T16:03:16.284446+0000 mgr.y (mgr.25453) 1848 : cluster 0 pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:19.383 INFO:teuthology.orchestra.run.smithi121.stdout:false 2023-12-07T16:03:20.127 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:03:20.128 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi121 with status 1: '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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-07T16:03:20.206 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=8051e5dacaaf4ea6b1dae421386ff3f1 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi121 with status 1: '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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-07T16:03:20.209 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-07T16:03:20.218 INFO:tasks.cephadm:Teardown begin 2023-12-07T16:03:20.218 DEBUG:teuthology.orchestra.run.smithi121:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-07T16:03:20.237 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-07T16:03:20.254 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-07T16:03:20.254 DEBUG:teuthology.orchestra.run.smithi121:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-07T16:03:20.287 DEBUG:teuthology.orchestra.run.smithi144:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-07T16:03:20.294 INFO:tasks.cephadm:Stopping all daemons... 2023-12-07T16:03:20.294 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-07T16:03:20.294 DEBUG:teuthology.orchestra.run.smithi121:> sudo systemctl stop ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mon.a 2023-12-07T16:03:20.495 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:20 smithi121 bash[83807]: cluster 2023-12-07T16:03:18.285791+0000 mgr.y (mgr.25453) 1849 : cluster 0 pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:20.495 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:20 smithi121 bash[83807]: audit 2023-12-07T16:03:19.359386+0000 mon.a (mon.0) 1845 : audit 0 from='client.? 172.21.15.121:0/2300098770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:03:20.495 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:20 smithi121 bash[81553]: cluster 2023-12-07T16:03:18.285791+0000 mgr.y (mgr.25453) 1849 : cluster 0 pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:20.495 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:20 smithi121 bash[81553]: audit 2023-12-07T16:03:19.359386+0000 mon.a (mon.0) 1845 : audit 0 from='client.? 172.21.15.121:0/2300098770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:03:20.495 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:20 smithi121 systemd[1]: Stopping Ceph mon.a for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:03:20.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:20 smithi144 bash[66528]: cluster 2023-12-07T16:03:18.285791+0000 mgr.y (mgr.25453) 1849 : cluster 0 pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-07T16:03:20.625 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:20 smithi144 bash[66528]: audit 2023-12-07T16:03:19.359386+0000 mon.a (mon.0) 1845 : audit 0 from='client.? 172.21.15.121:0/2300098770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-07T16:03:20.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:20 smithi121 bash[81553]: debug 2023-12-07T16:03:20.489+0000 7f3472c0b700 -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 2023-12-07T16:03:20.810 INFO:journalctl@ceph.mon.a.smithi121.stdout:Dec 07 16:03:20 smithi121 bash[81553]: debug 2023-12-07T16:03:20.489+0000 7f3472c0b700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2023-12-07T16:03:21.441 DEBUG:teuthology.orchestra.run.smithi121:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mon.a.service' 2023-12-07T16:03:21.490 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:03:21.491 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-07T16:03:21.491 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2023-12-07T16:03:21.491 DEBUG:teuthology.orchestra.run.smithi121:> sudo systemctl stop ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mon.c 2023-12-07T16:03:21.767 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:03:21 smithi121 bash[75663]: [07/Dec/2023:16:03:21] ENGINE Bus STOPPING 2023-12-07T16:03:21.767 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:03:21 smithi121 bash[75663]: [07/Dec/2023:16:03:21] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-07T16:03:21.767 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:03:21 smithi121 bash[75663]: [07/Dec/2023:16:03:21] ENGINE Bus STOPPED 2023-12-07T16:03:21.767 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:03:21 smithi121 bash[75663]: [07/Dec/2023:16:03:21] ENGINE Bus STARTING 2023-12-07T16:03:21.767 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:21 smithi121 systemd[1]: Stopping Ceph mon.c for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:03:21.768 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:21 smithi121 bash[83807]: debug 2023-12-07T16:03:21.637+0000 7f520c268700 -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 2023-12-07T16:03:21.768 INFO:journalctl@ceph.mon.c.smithi121.stdout:Dec 07 16:03:21 smithi121 bash[83807]: debug 2023-12-07T16:03:21.637+0000 7f520c268700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2023-12-07T16:03:22.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:03:21 smithi121 bash[75663]: [07/Dec/2023:16:03:21] ENGINE Serving on http://:::9283 2023-12-07T16:03:22.060 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:03:21 smithi121 bash[75663]: [07/Dec/2023:16:03:21] ENGINE Bus STARTED 2023-12-07T16:03:22.584 DEBUG:teuthology.orchestra.run.smithi121:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mon.c.service' 2023-12-07T16:03:22.618 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:03:22.618 INFO:tasks.cephadm.mon.b:Stopped mon.c 2023-12-07T16:03:22.618 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2023-12-07T16:03:22.618 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mon.b 2023-12-07T16:03:22.908 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:22 smithi144 systemd[1]: Stopping Ceph mon.b for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:03:22.908 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:22 smithi144 bash[66528]: debug 2023-12-07T16:03:22.772+0000 7fb2cbf12700 -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 2023-12-07T16:03:22.908 INFO:journalctl@ceph.mon.b.smithi144.stdout:Dec 07 16:03:22 smithi144 bash[66528]: debug 2023-12-07T16:03:22.772+0000 7fb2cbf12700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2023-12-07T16:03:23.782 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mon.b.service' 2023-12-07T16:03:23.830 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:03:23.830 INFO:tasks.cephadm.mon.b:Stopped mon.b 2023-12-07T16:03:23.830 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2023-12-07T16:03:23.830 DEBUG:teuthology.orchestra.run.smithi121:> sudo systemctl stop ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.y 2023-12-07T16:03:24.279 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:03:23 smithi121 systemd[1]: Stopping Ceph mgr.y for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:03:24.279 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:03:23 smithi121 bash[75663]: debug 2023-12-07T16:03:23.993+0000 7f9f4b2e7700 -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 2023-12-07T16:03:24.945 DEBUG:teuthology.orchestra.run.smithi121:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.y.service' 2023-12-07T16:03:24.956 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:03:24 smithi121 bash[108109]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mgr-y 2023-12-07T16:03:24.956 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:03:24 smithi121 bash[108172]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-mgr-y 2023-12-07T16:03:24.956 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:03:24 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.y.service: Succeeded. 2023-12-07T16:03:24.957 INFO:journalctl@ceph.mgr.y.smithi121.stdout:Dec 07 16:03:24 smithi121 systemd[1]: Stopped Ceph mgr.y for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T16:03:24.980 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:03:24.980 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2023-12-07T16:03:24.980 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-12-07T16:03:24.981 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.x 2023-12-07T16:03:25.258 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Dec 07 16:03:25 smithi144 systemd[1]: Stopping Ceph mgr.x for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:03:26.016 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@mgr.x.service' 2023-12-07T16:03:26.044 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:03:26.044 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-12-07T16:03:26.044 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-07T16:03:26.045 DEBUG:teuthology.orchestra.run.smithi121:> sudo systemctl stop ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.0 2023-12-07T16:03:26.310 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 16:03:26 smithi121 systemd[1]: Stopping Ceph osd.0 for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:03:26.310 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 16:03:26 smithi121 bash[88438]: debug 2023-12-07T16:03:26.225+0000 7fa271c72700 -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 2023-12-07T16:03:26.310 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 16:03:26 smithi121 bash[88438]: debug 2023-12-07T16:03:26.225+0000 7fa271c72700 -1 osd.0 160 *** Got signal Terminated *** 2023-12-07T16:03:26.310 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 16:03:26 smithi121 bash[88438]: debug 2023-12-07T16:03:26.225+0000 7fa271c72700 -1 osd.0 160 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:03:32.540 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 16:03:32 smithi121 bash[108210]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-0 2023-12-07T16:03:33.310 INFO:journalctl@ceph.osd.0.smithi121.stdout:Dec 07 16:03:32 smithi121 bash[108499]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-0 2023-12-07T16:03:34.374 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:03:34 smithi121 bash[71236]: level=warn ts=2023-12-07T16:03:34.240Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi121.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused" 2023-12-07T16:03:34.375 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:03:34 smithi121 bash[71236]: level=warn ts=2023-12-07T16:03:34.242Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi144.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused" 2023-12-07T16:03:35.619 DEBUG:teuthology.orchestra.run.smithi121:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.0.service' 2023-12-07T16:03:35.655 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:03:35.656 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-07T16:03:35.656 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-07T16:03:35.656 DEBUG:teuthology.orchestra.run.smithi121:> sudo systemctl stop ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.1 2023-12-07T16:03:35.918 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 16:03:35 smithi121 systemd[1]: Stopping Ceph osd.1 for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:03:35.918 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 16:03:35 smithi121 bash[91352]: debug 2023-12-07T16:03:35.833+0000 7fc47f918700 -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 2023-12-07T16:03:35.919 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 16:03:35 smithi121 bash[91352]: debug 2023-12-07T16:03:35.833+0000 7fc47f918700 -1 osd.1 160 *** Got signal Terminated *** 2023-12-07T16:03:35.919 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 16:03:35 smithi121 bash[91352]: debug 2023-12-07T16:03:35.833+0000 7fc47f918700 -1 osd.1 160 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:03:40.875 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 16:03:40 smithi144 bash[61561]: ts=2023-12-07T16:03:40.623Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.121:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.121:8765: connect: connection refused" 2023-12-07T16:03:40.875 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 16:03:40 smithi144 bash[61561]: ts=2023-12-07T16:03:40.628Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.121:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.121:8765: connect: connection refused" 2023-12-07T16:03:40.876 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 16:03:40 smithi144 bash[61561]: ts=2023-12-07T16:03:40.628Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.121:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.121:8765: connect: connection refused" 2023-12-07T16:03:40.876 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 16:03:40 smithi144 bash[61561]: ts=2023-12-07T16:03:40.628Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.121:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.121:8765: connect: connection refused" 2023-12-07T16:03:42.310 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 16:03:41 smithi121 bash[108742]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-1 2023-12-07T16:03:42.310 INFO:journalctl@ceph.osd.1.smithi121.stdout:Dec 07 16:03:42 smithi121 bash[109317]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-1 2023-12-07T16:03:44.079 DEBUG:teuthology.orchestra.run.smithi121:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.1.service' 2023-12-07T16:03:44.116 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:03:44.116 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-07T16:03:44.116 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-07T16:03:44.116 DEBUG:teuthology.orchestra.run.smithi121:> sudo systemctl stop ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.2 2023-12-07T16:03:44.560 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:03:44 smithi121 bash[71236]: level=error ts=2023-12-07T16:03:44.240Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi144.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi121.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused" 2023-12-07T16:03:44.560 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:03:44 smithi121 bash[71236]: level=warn ts=2023-12-07T16:03:44.241Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi121.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused" 2023-12-07T16:03:44.561 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:03:44 smithi121 bash[71236]: level=warn ts=2023-12-07T16:03:44.242Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi144.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused" 2023-12-07T16:03:44.561 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 16:03:44 smithi121 systemd[1]: Stopping Ceph osd.2 for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:03:44.561 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 16:03:44 smithi121 bash[94690]: debug 2023-12-07T16:03:44.265+0000 7fe5ef68d700 -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 2023-12-07T16:03:44.561 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 16:03:44 smithi121 bash[94690]: debug 2023-12-07T16:03:44.265+0000 7fe5ef68d700 -1 osd.2 160 *** Got signal Terminated *** 2023-12-07T16:03:44.561 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 16:03:44 smithi121 bash[94690]: debug 2023-12-07T16:03:44.265+0000 7fe5ef68d700 -1 osd.2 160 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:03:50.810 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 16:03:50 smithi121 bash[109458]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-2 2023-12-07T16:03:51.310 INFO:journalctl@ceph.osd.2.smithi121.stdout:Dec 07 16:03:50 smithi121 bash[109555]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-2 2023-12-07T16:03:53.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:03:52 smithi144 bash[81604]: debug 2023-12-07T16:03:52.847+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:03:53.907 DEBUG:teuthology.orchestra.run.smithi121:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.2.service' 2023-12-07T16:03:53.940 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:03:53.940 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-07T16:03:53.941 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-07T16:03:53.941 DEBUG:teuthology.orchestra.run.smithi121:> sudo systemctl stop ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.3 2023-12-07T16:03:54.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:03:53 smithi144 bash[81604]: debug 2023-12-07T16:03:53.851+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:03:54.164 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 16:03:53 smithi121 bash[98038]: debug 2023-12-07T16:03:53.937+0000 7f1599886700 -1 osd.3 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:27.246693+0000 front 2023-12-07T16:03:27.246762+0000 (oldest deadline 2023-12-07T16:03:53.146657+0000) 2023-12-07T16:03:54.164 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 16:03:53 smithi121 systemd[1]: Stopping Ceph osd.3 for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:03:54.560 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 16:03:54 smithi121 bash[98038]: debug 2023-12-07T16:03:54.157+0000 7f15a0291700 -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 2023-12-07T16:03:54.560 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 16:03:54 smithi121 bash[98038]: debug 2023-12-07T16:03:54.157+0000 7f15a0291700 -1 osd.3 160 *** Got signal Terminated *** 2023-12-07T16:03:54.560 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 16:03:54 smithi121 bash[98038]: debug 2023-12-07T16:03:54.157+0000 7f15a0291700 -1 osd.3 160 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:03:54.561 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:03:54 smithi121 bash[71236]: level=error ts=2023-12-07T16:03:54.241Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi144.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi121.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused" 2023-12-07T16:03:54.561 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:03:54 smithi121 bash[71236]: level=warn ts=2023-12-07T16:03:54.242Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi121.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused" 2023-12-07T16:03:54.561 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:03:54 smithi121 bash[71236]: level=warn ts=2023-12-07T16:03:54.243Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi144.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused" 2023-12-07T16:03:54.832 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:03:54 smithi144 bash[75276]: debug 2023-12-07T16:03:54.471+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.122324+0000 front 2023-12-07T16:03:30.121883+0000 (oldest deadline 2023-12-07T16:03:54.221797+0000) 2023-12-07T16:03:55.101 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:03:54 smithi144 bash[81604]: debug 2023-12-07T16:03:54.827+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:03:55.309 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 16:03:54 smithi121 bash[98038]: debug 2023-12-07T16:03:54.897+0000 7f1599886700 -1 osd.3 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:27.246693+0000 front 2023-12-07T16:03:27.246762+0000 (oldest deadline 2023-12-07T16:03:53.146657+0000) 2023-12-07T16:03:55.374 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:03:55 smithi144 bash[84756]: debug 2023-12-07T16:03:55.095+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:03:55.828 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:03:55 smithi144 bash[75276]: debug 2023-12-07T16:03:55.475+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.122324+0000 front 2023-12-07T16:03:30.121883+0000 (oldest deadline 2023-12-07T16:03:54.221797+0000) 2023-12-07T16:03:55.828 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:03:55 smithi144 bash[78431]: debug 2023-12-07T16:03:55.443+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:03:56.060 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 16:03:55 smithi121 bash[98038]: debug 2023-12-07T16:03:55.893+0000 7f1599886700 -1 osd.3 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:27.246693+0000 front 2023-12-07T16:03:27.246762+0000 (oldest deadline 2023-12-07T16:03:53.146657+0000) 2023-12-07T16:03:56.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:03:55 smithi144 bash[81604]: debug 2023-12-07T16:03:55.823+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:03:56.125 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:03:56 smithi144 bash[84756]: debug 2023-12-07T16:03:56.051+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:03:56.818 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:03:56 smithi144 bash[75276]: debug 2023-12-07T16:03:56.511+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.122324+0000 front 2023-12-07T16:03:30.121883+0000 (oldest deadline 2023-12-07T16:03:54.221797+0000) 2023-12-07T16:03:56.818 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:03:56 smithi144 bash[78431]: debug 2023-12-07T16:03:56.411+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:03:57.104 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:03:56 smithi144 bash[81604]: debug 2023-12-07T16:03:56.811+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:03:57.309 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 16:03:56 smithi121 bash[98038]: debug 2023-12-07T16:03:56.905+0000 7f1599886700 -1 osd.3 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:27.246693+0000 front 2023-12-07T16:03:27.246762+0000 (oldest deadline 2023-12-07T16:03:53.146657+0000) 2023-12-07T16:03:57.374 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:03:57 smithi144 bash[84756]: debug 2023-12-07T16:03:57.099+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:03:57.840 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:03:57 smithi144 bash[75276]: debug 2023-12-07T16:03:57.491+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.122324+0000 front 2023-12-07T16:03:30.121883+0000 (oldest deadline 2023-12-07T16:03:54.221797+0000) 2023-12-07T16:03:57.840 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:03:57 smithi144 bash[78431]: debug 2023-12-07T16:03:57.371+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:03:58.122 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:03:57 smithi144 bash[81604]: debug 2023-12-07T16:03:57.835+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:03:58.310 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 16:03:57 smithi121 bash[98038]: debug 2023-12-07T16:03:57.949+0000 7f1599886700 -1 osd.3 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:27.246693+0000 front 2023-12-07T16:03:27.246762+0000 (oldest deadline 2023-12-07T16:03:53.146657+0000) 2023-12-07T16:03:58.377 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:03:58 smithi144 bash[84756]: debug 2023-12-07T16:03:58.115+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:03:58.378 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:03:58 smithi144 bash[78431]: debug 2023-12-07T16:03:58.331+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:03:58.811 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:03:58 smithi144 bash[75276]: debug 2023-12-07T16:03:58.455+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.122324+0000 front 2023-12-07T16:03:30.121883+0000 (oldest deadline 2023-12-07T16:03:54.221797+0000) 2023-12-07T16:03:59.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:03:58 smithi144 bash[81604]: debug 2023-12-07T16:03:58.807+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:03:59.309 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 16:03:58 smithi121 bash[98038]: debug 2023-12-07T16:03:58.977+0000 7f1599886700 -1 osd.3 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:27.246693+0000 front 2023-12-07T16:03:27.246762+0000 (oldest deadline 2023-12-07T16:03:53.146657+0000) 2023-12-07T16:03:59.438 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:03:59 smithi144 bash[78431]: debug 2023-12-07T16:03:59.323+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:03:59.438 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:03:59 smithi144 bash[84756]: debug 2023-12-07T16:03:59.143+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:03:59.837 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:03:59 smithi144 bash[75276]: debug 2023-12-07T16:03:59.431+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.122324+0000 front 2023-12-07T16:03:30.121883+0000 (oldest deadline 2023-12-07T16:03:54.221797+0000) 2023-12-07T16:04:00.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:03:59 smithi144 bash[81604]: debug 2023-12-07T16:03:59.831+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:00.362 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 16:04:00 smithi121 bash[109772]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-3 2023-12-07T16:04:00.362 INFO:journalctl@ceph.osd.3.smithi121.stdout:Dec 07 16:04:00 smithi121 bash[110038]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-3 2023-12-07T16:04:00.624 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:00 smithi144 bash[75276]: debug 2023-12-07T16:04:00.387+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.122324+0000 front 2023-12-07T16:03:30.121883+0000 (oldest deadline 2023-12-07T16:03:54.221797+0000) 2023-12-07T16:04:00.625 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:00 smithi144 bash[78431]: debug 2023-12-07T16:04:00.287+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:00.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:00 smithi144 bash[84756]: debug 2023-12-07T16:04:00.143+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:01.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:00 smithi144 bash[81604]: debug 2023-12-07T16:04:00.787+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:01.624 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:01 smithi144 bash[75276]: debug 2023-12-07T16:04:01.399+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.122324+0000 front 2023-12-07T16:03:30.121883+0000 (oldest deadline 2023-12-07T16:03:54.221797+0000) 2023-12-07T16:04:01.625 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:01 smithi144 bash[78431]: debug 2023-12-07T16:04:01.303+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:01.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:01 smithi144 bash[84756]: debug 2023-12-07T16:04:01.183+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:02.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:01 smithi144 bash[81604]: debug 2023-12-07T16:04:01.763+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:02.125 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:01 smithi144 bash[81604]: debug 2023-12-07T16:04:01.763+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:02.345 DEBUG:teuthology.orchestra.run.smithi121:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.3.service' 2023-12-07T16:04:02.382 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:04:02.383 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-07T16:04:02.383 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-07T16:04:02.383 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.4 2023-12-07T16:04:02.546 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:02 smithi144 bash[84756]: debug 2023-12-07T16:04:02.179+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:02.547 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:02 smithi144 systemd[1]: Stopping Ceph osd.4 for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:04:02.547 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:02 smithi144 bash[75276]: debug 2023-12-07T16:04:02.423+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.122324+0000 front 2023-12-07T16:03:30.121883+0000 (oldest deadline 2023-12-07T16:03:54.221797+0000) 2023-12-07T16:04:02.547 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:02 smithi144 bash[78431]: debug 2023-12-07T16:04:02.331+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:02.875 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:02 smithi144 bash[75276]: debug 2023-12-07T16:04:02.539+0000 7fe04002d700 -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 2023-12-07T16:04:02.875 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:02 smithi144 bash[75276]: debug 2023-12-07T16:04:02.539+0000 7fe04002d700 -1 osd.4 160 *** Got signal Terminated *** 2023-12-07T16:04:02.875 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:02 smithi144 bash[75276]: debug 2023-12-07T16:04:02.539+0000 7fe04002d700 -1 osd.4 160 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:04:02.876 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:02 smithi144 bash[81604]: debug 2023-12-07T16:04:02.727+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:02.876 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:02 smithi144 bash[81604]: debug 2023-12-07T16:04:02.727+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:03.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:03 smithi144 bash[84756]: debug 2023-12-07T16:04:03.199+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:03.625 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:03 smithi144 bash[75276]: debug 2023-12-07T16:04:03.375+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.122324+0000 front 2023-12-07T16:03:30.121883+0000 (oldest deadline 2023-12-07T16:03:54.221797+0000) 2023-12-07T16:04:03.625 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:03 smithi144 bash[75276]: debug 2023-12-07T16:04:03.375+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.224292+0000 front 2023-12-07T16:03:38.224106+0000 (oldest deadline 2023-12-07T16:04:02.924000+0000) 2023-12-07T16:04:03.626 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:03 smithi144 bash[78431]: debug 2023-12-07T16:04:03.347+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:03.626 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:03 smithi144 bash[78431]: debug 2023-12-07T16:04:03.347+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:39.248216+0000 front 2023-12-07T16:03:39.247856+0000 (oldest deadline 2023-12-07T16:04:02.747783+0000) 2023-12-07T16:04:04.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:03 smithi144 bash[81604]: debug 2023-12-07T16:04:03.727+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:04.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:03 smithi144 bash[81604]: debug 2023-12-07T16:04:03.727+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:04.560 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:04 smithi121 bash[71236]: level=error ts=2023-12-07T16:04:04.242Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi121.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi144.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused" 2023-12-07T16:04:04.561 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:04 smithi121 bash[71236]: level=warn ts=2023-12-07T16:04:04.243Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi121.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused" 2023-12-07T16:04:04.561 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:04 smithi121 bash[71236]: level=warn ts=2023-12-07T16:04:04.244Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi144.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused" 2023-12-07T16:04:04.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:04 smithi144 bash[84756]: debug 2023-12-07T16:04:04.243+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:04.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:04 smithi144 bash[84756]: debug 2023-12-07T16:04:04.243+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:04.625 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:04 smithi144 bash[75276]: debug 2023-12-07T16:04:04.407+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.122324+0000 front 2023-12-07T16:03:30.121883+0000 (oldest deadline 2023-12-07T16:03:54.221797+0000) 2023-12-07T16:04:04.625 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:04 smithi144 bash[75276]: debug 2023-12-07T16:04:04.407+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.224292+0000 front 2023-12-07T16:03:38.224106+0000 (oldest deadline 2023-12-07T16:04:02.924000+0000) 2023-12-07T16:04:04.626 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:04 smithi144 bash[78431]: debug 2023-12-07T16:04:04.303+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:04.626 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:04 smithi144 bash[78431]: debug 2023-12-07T16:04:04.303+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:39.248216+0000 front 2023-12-07T16:03:39.247856+0000 (oldest deadline 2023-12-07T16:04:02.747783+0000) 2023-12-07T16:04:05.125 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:04 smithi144 bash[81604]: debug 2023-12-07T16:04:04.695+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:05.125 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:04 smithi144 bash[81604]: debug 2023-12-07T16:04:04.695+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:05.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:05 smithi144 bash[84756]: debug 2023-12-07T16:04:05.235+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:05.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:05 smithi144 bash[84756]: debug 2023-12-07T16:04:05.235+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:05.625 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:05 smithi144 bash[75276]: debug 2023-12-07T16:04:05.399+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.122324+0000 front 2023-12-07T16:03:30.121883+0000 (oldest deadline 2023-12-07T16:03:54.221797+0000) 2023-12-07T16:04:05.626 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:05 smithi144 bash[75276]: debug 2023-12-07T16:04:05.399+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.224292+0000 front 2023-12-07T16:03:38.224106+0000 (oldest deadline 2023-12-07T16:04:02.924000+0000) 2023-12-07T16:04:05.626 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:05 smithi144 bash[78431]: debug 2023-12-07T16:04:05.307+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:05.626 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:05 smithi144 bash[78431]: debug 2023-12-07T16:04:05.307+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:39.248216+0000 front 2023-12-07T16:03:39.247856+0000 (oldest deadline 2023-12-07T16:04:02.747783+0000) 2023-12-07T16:04:06.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:05 smithi144 bash[81604]: debug 2023-12-07T16:04:05.687+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:06.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:05 smithi144 bash[81604]: debug 2023-12-07T16:04:05.687+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:06.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:06 smithi144 bash[84756]: debug 2023-12-07T16:04:06.235+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:06.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:06 smithi144 bash[84756]: debug 2023-12-07T16:04:06.235+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:06.625 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:06 smithi144 bash[75276]: debug 2023-12-07T16:04:06.395+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.122324+0000 front 2023-12-07T16:03:30.121883+0000 (oldest deadline 2023-12-07T16:03:54.221797+0000) 2023-12-07T16:04:06.625 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:06 smithi144 bash[75276]: debug 2023-12-07T16:04:06.395+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.224292+0000 front 2023-12-07T16:03:38.224106+0000 (oldest deadline 2023-12-07T16:04:02.924000+0000) 2023-12-07T16:04:06.626 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:06 smithi144 bash[78431]: debug 2023-12-07T16:04:06.295+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:06.626 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:06 smithi144 bash[78431]: debug 2023-12-07T16:04:06.295+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:39.248216+0000 front 2023-12-07T16:03:39.247856+0000 (oldest deadline 2023-12-07T16:04:02.747783+0000) 2023-12-07T16:04:07.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:06 smithi144 bash[81604]: debug 2023-12-07T16:04:06.687+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:07.125 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:06 smithi144 bash[81604]: debug 2023-12-07T16:04:06.687+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:07.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:07 smithi144 bash[84756]: debug 2023-12-07T16:04:07.211+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:07.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:07 smithi144 bash[84756]: debug 2023-12-07T16:04:07.211+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:07.625 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:07 smithi144 bash[75276]: debug 2023-12-07T16:04:07.351+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.122324+0000 front 2023-12-07T16:03:30.121883+0000 (oldest deadline 2023-12-07T16:03:54.221797+0000) 2023-12-07T16:04:07.625 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:07 smithi144 bash[75276]: debug 2023-12-07T16:04:07.351+0000 7fe03a624700 -1 osd.4 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.224292+0000 front 2023-12-07T16:03:38.224106+0000 (oldest deadline 2023-12-07T16:04:02.924000+0000) 2023-12-07T16:04:07.626 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:07 smithi144 bash[78431]: debug 2023-12-07T16:04:07.279+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:07.626 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:07 smithi144 bash[78431]: debug 2023-12-07T16:04:07.279+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:39.248216+0000 front 2023-12-07T16:03:39.247856+0000 (oldest deadline 2023-12-07T16:04:02.747783+0000) 2023-12-07T16:04:08.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:07 smithi144 bash[81604]: debug 2023-12-07T16:04:07.695+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:08.125 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:07 smithi144 bash[81604]: debug 2023-12-07T16:04:07.695+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:08.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:08 smithi144 bash[84756]: debug 2023-12-07T16:04:08.171+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:08.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:08 smithi144 bash[84756]: debug 2023-12-07T16:04:08.171+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:08.625 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:08 smithi144 bash[78431]: debug 2023-12-07T16:04:08.283+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:08.626 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:08 smithi144 bash[78431]: debug 2023-12-07T16:04:08.283+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:39.248216+0000 front 2023-12-07T16:03:39.247856+0000 (oldest deadline 2023-12-07T16:04:02.747783+0000) 2023-12-07T16:04:08.948 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:08 smithi144 bash[81604]: debug 2023-12-07T16:04:08.687+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:08.948 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:08 smithi144 bash[81604]: debug 2023-12-07T16:04:08.687+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:09.528 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:09 smithi144 bash[89474]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-4 2023-12-07T16:04:09.529 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:09 smithi144 bash[84756]: debug 2023-12-07T16:04:09.195+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:09.529 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:09 smithi144 bash[84756]: debug 2023-12-07T16:04:09.195+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:09.529 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:09 smithi144 bash[78431]: debug 2023-12-07T16:04:09.243+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:09.529 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:09 smithi144 bash[78431]: debug 2023-12-07T16:04:09.243+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:39.248216+0000 front 2023-12-07T16:03:39.247856+0000 (oldest deadline 2023-12-07T16:04:02.747783+0000) 2023-12-07T16:04:09.800 INFO:journalctl@ceph.osd.4.smithi144.stdout:Dec 07 16:04:09 smithi144 bash[89578]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-4 2023-12-07T16:04:09.800 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:09 smithi144 bash[81604]: debug 2023-12-07T16:04:09.695+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:09.800 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:09 smithi144 bash[81604]: debug 2023-12-07T16:04:09.695+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:10.538 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:10 smithi144 bash[84756]: debug 2023-12-07T16:04:10.215+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:10.538 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:10 smithi144 bash[84756]: debug 2023-12-07T16:04:10.215+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:10.538 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:10 smithi144 bash[84756]: debug 2023-12-07T16:04:10.215+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:10.539 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:10 smithi144 bash[78431]: debug 2023-12-07T16:04:10.243+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:10.539 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:10 smithi144 bash[78431]: debug 2023-12-07T16:04:10.243+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:39.248216+0000 front 2023-12-07T16:03:39.247856+0000 (oldest deadline 2023-12-07T16:04:02.747783+0000) 2023-12-07T16:04:10.874 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:10 smithi144 bash[81604]: debug 2023-12-07T16:04:10.651+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:10.875 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:10 smithi144 bash[81604]: debug 2023-12-07T16:04:10.651+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:11.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:11 smithi144 bash[84756]: debug 2023-12-07T16:04:11.171+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:11.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:11 smithi144 bash[84756]: debug 2023-12-07T16:04:11.171+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:11.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:11 smithi144 bash[84756]: debug 2023-12-07T16:04:11.171+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:11.625 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:11 smithi144 bash[78431]: debug 2023-12-07T16:04:11.243+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:11.625 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:11 smithi144 bash[78431]: debug 2023-12-07T16:04:11.243+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:39.248216+0000 front 2023-12-07T16:03:39.247856+0000 (oldest deadline 2023-12-07T16:04:02.747783+0000) 2023-12-07T16:04:11.961 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:11 smithi144 bash[81604]: debug 2023-12-07T16:04:11.651+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:11.961 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:11 smithi144 bash[81604]: debug 2023-12-07T16:04:11.651+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:12.238 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:12 smithi144 bash[84756]: debug 2023-12-07T16:04:12.143+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:12.238 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:12 smithi144 bash[84756]: debug 2023-12-07T16:04:12.143+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:12.239 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:12 smithi144 bash[84756]: debug 2023-12-07T16:04:12.143+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:12.374 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:12 smithi144 bash[78431]: debug 2023-12-07T16:04:12.231+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:12.375 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:12 smithi144 bash[78431]: debug 2023-12-07T16:04:12.231+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:39.248216+0000 front 2023-12-07T16:03:39.247856+0000 (oldest deadline 2023-12-07T16:04:02.747783+0000) 2023-12-07T16:04:12.829 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.4.service' 2023-12-07T16:04:12.863 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:04:12.863 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-07T16:04:12.864 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-07T16:04:12.864 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.5 2023-12-07T16:04:12.915 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:12 smithi144 bash[81604]: debug 2023-12-07T16:04:12.679+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:12.916 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:12 smithi144 bash[81604]: debug 2023-12-07T16:04:12.679+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:12.916 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:12 smithi144 bash[81604]: debug 2023-12-07T16:04:12.679+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.061547+0000 front 2023-12-07T16:03:49.061575+0000 (oldest deadline 2023-12-07T16:04:12.561253+0000) 2023-12-07T16:04:13.231 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:12 smithi144 systemd[1]: Stopping Ceph osd.5 for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:04:13.232 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:13 smithi144 bash[78431]: debug 2023-12-07T16:04:13.047+0000 7f3bcb464700 -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 2023-12-07T16:04:13.232 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:13 smithi144 bash[78431]: debug 2023-12-07T16:04:13.047+0000 7f3bcb464700 -1 osd.5 160 *** Got signal Terminated *** 2023-12-07T16:04:13.232 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:13 smithi144 bash[78431]: debug 2023-12-07T16:04:13.047+0000 7f3bcb464700 -1 osd.5 160 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:04:13.232 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:13 smithi144 bash[84756]: debug 2023-12-07T16:04:13.159+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:13.232 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:13 smithi144 bash[84756]: debug 2023-12-07T16:04:13.159+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:13.232 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:13 smithi144 bash[84756]: debug 2023-12-07T16:04:13.159+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:13.624 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:13 smithi144 bash[78431]: debug 2023-12-07T16:04:13.227+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:13.624 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:13 smithi144 bash[78431]: debug 2023-12-07T16:04:13.227+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:39.248216+0000 front 2023-12-07T16:03:39.247856+0000 (oldest deadline 2023-12-07T16:04:02.747783+0000) 2023-12-07T16:04:13.625 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:13 smithi144 bash[78431]: debug 2023-12-07T16:04:13.227+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.050427+0000 front 2023-12-07T16:03:49.050671+0000 (oldest deadline 2023-12-07T16:04:12.550274+0000) 2023-12-07T16:04:14.119 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:13 smithi144 bash[81604]: debug 2023-12-07T16:04:13.651+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:14.120 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:13 smithi144 bash[81604]: debug 2023-12-07T16:04:13.651+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:14.120 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:13 smithi144 bash[81604]: debug 2023-12-07T16:04:13.651+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.061547+0000 front 2023-12-07T16:03:49.061575+0000 (oldest deadline 2023-12-07T16:04:12.561253+0000) 2023-12-07T16:04:14.374 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:14 smithi144 bash[78431]: debug 2023-12-07T16:04:14.247+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:14.375 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:14 smithi144 bash[78431]: debug 2023-12-07T16:04:14.247+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:39.248216+0000 front 2023-12-07T16:03:39.247856+0000 (oldest deadline 2023-12-07T16:04:02.747783+0000) 2023-12-07T16:04:14.375 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:14 smithi144 bash[78431]: debug 2023-12-07T16:04:14.247+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.050427+0000 front 2023-12-07T16:03:49.050671+0000 (oldest deadline 2023-12-07T16:04:12.550274+0000) 2023-12-07T16:04:14.375 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:14 smithi144 bash[84756]: debug 2023-12-07T16:04:14.131+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:14.375 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:14 smithi144 bash[84756]: debug 2023-12-07T16:04:14.131+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:14.375 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:14 smithi144 bash[84756]: debug 2023-12-07T16:04:14.131+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:14.559 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:14 smithi121 bash[71236]: level=error ts=2023-12-07T16:04:14.243Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi144.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi121.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused" 2023-12-07T16:04:14.559 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:14 smithi121 bash[71236]: level=warn ts=2023-12-07T16:04:14.244Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi121.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused" 2023-12-07T16:04:14.560 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:14 smithi121 bash[71236]: level=warn ts=2023-12-07T16:04:14.245Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi144.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused" 2023-12-07T16:04:14.874 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:14 smithi144 bash[81604]: debug 2023-12-07T16:04:14.611+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:14.875 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:14 smithi144 bash[81604]: debug 2023-12-07T16:04:14.611+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:14.875 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:14 smithi144 bash[81604]: debug 2023-12-07T16:04:14.611+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.061547+0000 front 2023-12-07T16:03:49.061575+0000 (oldest deadline 2023-12-07T16:04:12.561253+0000) 2023-12-07T16:04:15.600 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:15 smithi144 bash[78431]: debug 2023-12-07T16:04:15.255+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:15.600 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:15 smithi144 bash[78431]: debug 2023-12-07T16:04:15.255+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:39.248216+0000 front 2023-12-07T16:03:39.247856+0000 (oldest deadline 2023-12-07T16:04:02.747783+0000) 2023-12-07T16:04:15.600 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:15 smithi144 bash[78431]: debug 2023-12-07T16:04:15.255+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.050427+0000 front 2023-12-07T16:03:49.050671+0000 (oldest deadline 2023-12-07T16:04:12.550274+0000) 2023-12-07T16:04:15.601 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:15 smithi144 bash[84756]: debug 2023-12-07T16:04:15.151+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:15.601 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:15 smithi144 bash[84756]: debug 2023-12-07T16:04:15.151+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:15.601 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:15 smithi144 bash[84756]: debug 2023-12-07T16:04:15.151+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:15.874 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:15 smithi144 bash[81604]: debug 2023-12-07T16:04:15.595+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:15.875 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:15 smithi144 bash[81604]: debug 2023-12-07T16:04:15.595+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:15.875 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:15 smithi144 bash[81604]: debug 2023-12-07T16:04:15.595+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.061547+0000 front 2023-12-07T16:03:49.061575+0000 (oldest deadline 2023-12-07T16:04:12.561253+0000) 2023-12-07T16:04:16.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:16 smithi144 bash[84756]: debug 2023-12-07T16:04:16.147+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:16.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:16 smithi144 bash[84756]: debug 2023-12-07T16:04:16.147+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:16.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:16 smithi144 bash[84756]: debug 2023-12-07T16:04:16.147+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:16.625 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:16 smithi144 bash[78431]: debug 2023-12-07T16:04:16.287+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:16.625 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:16 smithi144 bash[78431]: debug 2023-12-07T16:04:16.287+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:39.248216+0000 front 2023-12-07T16:03:39.247856+0000 (oldest deadline 2023-12-07T16:04:02.747783+0000) 2023-12-07T16:04:16.625 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:16 smithi144 bash[78431]: debug 2023-12-07T16:04:16.287+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.050427+0000 front 2023-12-07T16:03:49.050671+0000 (oldest deadline 2023-12-07T16:04:12.550274+0000) 2023-12-07T16:04:17.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:16 smithi144 bash[81604]: debug 2023-12-07T16:04:16.631+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:17.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:16 smithi144 bash[81604]: debug 2023-12-07T16:04:16.631+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:17.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:16 smithi144 bash[81604]: debug 2023-12-07T16:04:16.631+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.061547+0000 front 2023-12-07T16:03:49.061575+0000 (oldest deadline 2023-12-07T16:04:12.561253+0000) 2023-12-07T16:04:17.595 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:17 smithi144 bash[84756]: debug 2023-12-07T16:04:17.195+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:17.595 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:17 smithi144 bash[84756]: debug 2023-12-07T16:04:17.195+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:17.596 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:17 smithi144 bash[84756]: debug 2023-12-07T16:04:17.195+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:17.596 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:17 smithi144 bash[78431]: debug 2023-12-07T16:04:17.279+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:30.644849+0000 front 2023-12-07T16:03:30.644785+0000 (oldest deadline 2023-12-07T16:03:55.345054+0000) 2023-12-07T16:04:17.596 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:17 smithi144 bash[78431]: debug 2023-12-07T16:04:17.279+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:39.248216+0000 front 2023-12-07T16:03:39.247856+0000 (oldest deadline 2023-12-07T16:04:02.747783+0000) 2023-12-07T16:04:17.596 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:17 smithi144 bash[78431]: debug 2023-12-07T16:04:17.279+0000 7f3bc7a5f700 -1 osd.5 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.050427+0000 front 2023-12-07T16:03:49.050671+0000 (oldest deadline 2023-12-07T16:04:12.550274+0000) 2023-12-07T16:04:17.874 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:17 smithi144 bash[81604]: debug 2023-12-07T16:04:17.591+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:17.874 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:17 smithi144 bash[81604]: debug 2023-12-07T16:04:17.591+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:17.874 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:17 smithi144 bash[81604]: debug 2023-12-07T16:04:17.591+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.061547+0000 front 2023-12-07T16:03:49.061575+0000 (oldest deadline 2023-12-07T16:04:12.561253+0000) 2023-12-07T16:04:18.549 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:18 smithi144 bash[84756]: debug 2023-12-07T16:04:18.223+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:18.549 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:18 smithi144 bash[84756]: debug 2023-12-07T16:04:18.223+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:18.549 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:18 smithi144 bash[84756]: debug 2023-12-07T16:04:18.223+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:18.874 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:18 smithi144 bash[81604]: debug 2023-12-07T16:04:18.631+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:18.875 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:18 smithi144 bash[81604]: debug 2023-12-07T16:04:18.631+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:18.875 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:18 smithi144 bash[81604]: debug 2023-12-07T16:04:18.631+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.061547+0000 front 2023-12-07T16:03:49.061575+0000 (oldest deadline 2023-12-07T16:04:12.561253+0000) 2023-12-07T16:04:19.249 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:19 smithi144 bash[84756]: debug 2023-12-07T16:04:19.207+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:19.250 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:19 smithi144 bash[84756]: debug 2023-12-07T16:04:19.207+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:19.250 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:19 smithi144 bash[84756]: debug 2023-12-07T16:04:19.207+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:19.250 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:18 smithi144 bash[89931]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-5 2023-12-07T16:04:19.250 INFO:journalctl@ceph.osd.5.smithi144.stdout:Dec 07 16:04:19 smithi144 bash[90532]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-5 2023-12-07T16:04:19.874 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:19 smithi144 bash[81604]: debug 2023-12-07T16:04:19.599+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:19.874 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:19 smithi144 bash[81604]: debug 2023-12-07T16:04:19.599+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:19.875 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:19 smithi144 bash[81604]: debug 2023-12-07T16:04:19.599+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.061547+0000 front 2023-12-07T16:03:49.061575+0000 (oldest deadline 2023-12-07T16:04:12.561253+0000) 2023-12-07T16:04:19.875 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:19 smithi144 bash[81604]: debug 2023-12-07T16:04:19.599+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:54.262875+0000 front 2023-12-07T16:03:54.263089+0000 (oldest deadline 2023-12-07T16:04:19.562626+0000) 2023-12-07T16:04:20.374 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:20 smithi144 bash[84756]: debug 2023-12-07T16:04:20.183+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:20.374 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:20 smithi144 bash[84756]: debug 2023-12-07T16:04:20.183+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:20.374 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:20 smithi144 bash[84756]: debug 2023-12-07T16:04:20.183+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:20.874 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:20 smithi144 bash[81604]: debug 2023-12-07T16:04:20.599+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:20.874 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:20 smithi144 bash[81604]: debug 2023-12-07T16:04:20.599+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:20.875 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:20 smithi144 bash[81604]: debug 2023-12-07T16:04:20.599+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.061547+0000 front 2023-12-07T16:03:49.061575+0000 (oldest deadline 2023-12-07T16:04:12.561253+0000) 2023-12-07T16:04:20.875 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:20 smithi144 bash[81604]: debug 2023-12-07T16:04:20.599+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:54.262875+0000 front 2023-12-07T16:03:54.263089+0000 (oldest deadline 2023-12-07T16:04:19.562626+0000) 2023-12-07T16:04:21.264 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.5.service' 2023-12-07T16:04:21.303 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:04:21.303 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-07T16:04:21.303 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-07T16:04:21.304 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.6 2023-12-07T16:04:21.464 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:21 smithi144 systemd[1]: Stopping Ceph osd.6 for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:04:21.465 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:21 smithi144 bash[84756]: debug 2023-12-07T16:04:21.203+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:21.465 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:21 smithi144 bash[84756]: debug 2023-12-07T16:04:21.203+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:21.465 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:21 smithi144 bash[84756]: debug 2023-12-07T16:04:21.203+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:21.874 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:21 smithi144 bash[81604]: debug 2023-12-07T16:04:21.459+0000 7f5141a53700 -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 2023-12-07T16:04:21.875 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:21 smithi144 bash[81604]: debug 2023-12-07T16:04:21.459+0000 7f5141a53700 -1 osd.6 160 *** Got signal Terminated *** 2023-12-07T16:04:21.875 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:21 smithi144 bash[81604]: debug 2023-12-07T16:04:21.459+0000 7f5141a53700 -1 osd.6 160 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:04:21.875 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:21 smithi144 bash[81604]: debug 2023-12-07T16:04:21.583+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:21.875 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:21 smithi144 bash[81604]: debug 2023-12-07T16:04:21.583+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:21.875 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:21 smithi144 bash[81604]: debug 2023-12-07T16:04:21.583+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.061547+0000 front 2023-12-07T16:03:49.061575+0000 (oldest deadline 2023-12-07T16:04:12.561253+0000) 2023-12-07T16:04:21.875 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:21 smithi144 bash[81604]: debug 2023-12-07T16:04:21.583+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:54.262875+0000 front 2023-12-07T16:03:54.263089+0000 (oldest deadline 2023-12-07T16:04:19.562626+0000) 2023-12-07T16:04:22.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:22 smithi144 bash[84756]: debug 2023-12-07T16:04:22.227+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:22.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:22 smithi144 bash[84756]: debug 2023-12-07T16:04:22.227+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:22.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:22 smithi144 bash[84756]: debug 2023-12-07T16:04:22.227+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:22.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:22 smithi144 bash[84756]: debug 2023-12-07T16:04:22.227+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:56.799611+0000 front 2023-12-07T16:03:56.799241+0000 (oldest deadline 2023-12-07T16:04:22.099074+0000) 2023-12-07T16:04:23.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:22 smithi144 bash[81604]: debug 2023-12-07T16:04:22.631+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:23.125 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:22 smithi144 bash[81604]: debug 2023-12-07T16:04:22.631+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:23.125 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:22 smithi144 bash[81604]: debug 2023-12-07T16:04:22.631+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.061547+0000 front 2023-12-07T16:03:49.061575+0000 (oldest deadline 2023-12-07T16:04:12.561253+0000) 2023-12-07T16:04:23.125 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:22 smithi144 bash[81604]: debug 2023-12-07T16:04:22.631+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:54.262875+0000 front 2023-12-07T16:03:54.263089+0000 (oldest deadline 2023-12-07T16:04:19.562626+0000) 2023-12-07T16:04:23.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:23 smithi144 bash[84756]: debug 2023-12-07T16:04:23.191+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:23.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:23 smithi144 bash[84756]: debug 2023-12-07T16:04:23.191+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:23.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:23 smithi144 bash[84756]: debug 2023-12-07T16:04:23.191+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:23.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:23 smithi144 bash[84756]: debug 2023-12-07T16:04:23.191+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:56.799611+0000 front 2023-12-07T16:03:56.799241+0000 (oldest deadline 2023-12-07T16:04:22.099074+0000) 2023-12-07T16:04:24.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:23 smithi144 bash[81604]: debug 2023-12-07T16:04:23.655+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:24.125 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:23 smithi144 bash[81604]: debug 2023-12-07T16:04:23.655+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:24.125 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:23 smithi144 bash[81604]: debug 2023-12-07T16:04:23.655+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.061547+0000 front 2023-12-07T16:03:49.061575+0000 (oldest deadline 2023-12-07T16:04:12.561253+0000) 2023-12-07T16:04:24.125 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:23 smithi144 bash[81604]: debug 2023-12-07T16:04:23.655+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:54.262875+0000 front 2023-12-07T16:03:54.263089+0000 (oldest deadline 2023-12-07T16:04:19.562626+0000) 2023-12-07T16:04:24.560 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:24 smithi121 bash[71236]: level=error ts=2023-12-07T16:04:24.244Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi144.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi121.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused" 2023-12-07T16:04:24.560 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:24 smithi121 bash[71236]: level=warn ts=2023-12-07T16:04:24.245Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi121.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused" 2023-12-07T16:04:24.560 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:24 smithi121 bash[71236]: level=warn ts=2023-12-07T16:04:24.247Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi144.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused" 2023-12-07T16:04:24.626 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:24 smithi144 bash[84756]: debug 2023-12-07T16:04:24.167+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:24.626 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:24 smithi144 bash[84756]: debug 2023-12-07T16:04:24.167+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:24.627 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:24 smithi144 bash[84756]: debug 2023-12-07T16:04:24.167+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:24.627 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:24 smithi144 bash[84756]: debug 2023-12-07T16:04:24.167+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:56.799611+0000 front 2023-12-07T16:03:56.799241+0000 (oldest deadline 2023-12-07T16:04:22.099074+0000) 2023-12-07T16:04:25.126 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:24 smithi144 bash[81604]: debug 2023-12-07T16:04:24.687+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:25.126 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:24 smithi144 bash[81604]: debug 2023-12-07T16:04:24.687+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:25.127 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:24 smithi144 bash[81604]: debug 2023-12-07T16:04:24.687+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.061547+0000 front 2023-12-07T16:03:49.061575+0000 (oldest deadline 2023-12-07T16:04:12.561253+0000) 2023-12-07T16:04:25.127 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:24 smithi144 bash[81604]: debug 2023-12-07T16:04:24.687+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:54.262875+0000 front 2023-12-07T16:03:54.263089+0000 (oldest deadline 2023-12-07T16:04:19.562626+0000) 2023-12-07T16:04:25.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:25 smithi144 bash[84756]: debug 2023-12-07T16:04:25.195+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:25.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:25 smithi144 bash[84756]: debug 2023-12-07T16:04:25.195+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:25.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:25 smithi144 bash[84756]: debug 2023-12-07T16:04:25.195+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:25.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:25 smithi144 bash[84756]: debug 2023-12-07T16:04:25.195+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:56.799611+0000 front 2023-12-07T16:03:56.799241+0000 (oldest deadline 2023-12-07T16:04:22.099074+0000) 2023-12-07T16:04:26.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:25 smithi144 bash[81604]: debug 2023-12-07T16:04:25.703+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:31.056679+0000 front 2023-12-07T16:03:31.056906+0000 (oldest deadline 2023-12-07T16:03:52.156873+0000) 2023-12-07T16:04:26.125 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:25 smithi144 bash[81604]: debug 2023-12-07T16:04:25.703+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:35.658980+0000 front 2023-12-07T16:03:35.658475+0000 (oldest deadline 2023-12-07T16:04:01.558555+0000) 2023-12-07T16:04:26.125 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:25 smithi144 bash[81604]: debug 2023-12-07T16:04:25.703+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:49.061547+0000 front 2023-12-07T16:03:49.061575+0000 (oldest deadline 2023-12-07T16:04:12.561253+0000) 2023-12-07T16:04:26.125 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:25 smithi144 bash[81604]: debug 2023-12-07T16:04:25.703+0000 7f513a847700 -1 osd.6 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:54.262875+0000 front 2023-12-07T16:03:54.263089+0000 (oldest deadline 2023-12-07T16:04:19.562626+0000) 2023-12-07T16:04:26.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:26 smithi144 bash[84756]: debug 2023-12-07T16:04:26.223+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:26.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:26 smithi144 bash[84756]: debug 2023-12-07T16:04:26.223+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:26.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:26 smithi144 bash[84756]: debug 2023-12-07T16:04:26.223+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:26.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:26 smithi144 bash[84756]: debug 2023-12-07T16:04:26.223+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:56.799611+0000 front 2023-12-07T16:03:56.799241+0000 (oldest deadline 2023-12-07T16:04:22.099074+0000) 2023-12-07T16:04:27.374 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:27 smithi144 bash[84756]: debug 2023-12-07T16:04:27.243+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:27.375 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:27 smithi144 bash[84756]: debug 2023-12-07T16:04:27.243+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:27.375 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:27 smithi144 bash[84756]: debug 2023-12-07T16:04:27.243+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:27.375 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:27 smithi144 bash[84756]: debug 2023-12-07T16:04:27.243+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:56.799611+0000 front 2023-12-07T16:03:56.799241+0000 (oldest deadline 2023-12-07T16:04:22.099074+0000) 2023-12-07T16:04:27.624 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:27 smithi144 bash[90693]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-6 2023-12-07T16:04:28.124 INFO:journalctl@ceph.osd.6.smithi144.stdout:Dec 07 16:04:27 smithi144 bash[90771]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-6 2023-12-07T16:04:28.570 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:28 smithi144 bash[84756]: debug 2023-12-07T16:04:28.239+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:28.570 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:28 smithi144 bash[84756]: debug 2023-12-07T16:04:28.239+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:28.570 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:28 smithi144 bash[84756]: debug 2023-12-07T16:04:28.239+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:28.570 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:28 smithi144 bash[84756]: debug 2023-12-07T16:04:28.239+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:56.799611+0000 front 2023-12-07T16:03:56.799241+0000 (oldest deadline 2023-12-07T16:04:22.099074+0000) 2023-12-07T16:04:29.374 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:29 smithi144 bash[84756]: debug 2023-12-07T16:04:29.251+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:29.375 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:29 smithi144 bash[84756]: debug 2023-12-07T16:04:29.251+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:29.375 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:29 smithi144 bash[84756]: debug 2023-12-07T16:04:29.251+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:29.375 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:29 smithi144 bash[84756]: debug 2023-12-07T16:04:29.251+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:56.799611+0000 front 2023-12-07T16:03:56.799241+0000 (oldest deadline 2023-12-07T16:04:22.099074+0000) 2023-12-07T16:04:29.605 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.6.service' 2023-12-07T16:04:29.642 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:04:29.643 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-07T16:04:29.643 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-07T16:04:29.643 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.7 2023-12-07T16:04:29.874 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:29 smithi144 systemd[1]: Stopping Ceph osd.7 for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:04:29.874 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:29 smithi144 bash[84756]: debug 2023-12-07T16:04:29.843+0000 7fc4473f4700 -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 2023-12-07T16:04:29.875 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:29 smithi144 bash[84756]: debug 2023-12-07T16:04:29.843+0000 7fc4473f4700 -1 osd.7 160 *** Got signal Terminated *** 2023-12-07T16:04:29.875 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:29 smithi144 bash[84756]: debug 2023-12-07T16:04:29.843+0000 7fc4473f4700 -1 osd.7 160 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-07T16:04:30.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:30 smithi144 bash[84756]: debug 2023-12-07T16:04:30.287+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:30.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:30 smithi144 bash[84756]: debug 2023-12-07T16:04:30.287+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:30.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:30 smithi144 bash[84756]: debug 2023-12-07T16:04:30.287+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:30.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:30 smithi144 bash[84756]: debug 2023-12-07T16:04:30.287+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:56.799611+0000 front 2023-12-07T16:03:56.799241+0000 (oldest deadline 2023-12-07T16:04:22.099074+0000) 2023-12-07T16:04:31.374 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:31 smithi144 bash[84756]: debug 2023-12-07T16:04:31.251+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:31.375 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:31 smithi144 bash[84756]: debug 2023-12-07T16:04:31.251+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:31.375 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:31 smithi144 bash[84756]: debug 2023-12-07T16:04:31.251+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:31.375 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:31 smithi144 bash[84756]: debug 2023-12-07T16:04:31.251+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:56.799611+0000 front 2023-12-07T16:03:56.799241+0000 (oldest deadline 2023-12-07T16:04:22.099074+0000) 2023-12-07T16:04:32.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:32 smithi144 bash[84756]: debug 2023-12-07T16:04:32.239+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:32.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:32 smithi144 bash[84756]: debug 2023-12-07T16:04:32.239+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:32.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:32 smithi144 bash[84756]: debug 2023-12-07T16:04:32.239+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:32.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:32 smithi144 bash[84756]: debug 2023-12-07T16:04:32.239+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:56.799611+0000 front 2023-12-07T16:03:56.799241+0000 (oldest deadline 2023-12-07T16:04:22.099074+0000) 2023-12-07T16:04:32.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:32 smithi144 bash[84756]: debug 2023-12-07T16:04:32.239+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.144:6804 osd.4 since back 2023-12-07T16:04:07.400698+0000 front 2023-12-07T16:04:07.400869+0000 (oldest deadline 2023-12-07T16:04:32.100648+0000) 2023-12-07T16:04:33.621 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:33 smithi144 bash[84756]: debug 2023-12-07T16:04:33.243+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:33.622 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:33 smithi144 bash[84756]: debug 2023-12-07T16:04:33.243+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:33.622 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:33 smithi144 bash[84756]: debug 2023-12-07T16:04:33.243+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:33.622 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:33 smithi144 bash[84756]: debug 2023-12-07T16:04:33.243+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:56.799611+0000 front 2023-12-07T16:03:56.799241+0000 (oldest deadline 2023-12-07T16:04:22.099074+0000) 2023-12-07T16:04:33.622 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:33 smithi144 bash[84756]: debug 2023-12-07T16:04:33.243+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.144:6804 osd.4 since back 2023-12-07T16:04:07.400698+0000 front 2023-12-07T16:04:07.400869+0000 (oldest deadline 2023-12-07T16:04:32.100648+0000) 2023-12-07T16:04:34.559 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:34 smithi121 bash[71236]: level=error ts=2023-12-07T16:04:34.245Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi144.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi121.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused" 2023-12-07T16:04:34.560 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:34 smithi121 bash[71236]: level=warn ts=2023-12-07T16:04:34.246Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi121.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused" 2023-12-07T16:04:34.560 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:34 smithi121 bash[71236]: level=warn ts=2023-12-07T16:04:34.248Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi144.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused" 2023-12-07T16:04:34.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:34 smithi144 bash[84756]: debug 2023-12-07T16:04:34.227+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6806 osd.0 since back 2023-12-07T16:03:29.592138+0000 front 2023-12-07T16:03:29.591788+0000 (oldest deadline 2023-12-07T16:03:54.792562+0000) 2023-12-07T16:04:34.624 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:34 smithi144 bash[84756]: debug 2023-12-07T16:04:34.227+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6814 osd.1 since back 2023-12-07T16:03:38.893988+0000 front 2023-12-07T16:03:38.894499+0000 (oldest deadline 2023-12-07T16:04:04.193984+0000) 2023-12-07T16:04:34.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:34 smithi144 bash[84756]: debug 2023-12-07T16:04:34.227+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6822 osd.2 since back 2023-12-07T16:03:45.295681+0000 front 2023-12-07T16:03:45.295765+0000 (oldest deadline 2023-12-07T16:04:09.995534+0000) 2023-12-07T16:04:34.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:34 smithi144 bash[84756]: debug 2023-12-07T16:04:34.227+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.121:6830 osd.3 since back 2023-12-07T16:03:56.799611+0000 front 2023-12-07T16:03:56.799241+0000 (oldest deadline 2023-12-07T16:04:22.099074+0000) 2023-12-07T16:04:34.625 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:34 smithi144 bash[84756]: debug 2023-12-07T16:04:34.227+0000 7fc4411ea700 -1 osd.7 160 heartbeat_check: no reply from 172.21.15.144:6804 osd.4 since back 2023-12-07T16:04:07.400698+0000 front 2023-12-07T16:04:07.400869+0000 (oldest deadline 2023-12-07T16:04:32.100648+0000) 2023-12-07T16:04:35.874 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:35 smithi144 bash[90915]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-7 2023-12-07T16:04:36.374 INFO:journalctl@ceph.osd.7.smithi144.stdout:Dec 07 16:04:35 smithi144 bash[91266]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-osd-7 2023-12-07T16:04:37.707 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@osd.7.service' 2023-12-07T16:04:37.739 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:04:37.740 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-07T16:04:37.740 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2023-12-07T16:04:37.740 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@prometheus.a 2023-12-07T16:04:38.017 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 16:04:37 smithi144 systemd[1]: Stopping Ceph prometheus.a for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:04:38.017 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 16:04:37 smithi144 bash[61561]: ts=2023-12-07T16:04:37.848Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-07T16:04:38.017 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 16:04:37 smithi144 bash[61561]: ts=2023-12-07T16:04:37.848Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-07T16:04:38.017 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 16:04:37 smithi144 bash[61561]: ts=2023-12-07T16:04:37.848Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-07T16:04:38.017 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 16:04:37 smithi144 bash[61561]: ts=2023-12-07T16:04:37.848Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-07T16:04:38.017 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 16:04:37 smithi144 bash[61561]: ts=2023-12-07T16:04:37.848Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-07T16:04:38.017 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 16:04:37 smithi144 bash[61561]: ts=2023-12-07T16:04:37.848Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-07T16:04:38.017 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 16:04:37 smithi144 bash[61561]: ts=2023-12-07T16:04:37.849Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-07T16:04:38.018 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 16:04:37 smithi144 bash[61561]: ts=2023-12-07T16:04:37.849Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-07T16:04:38.018 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 16:04:37 smithi144 bash[61561]: ts=2023-12-07T16:04:37.849Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-07T16:04:38.018 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 16:04:37 smithi144 bash[61561]: ts=2023-12-07T16:04:37.851Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-07T16:04:38.018 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 16:04:37 smithi144 bash[61561]: ts=2023-12-07T16:04:37.851Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-07T16:04:38.018 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Dec 07 16:04:37 smithi144 bash[61561]: ts=2023-12-07T16:04:37.851Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-07T16:04:38.525 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@prometheus.a.service' 2023-12-07T16:04:38.561 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T16:04:38.561 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2023-12-07T16:04:38.561 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-07T16:04:41.975 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:41 smithi121 bash[71236]: level=warn ts=2023-12-07T16:04:41.623Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi121.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused" 2023-12-07T16:04:41.975 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:41 smithi121 bash[71236]: level=warn ts=2023-12-07T16:04:41.624Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi144.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused" 2023-12-07T16:04:43.473 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 16:04:43 smithi121 systemd[1]: Stopping Ceph node-exporter.a for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:04:44.251 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 16:04:43 smithi121 bash[111546]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-node-exporter-a 2023-12-07T16:04:44.251 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 16:04:43 smithi121 bash[111596]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-node-exporter.a 2023-12-07T16:04:44.251 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 16:04:44 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-07T16:04:44.251 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 16:04:44 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-07T16:04:44.251 INFO:journalctl@ceph.node-exporter.a.smithi121.stdout:Dec 07 16:04:44 smithi121 systemd[1]: Stopped Ceph node-exporter.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T16:04:44.560 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:44 smithi121 bash[71236]: level=error ts=2023-12-07T16:04:44.246Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi121.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi144.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused" 2023-12-07T16:04:44.560 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:44 smithi121 bash[71236]: level=warn ts=2023-12-07T16:04:44.247Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi121.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.121:8443: connect: connection refused" 2023-12-07T16:04:44.560 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:44 smithi121 bash[71236]: level=warn ts=2023-12-07T16:04:44.250Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi144.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.144:8443: connect: connection refused" 2023-12-07T16:04:44.560 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:44 smithi121 systemd[1]: Stopping Ceph alertmanager.a for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:04:44.560 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:44 smithi121 bash[71236]: level=info ts=2023-12-07T16:04:44.359Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-07T16:04:45.309 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:44 smithi121 bash[111633]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-alertmanager-a 2023-12-07T16:04:45.310 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:44 smithi121 bash[111681]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-alertmanager.a 2023-12-07T16:04:45.310 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:45 smithi121 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-07T16:04:45.310 INFO:journalctl@ceph.alertmanager.a.smithi121.stdout:Dec 07 16:04:45 smithi121 systemd[1]: Stopped Ceph alertmanager.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T16:05:19.272 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-07T16:05:23.933 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 16:05:23 smithi144 systemd[1]: Stopping Ceph node-exporter.b for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:05:24.868 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 16:05:24 smithi144 bash[92788]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-node-exporter-b 2023-12-07T16:05:24.869 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 16:05:24 smithi144 bash[92847]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-node-exporter.b 2023-12-07T16:05:24.869 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 16:05:24 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-07T16:05:24.869 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 16:05:24 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-07T16:05:24.869 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Dec 07 16:05:24 smithi144 systemd[1]: Stopped Ceph node-exporter.b for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T16:05:25.124 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 16:05:24 smithi144 systemd[1]: Stopping Ceph grafana.a for 53d6ee1e-9516-11ee-95a2-87774f69a715... 2023-12-07T16:05:25.124 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 16:05:24 smithi144 bash[58630]: t=2023-12-07T16:05:24+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-07T16:05:25.872 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 16:05:25 smithi144 bash[92884]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-grafana-a 2023-12-07T16:05:25.873 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 16:05:25 smithi144 bash[92931]: Error response from daemon: No such container: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715-grafana.a 2023-12-07T16:05:25.873 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 16:05:25 smithi144 systemd[1]: ceph-53d6ee1e-9516-11ee-95a2-87774f69a715@grafana.a.service: Succeeded. 2023-12-07T16:05:25.873 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Dec 07 16:05:25 smithi144 systemd[1]: Stopped Ceph grafana.a for 53d6ee1e-9516-11ee-95a2-87774f69a715. 2023-12-07T16:05:48.256 DEBUG:teuthology.orchestra.run.smithi121:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-07T16:05:48.272 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-07T16:05:48.288 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-07T16:05:48.290 DEBUG:teuthology.misc:Transferring archived files from smithi121:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482132/remote/smithi121/crash 2023-12-07T16:05:48.291 DEBUG:teuthology.orchestra.run.smithi121:> sudo tar c -f - -C /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/crash -- . 2023-12-07T16:05:48.305 INFO:teuthology.orchestra.run.smithi121.stderr:tar: /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-07T16:05:48.305 INFO:teuthology.orchestra.run.smithi121.stderr:tar: Error is not recoverable: exiting now 2023-12-07T16:05:48.307 DEBUG:teuthology.misc:Transferring archived files from smithi144:/var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482132/remote/smithi144/crash 2023-12-07T16:05:48.308 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/crash -- . 2023-12-07T16:05:48.323 INFO:teuthology.orchestra.run.smithi144.stderr:tar: /var/lib/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-07T16:05:48.323 INFO:teuthology.orchestra.run.smithi144.stderr:tar: Error is not recoverable: exiting now 2023-12-07T16:05:48.324 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-07T16:05:48.324 DEBUG:teuthology.orchestra.run.smithi121:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-07T16:05:48.365 INFO:teuthology.orchestra.run.smithi121.stderr:grep: /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-07T16:05:48.366 INFO:tasks.cephadm:Compressing logs... 2023-12-07T16:05:48.367 DEBUG:teuthology.orchestra.run.smithi121:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-07T16:05:48.369 DEBUG:teuthology.orchestra.run.smithi144:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-07T16:05:48.378 INFO:teuthology.orchestra.run.smithi121.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-07T16:05:48.384 INFO:teuthology.orchestra.run.smithi144.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-07T16:05:48.391 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-mon.b.log 2023-12-07T16:05:48.392 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-07T16:05:48.392 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-mgr.x.log 2023-12-07T16:05:48.393 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.5.log: /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-07T16:05:48.394 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi144.qkcshe.log 2023-12-07T16:05:48.394 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi144.ukcjdp.log 2023-12-07T16:05:48.395 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-07T16:05:48.395 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi144.qkcshe.log: 62.1% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi144.qkcshe.log.gz 2023-12-07T16:05:48.396 INFO:teuthology.orchestra.run.smithi121.stderr:gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-mon.a.log 2023-12-07T16:05:48.396 INFO:teuthology.orchestra.run.smithi121.stderr:gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-mgr.y.log 2023-12-07T16:05:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi144.ukcjdp.log: gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-07T16:05:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.4.log: 62.1% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi144.ukcjdp.log.gz 2023-12-07T16:05:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-07T16:05:48.398 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-07T16:05:48.399 INFO:teuthology.orchestra.run.smithi121.stderr:/var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-mon.c.log 2023-12-07T16:05:48.399 INFO:teuthology.orchestra.run.smithi121.stderr:/var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-07T16:05:48.399 INFO:teuthology.orchestra.run.smithi121.stderr:/var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/tcmu-runner.log 2023-12-07T16:05:48.400 INFO:teuthology.orchestra.run.smithi121.stderr:/var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi121.qinpyd.log 2023-12-07T16:05:48.400 INFO:teuthology.orchestra.run.smithi121.stderr:gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi121.zmmcfa.log 2023-12-07T16:05:48.401 INFO:teuthology.orchestra.run.smithi121.stderr:/var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/tcmu-runner.log: gzip 82.4% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/tcmu-runner.log.gz 2023-12-07T16:05:48.401 INFO:teuthology.orchestra.run.smithi121.stderr:/var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi121.qinpyd.log: -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-07T16:05:48.401 INFO:teuthology.orchestra.run.smithi121.stderr:/var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi121.zmmcfa.log: 62.5% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi121.qinpyd.log.gz 2023-12-07T16:05:48.402 INFO:teuthology.orchestra.run.smithi121.stderr:gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-07T16:05:48.402 INFO:teuthology.orchestra.run.smithi121.stderr: 62.6% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi121.zmmcfa.log.gz 2023-12-07T16:05:48.402 INFO:teuthology.orchestra.run.smithi121.stderr:gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-07T16:05:48.402 INFO:teuthology.orchestra.run.smithi121.stderr:/var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.0.log: /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-07T16:05:48.403 INFO:teuthology.orchestra.run.smithi121.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-07T16:05:48.430 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.7.log: /var/log/ceph/cephadm.log: 88.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-07T16:05:48.447 INFO:teuthology.orchestra.run.smithi144.stderr: 93.8% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-07T16:05:48.463 INFO:teuthology.orchestra.run.smithi144.stderr: 88.9% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-mgr.x.log.gz 2023-12-07T16:05:48.475 INFO:teuthology.orchestra.run.smithi121.stderr:/var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.2.log: /var/log/ceph/cephadm.log: 93.8% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-07T16:05:48.478 INFO:teuthology.orchestra.run.smithi121.stderr: 90.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-07T16:05:49.142 INFO:teuthology.orchestra.run.smithi144.stderr: 93.0% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-mon.b.log.gz 2023-12-07T16:05:49.608 INFO:teuthology.orchestra.run.smithi121.stderr: 93.5% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-07T16:05:49.653 INFO:teuthology.orchestra.run.smithi144.stderr: 93.7% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-07T16:05:49.690 INFO:teuthology.orchestra.run.smithi144.stderr: 93.3% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-07T16:05:49.691 INFO:teuthology.orchestra.run.smithi144.stderr: 93.2% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-07T16:05:49.701 INFO:teuthology.orchestra.run.smithi121.stderr: 92.9% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-mon.c.log.gz 2023-12-07T16:05:49.720 INFO:teuthology.orchestra.run.smithi121.stderr: 88.8% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-mgr.y.log.gz 2023-12-07T16:05:49.837 INFO:teuthology.orchestra.run.smithi144.stderr: 93.6% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-07T16:05:49.838 INFO:teuthology.orchestra.run.smithi144.stderr: 2023-12-07T16:05:49.838 INFO:teuthology.orchestra.run.smithi144.stderr:real 0m1.464s 2023-12-07T16:05:49.839 INFO:teuthology.orchestra.run.smithi144.stderr:user 0m5.878s 2023-12-07T16:05:49.839 INFO:teuthology.orchestra.run.smithi144.stderr:sys 0m0.329s 2023-12-07T16:05:49.914 INFO:teuthology.orchestra.run.smithi121.stderr: 93.5% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-07T16:05:50.040 INFO:teuthology.orchestra.run.smithi121.stderr: 93.6% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-07T16:05:50.201 INFO:teuthology.orchestra.run.smithi121.stderr: 93.6% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-07T16:05:50.277 INFO:teuthology.orchestra.run.smithi121.stderr: 91.7% -- replaced with /var/log/ceph/53d6ee1e-9516-11ee-95a2-87774f69a715/ceph-mon.a.log.gz 2023-12-07T16:05:50.278 INFO:teuthology.orchestra.run.smithi121.stderr: 2023-12-07T16:05:50.279 INFO:teuthology.orchestra.run.smithi121.stderr:real 0m1.907s 2023-12-07T16:05:50.279 INFO:teuthology.orchestra.run.smithi121.stderr:user 0m10.357s 2023-12-07T16:05:50.279 INFO:teuthology.orchestra.run.smithi121.stderr:sys 0m0.380s 2023-12-07T16:05:50.280 INFO:tasks.cephadm:Archiving logs... 2023-12-07T16:05:50.281 DEBUG:teuthology.misc:Transferring archived files from smithi121:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482132/remote/smithi121/log 2023-12-07T16:05:50.282 DEBUG:teuthology.orchestra.run.smithi121:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-07T16:05:51.479 DEBUG:teuthology.misc:Transferring archived files from smithi144:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482132/remote/smithi144/log 2023-12-07T16:05:51.479 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-07T16:05:52.297 INFO:tasks.cephadm:Removing cluster... 2023-12-07T16:05:52.298 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 --force 2023-12-07T16:05:53.089 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 53d6ee1e-9516-11ee-95a2-87774f69a715 --force 2023-12-07T16:05:53.891 INFO:tasks.cephadm:Removing cephadm ... 2023-12-07T16:05:53.891 DEBUG:teuthology.orchestra.run.smithi121:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-07T16:05:53.899 DEBUG:teuthology.orchestra.run.smithi144:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-07T16:05:53.905 INFO:tasks.cephadm:Teardown complete 2023-12-07T16:05:53.905 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-07T16:05:53.915 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-07T16:05:53.915 DEBUG:teuthology.orchestra.run.smithi121:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T16:05:53.942 DEBUG:teuthology.orchestra.run.smithi144:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T16:05:53.962 INFO:teuthology.orchestra.run.smithi144.stdout: remote refid st t when poll reach delay offset jitter 2023-12-07T16:05:53.962 INFO:teuthology.orchestra.run.smithi144.stdout:============================================================================== 2023-12-07T16:05:53.962 INFO:teuthology.orchestra.run.smithi144.stdout:*hv01.front.sepi 44.4.53.2 2 u 20 64 377 0.094 0.789 1.143 2023-12-07T16:05:53.962 INFO:teuthology.orchestra.run.smithi144.stdout:+hv02.front.sepi 63.231.80.2 3 u 16 64 377 0.077 3.913 0.852 2023-12-07T16:05:53.963 INFO:teuthology.orchestra.run.smithi144.stdout:+hv03.front.sepi 74.6.168.72 3 u 21 64 377 0.088 1.886 1.660 2023-12-07T16:05:53.963 INFO:teuthology.orchestra.run.smithi144.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-07T16:05:53.964 INFO:teuthology.orchestra.run.smithi121.stdout: remote refid st t when poll reach delay offset jitter 2023-12-07T16:05:53.964 INFO:teuthology.orchestra.run.smithi121.stdout:============================================================================== 2023-12-07T16:05:53.964 INFO:teuthology.orchestra.run.smithi121.stdout:*hv01.front.sepi 44.4.53.2 2 u 14 64 377 0.080 2.651 0.519 2023-12-07T16:05:53.964 INFO:teuthology.orchestra.run.smithi121.stdout:+hv02.front.sepi 63.231.80.2 3 u 25 64 377 0.071 5.020 0.353 2023-12-07T16:05:53.965 INFO:teuthology.orchestra.run.smithi121.stdout:+hv03.front.sepi 74.6.168.72 3 u 27 64 377 0.100 4.372 0.456 2023-12-07T16:05:53.965 INFO:teuthology.orchestra.run.smithi121.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-07T16:05:53.966 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-07T16:05:53.975 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-07T16:05:53.976 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-07T16:05:54.031 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-07T16:05:54.040 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-07T16:05:54.054 INFO:teuthology.task.internal:Duration was 2160.154953 seconds 2023-12-07T16:05:54.055 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-07T16:05:54.066 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-07T16:05:54.066 DEBUG:teuthology.orchestra.run.smithi121:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T16:05:54.069 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T16:05:54.119 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-07T16:05:54.120 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi121.front.sepia.ceph.com 2023-12-07T16:05:54.120 DEBUG:teuthology.orchestra.run.smithi121:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-07T16:05:54.132 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi144.front.sepia.ceph.com 2023-12-07T16:05:54.132 DEBUG:teuthology.orchestra.run.smithi144:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-07T16:05:54.146 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-07T16:05:54.146 DEBUG:teuthology.orchestra.run.smithi121:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T16:05:54.178 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T16:05:54.293 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-07T16:05:54.294 DEBUG:teuthology.orchestra.run.smithi121:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T16:05:54.296 DEBUG:teuthology.orchestra.run.smithi144:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T16:05:54.608 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-07T16:05:54.617 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-07T16:05:54.617 DEBUG:teuthology.orchestra.run.smithi121:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T16:05:54.628 DEBUG:teuthology.orchestra.run.smithi144:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T16:05:54.645 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-07T16:05:54.657 DEBUG:teuthology.orchestra.run.smithi121:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-07T16:05:54.674 DEBUG:teuthology.orchestra.run.smithi144:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-07T16:05:54.687 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern = core 2023-12-07T16:05:54.688 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = core 2023-12-07T16:05:54.718 DEBUG:teuthology.orchestra.run.smithi121:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T16:05:54.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:05:54.724 DEBUG:teuthology.orchestra.run.smithi144:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T16:05:54.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:05:54.767 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-07T16:05:54.776 INFO:teuthology.task.internal:Transferring archived files... 2023-12-07T16:05:54.777 DEBUG:teuthology.misc:Transferring archived files from smithi121:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482132/remote/smithi121 2023-12-07T16:05:54.777 DEBUG:teuthology.orchestra.run.smithi121:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T16:05:54.821 DEBUG:teuthology.misc:Transferring archived files from smithi144:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482132/remote/smithi144 2023-12-07T16:05:54.821 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T16:05:54.858 INFO:teuthology.task.internal:Removing archive directory... 2023-12-07T16:05:54.858 DEBUG:teuthology.orchestra.run.smithi121:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T16:05:54.860 DEBUG:teuthology.orchestra.run.smithi144:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T16:05:54.867 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-07T16:05:54.879 INFO:teuthology.task.internal:Not uploading archives. 2023-12-07T16:05:54.879 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-07T16:05:54.893 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-07T16:05:54.894 DEBUG:teuthology.orchestra.run.smithi121:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T16:05:54.910 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T16:05:54.916 INFO:teuthology.orchestra.run.smithi121.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 16:05 /home/ubuntu/cephtest 2023-12-07T16:05:54.918 INFO:teuthology.orchestra.run.smithi144.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 16:05 /home/ubuntu/cephtest 2023-12-07T16:05:54.921 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-07T16:05:54.933 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-07T16:05:54.967 INFO:teuthology.nuke:Checking targets against current locks 2023-12-07T16:05:54.996 DEBUG:teuthology.nuke:shortname: smithi121 2023-12-07T16:05:54.996 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T16:05:55.022 DEBUG:teuthology.nuke:shortname: smithi144 2023-12-07T16:05:55.023 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T16:05:55.026 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi121.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482132', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 15:20:58.988378', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-07T16:05:55.052 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi144.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482132', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 15:20:58.990025', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-07T16:05:55.081 INFO:teuthology.orchestra.console.smithi121:Power off 2023-12-07T16:05:55.081 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T16:05:55.104 DEBUG:teuthology.orchestra.console.smithi121:power off output: Chassis Power Control: Down/Off 2023-12-07T16:05:55.105 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T16:05:55.118 INFO:teuthology.orchestra.console.smithi144:Power off 2023-12-07T16:05:55.119 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T16:05:55.129 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is on 2023-12-07T16:05:55.145 DEBUG:teuthology.orchestra.console.smithi144:power off output: Chassis Power Control: Down/Off 2023-12-07T16:05:55.145 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T16:05:55.169 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2023-12-07T16:05:59.131 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T16:05:59.170 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T16:05:59.243 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is on 2023-12-07T16:05:59.280 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2023-12-07T16:06:03.248 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T16:06:03.281 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T16:06:03.359 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is off 2023-12-07T16:06:03.389 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is off 2023-12-07T16:06:03.460 INFO:teuthology.orchestra.console.smithi121:Power off completed 2023-12-07T16:06:03.490 INFO:teuthology.orchestra.console.smithi144:Power off completed 2023-12-07T16:06:03.595 INFO:teuthology.run:Summary data: description: orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/on mon_election/connectivity} duration: 2160.154953479767 failure_reason: 'Command failed on smithi121 with status 1: ''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 53d6ee1e-9516-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=8051e5dacaaf4ea6b1dae421386ff3f1 status: fail success: false 2023-12-07T16:06:03.595 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T16:06:03.680 INFO:teuthology.run:FAIL